alias command The alias command can be useful if you want to create a 'shortcut' to a command. The format is alias name='command' > alias home='cd /home/dave/public_html' This will…
First you’ll need to generate your local public key. This is the public end of a local public / private pair that you’ll share with the remote machine to identify you. ssh-keyg…
Mysql Instances mysqlmanager --passwd >> /etc/mysqlmanager.passwd ## ##/etc/mysql/my.cnf ## [mysql.server] user-manager [manager] port …
Typical Gentoo Instance Kernel & Boot : emerge gentoo-sources grub System tools : emerge -avt metalog vixie-cron openssh gentoolkit pciutils mlocate ufed emerge -avt dhcpcd i…
<VirtualHost {ip}:80> DocumentRoot {/var/svn} ServerName {svn.domain.tld} ServerAdmin [email protected] ErrorLog /var/log/apache2/error_log CustomLog /var/log/apache2/access_log…
# Red Hat Linux firewall using iptables## Created: October 2002# Last Revised: August 2006## Authors: Dennis G. Allard ([email protected]) and Don Cohen ([email protected])##…
Grub kernel={kernel} root={/dev/hdd} rw init=/bin/bash
zcat /proc/config.gz > /usr/src/config<br>cp /usr/src/config /usr/src/linux/.config make oldmenuconfig emerge -DuNav world || until emerge --resume --skipfirst; do emerge --resu…
The OpenSolaris Cheatsheet is a very quick reference to some of the new features of OpenSolaris. Contents[hide] 1 Service Management Facility (SMF) 1.1 Informative Commands 1.2 Adm…
<IfDefine SSL> <VirtualHost {IP}:443> DocumentRoot {/path/to/dir} ServerName {sub.domain.tld} ServerAdmin {[email protected]} SSLEngine on SSLCertificateFile {/etc/apache2/ssl/…