วันอาทิตย์ที่ 12 ธันวาคม พ.ศ. 2564

How to replace vsftpd with ProFTPD on a Debian or Ubuntu

 

How to replace vsftpd with ProFTPD on a Debian or Ubuntu

0
(0)

1. Disable vsftpd

# service vsftpd stop
# update-rc.d -f vsftpd remove

2. Install software package

# apt-get install proftpd-basic proftpd-mod-vroot

3. Download configuration

# wget http://c.vestacp.com/0.9.8/debian/proftpd.conf -O /etc/proftpd/proftpd.conf

4. Change vesta settings

# sed -i "s/vsftpd/proftpd/" /usr/local/vesta/conf/vesta.conf

5. Restart proftpd

# service proftpd restart

วันอังคารที่ 22 มิถุนายน พ.ศ. 2564

duino Coin

 sudo apt update

sudo apt install python3 python3-pip git python3-pil python3-pil.imagetk -y # Install dependencies
git clone https://github.com/revoxhere/duino-coin # Clone Duino-Coin repository
cd duino-coin
python3 -m pip install -r requirements.txt # Install pip dependencies
sudo apt-get update
sudo apt-get install python3-thonny
sudo python3 PC_Miner.py

###
remote
sudo apt-get install xrdp