逍遥梦,梦逍遥

  • traceroute !<num> 小解 - [GNU/Linux]2009-08-17

    Tag: traceroute icmp

    一条防火墙规则引发的血案

    逍遥梦 发表于16:09:22 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • [翻译]Troubleshooting Linux with syslog - [GNU/Linux]2009-07-09

    Tag: Gnu_linux syslog troubleshooting

    市面上有成千上万的linux软件,每一个都有独立的配置文件和帮助页。这些给linux添加了活力,当时却让linux系统管理员犯难了。幸运的是,大部门软件都可以使用syslog工具集将他们的错误以及状态信息转化为文件存放在本地的/var/log目录中. 它能为你的系统记录时间以及相关原因的事件。更重要的一点是程序并不总将错误信息输出在屏幕上,但常常会在某些地方记录下他们。知道这些确切的错误信息,查阅产品手册,在线文档,web搜索能帮你解决它.

    逍遥梦 发表于09:16:31 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • POSIX Character Classes - [GNU/Linux]2009-05-20

    Tag:

    Class     Meaning
    [:alnum:]     Alphanumeric characters.
    [:alpha:]     Alphabetic characters.
    [:blank:]     Space and TAB characters.
    [:cntrl:] &nb...

    逍遥梦 发表于14:28:05 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • crond简单分析(二) - [GNU/Linux]2009-01-28

    Tag: cron Gnu_linux

    cron除了使用/etc/crontab和/etc/cron.d目录下的文件之外,还会搜索用户的crontab文件(位于/var/spool/cron下),可以使用crontab [-u user] -l 来列出用户的crontab的列表,crontab [-u user] -e可以对用户crontab进行编辑.

    逍遥梦 发表于09:49:41 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 【转载】linux echo 颜色 - [GNU/Linux]2008-11-25

    Tag:
    由于在写bash脚本的时候,为了更好的交互性,经常需要对相应的输出内容添加醒目的颜色,特转载一篇关于linux下echo 的颜色文章.
    逍遥梦 发表于10:44:10 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 利用openfire构建企业内部IM平台 - [GNU/Linux]2008-10-23

    Tag: openfire XMPP pandion IM
    一直想寻求一种企业内部的OA开源平台,前不久测试了利用openfire构建IM平台,效果还不错,就书写下来,推荐给大家使用。

    下载地址:http://opendream.blogbus.com/files/12247327670.pdf
    逍遥梦 发表于11:30:45 | 阅读全文 | 评论 2 | 编辑 | 分享 0
  • FHS基本介绍 - [GNU/Linux]2008-09-04

    Tag: FHS
    FHS,全称Filesystem Hierarchy Standard,翻译成中文即为:文件系统分级标准。
    逍遥梦 发表于10:11:08 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Gnu/Linux启动过程(3)--Grub初步介绍 - [GNU/Linux]2008-08-23

    Tag: GRUB Gnu_linux
    关于GRUB,先看下wikipedia给的基本定义

    GNU GRUB ("GRUB" for short) is a boot loader package from the GNU Project. GRUB is the reference implementation of the Multiboot Specification, which allows a user to have several different operating syste...
    逍遥梦 发表于23:49:05 | 阅读全文 | 评论 1 | 引用1 | 编辑 | 分享 0
  • Gnu/Linux启动过程(2)--MBR初步介绍 - [GNU/Linux]2008-08-14

    Tag: MBR Gnu_linux linux-boot-process
        假如BIOS中第一启动顺序为硬盘启动,在BIOS完成相应的工作后,会通过MBR的相关信息引导boot loader,那么MBR到底有何乾坤?将在本节为你揭晓MBR中关于硬盘分区的相关信息
    逍遥梦 发表于07:42:08 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Gnu/linux启动过程(1)--启动基本顺序以及BIOS介绍 - [GNU/Linux]2008-08-11

    Tag:
    BIOS in part refers to the firmware code run by a PC when first powered on, which is a type of boot loader. The primary function of the BIOS is to identify and initialize system component hardware (such as the video display card, hard disk, and floppy). This is to prepare the machine into a known low capability state, so other software programs stored on various media can be loaded, executed, and given control of the PC.[3] This process is known as booting, or booting up, which is short for bootstrapping. Among other classes of computers, the generic terms boot monitor, boot loader or boot ROM were commonly used
    逍遥梦 发表于09:58:09 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Gnu/Linux启动过程(前序) - [GNU/Linux]2008-08-07

    Tag:
    最近碰到几个启动过程的问题,在troubleshooting的过程中发现自己对于系统的启动过程的认知程度还是不够,得,趁有空闲的时间,多多整理下相关资料,也算给自己一个交代吧。

    本文试验环境:RHEL4U6  或者RHEL4U4 也可能是RHEL5U1,因为写相关内容的时候可能在不同的环境中进行试验。

    先写个前序,慢慢来,等整理的差不多了,然后在进行相关章节的整理
    逍遥梦 发表于09:35:02 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • cron简单分析(一) - [GNU/Linux]2008-06-26

    Tag: cron Gnu_linux

    最近服务器经常出现时间不同步现象,无奈,只好用ntpdate time.nist.gov 与时间服务器同步下时间,得,偶乃一懒人,借助cron来做个计划任务,每天00:00与时间服务器同步下时间。

    #echo "0 * * * *  /usr/bin/ntpdate time.nist.gov" >> /etc/crontab

    顺便温习下cron的相关知识吧。

    逍遥梦 发表于10:10:04 | 阅读全文 | 评论 0 | 引用1 | 编辑 | 分享 0
共1页 1

日历

文章分类

  • Thinking[2]
  • C Program[2]
  • admin[4]
  • GNU/Linux[12]
  • testing[2]
  • security[2]
  • wireless[1]
  • 小工具[1]
  • Web[1]
  • 金融[1]
  • tips[6]
  • sql[1]
  • dream[13]

搜索

书中智慧

影中风采

最新日志

  • SQL几个词汇
  • traceroute !<num> 小解
  • ICMP 如何区分请求
  • 大病初愈
  • ftp file upload
  • USB linux boot
  • [翻译]Troubleshooting Linux with syslog
  • IP所属地查询
  • bash截取字符串
  • compare mysql engine
全部日志>>

最新评论

  • jewelry:http://www.lovesthreadless.c...
  • jewelry: [url=http://www.thewatch88...
  • jewelry:<a href=http://www.thewat...
  • ugg :谢谢分享
  • ugg : 总之,谢谢。
  • asdf:My girlfriend received the &...
  • UGG Nightfall :真的很逍遥
  • Sales adicolor :顶
  • nike air max 90:支持!!
  • ugg boots sale:支持

链接

  • nginx中文wiki
  • LINFO
  • Wikipedia
  • LXR linux/Documentation
  • 访问统计:
  • RSS 什么是RSS?
    用IM提醒我内容更新
    订阅到QQ邮箱
    订阅到鲜果阅读器
    订阅到Google阅读器
    订阅到抓虾阅读器
  • 《城客》第四期:创意之城
    博客大巴
    博客大巴使用指南
    博客大巴模板中心
    免费注册博客大巴
    一键博客搬家工具
    中文互动杂志城客
Copyright © 2002-2009 BlogBus.com, All Rights Reserved. 博客大巴 版权所有
博客大巴模板设计:Childhood | 作者:小风