Gray.me.uk - Tech and Linux Blog
  • Home
  • About
  • Contact Me
  • Services
  • Search

Articles by MH Tech.

No Image

How to force qmail to process the outbound queue

February 2, 2012 MH Tech. 0

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 […]

No Image

Remove DRWeb from plesk

February 1, 2012 MH Tech. 0

DRWeb has been causing lots of problems on 3 servers.  Here is how to remove it completely [sourcecode]rpm -qa | grep "drweb" | xargs rpm […]

No Image

Adding a new CSS file to a custom WordPress Theme

December 16, 2011 MH Tech. 0

If you want additional css files in your custom wordpress theme you can use the following. Create a directory called css in your /wp-content/themes/themename/ directory […]

No Image

Hosts file for blocking ads and other unwanted crap. speeds up browsing also

July 30, 2011 MH Tech. 0

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 […]

No Image

Upgrading to php 5.3 in Centos 5.6

July 19, 2011 MH Tech. 0

Very simple to use repository at Atomic Corp. Thanks guys http://www6.atomicorp.com/channels/atomic/

No Image

Centos 5.6 with Three 3g Dongle ZTE MF112

July 18, 2011 MH Tech. 0

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 […]

No Image

Find and Replace across multiple files

July 15, 2011 MH Tech. 0

[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 […]

No Image

Changing the default output IP

June 10, 2011 MH Tech. 0

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 […]

No Image

switch off open_basedir across all domains in a plesk server

June 10, 2011 MH Tech. 0

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 […]

No Image

Cleaning SpamDyke Log Table in plesk

June 9, 2011 MH Tech. 0

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 […]

Posts pagination

« 1 … 4 5 6 … 13 »

Search this site

Categories

Server Administration Services

I provide server administration, problem solving and other services. Please see Services option on main menu.

$5 a month for an SSD based VPS

digitalocean-logo
Plesk and CPanel licenses at much reduced prices.

Archives

Copyright © 2026 | WordPress Theme by MH Themes