Archive for January, 2009

sending fake email

Posted: January 23, 2009 in Uncategorized

I came across this site that can send fake email, it’s quite remarkable you know. As I am able to send email from an address of someone else and send it to the person without he/she knowing where the mail really came from. fake email clipped from deadfake.com  

using GYachE as messenger

Posted: January 22, 2009 in All about linux

so I got tired of using pidgin, and I try to use gyachi, which is really good because it can show my offline buddies (so they cannot play hide and seek with me, if you know what I mean). It’s a bit hard for me to find suitable gyachi package, but after much time looking [...]

if you want to convert mpg video file into 3gp so that you can play it in your phone. then use this command. jacobian@jacobian-laptop:~$ ffmpeg -i cinnamon.MPG -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp

converting mpg to flv in ubuntu

Posted: January 15, 2009 in Internet

if you have a video file that has an mpeg extension, you can change it into flv with the following command. jacobian@jacobian-laptop:~$ ffmpeg -i fais.MPG -ab 56 -ar 22050 -b 500 -s 320×240 video.flv

aq mengalami masalah ketika ingin ngenet make speedy di ubuntu, soalnya koneksi speedy ini harus memasukkan username dan password. padahal kan biasanya kalau di colok kabel LAN nya langsung nyambung ke internet tapi ternyata tidak. Ya sudah, aq google aja dan langsung ketemu solusinya. caranya tinggal ketikkan ini saja. dan ikuti aja perintahnya. jacobian@jacobian-laptop:~$ sudo [...]