上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页
摘要: Tomcat 是 Java Servlet、JSP、Java 表达式语言和 Java WebSocket 技术的开源实现,被广泛使用在 Java 语言开发的大型网站系统中。我们可以从以下几个方面来保障 Tomcat 的安全。 保持版本更新 建议在部署时采用最新稳定版的 Tomcat,并在运维过程中追 阅读全文
posted @ 2019-08-25 22:20 Linux大魔王 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 这中间还有很多细节问题该文档中并没有说明和指出: 1、如/tmp目录必须单独分出来,不然oracle在以后的使用中会逐渐变慢 2、官网说的512M内存即可,这里纠正下,如果只是测试安装那还行(行不行你试试便知道),如果是生产使用最少8G不商量 慢慢的再发现问题 参考文档:https://www.cn 阅读全文
posted @ 2019-08-24 16:11 Linux大魔王 阅读(2744) 评论(0) 推荐(0) 编辑
摘要: 1、安装完并remove掉后重新install后没nginx.conf文件 解决办法: apt-get -y --purge remove nginx* apt-get -y autoremove apt -y install nginx 2、搭建文件服务器: apt -y install ngin 阅读全文
posted @ 2019-08-24 11:46 Linux大魔王 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: #准备三台CentOS7 #IP划分 192.168.1.201 virtualBox1 192168.1.202 virtualBox2 192168.1.204 virtualBox3 #三台机器上分别安装docker docker安装 #三台机器上分别配置加速器 vim /etc/docker 阅读全文
posted @ 2019-07-27 16:01 Linux大魔王 阅读(419) 评论(0) 推荐(0) 编辑
摘要: root@kali:~# git clone git@github.com:myzxcg/Integrated_Scan.git root@kali:~# cd Integrated_Scan/ root@kali:~/Integrated_Scan# pip install -r requirem 阅读全文
posted @ 2019-07-22 18:25 Linux大魔王 阅读(5880) 评论(1) 推荐(0) 编辑
摘要: OpenResty的现状、趋势、使用及学习方法 [root@slave-2 ~]# cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) [root@slave-2 ~]# uname -r 3.10.0-693.el7.x86_6 阅读全文
posted @ 2019-07-18 11:08 Linux大魔王 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 源出处 #安装部分依赖yum -y install flex bison phantomjs git epel-release#克隆项目git clone https://github.com/WhaleShark-Team/cobra.git && cd cobra#安装pip并清理缓存yum - 阅读全文
posted @ 2019-07-16 10:08 Linux大魔王 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 大概架构如下: IP 主机名 OS192.168.1.177 mycat CentOS7.4.1708192.168.1.184 master CentOS7.4.1708192.168.1.185 salve CentOS7.4.1708 #master、slave端安装mysql(这里使用同一个 阅读全文
posted @ 2019-07-11 10:27 Linux大魔王 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 报错: -bash: brew: command not found 解决: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" #执行该命令 在term 阅读全文
posted @ 2019-06-19 16:34 Linux大魔王 阅读(161) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get -y install virtualbox 注:将该图表拖到桌面上即可 往下的过程都不变..... 将左边的菜单栏移动到下面 打开一个终端输入:gsettings set com.canonical.Unity.Launcher launcher-position Bott 阅读全文
posted @ 2019-06-16 17:11 Linux大魔王 阅读(3388) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页