码迷,mamicode.com
首页 >  
搜索关键字:rsyslog netconsole debian    ( 3393个结果
ubuntu与登录有关的log配置信息
1. 所有sudo, sshd, sftp登录的信息都在auth.log中。2. pam的配置是在/etc/pam.conf与/etc/pam.d中,在文件夹pam.d对cron, sudo,sshd等进行了配置。3. cron是用rsyslog来记录log,配置在/etc/rsyslog.d/50...
分类:其他好文   时间:2014-06-28 17:18:30    阅读次数:198
安装Debian的正确方法
一、说明:Debian7.0.0的安装镜像文件有3个DVD,安装基本系统只用到第一个镜像文件,即DVD1其它镜像文件是附带的软件包。附Debian 7.0.0系统镜像下载地址:32位:http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-dvd/deb...
分类:其他好文   时间:2014-06-28 16:16:20    阅读次数:429
给Debian安装Xfce桌面
1、sudo apt-get install xorg xdm xfce42、vi ~/.xinitrc,然后输入:exec xfce4,在终端输入startx命令后就能进入xfce4,或直接在终端输入startxfce4命令。
分类:其他好文   时间:2014-06-28 16:04:45    阅读次数:445
在Debian下安装ibus输入法
sudo apt-get install ibus ibus-pinyin im-switchsudo apt-get install ibus-googlepinyinim-switch -s ibusibus-setup
分类:其他好文   时间:2014-06-28 16:01:58    阅读次数:214
Debian自带浏览器IceWeasel的中文化
Iceweasel浏览器简体中文组件 # Iceweasel是Debian中Mozilla Firefox浏览器的一个再发布版#英语很菜,所以浏览器菜单也要是中文的sudo apt-get install iceweasel-l10n-zh-cn运行浏览器,然后点击浏览器菜单 ===> 编辑 ===...
分类:其他好文   时间:2014-06-28 15:49:53    阅读次数:300
给Debian浏览器安装flash播放插件
sudo apt-get install flashplugin-nonfree
分类:其他好文   时间:2014-06-28 15:40:34    阅读次数:144
Debian下配置网络的方法
1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:其他好文   时间:2014-06-28 15:30:31    阅读次数:258
Debian类系统必做——将【你的用户】加入sudoers用户组
切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
分类:其他好文   时间:2014-06-28 15:29:06    阅读次数:175
在Debian下安装LAMP
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:其他好文   时间:2014-06-28 14:48:41    阅读次数:192
debian下配置dynamic printk以及重新编译内核
在以前的一篇博文《编译debian内核》已经提过了重新编译内核的方法,但是整个过程花费时间较长,并且生成deb包。这里我采用稍微简单一些的方法,因为我并没有对内核或者驱动代码做任何修改,仅仅是在内核中选中一些未被选中的调试选项(以便于查看log信息)先获取内核源码: sudo apt-get sou...
分类:其他好文   时间:2014-06-28 12:41:23    阅读次数:562
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!