标签 ubuntu 下的文章

Ubuntu下安装和配置Vsftpd

stand alone和super daemon
stand alone指的是一直运行vsftpd,占用资源,提供ftp服务。super daemon指的是有需要时由xinetd启动vsftpd服务。如果服务器不是那种长期开ftp,提供大量的上传下载服务的话,会选择后者。

安装

sudo apt-get install vsftpd

查看是否打开21端口

sudo netstat -npltu | grep 21
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      15601/vsftpd

登录

ftp localhost

输入Ubuntu的用户名、密码登录

ls

会显示home目录的文件

- 阅读剩余部分 -

玩转PT之一键安装wine+utorrent+vnc盒子教程

PT站基本都不支持linux版的utorrent server,所以只能在linux下安装wine,这样就可以虚拟出windows的环境,从而达到使用utorrent目的。

apt-get install wget
wget https://www.2dan.cc/download/wine-utorrent-vnc.sh
sh wine-utorrent-vnc.sh

注意:本脚本仅能在 Ubuntu/Debian 操作系统中使用。