|– FILES/SEARCH/SYSTEM –|Unique names, remove duplicate names:# cat words.txt | sort | uniq > dictionary.txtremove any words not X size, or from X to Y:# cat dictionary.txt | pw-inspector -m...
A very handy command for Linux user which displays all the relevant information for files is stat The command is equivalent to right click properties in windows.</p> It is useful ...
To confirm whether your apache was configured with Dynamic Shared Object support check for mod_so.c in your your httpd</p> [root@nagios php]# /usr/local/apache/bin/httpd -l | grep mod_so.c mod_so.c To Find out...
if you want to automate a backup task to different server and for that using a bash script one major hurdle is providing password for ssh session.</p> to avoid this...
Create extra root user account to your Linux box. The ‘root’ account with user id 0 is the powerful user account in Linux and Unix system. You can create...
Change the password of root if forgot // Single User Mode without root password for Maintenance This method will get you past the "Give root password for maintenance" message, but...
Changing the output informationIf you want more than just the names of the files displayed, find's -printf action lets you have just about any type of information displayed. Looking at...
To mount any windows share/partition in Linux use the below command. Here 192.168.3.60 is the IP of Windows host and ‘download’ is the share name on windows. Then pass on...
What is the difference between "su -" and "su" ? </p> The main difference between su - and su is that the former makes the shell a login shell. This...
IMP LINK - http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html</p> installing jakarta-tomcat-5.0.28.tar.gz + httpd-2.59.tar.gz with tomcat-connectors-1.2.26-src.tar.gz 1) Install apache using following steps - tar -xvzf httpd-2.0.59.tar.gz - cd httpd-2.0.59 - ./configure --prefix=/usr/local/apache2 - make - make...
1) Updated kernel and core technology stack: a completely updated core which includes a newer kernel and associated user-space management tools. Also updated are core applications like httpd, Samba and...
Attached is the original document from Apache Hadoop.</p>
A very good and detail article is available at
http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29
rabbitmq-througput : This plugin captures the throughput of the rabbitmq server i.e rate of messages (published,acknowledged,deliver and deliver_get) per second. These values are captured from RabbitMQ management plugin.</p> #Authour :...