RTPEngine RPM creation from the Tar file or source code.
RPM creation from SPEC file and tar file : To create any RPM we need the source code of the...
How to redirecting cron job output to log file :
1 |
*/5 * * * * /home/venkatesh/campaign.sh >> /var/log/precampaign.log 2>&1 |
Note : 2>&1 indicates that the standard error (2>) is...
Start and shutdown tomcat server in ubuntu and centos linux box
Admin / CentOS / Linux / ngrep / Uncategorized
How to install ngrep on CentOS : ngrep is not added to default repository, We need to add epel reposudo...
We need to install the uuid development package to get ride of the “uuid support not found” error. For Ubuntu...