http://mysql.taobao.org/monthly/2016/01/05/ 大牛们使用systemstap进行了NB的操作,自己试试 将 CentOS-Debuginfo.repo 中的 enabled=0 改为 enabled=1 安装epel yum源,这个应该是不需要的,不过我一般 ...
分类:
其他好文 时间:
2017-08-20 17:00:27
阅读次数:
263
在使用fedora17 系统的yum源的时候出现了例如以下错误:Error: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.參照网上的做法: (一般yum有变更都须要这两个操作)yum cle ...
分类:
系统相关 时间:
2017-08-18 14:40:55
阅读次数:
438
因为CentOS 默认不识别NTFS的磁盘格式,所以我们要借助另外一个软件来挂载,那就是ntfs-3g了 自带的yum源没有这个软件,要用第三方的软件园,这里我用的是阿里的epel. 1. 切换到系统yum目录并下载阿里的epel [root@localhost ~]# cd /etc/yum.re ...
分类:
Web程序 时间:
2017-08-18 11:04:18
阅读次数:
256
Running transaction Installing : glibc-debuginfo-common-2.17-157.el7.x86_64 1/3 Installing : glibc-debuginfo-2.17-157.el7.x... ...
分类:
其他好文 时间:
2017-08-06 17:09:10
阅读次数:
870
yum install -y kernel-devel # debuginfo,在CentOS7中需要这样装 sudo vim /etc/yum.repos.d/CentOS-Debuginfo.repo 修改为enable=1 sudo debuginfo-install kernel 安装时可能 ...
分类:
系统相关 时间:
2017-08-05 20:33:06
阅读次数:
276
今天利用Windbg(x86)进行了获得句柄表的调试,从中获益良多,对调试步骤和按键又一次进行了熟悉,对于句柄表页的概念更是得到了进一步的清晰认识.windbg调试和句柄表不熟悉的朋友可以借鉴我的调试步骤l来熟悉句柄表基础知识, 调试步骤和获取部分如下。 3: kd> dt _EProcess 89 ...
分类:
数据库 时间:
2017-08-05 00:12:38
阅读次数:
169
魔术方法 __construct(), __destruct(), __call(), __callStatic(), __get(), __set(), __isset(), __unset(), __sleep(), __wakeup(), __toString(), __invoke(), _ ...
分类:
其他好文 时间:
2017-07-22 21:18:11
阅读次数:
188
方法一: yumdownloader [root@web1 ~]# rpm -qa |grep yum-utils [root@web1 ~]# yum -y install yum-utils* [root@web1 ~]# rpm -ql yum-utils /usr/bin/debuginfo... ...
分类:
其他好文 时间:
2017-06-14 22:16:54
阅读次数:
239
安装MySQL的方式常见的有三种:rpm包形式通用二进制形式源码编译1,rpm包形式(1)操作系统发行商提供的(2)MySQL官方提供的(版本更新,修复了更多常见BUG)www.mysql.com/downloads关于MySQL中rpm包类型的介绍:MySQL-client客户端组件MySQL-debuginfo调试MySQL的组件MySQL-deve..
分类:
数据库 时间:
2017-05-19 00:06:53
阅读次数:
340
一:配置好repo仓库,IP地址,
[root@linux-node1yum.repos.d]#ll
total28
-rw-r--r--.1rootroot1664Dec92015CentOS-Base.repo
-rw-r--r--.1rootroot1309Dec92015CentOS-CR.repo
-rw-r--r--.1rootroot649Dec92015CentOS-Debuginfo.repo
-rw-r--r--.1rootroot290Dec92015CentOS-..
分类:
其他好文 时间:
2017-02-22 18:33:12
阅读次数:
302