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...
Google Play Music service : Google play music one of the best Music manager out there. Its come...
Creating SSH keys using ssh-keygen command on Linux : We can create SSH key using ssh-keygen command in...
In this tutorial, we will look into the Installation and configuration of Redis NoSQL Server. We will also...
Latest Nodejs versions are not yet included in the official Repositories, So we need to download the desired...
by Venkatesh Macha · Published November 2, 2016 · Last modified March 10, 2017
RPM creation from SPEC file and tar file : To create any RPM we need the source code...
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...
Admin / CentOS / cron / Linux / ubuntu / Uncategorized
by Venkatesh Macha · Published October 12, 2016 · Last modified July 1, 2017
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...
Admin / ftp / ubuntu / Uncategorized / vsftpd
by Venkatesh Macha · Published August 29, 2016 · Last modified March 7, 2017
VSFTPD Installation on Ubuntu 14.04/16.04 : Install the FTP server using the following command. apt-get -y install vsftpd...
Admin / ftp / Linux / ubuntu / Uncategorized / vsftpd
by Venkatesh Macha · Published August 23, 2016 · Last modified July 1, 2017
Getting rid of 500 OOPS vsftpd error : To avoid 500 writeable access error, add the following line...
Admin / Linux / openssl / Uncategorized
by Venkatesh Macha · Published August 21, 2016 · Last modified July 1, 2017
Installing OpenSSL from the Source code :
1 2 3 4 5 6 |
tar zxf openssl-VERSION.tar.gz cd openssl-VERSION ./config [options] make make install |
This doesn’t update any of the information used by dpkg -s...
Basics of C / C / C language / C tutorial
Decision making statements if and if…else in C
9 Dec, 2018
Admin / RTP / rtpengine / ubuntu / Uncategorized / VOIP
Installing RTPEngine on Ubuntu 14.04
17 Aug, 2015