Author: Rp
Date: June 17, 2016
I wanted to experiment with sniffing data on the network. Of course, my own network. This was not a creepy sniffing of my neighbours’ network. I was keen in converting my Ubuntu VM into a router VM. Then I can redirect all traffic from ‘client’ VM via the ‘router’ VM on which the sniffer is […]
Author: Rp
Date: September 18, 2014
Categories:
Howto,
Linux,
UbuntuOften times I get into a situation where I mess up with my development (of personal projects). Though I use github for personal projects yet sometimes it is convenient to have a local SVN for all silly works (like .vimrc, .bashrc, etc…). After a lot of procrastination, I decided to set a local svn repo […]
Author: Rp
Date: August 28, 2014
The biggest problem I found was not identifying all the network interfaces available but the ones that are up. For instance, the 2 quickest way to identify all the available network interfaces are: ip link $> ip link show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default link/loopback 00:00:00:00:00:00 brd […]
Author: Rp
Date: May 12, 2014
Categories:
Howto,
Linux,
UbuntuWell, well, haven’t we all faced this irritating issue where apt-gets begin to fail? I have faced it one too many times. Frustrating and mind-numbing. One of the common error is the infamous GPG Error. A “BADSIG” scenario. For instance, I faced this today: $> sudo apt-get update … … … Ign http://archive.ubuntu.com trusty-security/main Translation-en_IN […]
Author: Rp
Date: February 13, 2014
Categories:
Howto,
Linux,
UbuntuA simple problem I was facing in Ubuntu was finding an equivalent of “chkconfig” available on the Redhat flavors. Well, for the unaware people: ‘chkconfig‘ is popularly used for adding or removing any services during boot. In other words, it updates and queries runlevel information for system services. So, my search was for a similar tool […]
Author: Rp
Date: December 5, 2013
Categories:
Howto,
UbuntuHow many of you are bored of typing your password every time you run a sudo command on your personal computer?! This is a bloody waste of time! I mean, I appreciate the sudoer jazz and the importance of security but then this is my freaking single-owner-only laptop! Why do I need to type password […]
Author: Rp
Date: November 21, 2013
Byte Order! Well, this is one thing many of us have kinda forgotten and/or don’t bother. Well, after all this is more on how the hardware works and not on how the software is written. Of course, this needs to be taken into consideration in network programming as well but again not so much in […]
Author: Rp
Date: November 18, 2013
Ubuntu comes with a pre-locked ‘root’ user. That is, root account is not accessible, not login-able but exists nevertheless. The default user (or the primary user) owns the sudo rights. Hence this user has all rights to perform “on behalf” of the root. But still root account, sometimes, is very important and useful. The question […]
Author: Rp
Date: September 26, 2013
Categories:
Howto,
Linux,
UbuntuWine is a free & open source software application designed to run windows-based application on other operating systems. In English, using wine one can run any windows software (games including) in Linux! Trivia: WINE is an acronym for WINdows Emulator or Wine Is Not an Emulator. Wine for Ubuntu and Ubuntu derivatives Wine is not […]
Author: Rp
Date: June 26, 2013
There are 4 different ways to check which version of Ubuntu one is running. Two of them are command-line based and the other is using tools. In Unity Unity is the default desktop environment for Ubuntu since 12.04 (Precise Pangolin). The steps to retrieve the version information is as follows: Click on the ‘projection’ on […]