Markus Blog What's going on Internet?

1Aug/110

Minimum Install VNC Remote Desktop Server on Centos

I wrote an update for an article that i wrote a couple months ago here It's a tutorial to install VNC on Linux Centos VPS. On that tutorial I was installing the group package of Gnome Desktop which will install all Gnome's applications including Open Office. This of course requires a lot of space and RAM resources to be run on a VPS which most of the time we don't need Open Office etc.

My self only use the VNC server that I installed in a VPS located in US datacenter to access some website which only available for US visitors. For browsing purposes I only need Gnome minimum install and Firefox browser and that is what I installed on this tutorial.

You can read my tutorial here: Minimum Install VNC Remote Desktop Server on Centos

1Apr/100

Registering 32-bit DLL on Windows Server SBS 2008 64-bit

Recently I'm installing a 32-bit application on a fresh installed Windows Server SBS 2008 which only comes in 64-bit version. This application that I'm installing is requiring a DLL file to be registered on the registry using the regsvr32 command.

Here comes the problem with registering 32-bit DLL since 32-bit application see different "system32" in Windows Server 64-bit. 32-bit application will see %windir%\syswow64 as their "system32" directory in 64-bit OS, while 64-bit application will use the %windir%\system32.

So to register the 32-bit DLL on 64-bit Windows Server we need to call the 32-bit version of regsvr32 which located on %windir%\syswow64, for example:

C:\Windows\SysWOW64\regsvr32.exe .dll
9Aug/090

Upgrade Path to Windows 7 Based on Upgrade Chart

After Microsoft announced the release schedule of Windows 7, a lot of tech site and bloggers post about the Windows 7 upgrade chart to be ridiculous and confusing like one here and here.

If you see the chart below, the question that rise is “why Windows Vista Basic/Home Premium users can upgrade to Windows 7 Ultimate but not Windows 7 Professional?” others perhaps will ask “why Windows XP can’t be upgraded to Windows 7?” but in the case of Windows XP, I think the answer is because XP and 7 have a very big gap of architecture hence you can’t upgrade it.

7Aug/091

Windows 7 Release Schedule Chart

We have been waiting for quite some time for the release of new operating system from Microsoft, Windows 7. From their blog, Microsoft employee already post a blog post which explain the schedule of Windows 7.

Microsoft partners and MSDN/TechNet subscriber already can download the new Windows 7 by now. Below is the schedule chart of the release date.

Windows 7 Release Chart

Windows 7 Release Chart (click for bigger chart)

For us, customers, we must wait a little bit longer till October 22 :( but if you can't wait that long you can download the Release Candidate version from Microsoft website.

Tagged as: 1 Comment
5Aug/090

Cheaper Windows 7 License with Family Pack

We all know that Microsoft Windows licenses are very expensive. If you go to Microsoft store, you can see that the price for Windows Home Premium full version is US$199.99 per license. The upgrade version wouldn't be cheap either, it will cost you US$119.99 per license.

Most of computer users will have at least 2 computers, one PC and one Notebooks. If you have family, big chances you have more than 2 computers. If you buy the retail price of Windows 7 that would cost you more than US$ 200 just for the upgrade license. But there is a cheaper deal from Microsoft if you can wait a bit more.

5Aug/090

Squid for Windows Server Tutorial

A short review of articles about installing open source Squid proxy server on Windows Server that I wrote some time ago.

I wrote 2 articles, one explaining on how to install Squid NT (the Windows version of a well known Linux based Squid proxy server) and the other explain about how to configure it into transparent proxy.

29May/090

Changing Registered Owner and Organization on Windows XP and Windows Server

If you go to Control Panel > System you can see the information of windows registration owner and organization, you can change this information by editing the registry. These are the steps:

  1. Open RegEdit: Click on Start > Run... then type: regedit and click Ok
  2. Go to: HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion
  3. Edit the value of RegisteredOrganization and RegisteredOwner
Tagged as: No Comments
21Jul/084

Firefox 3 Auto Complete URL Bar

I just noticed yesterday that Firefox will do auto complete of URL you type if you already visited that URL before. For example you open http://markus.revti.com yesterday and the URL is stored on Firefox’s history. The next time you want to visit the same URL, you only need to type ‘markus’ and Firefox will show list of URL which have the word ‘markus’ in it. Press ‘TAB’ button and Firefox will do auto complete of URL which is on the first of the list.

Tagged as: 4 Comments
Page 1 of 512345