unix linux

FAQ Updates – Feb/07/2011

by Vivek Gite on February 7, 2011 · 3 comments

Our FAQ section is updated in last few days with new howtos:

  1. HowTo: Upgrade Debian 5.0 (Lenny) To Debian 6.0 (Squeeze)
  2. regionset: Linux Set / Change DVD Region Code
  3. HowTo: Check Ram Size From Redhat Linux Desktop System
  4. (25 more howts and faqs…)

    { 3 comments }

FAQ Updates – July/16/2010

by Vivek Gite on July 16, 2009 · 2 comments

I‘m still working on getting my rss feed mess which bombarded your feed reader and inbox two days ago. Meanwhile, our FAQ section is updated in last few days with new howtos (if you want FAQ updates just follow us on twitter or identi.ca):

{ 2 comments }

The purpose of a debugger is to allow you to see what is going on inside another program while it executes. It is useful to find out what another program was doing at the moment it crashed. I know most people will recommend GNU gdb, Nemiver, Valgrind or IDE such as Eclipse. I use gdb when it is really required; otherwise I debug the old fashioned way using printf() or cout statements.

{ 24 comments }

News Round Up Feb-07, 2009

by Vivek Gite on February 7, 2009 · 1 comment

It’s been over 10 days since I’ve blogged. I was busy with workload so I could not update the blog. I missed lots of news worthy stuff. Here is a quick news roundup:

a] A new custom version of Ubuntu aimed at netbooks and based on 8.04 Hardy Heron has been released by HP.

b] Open source Exchange server replacement only a year away.

c] Scripting SSH access and file transfers with Python can be frustrating – but the Paramiko module solves that in a powerful way.

d] Amazon offering 3 Full Version Games for a Limited period of time.

e] cyberciti.biz / nixcraft.com is now IPv6 enabled.

{ 1 comment }

This may come handy while writing cross-platform scripts.

If you don’t want to commit to the idiosyncrasies of a specific shell running on a particular platform, try the Squirrel Shell. The Squirrel Shell provides an advanced, object-oriented scripting language that works equally well on UNIX, Linux, Mac OS X, and Windows systems. Write a script once, and run it anywhere.

Squirrel is a high level imperative/OO programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.

=> Speaking UNIX: The Squirrel portable shell and scripting language

{ 0 comments }

Cheat sheet act as a reference tool which provides cut and paste kind of commands to complete a specific task. I often recommend following set of best cheat sheets to students and IT professionals. It include Linux / UNIX command and shell scripting.

{ 19 comments }