Microsoft recently announced that Windows Small Business Server (SBS) 7 and Windows Small Business Server (SBS) Codename “Aurora”. SBS 7 The next version of Windows Small Business Server will include a richer remote access experience, and updates to all of the component software in the suite to the latest versions […]
Technical
I have just heard that HTC are releasing the next generration Desire handset. The Desire HD it features; 4.3″ Touch Screen 8 Megapixel camera 3G / WLAN / GPS / Bluetooth connectivity 720p HD video recording The HTC Desire HD runs the latest Android 2.2 Froyo operating system on a […]
It was anounced on the 22nd September that Orange was starting to roll out over the air the 2.2 Android OS for the HTC Desire, well they must be rolling it out sowly as I have still not been updated. Each time I manually check, I get the your phone […]
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 […]
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 […]
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(); ?>
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 […]
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! […]
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
On your VM host you need to initiate installing the VMware tools into your guest. Once this has been done the remaining steps are carried out on the guest OS. As root you need to mount the VMware Tools virtual CD-Rom image#mount /dev/cdrom /mnt
Here I am going to explain how to stop and start VM’s that are ruuning under ESXi 4.0 server, first you have to enable SSH on the server. Once you have enabled SSH, connect to the ESXi server using putty or your prefered SSH client.
If you are unable to connect to ADSL using the login details provided by your ISP, then try the alternatives below to test your connection. Here are the login settings to use for your router or modem to connect to the BT test domain. User: bt_test@startup_domain BT will ignore any […]
What you are trying to accomplish here is to have one resource (either a page or an entire site) redirect a visitor to a completely different page or site, and while doing so tell the visitor’s browser that the redirect is either permanent (301) or temporary (302). Microsoft’s Internet Information […]