码迷,mamicode.com
首页 >  
搜索关键字:rsyslog netconsole debian    ( 3393个结果
如何往rsyslog日志中心发送日志
rsyslog分为服务端和客户端客户端rsyslog配置文件配置一下几条比较有用$ActionQueueTypeLinkedList#useasynchronousprocessing开启缓存队列$ActionQueueFileNamebackup_local#setfilename,alsoenablesdiskmode如果客户端挂了,缓存队列写到本地backup_local这个变量上面已经定..
分类:其他好文   时间:2014-09-23 13:22:04    阅读次数:407
硬盘安装Debian
Debian的硬盘安装方式和Kali差不多,都不支持类似Ubuntu通挂载ISO的方式来安装(小白之言,有错误请指出。),只有通过刻录光盘,写入U盘或者直接通过硬盘安装。刻光盘和写入U盘安装的方式就不说了,简单但是麻烦。本文使用硬盘安装的方式来安装debian,其实硬盘安装和刻录到U盘安装原理是.....
分类:其他好文   时间:2014-09-23 12:43:34    阅读次数:189
常见Linux版本
一 常见Linux版本websitefeaturedescriptionhttp://www.ubuntu.com/当前最流行Ubuntu正是基于Debian之上,旨在创建一个可以为桌面和服务器提供一个最新且一贯的Linux系统。Ubuntu囊括了大量精挑细选自Debian发行版的软件包,同时保留了...
分类:系统相关   时间:2014-09-23 00:36:03    阅读次数:292
HowTo: Xen 4.1.3 Windows 8 HVM domU with Intel HD4000 VGA Passthrough on Debian Wheezy
http://linux-bsd-sharing.blogspot.com/2012/10/howto-xen-413-windows-8-hvm-domu-with.htmlUpdate 05/07/2013:Despite the HowTo being close to 1 year it a...
分类:Windows程序   时间:2014-09-23 00:29:13    阅读次数:662
将Windows MyEclipse的web项目移植到Debian下
用windows先的MyEclipse很方便,但是要把MyEclipse的web项目移植到Debian下,稍微有一点麻烦。当然,如果是ubuntu的话,直接装MyEclipse就可以了。这里只将针对于无图形界面的Debian的移植过程。1.配环境(jdk+apache+tomcat+mysql)(当...
分类:Windows程序   时间:2014-09-22 00:05:21    阅读次数:541
Debian 7 64位安装 wine
一、安装1、# apt-get install wine安装完后在终端里运行wine:# wine会弹出一个对话框:This is the wine64-bin helper package, which does not provide wine itself,but instead exists...
分类:Windows程序   时间:2014-09-21 21:56:51    阅读次数:762
Debian系列软件管理(第二版)
Debian系列软件管理1、搜索软件包信息 apt-cache search apt-cache search yum 2、查看软件包信息 apt-cache show rpm 3、安装软件 apt-get install rpm 选项: apt-get reinstall 覆盖安装 -f 修复安装 4、卸载,与YUM类似 apt-get remove rpm 选项: apt-g...
分类:其他好文   时间:2014-09-21 20:15:41    阅读次数:217
Debian可用的源 —— 23% waiting for headers解决办法
换了源之后执行 apt-get update 总会阻在【23% waiting for headers】的地方。上网看了一些解决方法,有说删除archieves文件夹下的所有内容,有说要换源的。两种我都尝试过,不过好像还是换源比较有效。记录一下这次换的源——2014年9月21日08:54:06deb...
分类:其他好文   时间:2014-09-21 10:14:20    阅读次数:238
debian(wheezy) chrome beta 38.0.2x.xxx Shockwave Flash was crashed 崩溃的解决办法.
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了. 调试下 ./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so) linux-vdso.so.1...
分类:其他好文   时间:2014-09-19 22:33:16    阅读次数:243
【转】Grub Rescue修复方法
症状: 开机显示:GRUB loadingerror:unknow filesystemgrub rescue>原因:已经发现下面几种操作会导致这种问题:1,想删除debian,于是直接在windows下删除/格式化了debian所在的分区。2,调整磁盘,利用工具合并/分割/调整/删除分区,使磁盘....
分类:其他好文   时间:2014-09-19 13:41:45    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!