Skip to content


Install Ubuntu on amd 3500+

Install from cd
Reboot
from gui install ssh
Remove screen saver from desktop login
apt-get install portmap nfs-common
mkdir /share
nano /etc/fstab
hostname:/share /share nfs rsize=8192,wsize=8192,timeo=14,intr
mount -a
cp /etc/apt/sources.list /etc/apt/sources.list.org
cp /share/files/sources.list /etc/apt/sources.list
wget http://free.linux.hp.com/~brett/seveas/freenx/1135D466.gpg -O- | sudo apt-key add –
wget http://packages.freecontrib.org/ubuntu/plf/12B83718.gpg -O- | sudo apt-key add –
apt-get update
apt-get upgrade
nano /etc/motd
apt-get install freenx nxagent nxdesktop nxviewer nxclient nxplugin
nxsetup

apt-get install linux-image-k7 kernel-package build-essential

apt-get install mysql-server
apt-get install php5 php5-cli apache2 phpmyadmin postfix php4-snmp php5-snmp
change root password in mysql, add admin account to mysql

download webmin and install
/usr/share/webmin/changepass.pl /etc/webmin root password
reboot
update through gui
apt-get install gparted linux-headers-k7 linux-restricted-modules-k7
apt-get install nvidia-glx
***example /etc/X11/Xorg.conf
Section “Device”
Identifier “NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]”
Driver “nvidia”
Option “NoLogo”
BusID “PCI:1:0:0?
EndSection

Section “Monitor”
Identifier “CPD-200ES”
Option “DPMS”
HorizSync 30-70
VertRefresh 50-120

nano /var/log/Xorg.0.log
to make sure Xorg is running correctly

Posted in Linux.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.