Suppose you need to replace a single block of text within a file with a different block of text. While you could probably use a text editor such as notepad or notepad++ to accomplish this, what if you needed to replace...
So you’ve got Google Analytics set up and you’re tracking your web site statistics. But every time you visit your web site (to do testing, training, etc.) your reports are skewed because they include traffic from your own computer. One way...
Problem If you do not create users and groups using the SBS Console, they will not show up in the SBS Console. If you create users and groups through another method, you can use this procedure to modify the users and...
I have to admit I am not a Mac expert. I am a PC guy but I have learned a few things about Mac’s over the years. One of which is that Mac’s like to use Postscript as the default emulation...
Situation 1. Your internal Active Directory domain name is different than your public Internet domain name. For example, your AD domain name might be contoso.local but your public Internet domain name might be contoso.com 2. You want to override a single...
Problem If you have relay access control properly configured, only authenticated users should be able to relay mail through your server. If you are still seeing messages being relayed, then it’s possible a user account has been compromised. This will allow...
So here’s the scenario: I recently migrated from Small Business Server 2003 to SBS 2008. It was a fairly smooth transition except for one thing: There was a web application written in classic ASP that connected to an Access database. Problem...
Yesterday I noticed some odd behavior on one of the Linux servers that I maintain. For one thing, every time I would run ‘top’ or ‘ps’, I would see the following message Unknown Hz value! (75) Assume 100 I decided to...
I wanted to dump all my MySQL databases using the mysqldump utility, but I wanted each database to be in a separate file. I couldn’t find a solution online, so I wrote my own script. Here it is: #!/bin/sh USERNAME=admin PASSWORD=topsecret...
What is Personal Antivirus? Personal Antivirus sounds like a wonderful program that might be good to have, right? Actually, it’s just one of an increasingly common type of malware called a rogue anti-virus or rogue anti-spyware program. It appears to be...