Introduction to Python Programming Language and Python features
We are going to look at the introduction to the python programming language, the main Features of Python language, and...
We are going to look at the introduction to the python programming language, the main Features of Python language, and...
Program Description: Write a Program to Copy Array to Another Array in C programming language. The program will take an...
Program Description: We have looked at the Factors of number program, and GCD Program in earlier posts, In today’s post...
Introduction: We have looked at the while loop, for loop, and do while loop in our earlier articles. In today’s...
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...
Getting rid of “500 OOPS: cannot change directory” vsftpd error : We usually get the “500 OOPS: cannot change directory”...
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 |
...
Finally, After many years of waiting, Ubuntu 16.04 LTS allows users to move Unity Launcher panel to the bottom of...
Tcpdump is command-line packet analyzer, It has a lot of cool features to capture the network traffic. Let’s see the...
How to install ngrep on CentOS : ngrep is not added to default repository, We need to add epel reposudo...
Most of the time, we want to have a Static IP address for our Linux servers, So that we can...