How to Install Secure FTP

Follow these steps to install the secure FTP server in Linux: Install vsftpd with the following command: $ sudo apt-get update $ sudo apt-get install vsftpd After installation, we can…

Jenkins Installation on Ubuntu Servers or Machines

Installation wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins Update sudo apt-get…

Phone-book Using Shell Script

Here is the program to create a phonebook using a shell script. It covers the following functionalities. Display a menu for the following functions Add an entryDisplay all matches to…