If you are running out of space on your primary drive, you’ve probably considered moving your data to a second drive, but the built-in folders such as Documents are all located inside your user directory by default. Luckily Windows 7 provides a simple way to move these folders without causing any problems. Before you do [...]
Deploying a wsp solution file to MOSS 2007
First we need to use STSADM.exe to add the .wsp file to the SharePoint farm. To find STSADM.exe navigate to the bin folder in the 12 hive – here C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN Open a command window and drag stsadm.exe onto it and use the following command to add the solution to the [...]
Delete all thumbs.db
Windows creates in every folder with pictures a thumbs.db file. Linux doesn’t need them, so here is a simple command to get rid of them. sudo find /home/user -name Thumbs.db -exec rm {} \; Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with Stumblers Share on technorati [...]
Remove empty directories
To remove empty directories in a directory structure use the following command : sudo find /begin/here -type d -empty -delete Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with Stumblers Share on technorati Tweet about it Subscribe to the comments on this post Bookmark in Browser Tell [...]
PostgreSQL install failed with “Installation may not complete correctly. The database cluster initialization failed.”
After the install of PostgreSQL 8.4.5 should be done I got the following error: Installation may not complete correctly. The database cluster initialization failed. The services was not installed. The solution is simple. 1. Manually create the directory structure from PostgreSQL. In my case D:\PostgreSQL\8.4\data 2. Allow full access to all users ( including “postgres” [...]
Microsoft SQL Server Management Studio 2005 is to slow
In a corporate environment it is not uncommon for Microsoft SQL Server Management Studio (SSMS) for SQL Server 2005 to take over 45 seconds to start as well as lags and delays when opening various windows and dialog boxes from within the application. If you are experiencing this issue, then a quick fix is to add [...]
De ‘GodMode’ in Windows 7
Windows 7 biedt naast de al bekende opties ook een flink aantal nieuwe mogelijkheden. En voor veel nieuwe gebruikers – zeker voor diegenen die Windows Vista hebben overgeslagen – is het best even wennen aan de nieuwe interface. Goed nieuws: sinds enkele dagen is een geweldige truc ontdekt, waarmee u alle instellingen vanuit één enkele [...]
Taskkill command
taskkill /f /im notepad.exe Kills the open notepad task, if open. taskkill [/s Computer] [/u Domain\User [/p Password]]] [/fi FilterName] [/pid ProcessID]|[/im ImageName] [/f][/t] Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share via Reddit Share with Stumblers Share on technorati Tweet about it Subscribe to the comments on this post [...]
Troubleshooting SQL Server 2005 “No global profile is configured…”
1. Open Management Studio 2. Expand Management 3. Right click on Database Mail 4. Select Configure Database Mail 5. In the Welcome to Database Mail Configuration Wizard, click Next6. In Select Configuration Task window, select Manage Profile Security 7. In Manage Profile Security window, make sure you have a profile that is selected as default. [...]
Increase the number of workstations a user can join to a domain
By default, Active Directory allows members of the Authenticated Users group to join up to 10 computer accounts to the default Computers container. If a user tries to add more than 10 workstations, they are likely to receive one of the following error messages: “The machine account for this computer either does not exist or [...]
