随笔分类 -  Linux

摘要:1.卸载openssh 执行rpm-qaopenssh* 查看是否已经安装过了。 [root@node51 ~]# rpm-qaopenssh* openssh-server-6.6.1p1-11.el7.x86_64 openssh-6.6.1p1-11.el7.x86_64 openssh-cl 阅读全文
posted @ 2019-08-09 16:13 Dream's 阅读(9366) 评论(0) 推荐(0)
摘要:安装环境,系统是Centos7.5。数据库是:mysql-5.6.33-linux-glibc2.5-x86_64.tar.gz。 1、下载 个人: 链接:https://pan.baidu.com/s/1o2q3XzFG5Ol0jWYlT_8gBQ 提取码:98wy 下载地址:http://dev 阅读全文
posted @ 2019-08-09 15:56 Dream's 阅读(244) 评论(0) 推荐(0)
摘要:安装命令: 查看版本号: 创建账户: 创建git仓库: 克隆仓库: 地址:git@IP:/data/gittest.git 参考:https://www.cnblogs.com/dee0912/p/5815267.html 阅读全文
posted @ 2019-08-09 15:49 Dream's 阅读(683) 评论(0) 推荐(0)
摘要:安装nginx,需要gcc、make、pcre、zlib、openssl的支持。 一、安装gcc、make centos:(验证过,正确) yum -y install gcc automake autoconf libtool make yum install gcc gcc-c++ ububtu 阅读全文
posted @ 2019-08-09 15:47 Dream's 阅读(2065) 评论(0) 推荐(0)
摘要:命令模式下输入“/要搜索的字符串”,例如“/name”。 如果查找下一个,按“n”即可。 阅读全文
posted @ 2019-08-09 15:27 Dream's 阅读(4070) 评论(0) 推荐(0)
摘要:1.先用root登录:su root 执行命令:yum install ibus ibus-pinyin 2.然后点击 System –> preferences –> input Method,必须先执行步骤1的操作,不然在属性里找不到 “input Method”! 3.勾选“enable in 阅读全文
posted @ 2019-08-09 14:25 Dream's 阅读(1229) 评论(0) 推荐(0)