printenv – Print All/Part of Environment

Revolution OS is a English documentary movie, about Linux based OS,
directed by Mr J.T.S.Moore. The DVD contains sub-titles for No .of
Languages. If you want to contribute for any of the Indian Language
sub-titles, Kindly contact Mr Shakthi “cyborg4k at yahoo dot com”.

One Day One Command
===================

printenv – Print All/Part of Environment

Summary:

`printenv’ prints environment variables with its Name and Value.

Read more

Mount NTFS Drives in Gnu/Linux

To enable NTFS support in Gnu/Linux,you should have the support for?NTFS your Linux kernel.You can check that by running cat /proc/partitions If you do not…

sum — Compute and Check .

Mr Amit Kale has developed kgdb, a source level debugger for Linux
Kernel. It is used along with gdb to debug Linux Kernel.
URL http://kgdb.linsyssoft.com/

One Day One Command
===================

sum — Compute and Check .

Summary:

`sum’ computes a 16-Bit checksum for each given file(s)/stdin. By
default, it computes checksums using an algorithm compatible with
BSD `sum’ and prints file sizes in units of 1024-byte blocks.

Read more

Encrypting Shell Scripts

Do you have scripts that contain sensitive information like passwords
and you pretty much depend on file permissions to keep it secure? If
so, then that type of security is good provided you keep your system
secure and some user doesn’t have a “ps -ef” loop running in an attempt
to capture that sensitive info (though some applications mask passwords
in “ps” output). There is a program called “shc” that can be used to
add an extra layer of security to those shell scripts. SHC will encrypt
shell scripts using RC4 and make an executable binary out of the shell
script and run it as a normal shell script. This utility is great for
programs that require a password to either encrypt, decrypt, or require
a password that can be passed to a command line argument.
Read more