GnuSys Notes : CoolLinks

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
GOOD STUFFS
http://www.cyberciti.biz
http://www.thegeekstuff.com/

APACHE
http://www.howtoforge.com/configuring_apache_for_maximum_performance

DOS ATTACK
http://www.deflate.medialayer.com/old/

SHELL SCRIPTING:
http://www.oracle.com/technology/pub/articles/saternos_scripting.html
http://binarios.com/lnb/shell.html
http://www.tldp.org/LDP/abs/html/index.html
http://wooledge.org/mywiki/BashFAQ?action=show&redirect=BashFaq
http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html

MOD SECURITY
http://atomicplayboy.net/blog/2005/01/30/an-introduction-to-mod-security/

MOD REWRITE
http://httpd.apache.org/docs/1.3/misc/rewriteguide.html
http://www.webmasterwoman.com/design-development/redirect-homepage.html


PLESK:
http://www.ramblingsofasysadmin.com/
https://support.hyperactivehosting.com/index.php?_m=knowledgebase&_a=view

RSYNC EXAMPLES

rsync -ave 'ssh -p 1024' /etc root@206.251.74.104:/backup/server_clickwebargentina_com/
rsync -ave ssh /etc root@206.251.74.104:/backup/server_clickwebargentina_com/

TOMCAT HOWTO
http://www.5dollarwhitebox.org/wiki/index.php/Howtos_Apache_Tomcat_with_Mod_JK

BLOCKHOSTS
http://www.aczoom.com/cms/blockhosts

COOL SCRIPTS
http://www.intuitive.com/wicked/read-sample-shell-scripts.shtml

Unix SEX
{look;gawk;find;sed;talk;grep;touch;finger;find;fl
ex;unzip;head;tail; mount;workbone;fsck;yes;gasp;fsck;more;yes;yes;eje
ct;umount;makeclean; zip;split;done;exit:xargs!!;)}


SCRIPT:
netstat -pane|grep ":80"|sed 's/ */ /g'|cut -d" " -f5|cut -d: -f1|sort -n|uniq -c|sort -n

There are 9 comments on this page. [Display comments]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.2704 seconds