该文被密码保护。 阅读全文
posted @ 2017-05-05 13:52 bamboo233 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-05-05 13:47 bamboo233 阅读(1) 评论(0) 推荐(0)
摘要: 设置安全组,端口在前,IP在后,按顺序才能生效 BIC Server 1.All Traffic: mr1.bic.zte.com 内网/公网 mr2.bic.zte.com 内网/公网 mr3.bic.zte.com 内网/公网 BIC Server 内网/公网 APP Server 内网/公网 阅读全文
posted @ 2017-05-05 13:41 bamboo233 阅读(236) 评论(0) 推荐(0)
摘要: 通过内网机器,先重启网卡 service network restart cd /usr/local/etc ./modify_route.sh 阅读全文
posted @ 2017-05-05 11:30 bamboo233 阅读(373) 评论(0) 推荐(0)
摘要: find . name " .xml" | xargs rm rf find . name " .csv" | xargs rm rf ls R 阅读全文
posted @ 2017-05-05 10:13 bamboo233 阅读(187) 评论(0) 推荐(0)
摘要: 获取p7zip_16.02_src_all.tar.bz2 1.解压 tar jxvf p7zip_16.02_src_all.tar.bz2 2.编译 cd p7zip_16.02 make && make install 注意: 提示 No such file or directory ,使用 阅读全文
posted @ 2017-05-05 08:48 bamboo233 阅读(4602) 评论(0) 推荐(0)
摘要: ftp open 10.0.0.0.2 21101 user passwd ls cd pwd delete get /home/err.log Error.log put err.log /home/Error.log dir(ls l) mkdir close bye 阅读全文
posted @ 2017-05-05 08:43 bamboo233 阅读(208) 评论(0) 推荐(0)
摘要: 涉及文件: vsftpd.conf chroot_list_file=/etc/vsftpd.chroot_list 如果设置为 chroot_local_user=YES chroot_list_enable=YES(这行可以没有, 也可以有) chroot_list_file=/etc/vsft 阅读全文
posted @ 2017-05-04 16:03 bamboo233 阅读(1285) 评论(0) 推荐(0)
摘要: 修改路由后,YUM安装失效,提示不能解析YUM源 yum clear chche yum makecache 阅读全文
posted @ 2017-05-04 14:32 bamboo233 阅读(338) 评论(0) 推荐(0)
摘要: 1.云主机需要绑定 弹性网卡 (不是EIP) 2.联系售后做 外网IP直通 (提供ID、IP、密码等信息) 判断外网IP直通是否成功: ip addr show 看到外网IP,说明已绑定在网卡上 3. 配置路由 ,命令如下: ip route add 10.0.0.0/8 via 10.0.0.1 阅读全文
posted @ 2017-05-04 10:53 bamboo233 阅读(946) 评论(0) 推荐(0)