Category Archives: Scripts

Nokia E-63 on Linux

Recently I bought a Nokia E-63 Symbian Series 60 3rd edition smartphone. It looks similar to the Blackberry smartphones. It has got QWERTY keypad, WiFi, 2MP Camera, 3G and Bluetooth. I have been using Nokia 6300 for a long time; and a month ago it fell down and the panel got broken. After the fall [...]
Also posted in Applications, Hardware, Linux, Personal, Python, Tips, Ubuntu | Tagged , , , , | 7 Comments

Reliance NetConnect on Ubuntu 9.04

Today one of my friend came to me asking for help in connecting to internet with his Reliance Netconnect USB Modem. As I had done this before for BSNL EVDO connections, I knew the steps to follow. But when I tried to load the usbserial module on Ubuntu using modprobe command, I got this sree@jaunty$ sudo [...]
Also posted in Configuration, Grub, Hardware, Linux, Networking, Ubuntu | Tagged , , , , | 4 Comments

Useful bash commands

Here are some handy bash commands that are needed most. Merging multiple PDF’s into one gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=Out.pdf file1.pdf file2.pdf file3.pdf Converting wav to mp3 lame -h -b 192 in.wav out.mp3 VCD Creation Script [DOWNLOAD] DVD Creation Script [DOWNLOAD] m4a to wav mplayer -ao pcm in.m4a -aofile out.wav var fbShare = {url: 'http://semk.in/2008/09/useful-bash-commands/',size:'small'}
Also posted in Linux, Multimedia, Tips, Ubuntu | Tagged , , | Leave a comment