svn propset svn:ignore FOLDERNAME . ^^ Note the dot! More info here
http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/
You can dump the database into a file using: mysqldump -h hostname -u user --password=password databasename > filename you can restore the info to the database again using: mysql -h hostname -u user --password=password databasename < filename
from: http://forums.mysql.com/read.php?10,195091,195097
Web based (microsoft) tool: https://www.testexchangeconnectivity.com/
Downloadable program: https://store.accessmylan.com/main/diagnostic-tools
If you are having problems getting an Iphone to sync to Exchange 2003 read this:
http://www.it-eye.co.uk/faqs/readQuestion.php?qid=1
I had major problems with a SBS 2003 setup and the above all helped.
Fix found here: http://ubuntuforums.org/showthread.php?t=1381318
Basically I wasn't in the vboxusers group:
1) Check if your username is in the group:
cat /etc/group | grep v*box
2) If it isn't add it and logout/login.
sudo usermod -G vboxusers -a YOURUSERNAME
The best linux blogging client that I have found (just now) is called bilbo blogilo (they recently had to change their name).
Website: http://blogilo.gnufolks.org/
To install in Ubuntu Karmic: sudo apt-get install bilbo
I just formatted my Vista install and installed Windows 7.Microsoft being Microsoft it assumed it was the only OS on my disk and replaced grub.To fix:
Just testing out the Drupal WYSIWYG module with various editors.It supports:
Currently using FCKeditor. The main problem is probably going to be geshi compatibility.
Delete from the registry. I don't know your version of Windows, but for Windows XP and 2000, the mail profile is in:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles.
Locate the bad one and delete it.
Source: http://help.wugnet.com/office/delete-profiles-mail-applet-Control-Panel-...
Update: Better fix here http://heratech.net/blog/sham/asus-xonar-dx-ubuntu-better-fix
My new soundcard the Asus Xonar DX is a right pain to get working nicely in Ubuntu 9.10 x64. It was detected right away but whenever I changed the volume it would stutter for a good 5 seconds.
I really should have checked this page more thoroughly: http://www.alsa-project.org/main/index.php/Matrix:Vendor-Asus
This script seemed to get it working nicely though (so far!) : http://ubuntuforums.org/showthread.php?t=1046137&highlight=alsa+update+s...