Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 OPERATING SYSTEM


  Linux Command Line tips that every Linux user should know t

Below is the collection of Linux command line tips which I’ve found useful for Linux users. To get more information about the command mentioned below just open your terminal and type man <command>.Things a Linux user must learnLearn bash: No need to refer a lengthy bash guide or something else. Just read the complete man page of bash (man bash).Learn vim: You might be using Emacs or Eclipse for your work all the time but nothing can compete vim.Learn ssh: Learn the basics of passwordless authentication.Learn basics of bash job management: Using &, Ctrl-C, fg, bg, Ctrl-Z, jobs,...

9,056 0       TIPS COMMAND LINE LINUX UNIX


  Writing robust shellling scripts

Many people hack together shell scripts quickly to do simple tasks, but these soon take on a life of their own. Unfortunately shell scripts are full of subtle effects which result in scripts failing in unusual ways. It's possible to write scripts which minimise these problems. In this article, I explain several techniques for writing robust bash scripts. Use set -u How often have you written a script that broke because a variable wasn't set? I know I have, many ti...

2,237 0       ROBUST SHELL SCRIPT SET COMMANDS


  Windows 8 first impressions: It's a game changer

NEW YORK (CNNMoney) -- The PC needs saving. With Windows 8, Microsoft believes it has the magic cure.It just might. I've been testing a consumer preview version of Windows 8 for the past week, and it's unlike anything I've ever seen in a PC operating system.The stunning "Metro" interface just begs you to touch and interact with it. Beautifully designed apps, ultra-simple navigation, and instinctive commands make it hard to believe Metro came from the same company that brought us Windows Vista. Interactive, "live" tiles and an intuitive app store simplify the PC. Windows 8 is as easy to use as ...

2,402 0       WINDOWS 8 HANDS ON GAME CHANGER IMPRESSION


  Bash Shell Scripting - 10 Seconds Guide

This Bash shell scripting guide is not a detailed study but a quick reference to the BASH syntax. So lets begin...Common environment variablesPATH - Sets the search path for any executable command. Similar to the PATH variable in MSDOS.HOME - Home directory of the user.MAIL - Contains the path to the location where mail addressed to the user is stored. IFS - Contains a string of characters which are used as word seperators in the command line. The string normally consists of the space, tab and the newline characters. To see them you will have to do an octal dump as follows:$ echo $IFS | od -b...

3,755 0       TUTORIAL LINUX SHELL BASH 10 SECONDS SHORTCUT KEY


  Why I Still Use Emacs

At school, I’m known as the Emacs guy; when people have questionsabout configuring Emacs or making it work a certain way, they oftencome and ask me. Sometimes, some people ask me why use Emacs at all?Isn’t it a really old editor and aren’t Eclipse or Visual Studio muchbetter? I mean, they don’t have weird key bindings and haveintellisense, that’s surely better for a programmer, right?I will attempt in this post to explain some of the reasons why I stillcling to Emacs. Believe me, I don’t think I have any emotionalattachment to Emacs; the reason I canno...

4,871 1       LINUX ADVANTAGE IDE EDITOR EMACS


  Networking Terminologies

Portmapssudo apt-get install -y portmapPortmap is a part of ONC RPC (Open Network Computing Remote Procedure) collection of software for implementing remote procedure calls between Computer Programs. It is widely used by NFS (Network File System) and NIS. Portmap is a server that converts RPC program number to DARPA protocol port number. It must be used in order to make RPC calls.Network Infomation Service (NIS)sudo apt-get install -y nisNIS is a client server directory service provider for distributing system configuration data as user and host name between computers on comptuer network. SUN ...

3,102 0       LINUX NETWORK PROGRAMMING NETWORK FILE SYSTEM


  Why Windows?

Since the latest episodes of both Bent and Throw it Against the Wall have seen me mention Windows Phone 7, I think it’s about time I talk about why I like it. I know there’s a lot of scepticism surrounding it. And why not? Most people I know who were considering jumping the Microsoft ship did so in the dark days of Vista, so that’s their last experience with Windows. Anyone who saw their parents working on a Treo back in the nascent days of the Blackberry know the sloppy, malfunctioning horror that was Windows Mobile 6.5.There’s a messy pedigree there. And with tech...

4,034 0       WINDOWS ADVANTAGE FEATURES


  New Linux kernel fixes power-saving issues

Greg Kroah-Hartman has released long-term kernel 3.0.20 and stable kernel 3.2.5. Both contain just a single bug fix that allows PCIe power-saving technology ASPM (Active State Power Management) to be used on systems with a BIOS that activates ASPM on some components, but states in the FADT (Fixed ACPI Description Table) consulted by Linux that ASPM is not supported. According to Matthew Garrett, who developed the patch, the change can reduce the power consumption of a Thinkpad X220 by 5 watts. The H's associates at c't magazine in Germany tested systems in their laboratory and experienced...

7,991 0       LINUX KERNEL POWER SAVING FIX