|
Written by admin
|
| Article Index |
|
Home Page
|
|
Page 2
|
Page 2 of 2
Home Server Specs
Ubuntu 8.10 (Operating System)
Intel Pentium 4
1024Mb RAM
40 Gb Hard Drive
Apache2 Web Server
MySQL Database Server
PHP Support
Curl Internet Application Support
FTP Server
Squid Proxy Server
Squid Cacheing Server
Network Anti-Virus Scanner/Server
SSH/Xserv Configured
Torrent/Download Server
Ubuntu Commands
MISC COMMANDS
Backup folders and Directorys rsync -av /path/to/source/directory /path/to/target/directory
Delete user and home directory sudo deluser --remove-home use
Delete just a users home directory sudo rm -r /home/username
Show CPU infomation cat /proc/cpuinfo
Show system uptime uptime
Download and install package sudo apt-get install PACKAGE
Edit file in sudo mode sudo gedit /location/location2/filename.conf
Move in to a directory cd /location/location2/
--------------------------------------------------------------------------
SERVER COMMANDS
Restart VSFTPD server sudo /etc/init.d/vsftpd restart
Start VSFTPD server sudo /etc/init.d/vsftpd start
Stop VSFTPD server sudo /etc/init.d/vsftpd stop
Restart Apache server sudo /etc/init.d/apache2 restart
Start Apache server sudo /etc/init.d/apache2 start
Stop Apache server sudo /etc/init.d/apache2 stop
Shows interface activity Speedometer -rx (interface)
Shows interface activity Speedometer -tx (interface)
dpkg -l lists all of the installed packages
|
|
Last Updated ( Wednesday, 04 August 2010 )
|