This article explain you how to recover the lost or deleted partition in linux. Losing of disk partition is occur due to sudden power off or...
Introduction: Network File Sharing (NFS) is a protocol which used to share the local hard disk Between the Linux machines over the network, that act as a local disk...
Linux / Unix Command prompt supports huge number of shortcut keys. If you familiar with the shortcut keys you can utilizes the command prompt very faster....
Screen command tips Screen is a full-screen window manager for the terminal mode. It is best known for multiplexing a single terminal across several processes. By...
The following monitoring tools can be used to get information about system activities. use these tools to find the performance problem. some of basic monitoring commands....
Steps #cd /opt #wget http://www.guangmingsoft.net/htmlsnapshot/html2image.i386.tar.gz #tar xvzf html2image.i386.tar.gz #cd html2image #export LD_LIBRARY_PATH=./ Save the shell script without sh extension in /opt/websnap file name #!/bin/bash #cd /opt/html2image ls...
Types Of Firewall: 1. Hardware Firewall 2. Software Firewall Hardware Firewall: A Dedicated Device used to Allow/Deny specific Port/network. Eg:- SonicWall, SmartWall …, List of Alphabetical...
Apache Logs: The Logs of Apache server is more useful to maintain the webserver effectively. usually we have 2 kinds of logs that is access log...
cat > 1sec.sh #!/bin/bash while [ 1 ]; do echo “Welcome Rajkumar” >> /home/rajm/script/test sleep 1; done Save the file #chmod +x 1sec.sh #sh 1sec.sh &...
Directory Password Protection In order to restrict the clients from accessing the web directory of a server and to allow only certain users, apache uses the...