NETWORK INSTALL OF LINUX DEBIAN “SQUEEZE” (kernel 2.6.32)
John T. Rine
The objective of this project is to successfully install, across the network, the latest version of the Linux distribution known as Debian. The latest version is known as “Squeeze”. Further, this project requires that encrypted DVDs be played successfully on the machine after installation of the operating system. Another requirement of the project is to download and install Wine and execute a Windows program on the Linux machine.
To accomplish this project you will need:
Item | Description | Qty |
---|---|---|
computer | Spare Project Computer | 1 |
LCD | Spare LCD to use as display device | 1 |
keyboard | PS/2 or USB keyboard | 1 |
mouse | PS/2 or USB mouse | 1 |
working hard drive | working hard drive on which to install | 1 |
working network cable | functioning network cable to plug into switch | 1 |
Linux is an operating system. An operating system is the interface between the computer's hardware and the applications which run on it. Typically the operating system or OS takes care of all of the the low level details of communicating with the various parts of the hardware and provides hooks for applications or aps to use to communicate with the hardware, for example disk access. The operating system also manages memory so that applications do not corrupt each others memory space.
The install goes like this:
After successfully completing the Linux Debian “Squeeze” install, as per the requirements on the desktop install page, the following items function as they should:
Besides demonstrating the things listed above, the installer is also supposed to perform one of the items listed below:
I selected two items on this list to complete. I wanted to watch the LAIR favorite DVD “Snakes on a Plane” and be able to execute a Windows application on my Linux “box”.
First is to gain the ability to play encryted DVDs on a Linux box:
People using Debian based distribution might have to use: wget http://www.dtek.chalmers.se/groups/dvd/deb/libdvdcss2_1.2.5-1_i386.deb sudo dpkg -i libdvdcss2_1.2.5-1_i386.deb NOTE: I logged in as the Super-user so no sudo needed here
After executing these commands as the Superuser I was then able to play the DVD and get both video and audio output.
Next on the list is to install Wine:
On the Wine web page (http://www.winehq.org/) page, I selected the “Download” link and was taken to the Download page. On the Download page, since I installed a version of Debian, I selected the
“Download Debian packages” link and was taken to the Debian packages page. On the Debian packages page, I chose Method 2 and clicked on the “binary list” link.
On the binary packages page, since I installed Debian “Squeeze” on a 32-bit machine, I selected the “Squeeze i386” link
and downloaded the wine_1.1.42~winehq1-1_i386.deb file to my home directory.
Next, I followed the directions on the http://www.winehq.org/download/deblenny web page:
Chose a .deb package from binary list and save it in your home directory Open a terminal cd ~ #to go to your home directory su #to log as root dpkg -i wine_1.1.xxx.deb #change xxx with your chosen package, this will install wine
After installing Wine, I searched the Internet for a freeware hex editor that would run on Windows 95 (no .Net or other dependencies); I found one. I downloaded it, installed it and ran it successfully.