Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

Ubuntu Setup

Added a 256slice w/ Ubuntu 6.06
passwd
rm /etc/localtime
ln -s /usr/share/zoneinfo/Canada/Atlantic /etc/localtime
vi /etc/apt/sources.list [add 4 universe repos]
apt-get update
apt-get upgrade
adduser kenzie
vi /etc/ssh/sshd_config [PermitRootLogin no, UseDNS no, AllowUsers kenzie]
/etc/init.d/ssh restart
sudo update-alternativesconfig editor [1]
visudo [kenzie ALL=(ALL) ALL]
reboot
apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server
mysqladmin -u root -p password yourpassword
apt-get postfix
apt-get install chkrootkit [and run it]
vi /etc/php5/apache2/php.ini [display_errors = Off, log_errors = On, error_log = /var/log/php-error.log]
apt-get install subversion php5-xsl


Shorewall firewall.
Munin and Monit monitoring.
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed