Returned 5 Results for "install" Ordered By Relevance
relevance: [3.83]
2008-06-04
Download the Centos Boot image
Download the Centos DVD image and save it on an NFS enabled share on your lan
Install with Network boot CD
choose to boot: linux text
Choose Manual IPv4
192.168.1.* / 255.255.255.0
192.168.1.*
192.168.1.*
Choose NFS Install
Server:...
relevance: [3.68]
2007-11-26
install package: yum -y install application_name
(gentoo/ubunto)get package: apt-get application_name...
relevance: [3.52]
2008-08-25
First stop the X Server
This should be done by running sudo gdm stop but ubuntu keeps restarting them
chmod -x /etc/rc3.d/gdm
then drop into init level 3
you must pre-install
sudo apt-get install build-essential linux-headers-$(uname -r)
then sudo sh NVIDIA**.run...
relevance: [3.23]
2007-09-17
to install SSH on ubuntu type:
sudo apt-get install openssh-server...
relevance: [2.85]
2007-08-31
Install:
chmod +x jdk-6u2-linux-i586-rpm.bin
./jdk-6u2-linux-i586-rpm.bin
Follow prompts [yes]/[no] etc
If it gives the error message
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Then you have to download...