UBUNTU нормальная установка
Oct. 17th, 2011 08:05 am0. na chistyj disk, esli nado snachala XP v /dev/sda1 NTFS
1. install UBUNTU 11.04. не соглашаться на 11.10. там нет Login Form. сразу сказать чтобы инсталировал MP3, Flash etc.
2. после reboot в идиотский дефолтный GNOME, слева Applicaton, в поиске Login Form,
выбираем GNOME CLASSIC
3. System/Preference/Keyboard
в layout добавляем Russian
v option
Keys to change - Rigth Control/ удобней Right Alt, но изза тцпого windows....
Miscellaneous compabiliti options
Shift with number like MS Windows
ну и скорость.
4.
Snachala ruchkami vybiraem schemu tipa clearlooks, potom krasim
красим убунту как тут http://robinbobin.livejournal.com/2156416.html
i firefox как тут http://robinbobin.livejournal.com/2144436.html
5. apt-get install vim
6. apt-get install mc
7. visudo
robin ALL=(ALL) NOPASSWD: ALL
8. убрать дебильный beep
echo 'set bell-style none' >> ~/.inputrc
9. sudo apt-get install traceroute
10. и щоб модем работал
sudo apt-get install wvdial
11. Опера пригодится тоже
http://www.opera.com/browser/download/
12 i Skype
http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/downloading.ubuntu32
be updates
13 i sudo apt-get install gnome-commander
14. sudo apt-get install vlc
14. default v new fucked GRUB2 podrobno http://www.dedoimedo.com/computers/grub-2.html
/sda1 - NTFS XP
/sda5 /
/sda7 /home
snachala XP na sda1 c:
potom ubuntu
loader v /sda
XP by default
vi /etc/default/grub
GRUB_DEFAULT=5
i
update-grub
ALSO
eshe lushe ubit naxer grub2
Reverting to GRUB Legacy https://help.ubuntu.com/community/Grub2
+ http://crunchbanglinux.org/forums/topic/10835/solved-uninstall-grub2-and-switch-to-grub1/
If a user chooses to return to GRUB legacy (0.97), these steps will remove GRUB 2 and install GRUB.
The command line produces a cleaner uninstall and reinstallation. While adding and removing the packages can be accomplished with Synaptic, certain steps must be accomplished in a terminal.
Open a terminal: Applications, Accessories, Terminal.
Optional: Make backup copies of the main GRUB 2 directories and files.
sudo cp /etc/default/grub /etc/default/grub.old
sudo cp -R /etc/grub.d /etc/grub.d.old
sudo cp -R /boot/grub /boot/grub.old
Remove GRUB 2
sudo apt-get purge grub-pc
important.png The system will be unbootable until another bootloader is installed.
Once the packages are removed, many files will still remain in '/boot/grub'
Install GRUB 0.97
sudo apt-get install grub
With grub installed, the user must still create the menu.lst and stage1/stage2 files by running the following two commands.
sudo grub-install /dev/sdX
Choose the correct device (sda, sdb, etc), normally the one on which Ubuntu is installed.
Creates the stage1 and stage2 files in /boot/grub and writes to the MBR.
sudo update-grub
Generates menu.lst
Tab to "Yes" when prompted.
Reboot
VAZHNO INSTALL grub-legacy
------
#next. установка флагов на раскладке клавиатуры
скачать и сохранить флаги типа
http://gametimezone.com/images/flags/us.png
http://development.aandesigners.com/isc/themes/default/images/flags/ru.png
sudo cp *.png /usr/share/pixmaps
потом
gconf-editor
/desktop/gnome/peripherals/keyboard/indicator/showFlags птичку
1. install UBUNTU 11.04. не соглашаться на 11.10. там нет Login Form. сразу сказать чтобы инсталировал MP3, Flash etc.
2. после reboot в идиотский дефолтный GNOME, слева Applicaton, в поиске Login Form,
выбираем GNOME CLASSIC
3. System/Preference/Keyboard
в layout добавляем Russian
v option
Keys to change - Rigth Control/ удобней Right Alt, но изза тцпого windows....
Miscellaneous compabiliti options
Shift with number like MS Windows
ну и скорость.
4.
Snachala ruchkami vybiraem schemu tipa clearlooks, potom krasim
красим убунту как тут http://robinbobin.livejournal.com/2156416.html
i firefox как тут http://robinbobin.livejournal.com/2144436.html
5. apt-get install vim
6. apt-get install mc
7. visudo
robin ALL=(ALL) NOPASSWD: ALL
8. убрать дебильный beep
echo 'set bell-style none' >> ~/.inputrc
9. sudo apt-get install traceroute
10. и щоб модем работал
sudo apt-get install wvdial
11. Опера пригодится тоже
http://www.opera.com/browser/download/
12 i Skype
http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/downloading.ubuntu32
be updates
13 i sudo apt-get install gnome-commander
14. sudo apt-get install vlc
14. default v new fucked GRUB2 podrobno http://www.dedoimedo.com/computers/grub-2.html
/sda1 - NTFS XP
/sda5 /
/sda7 /home
snachala XP na sda1 c:
potom ubuntu
loader v /sda
XP by default
vi /etc/default/grub
GRUB_DEFAULT=5
i
update-grub
ALSO
eshe lushe ubit naxer grub2
Reverting to GRUB Legacy https://help.ubuntu.com/community/Grub2
+ http://crunchbanglinux.org/forums/topic/10835/solved-uninstall-grub2-and-switch-to-grub1/
If a user chooses to return to GRUB legacy (0.97), these steps will remove GRUB 2 and install GRUB.
The command line produces a cleaner uninstall and reinstallation. While adding and removing the packages can be accomplished with Synaptic, certain steps must be accomplished in a terminal.
Open a terminal: Applications, Accessories, Terminal.
Optional: Make backup copies of the main GRUB 2 directories and files.
sudo cp /etc/default/grub /etc/default/grub.old
sudo cp -R /etc/grub.d /etc/grub.d.old
sudo cp -R /boot/grub /boot/grub.old
Remove GRUB 2
sudo apt-get purge grub-pc
important.png The system will be unbootable until another bootloader is installed.
Once the packages are removed, many files will still remain in '/boot/grub'
Install GRUB 0.97
sudo apt-get install grub
With grub installed, the user must still create the menu.lst and stage1/stage2 files by running the following two commands.
sudo grub-install /dev/sdX
Choose the correct device (sda, sdb, etc), normally the one on which Ubuntu is installed.
Creates the stage1 and stage2 files in /boot/grub and writes to the MBR.
sudo update-grub
Generates menu.lst
Tab to "Yes" when prompted.
Reboot
VAZHNO INSTALL grub-legacy
------
#next. установка флагов на раскладке клавиатуры
скачать и сохранить флаги типа
http://gametimezone.com/images/flags/us.png
http://development.aandesigners.com/isc/themes/default/images/flags/ru.png
sudo cp *.png /usr/share/pixmaps
потом
gconf-editor
/desktop/gnome/peripherals/keyboard/indicator/showFlags птичку