上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 33 下一页
摘要: 参考地址 [root@node1 ~]# cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) [root@node1 ~]# uname -r3.10.0-693.el7.x86_64 虚拟机IP:192.168.1.201 查看 阅读全文
posted @ 2019-04-11 14:44 Linux大魔王 阅读(1410) 评论(0) 推荐(0)
摘要: 欢迎加入QQ群一起讨论Linux、开源等技术 阅读全文
posted @ 2019-04-09 14:21 Linux大魔王 阅读(206) 评论(0) 推荐(0)
摘要: 有时候经常用到这个环境,就专门看了下 这方面,做个笔记 前期设置 mkdir /etc/docker cat>> /etc/docker/daemon.json<<EOF { "registry-mirrors" : [ "https://registry.docker-cn.com", "http 阅读全文
posted @ 2019-04-08 17:55 Linux大魔王 阅读(572) 评论(0) 推荐(0)
摘要: 下载地址1:https://www.mongodb.org/dl/linux下载地址2:https://www.mongodb.com/download-center/community关于MongoDB教程:https://docs.mongodb.com/manual/安装教程:https:// 阅读全文
posted @ 2019-04-07 16:41 Linux大魔王 阅读(418) 评论(0) 推荐(0)
摘要: 注:192.168.1.203机器上装有docker,容器在该机器上 mysql> use mysql; mysql> update user set authentication_string = password('123456') where user = 'root'; mysql> GRA 阅读全文
posted @ 2019-04-03 17:08 Linux大魔王 阅读(12716) 评论(0) 推荐(0)
摘要: #阿里云 deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib # 阅读全文
posted @ 2019-03-31 16:33 Linux大魔王 阅读(537) 评论(0) 推荐(0)
摘要: 试验机配置: cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) uname -r 3.10.0-693.el7.x86_64 所有主机需改主机名 1、vim /etc/hostname #永久修改 2、hostname + 主机 阅读全文
posted @ 2019-03-31 15:40 Linux大魔王 阅读(211) 评论(0) 推荐(0)
摘要: cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) uname -r 3.10.0-693.el7.x86_64 VNC下载:https://www.realvnc.com/en/connect/ #!/bin/bashset - 阅读全文
posted @ 2019-03-29 15:16 Linux大魔王 阅读(2557) 评论(0) 推荐(0)
摘要: 准备工作:1)把所有的软件安装在/usr/local/,源码包放在/package/,数据:自定义,日志文件:自定义 创建www所属组及用户/usr/sbin/groupadd www/usr/sbin/useradd -g www www 设置系统资源限制ulimit -SHn 65535 下载各 阅读全文
posted @ 2019-03-27 20:10 Linux大魔王 阅读(317) 评论(0) 推荐(0)
摘要: Tomcat版块配置: vim /tomcat9/to/path/conf/server.xml <Server port="8006" shutdown="SHUTDOWN"> 配完上面的并不算完,还有数据库、redis需要配置连接: Tomcat版块配置完毕................ Ng 阅读全文
posted @ 2019-03-19 09:34 Linux大魔王 阅读(503) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 33 下一页