Just another trying-to-be-a-geek's blog
Archive for January, 2010
Rinetd: Redirect TCP connections from one IP address and port to another
Jan 19th
I have came across such a situation a million times where we move a machine from one IP to another (mostly when policy audits occur) and things stop working even though we modify DNS to reflect changes, just because some *beep* people still fiddle around with the old IP or some software were configured with IP instead of DNS (why? never got the answer, even though everyone knows DNS is here and hostnames are so much intuitive like a webserver having web.domain.com, an irc having irc.domain.com or in some cases chat.domain.com when we run multiple chat related tools like irc More >
Google Chrome Trial
Jan 19th
The other day i installed Google Chromium OS on my laptop for a test flight. I like the idea but chromium has still a long shot before people actually start preferring it as a primary OS. (more…)
Why wouldn’t you use google chromium os?
Jan 17th
I experimented with google chromium last night for a bit and kindda like it. I am thinking of some ideas that i would like to implement in google chromium based on the response i get on this post. So everyone please answer the following questions to help me.
Why wouldn’t you use google chromium os? Or more specifically what is it that you miss in google chromium? What features would you like to be implemented? Have you used Google Wave? Do you like the idea of dashboard/showcase applications? Have your used WebOS? What do you feel about their future? Do you More >
Packaging software with RPM, Part 1: Building and distributing packages
Jan 15th
The principal benefit of open source software is, as its name implies, access to the inner workings of an application. Given the source, you can study how an application works; change, improve, and extend its operation; borrow and repurpose code (per the limits of the application’s license); and port the application to novel and emergent platforms.
Google switching from ext2 to ext4
Jan 15th
Google is currently in the middle of upgrading from ext2 to a more up to date file system. We ended up choosing ext4. This thread touches upon many of the issues we wrestled with, so I thought it would be interesting to share. We should be sending out more details soon.