Basics of git and github | Introduction to git and basic git commands to maintain a repository.
What is Git : Git is a version control system (VCS) that is used for software development and...
dev / git / Linux / svn / Uncategorized
by Venkatesh Macha · Published December 2, 2016 · Last modified March 3, 2017
What is Git : Git is a version control system (VCS) that is used for software development and...
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...
Admin / Linux / ubuntu / Uncategorized / VOIP
by Venkatesh Macha · Published May 29, 2016 · Last modified February 27, 2017
First of all add the Ag projects repository to system repositories. Add the following lines to /etc/apt/sources.listUbuntu Trusty...
Linux / Linux Tips / ubuntu / Ubuntu 16.04 / Uncategorized
by Venkatesh Macha · Published May 8, 2016 · Last modified November 22, 2019
Finally, After many years of waiting, Ubuntu 16.04 LTS allows users to move Unity Launcher panel to the...
Admin / Linux / ubuntu / Ubuntu 16.04 / Uncategorized
by Venkatesh Macha · Published May 1, 2016 · Last modified February 6, 2020
Ubuntu WiFi trobleshooting
Linux / ubuntu / Uncategorized
by Venkatesh Macha · Published April 24, 2016 · Last modified March 14, 2017
Ubuntu 16.04 LTS is released on 21st April 2016. This is the sixth LTS (Long Term Support) version from...
Installation / Linux / ubuntu / Uncategorized
by Venkatesh Macha · Published April 22, 2016 · Last modified March 14, 2017
The much excited release of, One of the most famous linux desktop distrubutions out there Ubuntu 16.04 LTS...
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