Linux

Pacman packages AUR packages

  1. acpid
  2. aircrack-ng
  3. aircrack-ng-scripts (?)
  4. cpufrequtils
  5. diffuse
  6. gimp
  7. grub2-bios
  8. lshw
  9. ltrace
  10. ntp
  11. scrot
  12. smartmontools
  13. strace
  14. syslinux (bootable arch linux usb flash drive creation w/o formatting & data loss (extlinux))
  15. transmission-gtk
  16. unclutter
  17. unrar
  18. unzip
  19. xscreensaver
  20. zathura (более высокая (чем у epdfview) скорость работы со сканированными PDF, но из интерфейса только горячие клавиши. Помнит последнюю открытую страницу)

Fonts QA page

SSD:

  • Turn off syslog-ng
  • Move /tmp to ramdisk
  • Move /var to ramdisk maybe
  • Turn off browser cache
  • EXIF Viewer: turn off cache
  • noatime

Лишний и непонравившийся софт:

  • epdfview (нормальный, но тормозит на отсканированных страницах)
  • gpicview (нет preload next image; заменить на gqview или geeqie)

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

Image CAPTCHA
Enter the characters shown in the image.