Category: Linux

Setup VSFTP can Access Apache

Setup FTP Linux Install FTP yum install vsftpd Configure vi /etc/vsftpd/vsftpd.conf anonymous_enable=NO vi /etc/selinux/config SELINUX=disabled Then run from command line: setenforce 0 chkconfig vsftpd on Create User to access Apache home useradd -g apache -d…

Xem thêm

How to Install Varnish with Apache on Ubuntu

Varnish is an amazing frontend cache that is useful for serving static pages and reducing load on your server. In periods of high server activity and traffic, Varnish can be a life saver. Also, Varnish is…

Xem thêm

Key-Based SSH Logins With PuTTY from Windows

Chào các bạn, Việc thiết điều khiển ssh máy chủ Linux từ Windows có lẽ không còn lại với các quản trị viên. Việc nhớ và xác thực mật khẩu khá phiền toái và đôi…

Xem thêm