Zavier's Blog
wgethttps://dl.eff.org/certbot-autochmoda+xcertbot-auto#单域名./certbot-autocertonly--emailyouremail@example.com--agree-tos--webroot-w网站目录-d域...
2017年11月22日 1231 linux
server      {         listen 80;     &n...
2017年11月22日 1156 linux
#chrome百度云下载插件 https://github.com/acgotaku/BaiduExporter#firefox百度云下载插件 https://addons.mozilla.org/en-US/firefox/addon/baidu-pan-exporter/#...
2017年11月22日 2588 linux
server    {        listen 80 default;      &...
2017年11月19日 2015 linux
ls-an命令查看文件详细信息中,文件的读写和执行属性对应的数字分别为r=4w=2x=1-=0其中r代表读取权限,w代表写入,x代表执行,-代表没有权限eg:#文件夹权限drwxrwxrwx=4+2+14+2+14+2+1=777#文件-rw-------=4+200=60...
2017年11月13日 1324 linux
#安装vsftpd yum install vsftpd db4-utilsORapt-get install vsftpd db4-utils #添加一个系统用户,以便虚拟用户映射usera...
2017年11月13日 3922 linux
参考资料:http://www.cnblogs.com/dongruiha/p/6817384.html在root身份下运行fdisk-l 可以发现/dev/mmcblk0p就是SD卡的名称,共有29.7GB然后开始对未使用空间进行分配fdisk/dev/mmcblk0p&nbs...
2017年11月10日 1705 linux
nmap的一些用法常见参数:-sT/-sU 使用TCP/UDP扫描-sS 使用TCPSYN扫描,不会服务器端留痕迹-p 指定端口范围或者端口号-O 探测目标主机的操作系统-sP 使用Ping扫描主机-PU 使用UDPPing...
2017年11月10日 1129 linux
iptables应用小记iptables-F #清空规则iptables-X #清除各链的规则iptables-Z #流量归零iptables-AINPUT-mstate--stateRELATED,ESTABLISHED-jACCEPT#...
2017年11月10日 1216 linux
SSH登录服务器后首先创建存放证书的文件夹mkdir/etc/https安装opensslCentOS:yuminstall-yopensslopenssl-devel或者Ubuntu: apt-getinstallopensslopenssl-developenssl...
2017年09月17日 1400 linux

Copyright © 2017-2023 Zavier的博客.网站地图