Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Thursday, July 05, 2007

PowerToys

My company bought me a 22" Acer LCD monitor the other day. Unfortunately my fonts didn't seem quite right with the new monitor. I forgot about the PowerToys utility from Microsoft and my boss mentioned to me that PowerToys has some ClearType tweaking tool. I downloaded it and now my fonts are all clear and smooth again, definitely recommended for any LCD monitor user.

Tuesday, March 20, 2007

Vista Analyzed

I use Ubuntu as my exclusive desktop OS to get things done, but I am actually a C#.NET developer by profession. It is a weird combination but I prefer GNU/Linux over Windows because of the F/OSS philosophy.

Anyway back to Windows Vista, I am not planning on switching from Ubuntu to Windows Vista but I am planning on developing software for Windows Vista using C#.NET and this article just made me more excited. The new .NET Framework 3.0, previously known as WinFX is not just an add-on to the OS anymore but actually part of the OS.

The article is a bit long but worth the read I think.

Monday, March 05, 2007

FreeProxy

I decided to use only Ubuntu at office and home even if my VPN does not work in Ubuntu. The VPN problem was solved with a Windows XP vm that just connects to my office to get email etc.

My internet browsing was still a problem, I could not connect to the company via VPN to allow my Ubuntu notebook to connect to the company's proxy server. This I solved now by installing FreeProxy on a Windows XP box.

So my Ubuntu box uses the Windows XP box's proxy server and in turn the Windows XP box uses the company's proxy server via the VPN. So now I can surf the Internet using Firefox / Ubuntu.

As soon as bandwidth costs come down in good old SA, I will not need this proxy chaining anymore but until then, this approach really keeps my bandwidth costs down.

Sunday, February 04, 2007

Ubuntu VPN, Microsoft Remote Access Quarantine

I finally discovered why my Ubuntu connects to my office via VPN and then disconnects shortly thereafter. My company's VPN server is Windows 2003 server machine and theyinstalled what is called Remote Access Quarantine, so if my client machine does not let the VPN server know that my machine is clean and safe, the VPN server disconnects me.

The tool required to do this is called "Remote Quarantine Connect (rqc.exe)", now I have not found any Linux tool that has the same functionality than rqc.exe to let my server know my machine is safe for use on the VPN.

I will just need to create a VM to connect to work from my Ubuntu box or just keep on using my Windows XP at home and Ubuntu at work.

Ubuntu vs Windows XP, Default fonts screen shots

I reconsidered posting screen shots of the fonts used on Ubuntu and Windows XP. Both screen shots are from Firefox 2.0.

The Windows XP screen shot.


The Ubuntu screen shot.



Also take note of my Amiga theme running on Ubuntu, I like it for some reason.

Thursday, January 18, 2007

Ubuntu vs Windows XP, Default Fonts

Maybe it is because I have a laptop whose native resolution is 1920x1200 but whatever it is I prefer the default fonts used in Ubuntu over that of Windows XP.

I know some people want the Windows XP fonts otherwise Automatix would not have had a "msttcorefonts" option to install on Ubuntu.

For me personally the Windows XP fonts does not look as good on my laptop as the Ubuntu fonts especially when browsing the internet. I guess I could change the fonts manually on Windows XP, but out of the box I prefer Ubuntu over Windows XP when it comes to fonts.

Friday, January 05, 2007

Ubuntu vs Windows XP, VPN Access

Since I installed my ADSL connection, I am working from home two days of the week, which means I need VPN access to my office. Now I tried connection to my office using two different approaches in Ubuntu but I failed on both occasions.

The first approach was standard linux-pptp with a few scripts. I was successful to some extend, I did connect to my VPN and was able to browse the company network, but within a few seconds my connection to the VPN will close and I would have to reconnect to the VPN again.

So it was off to the drawing board again, this time I used the network-manager-gnome but again I would only connect for a few seconds to my VPN and then the connection would close. I did stumble across this section on the linux-pptp site, but I could not determine whether this was my problem.

The Windows XP approach was much better and easier. Given the company's VPN server is a Windows server and it is a Windows VPN it would make sense, but I would at least expected the VPN functionality on Ubuntu to be as easy and useful as the brilliant rDesktop but unfortunately it is not, and because of this whenever I work from home I am forced to boot into Windows to connect to my company's VPN.

Ubuntu vs Windows XP, Introduction

I recently had a chat with a friend of mine and he suggested since I am using both Ubuntu and Windows on a daily basis I should blog about the applications I find in useful and compare it to the equivalent application in Windows.

So every now and then I will post a blog about some GNU/Linux applications versus the Windows counterpart.

Monday, September 18, 2006

Windows Vista RC1

One of our clients decided their new product must work on Windows Vista RC1. I installed Windows Vista Ultimate on my Linux machine using VMWare Server and VMPlayer.

A full screen image is available here.

Friday, March 10, 2006

Pending file operations irritation

I recently had the unpleasant pleasure of encountering a pending file operations irritation while trying to install SQL Server. Luckily there is a solution.

The short of it is as follows:
  • Run the Windows Registry Editor
  • Go to
    HKEY
    _LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Control\SessionManager
  • Delete the pendingfilerenameoperations key
And that should get rid if the irritation.