Source code is the set of instructions that some programmer wrote for your electronic device. That programmer may very well have been me, and I may have told that device to despise you and to do anything in its power to make your life hell. Keeping that in mind, take a long, hard look at your laptop. Do you have any idea what that thing is thinking right now?
Read more »Who Gives a Crap About Open-Source Software?
Configure CISCO router using CLI and minicom
I will assume that you are using GNU/Linux systems (Ubuntu,Debian, CentOS etc.) to configure your CISCO router using CLI.
Open your terminal and install minicom and setserial by typing this command in the terminal.
- Login to post comments
I Don’t Like Linux Because …
Ten Reasons Not to Like Linux (with rebuttals inline)
Read more »- Login to post comments
Using Python and Urllib2 to Access Pages with Basic Authentication
Need to grab material from a site that uses basic authentication? We will show you a quick example of using URLLIB2 and Python to do such.
Read more »- Login to post comments
Linux Command Line For Beginners: Finding Help Documents
The Linux command-line can appear pretty complicated and occasionally even a little alarming. But it also offers a whole stack of helpful documentation which you can access directly from the command-line. Read on to learn how to help yourself when – or even before – you get stuck.
Read more »- Login to post comments
Howto build a Wifi Hotspot using Chillispot and Debian Etch
This is a step by step tutorial how to build a Wifi Hotspot using Chillispot and Debian GNU/Linux.
Read more »- Login to post comments
Firefox performance tip
Just found this and thought i had to share it:
Firefox insists on doing huge amounts of I/O when closing, as well as act slow when using the awesomebar, try the following (close down Firefox completely first):
for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done
It’s harmless, no data will be lost: it compacts your SQLite databases. Noticable gains for me.
Read more »- Login to post comments
Site News And Simple Oracle Monitoring For Linux And Unix
When things go wrong with your Oracle DB, someone has to ignore the problem ;)
Read more »- Login to post comments
How to Learn Linux - Part I
The first step to learning Linux is actually installing it. I'll assume you're coming from Windows, mainly because I haven't used a Mac in about 8-9 years and things have changed with them since then. And if you're using something besides Windows, Mac or Linux, you probably don't need my help with anything!
Read more »- Login to post comments
Build Git and Emacs from sources as the Universal Development Environment (part 1)
"In this series of posts I will guide you, the humble reader, through the install procedure to get a development environment for Ioke up and running [...] These instructions are written for a non-expert who might not have too much experience with compiling things, using Git or Emacs..."
Read more »- Login to post comments
Since When Do Linux Updates Cause Problems?
There are a lot of myths and misconceptions about everything and Linux is no exception. Most of the misconceptions about Linux (you have to use the terminal, its only for geeks, etc.) are understandable in that you can figure out where they came from. There is one that still stumps me a little bit: Linux updates break things.
Read more »- Login to post comments
10 Questions about linux asked by windows users.
As the popularity of linux increasing day by day but still there are lots of peoples using windows and still unaware about linux.Specialy in the countries like Pakistan the use of linux is minimum I told some of my colleagues about linux who were unware about linux when i told them about linux they ask tons of questions regarding linux to me i have listed 10 questions which most of windows user
Read more »Mail Notification - Check Email in the Background
Having a notification when new email arrives can be nice and really useful if you're waiting for an important message. But if you're using a desktop email client or maybe a third party webmail service, you might not want to run a big client application or have to keep checking that tab in Firefox to see if new mail has arrived.
Read more »Download Pidgin 2.5.4 for Ubuntu (deb package) - MSN fix also
Since yesterdey, MSN hasn’t been working on Pidgin anymore because of some changes made by Microsuck. [...]
Read more »- Login to post comments
How-To: Compile and Install Code::Blocks from Source in Debian Lenny
Code::Blocks is a complete, cross-platform integrated development environment for C and C++, built using the wxWidgets toolkit. Code::Blocks is available on Linux, Windows and OS X, so you may find it useful on Linux if you switched and are already used to it or an IDE like Dev-C++, for example.
Read more »- Login to post comments