Memorise

Author Archive

Re-create outlook profile

Sometime in terminal server you don’t have mail applet in control panel. You can create profile using method below. c:\Program Files (x86)\Microsoft Office\Office14\outlook.exe /profile nameofprofile — To Reset Outlook 2010 to First Run Settings 1. Use the command line switch /profile xxx 2. Outlook will report that there is no such profile and prompt for another. […]

Shrew Soft Mac OSX vpn client

Shrew Soft have a Mac OSX port of the VPN client based on the head ( 2.2.x ) sources. It seems that it requires more testing, but it appears to be more or less stable. There are two requirements / dependency before running the native install package (.dmg file) 1) Install the LGPL Qt Framework […]

VPN Does Not Connect When Using Virgin Media SuperHub

When setting up a VPN, you can run into problems with VPN pass through. If you are using a Virgin Media SuperHub you have the added challenge that is by default, your speedy SuperHub will block outgoing VPN traffic meaning that with all the correct details it just doesn’t work. To fix this, just follow […]

Adjusting Mac Mail Mark As Read Behavior from the Command Line

Adjusting Mail Mark As Read Behavior from the Command Line Launch the Terminal Set the delay to 2 seconds with the following: defaults write com.apple.Mail MarkAsReadDelay 2 Replace the two on the end with any number to change the delay to that many seconds.  You can also remove the delay with the following defaults write command: defaults […]

Juniper : Introduction to the Junos Operating System, “PKI: DSA verify fails.”

How to Update the New Image Authentication Key and Upgrade Boot Loader/ScreenOS Firmware As of August 18, 2014, all Boot Loaders and ScreenOS Firmwares downloaded from the Juniper Networks Software Download Site are signed with the New Image Authentication Certificate.ScreenOS includes the ability to determine the authenticity of binary images provided by Juniper Networks. An […]

How to make a bootable OS X 10.10 Yosemite install drive

Connect to your Mac a properly formatted 8GB (or larger) drive, and rename the drive Untitled. (The Terminal command used here assumes the drive is named Untitled.) Also, make sure the Yosemite installer, called Install OS X Yosemite.app, is in its default location in your main Applications folder (/Applications). This means that if you moved […]

How to Configure NAT on Cisco router

This brief tutorial will show you how to configure NAT overload or how to enable Internet access to multiple PCs of your LAN using only one public IP address. This type of NAT can easily be used at home when you have a Cisco 800 series xDSL router. The first step is to define the […]