Bash Shell Scripting by Examples

Friday, November 18, 2011

How to format Flash/Pen Drive in Linux

›
Note: I have used my device name and number in examples, you have to change it as your device name and number, otherwise unwanted device da...
83 comments:
Saturday, October 8, 2011

How to Remove RPM GPG Public Key

›
Public keys can be erased after importing just like packages. Here's how to remove the CentOS GPG public key: rpm -e <GPG publi...
34 comments:
Friday, October 7, 2011

How to Import RPM GPG Key

›
Note: All the commands tested on CentOs 5.x. Your output may be vary depending on distribution and version, so your results may not al...
38 comments:
Friday, June 24, 2011

Shell Script to Find Prime Factors of a Number

›
  In number theory, the prime factors of a positive integer are the prime numbers that divide that integer exactly, without leaving a re...
26 comments:
Thursday, January 6, 2011

Menu Driven Shell Script - Using Dialog Utility

›
#!/bin/bash # SCRIPT : menu_dialog.sh # PURPOSE : A menu driven Shell script using dialog utility # which has following options: ...
25 comments:
Monday, January 3, 2011

Quicksort Shell Script

›
Quicksort is a good example of the divide and conquer strategy for solving problems. In quicksort, we divide the array of items to b...
28 comments:
›
Home
View web version
Powered by Blogger.