Windows server 2008 – Change DPI / change text size on remote desktop

Since a short time it’s now possible to change the DPI / text size inside a remote desktop session. When you install the hotfix (link below) the settings wont be grayed out anymore so you can change the DPI. Here you can read more about the HotFix: http://support.microsoft.com/kb/2726399 Download the HotFix: http://hotfixv4.microsoft.com/Windows%207/Windows%20Server2008%20R2%20SP1/sp2/Fix396134/7600/free/451041_intl_x64_zip.exe Note that you […]

Read More »

Ports upgrade / update FreeBSD

To update the ports collection in FreeBSD you need to execute the following commands” If you have never used ‘portsnap’ before type: # portsnap fetch The ports collection will now be downloaded. # portsnap extract The collection is being extracted. To update the collection type: # portsnap update Thats it!

Read More »

OWA 2010 – Options button (“Sorry! Access denied”)

OWA 2010 – Options button (“Sorry! Access denied”) When you get the above error message, you have a problem that the user doesnt has an ‘Default Role Assignment Policy’. You can check this by logging in to the exchange server and open the Exchange Shell, then type: Get-mailbox “user” | fl RoleAssignmentPolicy. If nothging appears […]

Read More »

Windows Terminal Server – Internet explorer wont work (or very slow) after Flash is installed.

To fix this error you have to do the following: #1 Log on to the server as Administrator. #2 Download flash uninstaller: http://kb2.adobe.com/cps/141/tn_14157.html and run it, if necesarry reboot. #3 Download and install flash player. #4 Start regedit and locate the following keys: HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540 000} HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540 000} HKEY_CLASSES_ROOT\Wow6432Node\TypeLib\{D27CDB6B-AE6D-11CF-96B8-4445535 40000} #5 For each key / folder […]

Read More »

Outlook 2010 – Export folders to a .PST file

To export a folder or set of folders from Outlook 2010 you do the following: 1. Open Outlook and go to File -> Open -> Import 2. Choose ‘Export to a file’ 3. Choose ‘Outlook data file (.pst)’ 4. You will see the folderstructure of you Inbox, choose which folder(s) you wish to export and […]

Read More »

FreeBSD / Unix – scritp doenst work as cronjob.

When you’ve created a script and you want to ‘run’ it for example every 5minutes on your webserver you can create an cronjob. But when the cronjob should launch your script, nothing happens and when you run it manually on the server it does work. There is a simple solution for this. Cron can only […]

Read More »

Windows Backup – The filename, directoryname or volume label syntax is incorrect.

When in Windows Backup 2008 you want to add an 2nd HDD target to your existing back-up schedule you get the error message: “The filename, directoryname or volume label syntax is incorrect” The solution is: Attach your 1st harddisk. You can only add an extra harddisk to your existing back-up schedule when your 1ste harddisk […]

Read More »

Mac OSx – Setup a VPN connection

To setup a VPN connection on OSx do the following: 1. Click on the ‘apple’ icon and select ‘systempreferences’ and click on ‘network’. 2. Click on the ‘+’ and choose VPN from the list ‘interface’ 3. Choose the preffered VPN type (usually PPTP) 4. Enter the information 5. Click on ‘Authentication settings’ and enter the […]

Read More »

Windows – Find installation date

There is a simple command to find out the installation date of your windows Pc / server. Open a command prompt (Windows + R, type cmd) Then type: find /i “install date” You will get the output saying: Original Install Date: dd-mm-yyyy, 12:34:56

Read More »

FreeBSD – Lost MySQL Password / restore mysql password / reset mysql password

If you lost / forgot your MySQL password you can restore it by connecting to the host with SSH. Next you add the following line to you /etc/rc.conf. mysql_args=”–skip-grant-tables –skip-networking” Then restart MySQL # /usr/local/etc/rc.d/mysql-server restart Connect with MySQL # mysql -u root mysql Then type the below command: UPDATE mysql.user SET Password=PASSWORD(‘new password’) WHERE […]

Read More »

Outlook 2010 – Export folder(s) to a .pst file.

To export a folder(s) from Outlook 2010 do this: Step 1: Open Outlook 2010 and go to File -> Open -> Import Step 2: Choose ‘Export to a file’ Step 3: Choose ‘Outlook Data File (.pst) Step 4: You will now get the see the folder structure of your mailbox, choose which folders you want […]

Read More »