njbhatt's blog

Configuring NIS under Red Hat Linux

NIS domain: "internal"
Code or configuration file data: colored
Root prompt on NIS master server: master#

File recovery tool for Ext2-Ext3

File recovery tool for Ext2/Ext3 filesystems.

SED Tricks Q & A

  1. What is sed? - sed is stream editor, a Unix tool for working with streams of text data. See the awful truth about sed.
  2. How do you substitute strings with sed? - Use 's/old/new' command, so sed 's/hello/goodbye/' would substitute the occurrence of the word hello to goodbye.

Webmin & Ubuntu

Webmin Installation & configuration in ubuntu

Prerequisites

Perl 5 interpreter and libnet-ssleay-perl

#apt-get install perl5 libnet-ssleay-perl

Now you need to download the latest webmin from the above downloadlink

Download 'webmin-1.290.tar.gz' (at the time of writing) to some location in your machine ex:- /usr/local/src

#wget http://prdownloads.sourceforge.net/webadmin/webmin-1.290.tar.gz

#cd /usr/local/src

#tar xzvf webmin-1.290.tar.gz

Operating System Interview Question

 Operating Systems

Syndicate content
web counter