码迷,mamicode.com
首页 >  
搜索关键字:nexus iptables    ( 6016个结果
Centos6.4 安装ossec 2.7(2)
一、Ossec官网http://www.ossec.net/二、Ossec部署方式为C/S:server:192.168.88.156agent:192.168.88.161三、Server服务器配置1.关闭selinux,关闭iptables[root@localhost~]#vi/etc/selinux/configSELINUX=disabled2.安装依赖包[root@localhost~]#yum-yinstallwgetlrzszmysqlg..
分类:其他好文   时间:2015-04-15 23:44:18    阅读次数:635
iptables-save和iptables-restore
iptables-save用来把当前的规则存入一个文件里以备iptables-restore使用。它的使用很简单,只有两个参数: iptables-save [-c] [-t table] 参数-c的作用是保存包和字节计数器的值。这可以使我们在重启防火墙后不丢失对包和字节的统计。带-c参数的ipta...
分类:其他好文   时间:2015-04-15 23:21:24    阅读次数:172
Centos 基础开发环境搭建之Maven私服nexus
1、 软件a) 下载Nexus 地址:http://www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gzb) 如无特殊说明,本文档操作用户为nexusc) nexus默认的管理员用户名密码是:admin/admin1232、 安装a) 解压1 $ ...
分类:其他好文   时间:2015-04-15 19:04:05    阅读次数:118
Fedora21启用iptables服务及使用firewalld服务注意事项
安装Iptables 服务: yum?install?iptables-services 停止firewalld: systemctl?stop?firewalld mask?firewalld: systemctl?mask?firewalld service?iptables?save ==============================...
分类:其他好文   时间:2015-04-15 15:09:47    阅读次数:308
CentOS6.6部署LAMP系统架构
#部署LAMP环境 #系统环境: OS:CentOSrelease6.6 HostName:server.example.com IP:192.168.1.100#配置防火墙,允许80,3306端口 iptables-AINPUT-mstate--stateNEW-mtcp-ptcp--dport80-jACCEPT iptables-AINPUT-mstate--stateNEW-mtcp-ptcp--dport3306-jACCEPT serviceiptabless..
分类:其他好文   时间:2015-04-15 15:00:10    阅读次数:212
如何上传jar包至Maven私服
如何上传jar包至Maven私服 1、通过浏览器进入,点击右上角的。   2、在弹出的登录窗口中输入用户名和密码。   3、登录成功之后,点击左侧列表中的Views/Respsitories-->Respsitories。   4、在打开的标签页中,选择3rd party,我们自己的jar包都要上传到3rdparty中。在下方的窗片中,可以浏览到所有的第三方的jar包。 ...
分类:编程语言   时间:2015-04-15 13:41:12    阅读次数:233
ddos 防御 - TCP 网络层防御
cron_ddos_tcp.sh1#!/bin/sh234forkipin`netstat-an|grep-i‘:80‘|grep‘EST‘|awk‘{print$5}‘|cut-d:-f1|sort|uniq-c|awk‘{if($1>50&&$2!~/192\.168\.1\.19.|0\.0\.0\.0/){print$2}}‘`;do56echo$kip>>/var/log/cron_ddox_tcp_banip.log78/sbin/iptables-AINPUT-..
分类:其他好文   时间:2015-04-14 23:29:51    阅读次数:249
Netfilter/Ebtables/Iptables本地和转发流量的路径
Netfilter/Ebtables/Iptables本地和转发流量的路径...
分类:Web程序   时间:2015-04-14 21:44:32    阅读次数:1226
安装lnmp
公司最近要配置lnmp的环境作为游戏的web服务器,应公司要求用尽了浑身解数,过程如下:环境:[root@scj~]#cat/etc/issue(系统)CentOSrelease6.4(Final)Kernel\ronan\m[root@scj~]#uname-r(内核)2.6.32-358.el6.i686selinux和iptables:关闭selinux:vi/etc/sysconfig/selin..
分类:其他好文   时间:2015-04-14 20:15:41    阅读次数:346
Android Calculator2源码分析与修改
将Android 4.4.4的计算器Calculator移植出来,可以独立的在Android Studio中使用。完整的代码已经推到我的GitHub,链接在文末。 下面看一下效果图: 这是在三星手机上的效果,和我之前在Nexus上用的计算器UI一样,原生的。当然有了源码,我们就可以定制自己想要的效果了。 代码可以去我的GitHub查看。在Dialer和Calculator中加入暗码启动指定应用...
分类:移动开发   时间:2015-04-14 16:41:16    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!