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 21, 2013
Categories:
Hack,
Quick tipsI have been playing around with serial cables the last couple of days. One of my major task I was into is to connect a embedded box with my laptop. First trouble was my laptop does not have a serial port to accept connection. But the bigger trouble was whether the cable provided by the […]
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: 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 […]