TECH TIPS
How to Change Your SQL 2008 Database Instance Name
So with a little hunting and SQL queries I found out that SQL Server doesn’t use the network name, it only excepts that as an alias. My SQL Server instance was still named “old_name”. I found that out by running these two queries: 1sp_helpserver 2select @@servername...
What is a good site to listen to streaming radio?
try http://slacker.com
What are the best sites to stream music?
I like http://grooveshark.com and http://lala.com but I'd probably give a bit of edge for lala because they have fewer advertisements and Apple just bought them so that bodes well for its future.
Recommended FTP – fireftp in Firefox
http://fireftp.mozdev.org/
Using Robocopy to Keep a Mirrored Copy of Your Critical Folders
First, you need to enable Volume Shadow Service and make sure it is running. Next, you have to install Windows Resource Toolkit (Windows 2003). Here is the command you need to run: robocopy E:yourlocalfolder R:destinationfolder /MIR /MIR mirrors the 2 folders....
How do I migrate content from Microsoft Spaces Live to a Custom WordPress Domain
I did this on Mac OS X Snow Leopard. 1) Install python and Beautiful Soup 3.0.6. 2) To install the BeautifulSoup.py into the python runtime, type the following from a Terminal window: sudo python setup.py install 3) Download live-space-mover from...