Tag Archives: gnu

WordPress.com Top 10 Features

Talking about the the Top-10 Features of Wordpress.com Continue reading

Posted in GNU+Linux+FOSS, Reviews | Tagged , , | 14 Comments

wcat : A GNU cat implementation

A home made implementation of the GNU cat command Continue reading

Posted in Coding Discussions, Computer Science | Tagged , , , , | 2 Comments

Read multiple arguments in bash script

A shell script is written to achieve a purpose, and it is very helpful is the shell script takes multiple commandline arguments and then operate on each argument, instead of execute the shellscript multiple times. This post will talk about how to make the shell script work with multiple arguments. Continue reading

Posted in Computer Science, Linux / Unix Shell | Tagged , , , , , | 1 Comment

Bash Script : Print lines of a file in reverse order

A bash script to print the lines of a file in reverse order. Continue reading

Posted in Computer Science, Linux / Unix Shell | Tagged , , , , , | Leave a comment

Bash Script : Finding Digital Root of an Integer

A bash script to find the digital root of an integer Continue reading

Posted in Computer Science, Linux / Unix Shell | Tagged , , , , , | Leave a comment

Install Fedora12 from HDD/USB

Install Fedora12 from a USB or some HDD partition without DVD drive Continue reading

Posted in GNU+Linux+FOSS, Tutorials | Tagged , , , , , | 2 Comments

Installing GRUB Bootloader

A step by step guide on how to freshly install GRUB bootloader, in Hard disk or USB. Continue reading

Posted in GNU+Linux+FOSS, Tutorials | Tagged , , | 3 Comments

Choose login manager GDM or KDM in Fedora

How to change login manager, GDM to KDM in fedora, and how it works. Continue reading

Posted in GNU+Linux+FOSS, Tutorials | Tagged , , , | 1 Comment

Bash Script : Check for palindrome

A simple problem: To find if a string is a palindrome or not using Bash script Continue reading

Posted in Computer Science, Linux / Unix Shell | Tagged , , , , , | Leave a comment

Floating point math operations in bash

This article tells how to make floating point calculations and use basic scientific functions in bash. Continue reading

Posted in Computer Science, Linux / Unix Shell | Tagged , , , , , | 2 Comments