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 developers directly building on their own experience. This is an excellent opportunity to learn directly from key developers and to experience a sample of…
Install Java
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 yes to license agreement When the installation has completed, you will see the word Done. Creating jre1.6.0_18/lib/rt.jar Creating jre1.6.0_18/lib/jsse.jar Creating jre1.6.0_18/lib/charsets.jar Creating jre1.6.0_18/lib/ext/localedata.jar Creating jre1.6.0_18/lib/plugin.jar…
Installing Jboss
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 the distro specific repository for your distro below: # – jpackage-fc for Fedora Core # – jpackage-rhel for Red Hat Enterprise Linux and derivatives [jpackage-generic]…
IPTstate
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 by various criteria. But it doesn’t stop there: as of version 2.2.0 you can even delete states from the table! The only requirements are a…
MySQL Commands
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 you see # it means from the unix shell. When you see mysql> it means from a MySQL prompt after logging into MySQL. The description…
MariaDB vs. MySQL
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 you want to have a stable, open source, widely used software platform competing with your fee related software that is generating a profit from the…
ldd
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 script, the backup would fail. I found the error was not related to the cpanel script itself but to the gzip command itself. I needed…
Tasks
I went to bed the other night after browsing the web for about an hour. I knew I was going to have a hard time waking up, so I setup a task on my linux laptop to wake me at 7:00am with a mp3 I wanted to wake up to. “What the heck do you…
Pipe
Pipe, as the name implies, is a sort of hollow tube (a pipe) where you can put data into one end and use the output on the other end. It takes the output from one command and uses it as the input for the following command. This functionality is only one of the many features…
Backups
I just wanted to spend a few moments talking about backups. I just finished an email to a client who had 3 major databases crash because of Innodb issues which corrupted the tables beyond repair. I went to restore them and found the daily backup corrupted also. usually, there are weekly and monthly backup enabled…
-
Recent Posts
-
Archives
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- October 2020
- September 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- August 2019
- June 2019
- March 2019
- February 2019
- January 2019
- November 2018
- August 2018
- July 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- October 2017
- June 2017
- December 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- March 2016
- February 2016
- September 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
-
Meta