Here where to download latest Microsoft Security Essentials definition

True Hi-Speed Internet seem to have problem. I can't update definition for Microsoft Essential Security using its update feature. I found the solution is to download latest definition from https://www.microsoft.com/Security/portal/Definitions/HowToMSE.aspx and install it manually follow Microsoft instruction.

VirtualBox folder sharing from Windows[Host] to Linux[Guest]

This how to will show you how to share folder from Windows host operation system to Linux guest operation system. In this how to use Windows 7 Professional Edition as host and Ubuntu 9.10 (Karmic Koala) as guest.

Install OpenVPN on Windows 7

  1. Uninstall current installed OpenVPN
  2. Download the OpenVPN from here
  3. Right-Click on openvpn-2.1_rc15-install.exe properties > compatibility
  4. Check Run the program in compatibility mode for: Windows Vista
  5. Check Run this program as an administrator
  6. OK
  7. Execute openvpn-2.1_rc15-install.exe

read more about

Test blogging using TextMate's Blogging bundle

Hello, Test 123

Make a little update using TextMate's blogging bundle

Python.re - provides regular expression matching operations

RegEx

result:

(\w*)@(\w*).(com|net|org): python@language.org (\w*): python, (\w*): language, (com|net|org): org

"re.compile(pattern)" return Regular Expression Objects. "regexObject.search()" return Match Objects. if "pattern.search(string)" doesn't find matched string return None

Syndicate content