文章分类 - RHEL
摘要:不错的总结,有些地方错误,替他修改了一下,以这种颜色标示。:)
阅读全文
摘要:date命令 date命令的功能是显示和设置系统日期和时间。 该命令的一般格式为:date[选项]显示时间格式(以+开头,后面接格式) date设置时间格式 命令中各选项的含义分别为: -ddatestr,--datedatestr显示由datestr描述的日期 -sdatestr,--setdatestr设置datestr描述的日期 -u,--universal显示或设置通用时间时间域 %H小时(00..23) %I小时(01..12) %k小时(0..23) %l小时(1..12) %M分(00..59) %p显示出AM或PM %r时间(hh:mm:ssAM或P...
阅读全文
摘要:今天正式在VMware中完全安装了Redhat,可是启动后发现进入了命令行界面,真是让我不解,我想进入图形界面,后来这个问题很快解决了.为了让自己也让初学者了解具体原因,就把网的资料整理了一下,如下:linux有六种运行级别,其中5为图形模式,3为字符模式。启动模式记录在inittab文件中,此文件在etc目录中。标准的Linux运行级为3或者5,如果是3的话,系统就在多用户状态。如果是5的话,则是运行着X Window 系统。如果目前正在3或5,而你把运行级降低到2的话,init就会执行K45named脚本。 不同的运行级定义如下:(可以参考Red Hat Linux里面的/etc/i...
阅读全文
摘要:from:http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/An experienced Linux sysadmin knows the importance of running the routine maintenance jobs in the background automatically.Linux Cron utility is an effective way to schedule a routine background job at a specific time and/or day
阅读全文
摘要:Linux中如何让进程在后台运行
阅读全文
摘要:Version 1.0Author: Falko Timme <ft [at] falkotimme [dot] com>Last edited 12/31/2006This article is about resizing ext3 partitions without losing data. It shows how to shrink and enlarge existing ext3 partitions and how to merge two ext3 partitions. This can be quite useful if you do not use LV
阅读全文
摘要:KVM核心指导性文章,http://linux.dell.com/files/whitepapers/KVM_Virtualization_in_RHEL_6_made_easy.pdf
阅读全文
摘要:查看时区cat /etc/sysconfig/clock设置时区tzselect (好像没效果)timeconfigcat /etc/sysconfig/clock ZONE=”Asia/Shanghai” —> /usr/share/zoneinfo 下面的文件。 UTC=false —> 硬件时钟是否为 UTC 或者说 GMT 时钟。 ARC=false —> 如果是在 Alpha 机器上,则设置为 true 。把硬件时钟设置为 UTC 的好处就是他能自动设置夏时制,缺点是,在安装有多重操作系统启动的机器上,在另外的操作 系统上时钟会错误。Linux 的时钟设置文件为:/
阅读全文
摘要:一、/var目录/var 所有服务的登录的文件或错误信息文件(LOG FILES)都在/var/log下,此外,一些数据库如MySQL则在/var/lib下,还有,用户未读的邮件的默认存放地点为/var/spool/mail二、:/var/log/ 系统的引导日志:/var/log/boot.log例如:Feb 26 10:40:48 sendmial : sendmail startup succeeded就是邮件服务启动成功!系统日志一般都存在/var/log下常用的系统日志如下:核心启动日志:/var/log/dmesg系统报错日志:/var/log/messages邮件系统日志:/va
阅读全文
摘要:1/检查安全日志less /var/log/secureAccepted password for root from 123.456.78.90 port 63445 ssh2搜索“Accepted password for”,看有哪些用户和IP登录过服务器who /var/log/wtmp 查看谁登录,没有没异常last 和who类似单独执行last指令,它会读取位于/var/log目录下,名称为wtmp的文件,并把该给文件的内容记录的登入系统的用户名单全部显示出来。history history命令能够保存最近所执行的命令。如果是root命令所保存的命令内容在/root/.bash_h.
阅读全文
摘要:How-to convert an existing partition/disk in an image to virtualize it in linuxqemu/kvmHi!Yes, you can.You can virtualize an existing windows/linux installation with qemu / kvm.This isn’t a real news but here I write a very basic/fast tutorial.Basically you have to choose between: use your linux/win
阅读全文
摘要:linux下挂载(mount)光盘镜像文件、移动硬盘、U盘、Windows和NFS网络共享 linux是一个优秀的开放源码的操作系统,可以运行在大到巨型小到掌上型各类计算机系统上,随着 linux系统的日渐成熟和稳定以及它开放源代码特有的优越性,linux在全世界得到了越来越广泛的
阅读全文
摘要:在linux下如何生成uuid,以及uuid的意义。
阅读全文
摘要:转载一篇linux安装、配置java的文章。
阅读全文
摘要:A Unix/Linux “find” Command Tutorial
阅读全文
摘要:BIOSFrom Wikipedia, the free encyclopediaJump to: navigation, searchThis article is about the BIOS as found in IBM PC compatibles. For the general concept, see Firmware. For other uses, see Bios.Award BIOS setup utility on a standard PCIn IBM PC compatible computers, the Basic Input/Output System (B
阅读全文
摘要:This document attempts to answer basic questions on how to set up your Linux box to serve as a DHCP server or a DHCP client.
阅读全文
摘要:SPFDisk (Special Fdisk) Partition ManagerGreat features and it's free!By Red SquirrelThere are various open source/freeware partition managers out there. One that I've been using and found to be great is SPF Disk. (SPecial Fdisk). It's basically like fdisk but has more options, and is mo
阅读全文
摘要:Linux环境下的 make和makefile详解
阅读全文
摘要:Linux操作系统的安全模块要点分析
阅读全文

浙公网安备 33010602011771号