by ray | Dec 6, 2009 | IT / Tech News
try http://slacker.com
by ray | Dec 6, 2009 | IT / Tech News
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.
by ray | Dec 5, 2009 | IT / Tech News
http://fireftp.mozdev.org/
by ray | Dec 2, 2009 | IT / Tech News
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. To run...
by ray | Nov 27, 2009 | Wordpress
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...
by ray | Nov 18, 2009 | Blackberry
Remove Google Sync and restart BB.Remove all email accounts.Re-add email accounts.On you BB go to:OPTIONSADVANCED OPTIONSDEFAULT SERVICESMake sure your gmail calendar is default.Now reinstall Google Sync.Some helpful tips here —...
by ray | Nov 12, 2009 | HTML / Web
<a href="mailto: [email protected]?subject=Questions/Comments">E-mail Me</a>
by ray | Nov 11, 2009 | IT / Tech News
On the DI-524 wireless router, I did the following:1) The static IP of the wireless router is 192.168.5.1.2) Set a static IP for the WAP54G access point.3) I enabled mac filtering so I needed to make sure that my MAC address for my access point was allowed.4) The...
by ray | Nov 3, 2009 | IT / Tech News
Look no further – http://www.pdftoword.com/
by ray | Nov 3, 2009 | Mac OS X
If new events are not being saved or you keep getting an error when adding an event, you can try to uncheck then check the SSL box. Also, try deleting events older than 90 days. If iCal gets stuck while deleting events, you can stop it by turning your wireless...
by ray | Oct 29, 2009 | IT / Tech News, Mac OS X
I have the same problem, with my ipod (80gb classic) freezing quite alot), I did some research and the solution is to hold both the menu button and the middle button down together, untill the screen goes black and restarts with the apple logo. It should be fine after...
by ray | Oct 28, 2009 | Mac OS X
Use this tool — http://www.nhoj.co.uk/icaldupedeleter/Awesome!
by ray | Oct 27, 2009 | IT / Tech News
To take advantage of Google Voice’s telephony management features, users have had to fulfill a tricky requirement: convince their contacts to call them using the single "phone number for life" that comes with this free online service. Not anymore....
by ray | Oct 26, 2009 | Blackberry
A sync error occurred. Please retry the sync. What to do? Well… first backup everything you can. Backup the data on the blackberry and also the data you are syncing against (such as your address book or calendar). Then, reset your sync services on the Mac. Do you have...
by ray | Oct 25, 2009 | IT / Tech News
You have to go to the main Wii menu and go to Remote Settings to resync each controller…
by ray | Oct 14, 2009 | IT / Tech News
Use SQL Management Studios to create a database diagram (you will see a folder called Database Diagrams when you expand the database you are working on). Then, you can right click and select Modify. Then go to top bar > Edit Menu and select "Copy to...
by ray | Oct 5, 2009 | Mac OS X
To restore bluetooth, you need to reset the power management. Turn off the notebook, unplug the power adapter, remove the batteries, then press and hold the power button for five seconds. Put the batteries back in and plug in the power adapter and you should be...
by ray | Oct 2, 2009 | Mac OS X
In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache: bash-2.05a$ dscacheutil -flushcache In Mac OSX versions 10.5.1 and before, the command lookupd -flushcache performed the same task: bash-2.05a$ lookupd...
by ray | Sep 29, 2009 | IT / Tech News
By adding one command to your user’s login file and running the below batch file, you can install many applications when users login. The proper command is: start /d\ServerPath filename.bat MS reference to using Start command is found at:...
by ray | Sep 29, 2009 | IT / Tech News
This allows you to enable Remote Desktop remotely and add a Domain User to the Remote Desktop Users local group.’Make sure to replace "<domainname>/" with your Domain name.Const ENABLE_CONNECTIONS = 1Dim PCName, UsrNamestrComputer =...
by ray | Sep 29, 2009 | IT / Tech News
This script (the core was pulled from Microsoft’s website, and the WindowsUpdate agent install was borrowed from Torgeir Bakken – thank you!) will tell the WU Automatic Update Client (wuaclt.exe) to ‘detectnow’, download and install missing...
by ray | Sep 29, 2009 | Linux / Ubuntu
Try adding "acpi=force" to your kernel line in /boot/grub/menu.lst while I look for the bug report if it exists. My memory isn’t the greatest so I may be mistaken.
by ray | Sep 25, 2009 | IT / Tech News
Open up the file "metabase.xml" with notepad…should be located in C:windowssytem32inetserv. Find the variable named "AspBufferingLimit" and change it to something greater than what is there. By default this is set to around 4 megs. By...
by ray | Sep 23, 2009 | IT / Tech News
If you do take advantage of this premium feature and sign up for Hotmail plus you’ll also get an ad-free experience, more storage, larger attachment support, and a non expiring account. Our POP service requires that you use Secure Sockets Layer (SSL) with the...
by ray | Sep 22, 2009 | IT / Tech News
Sometimes, even though you change the settings of your instance name in SQL 2005 Management Studios, there are still references to the old name that you don’t know where to change.First, you will need to see what the actual instance name is. To get this,...