05 2018 档案

摘要:Centos7安装Python3的方法 由于centos7原本就安装了Python2,而且这个Python2不能被删除,因为有很多系统命令,比如yum都要用到。 [root@VM_105_217_centos Python-3.6.2]# python Python 2.7.5 (default, 阅读全文
posted @ 2018-05-29 16:57 S_Seven 阅读(30650) 评论(1) 推荐(2)
摘要:[root@localhost ~]# yum install python-pip 已加载插件:fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.njupt.edu.cn * epel: mirrors 阅读全文
posted @ 2018-05-17 08:10 S_Seven 阅读(547) 评论(0) 推荐(0)
摘要:[root@localhost ~]# rpm -qa |grep yum yum-3.4.3-158.el7.centos.noarch yum-plugin-fastestmirror-1.1.31-45.el7.noarch yum-metadata-parser-1.1.4-10.el7.x 阅读全文
posted @ 2018-05-17 08:03 S_Seven 阅读(1947) 评论(0) 推荐(0)
摘要:[root@localhost ~]# python Python 2.7.5 (default, Apr 11 2018, 07:36:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2 Type "help", "copyright", " 阅读全文
posted @ 2018-05-13 14:53 S_Seven 阅读(1346) 评论(0) 推荐(0)
摘要:工具: 步骤: 阅读全文
posted @ 2018-05-11 14:24 S_Seven 阅读(2516) 评论(0) 推荐(0)
摘要:链接数据库时忽然遇到一个问题。Mac Navicat链接时报错Can’t connect to MySQL server on ‘xx.xx.xx.xx’ (61)。 PS. win版Navicat 报错Can’t connect to MySQL server on ‘xx.xx.xx.xx’ ( 阅读全文
posted @ 2018-05-11 09:51 S_Seven 阅读(1913) 评论(0) 推荐(1)
摘要:# 服务器以standalong模式运行,这样可以进行下面的控制 listen=YES # 接受匿名用户 anonymous_enable=YES # 匿名用户login时不询问口令 no_anon_password=YES # 接受本地用户 local_enable=YES # 可以上传(全局控制 阅读全文
posted @ 2018-05-02 16:52 S_Seven 阅读(155) 评论(0) 推荐(0)
摘要:今天在配置VSFTPD过程中遇到两个错误 1是启动失败,通过 SERVICE VSFTPD STATUS 查看到报错 May 02 16:06:58 debian systemd[1]: Starting vsftpd FTP server... May 02 16:06:58 debian sys 阅读全文
posted @ 2018-05-02 16:49 S_Seven 阅读(2800) 评论(0) 推荐(0)