Now you are listening to a streaming radio on the internet and in few minutes more, there will be a hot debate.

If you using Vista, you will think Microsoft remove the capability to record directly from your sound card. Actually they hide it!
| Community Service, GeekersGoHere | ad3 |
When you try do an update or upgrade from apt-get, you get below error message

Reading package lists… Error!
E: Read error – read (5: Input/output error)
E: The package lists or status file could not be parsed or opened.
For previous release, it might be because of the Ubuntu bug, but it has been fixed.
But for recent release you might need to remove every file under /var/lib/apt/lists/
sudo rm -vf /var/lib/apt/lists/*
good luck!
| GeekersGoHere, Mumbling, Research | ad3 |
Now you have some interesting video downloaded from youtube or maybe you just bought a Motivational VCD, and thinking to have it as MP3 files so you will able to enjoy it on your MP3 Player.

Why bother to download a fancy converter while you convert it using a a free media player such as VLC Player?
But how?
| GeekersGoHere, Mumbling | ad3 |
Tadi aku baru jer tukar theme blog ni… memula dah install theme lain, tapi jenis 2 column. pastu aku try carik yg 3 column, terjumpa l yg aku tgh pkai ni.
Sbb dh lama aku tak jenguk sini, so aku try la update semua plugin dan adjust aper2 yg patut, dah setel semua aku try la sharethis punyer plugin.
Tapi bila aku klik kat bawah icon facebook untuk share page, dia display page yg salah.
Bukan page aku plak tu. Godek punya godek ruper2nyer sharethis tak dapat value yg betul untuk {url} dan {title}.
| GeekersGoHere, Research | ad3 |
by default, ssh kat unix/linux mmg takkan membenarkan korang buat connection through proxy melainkan korang guner system-wide proxy
so kat bawah ni caranyer untuk membolehkan korang establish connection tu
1. Install connect-proxy dari apt-get (untuk debian user)
sudo apt-get install connect-proxy
2. ATAU compile sendiri
wget http://www.taiyo.co.jp/~gotoh/ssh/connect.c
gcc connect.c -o connect
sudo cp connect /usr/local/bin/ ; chmod +x /usr/local/bin/connect
3. Pastu configure ssh korang. edit ~/.ssh/configure atau /etc/ssh/ssh_config dengan line dibawah ni
Host *.domain.com
ProxyCommand connect -S proxydomain.my:port %h %p
*Dalam kes aku, aku guner SOCKS proxy, so aku guner -S
- Then semuer connection ker host domain.com akan melalui sock proxy “proxydomain.my” dengan menggunakan port “port”
| Community Service, GeekersGoHere | ad3 |

