Inserting code in your WordPress blog
Hi, I have been playing with this option for many months to try and get code to display properly in the posts. I was using the code: ***code goes in…
Hi, I have been playing with this option for many months to try and get code to display properly in the posts. I was using the code: ***code goes in…
Here is a simple one liner to aid you in remembering certain tasks you need to complete. This command will create a popup on screen (tested using Debian based distros)…
How to Install Java and Apache Tomcat on a Centos 5 server; Question: How do I install Tomcat on Centos? Answer: In order to install Tomcat on Centos you first…
How to recover data from a Damaged Drive or Filesystem From linuxers.org In this article I will tell you how to recover data from such media devices using ddrescue. According…
You might have heard a lot of people say that linux shell is very powerful. But have you ever tried to think why do they say that. What secrets do…
How To: Upgrade CentOS Linux 5.3 to v5.4 How do I upgrade CentOS Linux from version 5.3 to latest version 5.4 over the Internet? CentOS Linux v5.4 has been released…
How do you force RoundCube to update or re-install via the command line? /usr/local/cpanel/bin/update-roundcube --force For Horde, the commands are; /etc/init.d/mysql stop && /etc/init.d/chkservd stop mysqld_safe --skip-grant-tables & mysql >kill…