Author Archives: lpilinuxblog
FOSS
In the 1950s, 1960s, and 1970s, it was normal for computer users to have the freedoms that are provided by free software. Software was commonly shared by individuals who used computers and by hardware manufacturers who were glad that people … Continue reading
Photoshop from uCertify
uCertify has launched Photoshop CS5 Practice test. Pass 117-102 Certification Download Free Practice For 117-102 Exam
uCertify Black Friday Sale
Hi guys, uCertify has some terrific treats for you this Thanksgiving! Turkey and mashed potatoes are not the only things up for gobbling this week. Check out these incredible savings! 60% off any 6 PrepKits 55% off any 5 PrepKits … Continue reading
uCertify Early Bird Sale
HI Guys, uCertify is getting the holiday celebrations going with its early bird, pre-Thanksgiving sale. Join the feasting with huge discounts on all uCertify PrepKits. If earning an IT certification was on your New Year’s resolution or goals for 2010, … Continue reading
How to backup MySQL Database to a Text File
We will use the mysqldump utility included with mysql to dump the contents of the database to a text file that can be easily re-imported. SYNTAX: mysqldump -h localhost -u root -pmypassword databasename > dumpfile.sql EXAMPLE: mysqldump -h localhost -u … Continue reading
How to configure IPTables Firewall
This script is about to build a firewall in Linux OS by using iptables, the user only needs to follow and answer the simple and easy steps and the script will generate the user specified iptables rule in its original … Continue reading
How to install Lighttpd with PHP5 and MySQL on OpenSUSE 11.3
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support. I do not issue any guarantee that … Continue reading
How to change SSH Banner in Ubantu
Every time I connect to my Ubuntu development server through my ssh client, I receive the same message and I’m getting tired of seeing it, so I decided to change the message to something else. Here’s the message that I … Continue reading
How to genrate Random Password from Commandline
One of the great things about Linux is that you can do the same thing hundreds of different ways—even something as simple as generating a random password can be accomplished with dozens of different commands. Here’s 10 ways you can … Continue reading
How to disable ProFTP in Linux
First, look in your /etc/xinetd.d/ directory and see if there’s a file named psa_ftp in there. If not, you might have to make this change in your /etc/xinetd.conf file. Open up the file as root, and look for the following … Continue reading

