Install google-musicmanager on Ubuntu 14.04 and 16.04
Google Play Music service : Google play music one of the best Music manager out there. Its come with free...
Google Play Music service : Google play music one of the best Music manager out there. Its come with free...
Admin / How-to / Linux / Linux Tips
Creating SSH keys using ssh-keygen command on Linux : We can create SSH key using ssh-keygen command in CentOS and...
Install and Config Redis Server Intro: In this tutorial, we will look into the Installation and configuration of Redis NoSQL...
Admin / How-to / Linux / Linux Tips / Node
Latest Nodejs versions are not yet included in the official Repositories, So we need to download the desired nodejs setup script....
To view the commit history of the current project:
1 |
$ git log |
Sample output :
1 2 3 |
commit fb0d90ec75601304348168bb988ebdbf10c260 Author: Author name<email@somedomain.com> Date: Thu Oct 13 17:30:46 2016 +0300 |
You will get the output like...
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...
Introduction: Todays article, We are going to discuss about the FTP server installation on Ubuntu based systems. We have VSFTP...
Getting rid of “500 OOPS: cannot change directory” vsftpd error : We usually get the “500 OOPS: cannot change directory”...
Admin / Linux / openssl / Uncategorized
Installing OpenSSL from the Source code : First of all, Download the OpenSSL from the official website download page https://www.openssl.org/source/
1 2 3 4 |
tar zxf openssl-VERSION.tar.gz cd openssl-VERSION ./config [options] make make install |
...
Start and shutdown tomcat server in ubuntu and centos linux box