Install FileZilla FTP Client on Centos7
1. Enable EPEL Repository
sudo yum -y install epel-release
2. Install FileZilla
sudo yum -y install filezilla
That's all folks. 2 steps only.
Fyi, i referred to http://sysadmindata.com/install-filezilla-centos-7/ for this.
Friday, November 16, 2018
Subscribe to:
Post Comments (Atom)
Install MySQL 8.0 on Centos 7
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
-
Steps to install MySQL 8.0 Community Edition in Centos 7 1. Enable MySQL 8.0 Repository sudo yum localinstall https://dev.mysql.com...
-
Restore MySQL Enterprise Backup File 1. Shutdown MySQL server mysqladmin -u root -p shutdown 2. Restore MySQL Backup ./mysqlbackup -...
No comments:
Post a Comment