How to Install Subversion?
This post lists instruction on how to install subversion and information on how to fix the error: Missing Dependency: perl(URI) >= 1.17 is needed by packag…
Continue Reading 2 comments December 12th, 2008
This post lists instruction on how to install subversion and information on how to fix the error: Missing Dependency: perl(URI) >= 1.17 is needed by packag…
Continue Reading 2 comments December 12th, 2008
The best way to learn UNIX is by practicing so before we learn the basic commands, let’s obtain a free shell or SSH account…
Continue Reading Add comment December 8th, 2008
UNIX is a computer Operating System. The Operating System is the software that makes your computer run. An example of another Operating System is Microsoft Windows…
Continue Reading Add comment December 5th, 2008
Your password is a critical part of keeping your information secure. Following these tips can help you create a stronger password — one that’s more difficult to guess…
Continue Reading Add comment November 20th, 2008
user@domain.com is undeliverable: The mail server could not deliver mail to user@domain.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
Continue Reading Add comment October 23rd, 2008
To resolve this, we need to disable SSLv2 protocols.
Here is now to resolve it under cPanel 11.23:
1. Edit
/usr/local/apache/conf/includes/pre_virtualhost_global.conf
2. Insert this to that file:
SSLProtocol all -SSLv23. Restart
apacheand done
How to resolve “Weak Supported SSL Ciphers Suites” under cPanel 11.24:
Simply upgrade your cPanel to the latest CURRENT and this error will be history. cPanel 11.24 has this disabled by default.
Add comment September 30th, 2008
Information on how to enable register_globals under PHP5…
Continue Reading Add comment September 26th, 2008
You can backup your database automatically using this script
Here are the commands to manually do it via shell, given you have root privilege:
To dump the database onto a text file:
mysqldump database_name > database_name.sqlTo import the data into a database:
mysql database_name < database_name.sqlReplace database_name with the name of your database.
1 comment September 25th, 2008
Instructions to install CURL:
./configure –prefix=/usr/local –with-ssl=/usr/include/openssl
CURL should now be installed.
Add comment September 19th, 2008
If the MySQL server crashed and your database becomes corrupt, here is now to easily repair it using phpMyAdmin.
Continue Reading Add comment September 18th, 2008
This post lists some useful server administration commands.
Continue Reading Add comment September 8th, 2008
If you forgot your server root password, don’t panic, follow these easy instructions to reset it.
Continue Reading Add comment August 28th, 2008
To change the main or primary server IP under Linux => as root => edit the IP information in the following files and reboot server:
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/hosts
If you have any question, please drop me a note and I will help.
Add comment August 28th, 2008
To export Mailman mailing list subscribers including the subscribers names to a text file: via ssh shell, execute this command. Remember to change…
Continue Reading Add comment August 27th, 2008
As root, insert your custom config to this file and restart apache:
/usr/local/apache/conf/includes/pre_virtualhost_global.conf
Add comment August 27th, 2008