Bridge
From : http://linux-net.osdl.org/index.php/Bridge A bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded …
From : http://linux-net.osdl.org/index.php/Bridge A bridge is a way to connect two Ethernet segments together in a protocol independent way. Packets are forwarded …
From : http://wiki.archlinux.org/index.php/How_to_make_wget_to_work_with_proxy_and_proxy_authentification You may want to run wget inside a network environment, where a proxy requests authentication. Or you will like …
DocumentRoot /var/www/html ServerName samtz.dyndns.org ErrorLog logs/samtz-error_log CustomLog logs/samtz-access_log combined Options ExecCGI Options Indexes AllowOverride All RewriteEngine on RewriteCond %{SERVER_PORT} =80 …
#./configure –with-openssl Please edit your lighttpd.conf : server.modules = ( ”mod_rewrite”, ”mod_redirect”, ”mod_alias”, ”mod_access”, ”mod_accesslog”, … ) $SERVER[“socket”] == “:80” { $HTTP[“host”] …
If I would like to replace all ‘.html’ pattern to ‘.php’ in all html file, that will be like as following: # …
1 job vs 2 jobs 1 job vs 4 jobs 1 job vs 8 jobs
# display the default printer lpstat -d # lpoptions to overide the server defualt settings # ~/.lpoptions # /etc/cups/lpoptions Default hp9k_701 Duplex=DuplexNoTumble …
##### /etc/pam.d/su #%PAM-1.0 auth sufficient /lib/security/$ISA/pam_rootok.so # Uncomment the following line to implicitly trust users in the “wheel” group. #auth sufficient /lib/security/$ISA/pam_wheel.so …
mkfs -j -c -m 0 /dev/sda
for f in *.dist; do cp $f `basename $f .dist`; done