Pacman packages AUR packages
Fonts QA page
SSD:
Лишний и непонравившийся софт:
Articles, links:
Turn off bell:
~/.inputrc: set bell-style none
Password generator:
tr -dc "[:print:]" < /dev/urandom | head -c 8; echo; echo;
echo:
echo -e "some\cwont be printed"
Commands
du -hc --max-depth=1
fmt
pstree
od -A n -t c /dev/urandom; od -t dI; od -d; od -tc
split/cat
expand/unexpand (-t 4)
tr '\t' ' ' < someFile
pr
cut/paste/join
chage
id (print user & group id)
pwconv
strip
ps --forest
tee
type
which
whereis
$? (код возврата)
break terminal: cat /dev/urandom | head
restore: echo -e \\033c or cat > /dev/tty1 - ESC, c, C+d
bash
M+0, M+1
Gnome
gconftool-2 --set /apps/metacity/general/button_layout --type string "menu:minimize,maximize,close"
Ubuntu
apt-cache showpkg subversion-tools
apt-get install package_name=version
unclutter
setxkbmap -model evdev -layout us,ru -variant , -option -option grp:alt_shift_toggle
/etc/xdg/lxsession/LXDE/autostart
Comments
Post new comment