Covering tips that I find usefull
How to force qmail to process the outbound queue
If/When you get a DNS problem or other network issue that causes the queue to fail it will fill up at a fair speed. Use […]
Covering tips that I find usefull
If/When you get a DNS problem or other network issue that causes the queue to fail it will fill up at a fair speed. Use […]
DRWeb has been causing lots of problems on 3 servers. Here is how to remove it completely [sourcecode]rpm -qa | grep "drweb" | xargs rpm […]
I used to use a hosts file supplied by a website that has now ceased operations. http://www.everythingisnt.com/hosts.html however I found this new one from a […]
Very simple to use repository at Atomic Corp. Thanks guys http://www6.atomicorp.com/channels/atomic/
I am setting up a developement laptop that will connect to the internet using a Three 3G modem. It is a ZTE MF112. This didn’t […]
[sourcecode] find /path/ -name ‘*.txt’ -print | xargs sed -i ‘s/find\/replace/g’ [/sourcecode] For example I recently needed to change the paths on 100’s of files […]
If you want to change the outgoing IP address of your server use the following command. Execute this command # /sbin/ip route The output should […]
I have a client who wants to turn off open_basedir as he using cross domain includes. I have recommend against doing this for security reason […]
The spamdyke_log_table gets very large very quickly. This slows down viewing from within the plesk panel. To clean up records older than 7 days use […]
One of the clients on a server I manage used a very weak password on two mail accounts and both of these had been exploited […]
Copyright © 2024 | WordPress Theme by MH Themes