24
2011
Create a ‘makefile’
When working with a C project we might have multiple .c files in the same project. Having to compile each and every source file after some alterations in one of them would be a painful task. Hence to avoid this , we make use of the make utility which reads its makefile and makes the building and managing of our C project lot more easier. Thus when one of the .c files is changed , [...]
11
2011
Simple Scripts & Sed
In my previous stone on Terminal tricks using sed, I had included simple sed one-liners to carry out some amazing text editing tasks. The beauty of sed command is more accentuated when used in scripts.A combination of two or more commands with sed can result in effective scripts. You can either create a bash file or make an alias. Alias allows you to define ‘shortcuts’ to shell commands. Usage : alias newcommand=’yourcommand -arguments’ For e.g. [...]
17
2011
Terminal Tricks using Stream Editor ( sed )
In this article, I have included some of the basic sed one-liners. These amazing one liners make difficult tasks look so simple and elegant. Moreover,they make you believe that you can perform such tedious tasks in a simple one-liner. So, What is sed ? It’s a non-interactive text editor. It reads an input from STDIN or a given file, executes a series of editing commands and returns the output to STDOUT. It is designed to [...]
13
2011
What’s new in Ubuntu 11.10 ( Oneric Ocelot )
Oneric Ocelot ( Ubuntu 11.10 ) is scheduled to be launched on October 13, 2011. There are no such major changes in Oneric Ocelot. Instead, it improves on the drastic changes made in Maverick Meerkat ( Ubuntu 11.04 ). So, What’s new in Oneric Ocelot? New Login Screen – BetaGDM is no longer the default login screen for Ubuntu; ( replacing the old GDM Manager ) – Instead, a new login screen called LightDM – [...]
11
2011
Lessons to be learnt from silly command line mistakes
When it comes to Linux, the terminal is the most powerful tool. Considering the power the terminal has; a bit of carelessness with the command lines can lead to system malfunction leaving you completely clueless and bewildered. So, it is mandatory that we use the terminal meticulously. Have a look at a few commands which teaches you how to avoid havoc that can be caused due to slight error in the commands. LESSON ONE rm [...]
25
2011
A Simple Backup Shell Script
This article contains a simple shell script which on execution will back up your linux system. If you are not familiar with Backup or Restore, I highly recommend you go through our previous stones on Backup your Linux System, Restore your Backups and Tips on Backup and Restore. Since, the entire posts on Backup was based on GNU tar, the following script will be using tar utility to backup. You might be wondering why to [...]
5
2011
Is Ubuntu user friendly?
Ubuntu is believed to be one of the most user friendly debian distro of Linux (of course people might debate that Linux Mint is friendlier). Still Linux avoiders argue that it is still no way closer to Windows in terms of user friendliness. People often misinterpret the term user friendly with user familiarity. Common sense suggests what is familiar is friendlier, so for anything to be friendly it has to be familiar. Microsoft has been [...]
Fortystones Lab Projects
Categories
- Articles (40)
- Idea (1)
- Review (5)
- Social Media (27)
- Trending Topics (13)
- Collection (28)
- How To (26)
- Linux (25)
- News (15)
- PHP (6)
- Project (1)
- Tutorials (34)
- Java (3)
- Programming (9)
- Wordpress (7)
Popular Posts
- 40 Basic Linux Command-line Tips and Tricks
- Tips and Tricks for Facebook Chat (Save History/ Video Chat/ Send Files)
- The First on the World Wide Web
- 40 Linux Shell Commands for Beginners
- Online Coding Zones for Programmers
- 13 years of Google: 1997- Present
- Special: Facebook Smiley, Special Text Symbols and ASCII Arts


An article by Raju Khanal





