Outlook – Copy calendar items

Open Outlook and go to Calendar. Go to View and click on Change View and select Active. Now you select all items (Control + A) Copy all the selected items (Control + C) And now paste the items on the destination calendar (Control + V) That’s it!

Read More »

Exchange 2003 – Create a mail enabled Public Folder

If you want to create a Public Folder in Exchange 2003 you have to: Open the Exchange System Manager and go to: Administrative groups -> ‘Administrative group’ -> Folders -> Public folders. Right click on ‘Public Folders’ and select New -> Public Folder. Now give the public folder a name. When done you can press […]

Read More »

WordPress – Create a child theme

When you use a default WordPress themen and you want to make some adjustments it’s not always the best solution to just go and make modifications to the style.css. For example, when you install an important update of the theme you use, your modifications will be lost. Create a child theme: Create a folder in […]

Read More »

Exhange 2010 – Enable calendar sharing via internet

By default the function to publish your calendar to the internet is turned off / greyed out. To enable this function log in to the Exchange server and open the Exchange management shell. There are different options for this policy. For sharing only the free/busy data you have to type: New-SharingPolicy -Name “Calendar Sharing Policy” […]

Read More »

Windows 2008 – Default gateway 0.0.0.0

When on a Windows 2008 server you open command prompt and type: ipconfig /all you see there are 2 default gateways and that the first is 0.0.0.0. When you go over to IP settings you won’t see the 0.0.0.0 anywhere. To resolve this issue: run -> cmd typ: route delete 0.0.0.0 Now go back to […]

Read More »

Windows 8 – Turn of automatic window arrangement.

If you want to prevent windows from begin automatically arrange when moved to the edge of the screen you need can easily change this. Press the windows button and typ ‘snap’ choose ‘settings’ on click on ‘Turn of automatic window arrangement’. Then on the next screen you need to scroll down and select ‘Prevent windows […]

Read More »

Windows – How to make your USB drive bootable

# Start -> Run -> type ‘diskpart’ without quotes # Once it’s loaded type: list disk This will display the current connected disks. # now type: select disk # (you need to replace # with the disk number you want to select). # type: clean # type: create partition primary # type select partition 1 […]

Read More »

FreeBSD – Define or add (extra) nameservers

In FreeBSD there is a file named ‘resolv.conf’ where the dns servers are located. If you want to add an extra DNS server you have to edit this file. Log in with root. # ee /etc/resolv.conf You will probably see something like: domain yourdomain.local nameserver 192.168.1.1 To add an extra nameserver, all you have to […]

Read More »

How to test HTTP Errorcode 400.

To extra secure your webserver you may want to create your own ErrorDocument for different errorcodes. For example errorcode 400. To test this go to your website /% example: http://www.iterrors.com/% (It seems my host isn’t 100% secure :)).

Read More »

Outlook – Automatically save an outlook attachment to disk

If you want to automatically save an attachment to a folder on your computer/server do the following: Open Outlook and open Microsoft Visual Basic for Applications (Alt + F11). Expand the tree view on the left till you reach ThisOutlookSession, now right click on ThisOutlookSession and select insert -> module. You will now get a […]

Read More »

How to update the FeatherCoin Client

Before you begin make sure you have a recent back-up of your wallet.dat file. Also make sure your FeatherCoin client is not running. Step 1: Download the latest FeatherCoin client from the website (http://www.feathercoin.com). Step 2: Extract the files to (for example) your desktop. Step 3: Open explorer and browse to your active FeatherCoin wallet […]

Read More »

Test your spamfilter

To test if your spamfilter is working correctly you can send a email containing this in the mail body: XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X If your message gets ‘tagged’ by your spamfilter, you know that it is working properly.

Read More »

Windows backup – VSS Backup fails

When for instance a VSS backup fails you can make sure the ‘VSS Writer’ for VSS backup is running. # Open command and type: vssadmin list writers # Now if you see for instance “Microsoft Exchange Writer” Status [7]: Failed # Now if you reset the Exchange store service the writer should and will go […]

Read More »

Microsoft SQL – Force logfile rotation

By default SQL maintains 7 ErrorLogfiles and rotates them, trowing away the oldest log and creates a new one. If logfiles grow big in size and ‘eat up’ all your HDD space you can force the logfile rotation. The default logfile names are: ErrorLog ErrorLog.1 ErrorLog.2 ErrorLog.3 ErrorLog.4 ErrorLog.5 ErrorLog.6 The normal logfile cycle goes […]

Read More »

External USB drive – Raw filesystem

Raw filesystem When you plug in (for example) your external USB drive you get the error: Raw filesystem, or the pc doenst recognize it all. You do the following: Open commandprompt (start -> command -> rightmouse button ->run as administrator) typ in: chkdsk F: (example) /f # If your driveletter is E: do: chksdk E: […]

Read More »

FeatherCoin – How to get started / Create a wallet

FeatherCoin – How to get started. To begin mining FeatherCoins (FTC) you need a few things like a FTC wallet, a computer to mine and some basic knowledge of how to even start mining. I’ll explain how to get started: Create a FTC wallet. First, you need to download the FeatherCoin-qt client. Windows: http://www.feathercoin.com/dl/FeatherCoin.zip Mac: http://www.feathercoin.com/dl/feathercoin-mac.zip Once […]

Read More »

Office 2010 – attachments are being blocked

When you try to open an attachment which came in a email you get the message ‘This file is damaged’ you need to do the following: Open word / excel / powerpoint (whatever attachment you have) # Open WORD -> file -> options -> trust center -> settings -> Protected View -> uncheck the 3 […]

Read More »