Free Linux Training
Linux Foundation Launches Free Training Webinar Series to Meet Growing Demand for Linux Professionals Starting in March, The Linux Foundation will be offering free Linux Training webinars taught by well-known…
Linux Foundation Launches Free Training Webinar Series to Meet Growing Demand for Linux Professionals Starting in March, The Linux Foundation will be offering free Linux Training webinars taught by well-known…
Install directions from here and modified to fit my install: http://www.java.com/en/download/help/5000010500.xml#selfextracting (I started in the root folder - /root ) wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=37391 mv jre-6u18-linux-i586.bin\?AuthParam\=1265088166_628f3dd35822fc3493e468ca17791e5c\&GroupName\=JSC\&FilePath\=%2FESD6%2FJSCDL%2Fjdk%2F6u18-b07%2Fjre-6u18-linux-i586.bin\&File\=jre-6u18-linux-i586.bin\&BHost\=javadl.sun.com jre-6u18-linux-i586.bin chmod a+x jre-6u18-linux-i586.bin ./jre-6u18-linux-i586.bin answer…
To install jboss on CentOS 5, create the jpackage.repo and place it in /etc/yum.repos.d. touch /etc/yum.repos.d/jpackage.repo vim /etc/yum.repos.d/jpackage.repo add the following information to the file: # Be sure to enable…
IPTState is a top-like interface to your netfilter connection-tracking table. Using iptstate you interactively watch where traffic crossing your netfilter/iptables firewall is going, sort by various criteria, limit the view…
This is a list of handy MySQL commands that I use from time to time. At the bottom are functions, statements and clauses you can use with MySQL. Below when…
MySQL is dead. Long live MySQL. Now that oracle owns MySQL, it will certainly kill it as quickly and quietly as possible. If you were a large corporation, why would…
I recently had a client that went to backup a specific account using the cpanel backup script 'pkgacct username' located in the /scripts folder. Whenever he tried to use this…