Categories
- Computer Science (46)
- C Language (5)
- Coding Discussions (21)
- Linux / Unix Shell (15)
- Others (4)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (37)
- Humor (16)
- Writings (3)
- Computer Science (46)
Tags
StackOverflow
Follow Information Retrival Q&A site in Stackexchange
-
Top 10
- Geeky Code Wallpaper with GIMP
- Floating point math operations in bash
- Read multiple arguments in bash script
- Bash Script : Print lines of a file in reverse order
- Choose login manager GDM or KDM in Fedora
- C Language Constructors and Destructors with GCC
- Fix dark video in Skype for Linux
- Running Skype for Fedora x86 in Fedora x86_64
- Bash Script: Counting lines, words, characters
- Little and Big Endian conversion
-
Recent Comments
Polls
Tag Archives: linux
Bash Script: Generating Primes within Range
Objective Generating prime numbers within a range using bash script. The technique used in this implementation to generate the prime numbers is still the good old divide and check method, but with some tweaks attempting to make the execution a … Continue reading
awk to the rescue
Some days back I got a collection of 100 Greatest Piano Works cd collection. The first thing I did was to rip the CD in flac and preserve a lossless copy of the disks. Then I converted those to ogg … Continue reading
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
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
Bash Script : Finding Digital Root of an Integer
A bash script to find the digital root of an integer Continue reading
Install Fedora12 from HDD/USB
Install Fedora12 from a USB or some HDD partition without DVD drive Continue reading
Installing GRUB Bootloader
A step by step guide on how to freshly install GRUB bootloader, in Hard disk or USB. Continue reading
Choose login manager GDM or KDM in Fedora
How to change login manager, GDM to KDM in fedora, and how it works. Continue reading
Bash Script : Check for palindrome
A simple problem: To find if a string is a palindrome or not using Bash script Continue reading
Latest Myth: Fedora Cannot run Shell Script
A lot of people running around asking for RedHat Linux, suddenly, and most of them at last getting pointed to me and getting disappointed. When asked why RedHat, and why not any one among the hundreds of other distros, I … Continue reading





