Pages
License

So It Reminds Me (TM) by Bondhan Novandy is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.Categories
-
Recent Posts
Recent Comments
Friends
Sides of Me
Meta
Looking For Something?
.alx 7816 adding account bash Bold Like Theme C++ code snippet Curve 8320 dig dns embedded systems EVDO Exercise GCC google talk grep gtalk Haier CE100 Inheritance Instantiation Instruction Set kartu pintar lectures linux Linux programming linux scripting Makefile Microprocessor Misconception NAND Flash Networking NOR Flash ORA-12560 oracle organize ebooks pidgin PowerPC Python scripting sed exercise sed scripting Smart Card Smart Unlimited Storage tns-
Blocked
Category Archives: Operating System
Google Talk (Gtalk) with pidgin 2.7.10
After trying for sometimes adding my gmail account on pidgin 2.7.9, I thought probably I need to update to the latest version. Then after downloading and installing the latest one, still I can not login to my gtalk using pidgin. … Continue reading
Posted in Trouble-Shoot, Windows
Tagged adding account, google talk, gtalk, pidgin, xmpp
Leave a comment
Grep Exercise (From “UNIX® Shells by Example Fourth EditionBy Ellie Quigley”)
With the same text file from the previous post we have these questions: Print all lines containing the string San. Print all lines where the person’s first name starts with J. Print all lines ending in 700. Print all lines … Continue reading
Everyday useful sed command
If you have this text file containing: █▓▒░bondhan@optimus-prime█▓▒░ Wed Dec 22 14:00:23 /media/BONDHAN_4GB/workspace/grep_exercise/ cat grep_exercise.sh 1. Print all lines containing the string San. 2. Print all lines where the person’s first name starts with J. 3. Print all lines ending … Continue reading
Sed Exercise (From “UNIX® Shells by Example Fourth EditionBy Ellie Quigley”)
To become familiar with sed (stream editor), I decided to write the answer of exercise from the book titled “UNIX® Shells by Example Fourth EditionBy Ellie Quigley”. Download here for downloading the questions and answers, or directly from your beloved shell wget … Continue reading
Organizing e-Books using Bash
To become familiar with *nix scripting, I told myself to write a small script written in bash. The script will find certain ebooks (using keywords) then write the found results into a text file. From the found results, the script … Continue reading
A simple-multipurpose GNU Makefile
Since joining the current company, I usually make my own Makefile rather than using the default Makefile from eclipse. I feel that make is very powerful, just by calling make and its parameters, there you are, you get your binary … Continue reading
Forwarding ssh socks to outside users
Here’s the scheme. My fellow friend borrowed me a tunnel to his (sort of) expensive VPS and told me to create a socks using ssh with this command: ssh -fND localhost:6666 account@his-vps.org After setting the proxy (using sock not http) … Continue reading
Posted in Linux, Networking
2 Comments