понедельник, 1 августа 2011 г.

Partprobe

Делаем видимым новосозданный раздел для ядра без перезагрузки

Для это достаточно запустить

partprobe

_______
Примечание в DEB-based дистрибутивах необходимо установить parted
sudo apt-get install parted

LINK

Vbox & PAE

This kernel requires the following features not present on the CPU:
pae
Unable to boot - please use a kernel appropriate for your CPU.

Settings -> System -> Processor -> Extended Features
Enable PAE/NX

пятница, 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