码迷,mamicode.com
首页 >  
搜索关键字:rsyslog netconsole debian    ( 3393个结果
Debian 8(Jessie) 安装pptp-linux (PPTP客户端), 以及route命令说明
命令, 这里定义这个pptp的连接名称为hcoffice#安装sudo apt-get install pptp-linux#用户名和口令sudo vim /etc/ppp/chap-secrets #连接参数sudo vim /etc/ppp/peers/hcoffice#启动后添加路由sudo ...
分类:系统相关   时间:2015-05-19 01:55:26    阅读次数:334
centos 搭建日志服务器
系统是centos6.5x64服务器端yuminstall-yrsyslogmkdir/data/logvi/etc/sysconfig/rsyslog#SYSLOGD_OPTIONS="-c5"#r表示允许接收,x表示不需要DNS解析,m表示立即同步0表示关闭SYSLOGD_OPTIONS="-r-x-m0"cp/etc/rsyslog.conf/etc/rsyslog.conf.bakvim/etc/rsyslog.conf10$ModLoa..
分类:其他好文   时间:2015-05-18 21:06:09    阅读次数:223
Debian系统网卡调试出问题,无线网卡提示device not managed如何解决?
参考文章:《How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?》文中提到,经常性的人们会遇到在有线连接的时候,当网线插上去之后,有线连接便提示“Device not manage...
分类:其他好文   时间:2015-05-18 18:19:21    阅读次数:516
转:Linux - Load your root partition to RAM and boot it
This tutorial will guide you through the steps to modify your initramfs to load all files from / to atmpfs. This will only work with Debian or Ubuntu ...
分类:系统相关   时间:2015-05-18 16:27:13    阅读次数:294
Linux下的经典软件-史上最全
前言从2012年接触Linux系统以来就被Linux系统所吸引,2个月后便完全抛弃了Windows。在这2年的时间里,我尝试了很多Linux发行版: Gentoo, Fedora, Ubuntu, Debian等。在这些系统中又尝试了很多种软件,这里根据自己的使用经验并结合网上的一些资料,对Linux下常用的软件进行整理,供大家参考,希望能帮助到大家。每款软件都有它的优缺点,适合自己的才是最好的。在...
分类:系统相关   时间:2015-05-18 14:45:21    阅读次数:654
debian 8 安装 nvidia 显卡驱动
nvidia 单显卡安装教程地址:https://wiki.debian.org/NvidiaGraphicsDrivers/ 步骤一:编辑 /etc/apt/sources.list? 文件 ??? 添加 deb http://http.debian.net/debian/ jessie main contrib non-free 步骤二...
分类:其他好文   时间:2015-05-17 23:48:06    阅读次数:1438
Linux内核的netpoll框架与netconsole
虽然和网络相关,但是它却不是网络协议栈的一部分,这就是netpoll。它只是一个出入口的处理框架。所谓的网络,它的终端节点就是主机,数据从主机的网卡发出,经过一个出口处理过程,网卡接收到一个数据包,经过一个入口处理过程,这一出一入的过程处理分为两种方式:1.中断的方..
分类:Web程序   时间:2015-05-17 18:52:19    阅读次数:151
Linux内核的netpoll框架与netconsole
虽然和网络相关,但是它却不是网络协议栈的一部分,这就是netpoll。它只是一个出入口的处理框架。所谓的网络,它的终端节点就是主机,数据从主机的网卡发出,经过一个出口处理过程,网卡接收到一个数据包,经过一个入口处理过程,这一出一入的过程处理分为两种方式:1.中断的方式出口处理过程-数据排入发送队列,读取特定寄存器值,待网卡状态适合发送式,发送,等待发送后的中断通知,继续。入口处理过程-数据被网卡收...
分类:Web程序   时间:2015-05-17 15:22:37    阅读次数:153
CentOS6.2 试用PHP HHVM
关于HHVM的介绍http://en.wikipedia.org/wiki/HipHop_Virtual_Machinehttp://www.hhvm.com/https://github.com/facebook/hhvm在CentOS6.2上安装目前,对ubuntu、Debian等Linux支持...
分类:Web程序   时间:2015-05-17 12:12:49    阅读次数:179
rsyslog server 和loganalyzer(图形日志)
rsyslog:日志:历史事件的相当记录记录的内容:事件发生的时间、事件内容日志级别:事件的关键性程序,loglevelLinux:应用程序,内核syslogd为系统记录日志的程序klogd为内核记录日志的程序程序包:syslog(centos5之前的版本)-->rsyslogrsyslog:多线程;基于此些UDP, TC..
分类:其他好文   时间:2015-05-17 02:15:37    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!