摘要:
[日期:2011-02-25]来源:Linux社区 作者:wdwbw 新版本Linux内核的编译特别简单下载内核并解压后,先进行配置make menuconfig注意要选择General Setup-> enable deprecated sysfs features to support old...(即CONFIG_SYSFS_DEPRECATED_V2),否则会报错“mount:could... 阅读全文
摘要:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)Red Hat Enterprise Linux 5服务器上mysql启动报错:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)原因1-启动命令错误:我开始的时候直接输入命令:mysql start 正确的启动命令是: /etc/rc.d/init.d/m 阅读全文
摘要:
Aug 01, 1996 ByBrian Rice --As your shell scripts get more complex, you'll need to put a directive at the beginning to tell the operating system what sort of shell script this is. So here it is—your first shell script:You found yourself repeating the same few commands over and over: print out your 阅读全文
摘要:
by Vivek Gite on October 16, 2007 · 23 commentsQ. I'm new to Linux and installed CentOS on my Laptop. How do I create a file from bash prompt without using GUI tools?A. Linux / UNIX offer many command line tools and text editors for creating text files. You can use vi or JOE text editor. It is a ter 阅读全文
摘要:
This is a part of the rsyslog.conf documentation.back ActionsThe action field of a rule describes what to do with the message. In general, message content is written to a kind of "logfile". But also other actions might be done, like writing to a database table or forwarding to another host.Please be 阅读全文
摘要:
SyslogFrom HerzbubeWikiOverview This page has information about the System Logging Daemon (syslogd) and the syslog service it provides. At the moment I use rsyslog because this has become the default since Debian "lenny". Syslog Daemon packages When I started using Debian, the standard syslogd packa 阅读全文
摘要:
rsyslog.conf configuration fileThis document is currently being enhanced. Please pardon its current appearance.Rsyslogd is configured via the rsyslog.conf file, typically found in /etc. By default, rsyslogd reads the file /etc/rsyslog.conf. This may be changed by a command line option.Configuration 阅读全文