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 31, 2014
Firewall! What a high sounding word! Means high protection & a safe cocoon for all the newbies. Thats exactly what I did setup in my laptop: A firewall! A personalized firewall. My use cases & reasons were very simple. Every once in a while, I expose my laptop to unsafe open Internet like the cafes, […]
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
In my previous post titled SSH: Password-less access (Linux) I detailed on how to do any secure.* (i.e., SSH, SCP, etc..) access between two Linux boxes. In other words, if your local box is Linux as well then the previous post would be a way to go for password less access. But what if your local box […]
Author: Rp
Date: December 3, 2013
I am sure like me most of you run a development desktop (linux or windows) & run a separate test server (mostly linux). By Linux, I mean *NIX flavor. One of the most irritating aspect of this configuration is the frequent copying of code/binaries to & fro. This is very irritating. There are many solutions […]
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: October 4, 2013
It has been nearly 5 years since I did any work on device drivers. Also since then I have been off C or its sibling languages (on Python now-a-days), I thought first lemme get comfortable with linux kernel (& C, of course) before I can even dream of getting back to my core. In that […]
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 […]