пятница, 29 июля 2011 г.

Google Chrome - Delicious & ReadItLater

Delicious

  1. Make sure the "Bookmarks Bar" is visible. If it is not, choose "Always show bookmarks bar" from the Tools menu.
  2. Drag this link: Bookmark on Delicious
    up to your Bookmarks Toolbar.
  3. Drag this link: Share on Delicious
    up to your Bookmarks Toolbar.
  4. Drag this link: My Delicious up to your Bookmarks Toolbar.

Read It Later

Read It Later

Mark As Read

Reading List

понедельник, 25 июля 2011 г.

BASHRC: aliases


if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

VBoxManage

Пауза/восстановление/перезагрузка/выключение/сохранение состояния
VBoxManage controlvm [VM]
pause | resume | reset | poweroff | savestate
Старт машины с ГУИ-ями и без
VBoxManage startvm [VM]
--type gui|headless

суббота, 2 июля 2011 г.

Salix OS: Proxy for slapt-get (only shell)

# export http_proxy=http://proxy:port
# export ftp_proxy=http://proxy:port
http_proxy=http://proxy:port slapt-get --update
http_proxy=http://proxy:port slapt-get --install package