After a major power outage here in Southern Ontario, our ReadyNAS 1100 and our active directory system stopped talking to each other. Before making any configuration changes, I wanted to create a backup of all data just incase things got worse. I started by plugging an external USB drive into the front of the ReadyNAS… Read more »
Monthly Archives:: August 2009
Linux Tip: Resize an ext3 partition with gparted
Recently I embarked on a cleaning spree prompted by full capacity on my filedrive (where all my digital media lives). After shuffling files all around the system, deleting old OS files that were no longer needed, etc, I had 3x 100gb partitions with just a little bit of stuff in each. What I wanted was… Read more »
Firefox Tip: Install AdBlock Plus for all users
As Firefox still is pretty vaguely suppored in an enterprise environment, it is handy to install AdBlockPlus for all users when setting up the Default User profile. This post over in the AdBlockPlus FAQ describes the process a little more indepth, but the barebones of it is: Download & Extract current AdBlockPlus.xpi file to a… Read more »
NOD32 Tip: Disable orange icon for system updates
At work I have to install NOD32 in conjunction with DeepFreeze. One annoying thing about this, is the orange icon and annoying messages telling the user they should update the computer. Turns out, it’s super easy to turn off this feature. Just go turn on the advanced settings tree and navigate to Tools > System… Read more »
Linux Tip: Create a bash script to archive web folders and mysql databases locally and remotely
Update – May 2013: I’ve received a few emails asking how to prevent this script from continuously eating up disk space… Rather than re-invent the wheel, I just use built in Linux commands in my root crontab that run once a day: 0 4 * * * find /home/tim/backups/ -mtime +10 -exec rm {} \;… Read more »
FreePBX Tip: Setup an external PSTN number as an internal extension
Frustrated with errors trying to upgrade my aging Trixbox CE installation, I decided to build a new virtual machine and take PBX in a Flash for a testrun. Now I’d tried PBXIAF in the past, but I was turned off by the (lets face it) juvenile look. (I’ve also tried Elastix, and was not overly… Read more »
VMWare Server Tip: fix VMWare after a kernel upgrade
When you upgrade the kernel on a linux based host, you have to do a reboot for the system to actually start utilizing the new kernel. One thing you’ll notice, is that when you restart, your virtual machines, including the webaccess are unavailable and stopped responding. What do you do? Panic!!(?) No. You simply have… Read more »