Posts Tagged ‘Linux’

Fedora 10 – Wake On LAN WOL

As part of my money saving month, i decided to shut the media box down and use a mixture of bios auto-boot to turn on for evening viewing and to use Wake On LAN for any other times of the [...]


So, you’re trying to run a Fedora 9 VM on Hyper-V? and No Network?

I installed fedora 9 under Hyper-V and had no network card by default, Quick google search showed having to install the Linux Integration Components for Hyper-V RC1 and this is aimed at Suse Enterprise. After a quicker email coversation here [...]


Postifx Mail Sever with 1Million Messages..

Postifx Mail Sever with 1Million Messages….. Yes that happened to us this morning and thanks to this little command it made the job a lot more easier.  mailq | grep ‘stringtolookfor’ | awk ‘{print substr($1,1,10)}’ | postsuper -d – Our [...]