Simple html script
Here is a little script I came across to create a simple html document on the fly; touch http.sh vim http.sh Insert this code into the new script and modify…
Here is a little script I came across to create a simple html document on the fly; touch http.sh vim http.sh Insert this code into the new script and modify…
How to convert CHM to PDF in Linux 1. Install dependencies by running the following command in the terminal: sudo apt-get install htmldoc libchm-bin python-chm 2. Next, download chm2pdf by…
How to upgrade perl to v5.8.8 Running cPanel 11 requires you to have perl v5.8.8. If you run an older version some things will not work properly (like spamassassin for…
Hi, I have reset all of the current users in order to implement a simple capcha scheme to cut down on the number of comment spam hitting the server. If…
I have just installed a gnome based blog client and am trying it out. I installed the Gnome Blog Poster from the Ubuntu Software Center: with more information listed here:…
How do you make a file or folder undeletable or unchangeable even to the root user? Use the chattr command. This would be useful if you have a that you…
This is a fun little thing I came across the other day. If you want text to type out something on screen like you see in the movies, simply run…