Chinaunix首页 | 论坛 | 博客
  • 博客访问: 212612
  • 博文数量: 40
  • 博客积分: 316
  • 博客等级: 二等列兵
  • 技术积分: 840
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-13 12:39
文章分类

全部博文(40)

文章存档

2014年(2)

2013年(28)

2012年(10)

发布时间:2013-11-25 11:41:56

由于12.04 的dpkg  没有 --add-architecture 选项。 可以  echo foreign-architecture  amd64  | sudo tee /etc/dpkg/dpkg.cfg.d/multiarch解决。......【阅读全文】

阅读(2847) | 评论(0) | 转发(0)

发布时间:2013-10-06 13:12:12

废话下:国庆回家,蔽县的dns解析估计是被劫持了, 打开的网页有很多广告。 所以习惯性的,echo "nameserver 8.8.8.8" > /etc/resolv.conf 来解决这个问题。偶然的误操作,执行了echo "nameserver 8.8.8.8" > /etc/passwd   之后系统就没有起来过。思路1: 用pentoo盘进去chroot,但是2013pentoo用u盘装的时候 .........【阅读全文】

阅读(2520) | 评论(0) | 转发(0)

发布时间:2013-09-22 20:00:46

echo "0" >/proc/sys/kernel/randomize_va_space  //关闭linux对栈的随机化处理。也可在启动内核参数 加 norandmaps--------------------------------------0   Disable ASLR. This setting is applied if the kernel is booted with the norandmaps boot parameter.1   堆栈,vdso, 共享内存.........【阅读全文】

阅读(3217) | 评论(0) | 转发(0)

发布时间:2013-09-21 23:39:24

* Bringing up interface enp7s0 *   No configuration specified; defaulting to DHCP *   dhcp ... *     Running dhcpcd ...dhcpcd[17232]: version 5.6.4 startingdhcpcd[17232]: enp7s0: waiting for carrierdhcpcd[17232]: timed outdhcpcd[17232]: a.........【阅读全文】

阅读(2356) | 评论(0) | 转发(0)

发布时间:2013-09-16 18:30:23

ngx_module_t 结构体作为所有模块的通用接口 ,只定义了 init_master, init_module, init_process, init_thread, exit_thread, exit_process, exti_master 这7个回调方法。ngx_core_module, ngx_errlog_module, ngx_events_module, ngx_openssl_module, ngx_http_module, ngx_mail_module  6个核心模块。类 型.........【阅读全文】

阅读(1805) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册