Toggen Blog
Tech tips
Articles
Latest
Virtual Machine Ethernet Interface Keeps Incrementing eth0 eth1 eth2 etc
How to set your Ethernet card back to eth0 I have a Ubuntu 9.04 JEOS (Just Enough OS) Virtual Machine running under Virtualbox. I have upgraded my host machine several times, converted the VM from VMWare to Virtualbox, moved the VM from one disk to another, created a...
Chromium Browser Fedora 15 – Twitter Aw, Snap
Symptoms: Go to twitter.com and try to browse to a user profile and you get an "Aw, Snap" page. Resolution: Using information at http://blog.randell.ph/2011/06/11/fix-for-aw-snap-while-loading-twitter-in-fedora-15-with-selinux-enforcing-enabled/ Do: Fix the current...
Re-directing Standard Out and Standard Error to /dev/null
Put here for posterity. How to make sure standard error and std out go to the bit bucket. # crontab line 0 16 * * 1-5 /home/batch/getShipping/getShippingDetails.sh > /dev/null 2>&1
Query Active Directory for User Details using Kix Script
I used to maintain another file for user email signatures but that is really daft when you can store and maintain it in AD. This is how to grab the users details from Active Directory using Kixtart Script. $oADSysInfo = CreateObject("ADSystemInfo") $strUser =...
Speedtest.net Telstra NextG from Telarah
Dansguardian causing Windows Update Error: 8024402F
Just had a problem with a failing Windows Update on a Windows 2008 R2 Server "Windows Update Error: 8024402F" On further investigation found that dansguardian was denying the connection to the cab file because the word "babe" was in the URL: # the following was all on...
