This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:jbrant:csit1320:project2 [2010/02/14 14:02] – jbrant | user:jbrant:csit1320:project2 [2010/02/14 17:13] (current) – jbrant | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Desk Top Install ====== | ||
+ | |||
+ | ===== Installing the Debian OS ===== | ||
+ | |||
+ | Upon bootup **hit F12** to enter the Boot Menu | ||
+ | |||
+ | Goto System Setup | ||
+ | |||
+ | Chose **Integrated Devices** | ||
+ | |||
+ | Select **Integrated NIC set option to On w/ PXE ** | ||
+ | |||
+ | Reboot: **^< | ||
+ | |||
+ | You should seen a screen with 4 option **chose 32-Bit (i386) < | ||
+ | |||
+ | The next screen has 4 options, the one required is: | ||
+ | **Debian/ | ||
+ | |||
+ | Choose a language: English | ||
+ | |||
+ | Choose a country: United States Keymap: American English | ||
+ | |||
+ | Host Name: **T-bird** | ||
+ | |||
+ | Domain Name: **offbyone.lan** | ||
+ | |||
+ | Debian archive mirror country: Scroll to the top, chose **' | ||
+ | |||
+ | Next enter ** mirror** | ||
+ | |||
+ | NOTE: Use the default settings for the next 3 options Debian archive mirror hostname: mirror | ||
+ | |||
+ | Debian archive mirror directory: **/ | ||
+ | |||
+ | HTTP proxy information: | ||
+ | |||
+ | Time Zone: **Eastern** | ||
+ | |||
+ | ==== Partitioning the Hard Drive ==== | ||
+ | |||
+ | Partitioning method: **Use entire disk** | ||
+ | |||
+ | Select disk to partition: **IDE1 master (hda)** | ||
+ | |||
+ | Partitioning Scheme: **All files in partition** | ||
+ | |||
+ | Write the changes to the disk: **Yes** | ||
+ | |||
+ | Root password: **<enter password> | ||
+ | |||
+ | Verify: **< | ||
+ | |||
+ | Name of user: mustange < | ||
+ | |||
+ | Verify user account: < | ||
+ | |||
+ | Password for the user: <A> < | ||
+ | |||
+ | Verify Password: <A> < | ||
+ | |||
+ | Participate in the package usage survey: No < | ||
+ | |||
+ | Software Selection Screen :** <Uncheck all options> click continue**\\ | ||
+ | Note: You could chose to install the gnome application at this time. I did not. | ||
+ | |||
+ | Install Grub on Master Boot Sector: Yes < | ||
+ | |||
+ | Once the system is done installing the operating system it will reboot | ||
+ | |||
+ | At the login screen: login with root < | ||
+ | |||
+ | Password: <root password> | ||
+ | |||
+ | ==== Installing Patches ==== | ||
+ | |||
+ | mv source.list sources.list.bak < | ||
+ | |||
+ | wget http:// | ||
+ | |||
+ | aptitude update < | ||
+ | |||
+ | aptitude upgrade < | ||
+ | |||
+ | aptitude search ssh < | ||
+ | |||
+ | aptitude install openssh-client openssh-server < | ||
+ | |||
+ | apt-get install xorg | ||
+ | |||
+ | reboot | ||
+ | |||
+ | ===== GNOME Desk Top Install ===== | ||
+ | |||
+ | Login as root | ||
+ | |||
+ | apt-get install aptitude tasksel | ||
+ | |||
+ | tasksel install gnome-desktop --new-install\\ | ||
+ | Note: there will be some defaults to take. I chose the pc104 key broad option | ||
+ | |||
+ | reboot | ||
+ | |||
+ | Login as user " | ||
+ | |||
+ | ===== Compiz Install ===== | ||
+ | |||
+ | Open a root terminal screen | ||
+ | |||
+ | Enter root password. | ||
+ | |||
+ | at the prompt type:\\ | ||
+ | apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-gnome compiz-gtk < | ||
+ | |||
+ | Next we need to edit the / | ||
+ | |||
+ | cd /etc/X11 | ||
+ | |||
+ | **cp xorg.conf | ||
+ | |||
+ | **vi xorg.con**f | ||
+ | |||
+ | add a new section just befor the [Section " | ||
+ | |||
+ | **Section " | ||
+ | Option " | ||
+ | EndSection** | ||
+ | |||
+ | next go to the bottom of the **Section " | ||
+ | |||
+ | On the line you inserted type: **Option " | ||
+ | |||
+ | save and exit the file | ||
+ | |||
+ | Then type: compiz --replace\\ | ||
+ | you may see some errors these can be ignored. | ||
+ | |||
+ | reboot | ||
+ | |||
+ | Login as mustange after the reboot open a terminal and type:\\ | ||
+ | echo " | ||
+ | |||
+ | logout and back in. Compiz should be running under the Gnome desktop. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||