Monday, May 14, 2007

There is only one word about the pidgin logo

ugly!

http://pidgin.im/~seanegan/pidgin.png

it's pidgin but it doesn't mean that you have you put that ugly pigeon in your logo x-(

Pidgin for Fedora Core 4, 5, 6 users

At your root shell:

# cd cd /etc/yum.repos.d/
# wget http://garimbo.org/rpms/fedora/pidgin.repo
# yum -y install pidgin

Wednesday, April 18, 2007

How Windows Vista was coded

/**
* (c) 2007 Micro$oft Corp.
* All rights reserved :-w
*/

#include
"osx_tiger_features.h";

class WindowsVista extends WindowsXP implement Nothing {

boolean beta = true;
WindowsVista() {
checkIfHardwareIsCompatible();

/*
* OK. The idiot seems to have
* some high end hardware.
* Let make his life miserable >:)
*/
runInternetExplorer7();
}

void checkIfHardwareIsCompatible() {
/*
* Lets make sure that half the world
* cannot run this OS while
* we fix all the bugs
*/
if ((installedRam < 2GB) || (processorSpeed < 4GHz)) {
MessageBox("Your system does not seem
to be capable of running zero err.. aero glass
and the like. Please upgrade
the hardware and try again.");

WaitTillPoorGuyReadsTheMessage();
bsod();
}
}

void runInternetExplorer7() {
IE7 ie7 = new IE6();
ie7.featureSet = firefox_features
+ safari_features
+ opeara_features
+ lot_of_bugs;

ie7.run();
WaitWileThePoorGuyLooksAtTheNewInterface();
bsod();
}
}

//thanks mr. tom for sharing this :p

Monday, April 09, 2007

Trở lại Cam Ranh

Trở lại Cam Ranh sau một năm, vẫn nguyên vẹn, con người nơi đó, bến tàu nơi đó, bãi hoang nơi đó...

Friday, April 06, 2007

Trong cái khó ló cái... ngu

Biết đâu được, ngu ngu chứ vác cái lu chạy cái vù

Friday, March 23, 2007

Enjoying the last night

before sending the mail.
being early or being late, it should be done, monkey!
give up fighting and start thinking about yourself first :)

Sunday, March 11, 2007

Nhiều kết nối hơn

Trong bài viết trước về kết nối từ xa giải pháp kết nối ngược dùng SSH đã được đưa ra. Tuy nhiên, đó chưa là tất cả.

Thứ nhất, nếu tận dụng công cụ netcat (nc) thì không những chỉ TCP connnection được tunneling mà cả UDP connection cũng được tunneling dễ dàng. Nếu tốc độ của kết nối đủ cao, thực hiện tunneling cho 2 port 27015 TCP và UDP qua SSH là bạn có thể chơi được Mini-dust-pro từ xa :D

Thứ hai, nếu không phải dùng một SSH Server, một SSH client mà là 2 SSH client thì sao? Kết hợp 2 lần tunneling liên tiếp bạn có thể là cho 2 máy workstation không có IP thật kết nối TCP được với nhau. Khi đó, bạn có thể đi xa, mang theo laptop, dùng kết nối Internet của khách sạn chẳng hạn mà vẫn có thể điều khiển được workstation trong công ty.