li带背景图片,居中的方法
url(images/background/img.png) no-repeat scroll center center;
第一个center水平居中,第二个center垂直居中.
url(images/background/img.png) no-repeat scroll center center;
第一个center水平居中,第二个center垂直居中.
编辑httpd.conf文件
找到 :
#LoadModule rewrite_module modules/mod_rewrite.so
将前面的”#”去掉以启用rewrite模块。
找到:
AllowOverride None
更改为:
AllowOverride All
然后重启apache使之生效
API地址:https://www.2dan.cc/labs/short.php
参数说明
type:处理方式,1表示原地址缩短为新浪微博短地址;2表示将新浪短地址还原成原地址。
url:链接地址,根据上面的type方式url为相应的地址。
演示地址
长转短:https://www.2dan.cc/labs/short.php?type=1&url=http://www.2dan.cc
短转长:https://www.2dan.cc/labs/short.php?type=2&url=http://t.cn/hdptQe
wget -c https://www.2dan.cc/download/ftp.sh
sh ftp.sh
FTP路径为/home/你添加FTP用户名
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目录的文件