To check how many emails have been queuing in Postfix (an email server for Linux) and for what period of time you can use the following command #qshape deferred | head The above command will produce the following; The T represents time in minutes The Total represents how many emails have […]
William Rendell
If you have a MySql database that you want to import (pipe) into another server, as long as you have the filename.sql file you can copy it using WinSCP from the old server to the new server and run the following command;
Yesterday Trefor Davies of business communications provider Timico started a race to see which would be faster, uploading a video from a rural broadband connection or sending the data via carrier pigeon. The aim of the test was to point out that in some areas, broadband connections are so poor […]
Here is a photo of Miles and Mason on the way to school this morning, their class is having a history day and everyone has to dress up.
Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved Permanently”); header(“Location: http://www.newsite.co.uk/”); exit(); ?>
If you have any children that would be interested in playing Rugby, registration starts at 10am at Tewkesbury RFC.
These little single-port routers have the ability to push the public IP address and all it’s traffic onto a single device connected to the LAN port. To do this, set the router up as normal with the username and password for your connection, the only thing that you need to […]
Check out this video, its a hip hop museum in Hollis, Queens that doubles as a burger joint. If you don’t want to watch it all skip forward to 8 mins and see me living the dream 🙂
What have Google done? on browsing to www.google.co.uk I was shocked to see that Google known and loved for its no nonsense, fast loading search page are now trying to look like Microsoft’s search engine – Bing. Google get back to your roots and don’t be a sheep following Microsoft! […]
Today we went to collect our little chicks 🙂 we have four Orpingtons, one, black, one blue, one lavender and one partridge. They are staying inside in the home made brooder I made, untill they are big enough to go outside.
Apple iPad’s UK launch date and pricing finally revealed Apple fans will need to dig deep… Follow the link for more details http://nl.silicon.com/s/8514t/6b603779711020
The below is what I do to delete an email from a Postfix queue. First we need to locate the email that you want to delete from the postfix queue mailq