• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
天生我材有P用
When Everything Is Ready, Everything May Be Too Late
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 10 11 12 13 14 15 16 下一页

2014年9月5日

VMware克隆CentOS虚拟机后固定IP的问题
摘要: 由于克隆虚拟机,VMware只是修改了虚拟机的名字等信息,并没有修改虚拟硬盘中的任何信息,导致克隆后网卡的MAC地址和操作系统中记录的mac地址不符,导致eth0启动不起来。操作系统记录了一个新网卡的添加,新网卡的名字eth1,mac地址就是VMware分配给的新的mac地址解决方法:修改 /etc... 阅读全文
posted @ 2014-09-05 16:31 沉重的蚂蚱 阅读(251) 评论(0) 推荐(0)
 
CentOS 安装Chrome
摘要: yum install http://people.centos.org/hughesjr/chromium/6/x86_64/RPMS/chromium-31.0.1650.63-2.el6.x86_64.rpm可以进入网页自己查看最新版本然后安装完成后,如果是root用户必须要指定运行的文件夹,... 阅读全文
posted @ 2014-09-05 16:04 沉重的蚂蚱 阅读(232) 评论(0) 推荐(0)
 
 

2014年9月2日

网络安全
摘要: hashcatsvnhttps://www.threatstack.com/open-source 阅读全文
posted @ 2014-09-02 15:58 沉重的蚂蚱 阅读(120) 评论(0) 推荐(0)
 
 

2014年8月31日

CentOS 修改Mysql的root密码
摘要: 1、知道密码 第一次登陆(无密码)mysqladmin -u root password NEWPASSWORD 修改过密码mysqladmin -u root -p 'oldpassword' password 'newpassword'2、忘记密码 编辑MySQL配置文件my.cnfvi... 阅读全文
posted @ 2014-08-31 20:03 沉重的蚂蚱 阅读(1571) 评论(0) 推荐(0)
 
 

2014年8月30日

CentOS 6.5 开机启动指定服务
摘要: gedit /etc/rc.d/rc.local #关闭防火墙service iptables stop#开启samba服务service smb start#开启ntopng 端口5000service redis startntopng -w 5000#开启snort#开启snorby 阅读全文
posted @ 2014-08-30 14:52 沉重的蚂蚱 阅读(2521) 评论(0) 推荐(0)
 
 

2014年8月29日

CentOS 6.5配置mysql
摘要: 启动mysqlservice mysqld start给root账号设置密码mysqladmin -u root password '123' 阅读全文
posted @ 2014-08-29 11:45 沉重的蚂蚱 阅读(142) 评论(0) 推荐(0)
 
CentOS 6.5安装Tcpreplay
摘要: 0.准备libnl 阅读全文
posted @ 2014-08-29 00:15 沉重的蚂蚱 阅读(403) 评论(0) 推荐(0)
 
 

2014年8月28日

CentOS6.5 常用命令
摘要: 卸载rpm -e XXXyum -y remove XXX查看内核版本cat /proc/version 阅读全文
posted @ 2014-08-28 19:41 沉重的蚂蚱 阅读(178) 评论(0) 推荐(0)
 
CentOS6.5 安装ntopng-1.2.0
摘要: 0.准备工作 安装libpcap:最好源码安装。yum install -y libpcap* 安装redisyum install -y redis*1.安装tar -zxvf ntopngcd ntopng./autogen.sh./configuremakemake install2.运行... 阅读全文
posted @ 2014-08-28 17:18 沉重的蚂蚱 阅读(575) 评论(0) 推荐(0)
 
【转】CentOS安装PF_RING(虚拟机)
摘要: 1. 概述PF_RING是Luca Deri发明的提高内核处理数据包效率,并兼顾应用程序的补丁,如Libpcap和TCPDUMP等,以及一些辅助性程序(如ntop查看并分析网络流量等)。PF_RING是一种新型的网络socket,它可以极大的改进包捕获的速度。并且有如下特征:1) 可以用于Linux... 阅读全文
posted @ 2014-08-28 15:03 沉重的蚂蚱 阅读(4644) 评论(0) 推荐(0)
 
 
上一页 1 ··· 10 11 12 13 14 15 16 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3