
Linux
文章平均质量分 66
jackiechen_vip
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RH033 Unit1 Linux Ideas and History
Objectives Upon completion of this unit, you should be able to : 1) Expain the nature of open source software 2) Discuss the origins of Linux 3) List the Red Hat operating system distribuions 4)原创 2008-11-26 18:11:00 · 1446 阅读 · 0 评论 -
RHCE033 Unit9 vim: An Advanced Text Editor
Objectives Upon completion of this unit, you should be able to: Use the three primary modes of vi and vim Navigate text and enter Insert mode Change, delete, yank and put text Undo chang原创 2009-03-29 16:04:00 · 496 阅读 · 0 评论 -
RH033 Unit12 Configuring the Bash Shell
Upon completion of this unit, you should be able to: Know how to use local and environment variables Know how to inhibit variable expansion Know how to create aliases Understand how shell原创 2009-03-30 23:25:00 · 467 阅读 · 0 评论 -
RH033 Unit14 Network Clients
Objectives Upon completion of this unit, you should be able to: Browse the web Exchange emails and instant messages Access a Linux system remotely Transfer files between systems Use n原创 2009-03-31 23:39:00 · 545 阅读 · 0 评论 -
RH033 Unit15 Advanced Topics in Users, Groups and Permissions
Objectives Upon completion of this unit, you should be abe to: Describe where Linux stores user, group and password information Change identities Set default permissions Use special perm原创 2009-04-01 23:31:00 · 500 阅读 · 0 评论 -
RH131 Unit1 System Initialization
Objectives Upon completion of this unit, you should be able to: - Discuss the boot sequece - Understand GRUB’s role - Understand init’s role - Control System V services Boot Sequence Overview B原创 2009-05-05 22:49:00 · 461 阅读 · 0 评论 -
RH133 Unit4 System Services
Objectives Upon completion of this unit, you should be able to: - Understand the importance of time syncronization - Configure system logging - Setup the X Window System - remotely administer the原创 2009-05-13 22:55:00 · 617 阅读 · 0 评论 -
如果sudo不幸崩溃
今天在Ubuntu上修改sudoers文件,保存退出后再运行sudo … 系统报错,大概意思是说sudoers文件第多少行有错误。Sudo命令用不了,也就没有有办法修改sudoers文件了。解决办法是重启机器并进入Recovery Mode,并选择root Drop to root shell prompt’, 然后在这里修改sudoers文件就OK了。原创 2009-07-30 17:04:00 · 474 阅读 · 0 评论 -
RH133 Unit 6 Filesystem Management
Objectives Upon completion of this unit, you should be able to: - Understand filesystem hierarchy - Manage virtual memory - Add new drives and partitions - Mount NFS filesystems Overview: Adding原创 2009-08-09 09:43:00 · 423 阅读 · 0 评论 -
RH133 Unit 7 Advanced Filesystem Management
Objectives Upon completion of this unit, you should be able to: - Setup filesystem quotas - Setup and manage software raid devices - Configure logical volumes - Setup LVM snapshots - Perform bac原创 2009-08-09 13:21:00 · 587 阅读 · 0 评论 -
CentOS共享打印机失败一例
问题: CentOS机器上安装了一台HP 1020的USB打印机,CentOS上打印正常,也能正常共享给Windows机器。Windows机器可以连接这台打印机,但打印总是失败。 分析: 登录CentOS机器查看系统日志,发现问题是由于格式不支持而造成的。 Sep 7 16:03:45 CentOS-Host smbd[9066]: Unable to print原创 2009-09-07 22:55:00 · 2198 阅读 · 0 评论 -
RH033 Unit8 Text Processing Tools
Objectives 1) Upon completion of this unit, you should be able to: - Use tools for extracting, analyzing and manipulating text data Tools for Extracting Text 1) File contents: less and cat 2) Fil原创 2009-03-29 14:36:00 · 619 阅读 · 0 评论 -
RH033 Unit2 Linux Usage Basics
Objectives Upon completion of this unit, you should be able to: 1) Log into a Red Hat Enterprise Linux system 2) Start X from a console 3) Access the command line from X 4) Change your password原创 2009-03-16 22:37:00 · 635 阅读 · 0 评论 -
RH133 Unit 9 Installation
Objectives Upon completion of this unit, you should be able to: 1) Know important command line swithes 2) Understand different installation methods 3) Create advanced partition layouts 4) Underst原创 2009-09-20 18:02:00 · 512 阅读 · 0 评论 -
Linux系统中的时间设定
Linux系统中时间分为系统时间和硬件时间:系统时间是指Linux内核中的时间,硬件时间是指主板上的硬件时钟所计算的时间。不同的时间,设置的方法也不一样。 1)系统时间的设置方法:date 月日时分年 如 11月27日17点50分2008年 [jackie@h2000-0131l ~]$ sudo date 112717502008 Thu Nov 27 17:50:00 CST 200原创 2008-11-27 18:10:00 · 436 阅读 · 0 评论 -
Linux下挂载NAS的命令
收藏武功也会贬值 - 好久没用Linux,连这条命令也想不起来了。这里记下来以便查阅。这条命令是用CIFS协议挂载NAS到Linux上。注:要先安装samba-client。 mount.cifs //[NAS IP Address]/[Folder Name] /mnt -o username=xxx,password=xxx,domain=xxx (If uses domain authen原创 2009-03-14 10:56:00 · 9138 阅读 · 0 评论 -
RH033 Unit4 Browsing the Filesystem
Objectives 1) Upon completion of this unit, you should be able to: - Describe important elements of the filesystem hierarchy - Copy, move and remove files - Create and view files - Manage fil原创 2009-03-18 22:58:00 · 499 阅读 · 0 评论 -
RH033 Unit6 Using the bash shell
Objectives 1) Upon completion of this unit, you should be able to: - Use command-line shortcuts - Use command-line expansion - Use history and editing tricks - Use the gnome-terminal Command原创 2009-03-19 22:07:00 · 548 阅读 · 0 评论 -
RH033 Unit16 The Linux Filesystem In-Depth
Ojectives Upon completion of this unit, you should be able to: Describe how filesystem information is organized Describe the function of dentries and inodes Describe how cp, mv and rm work原创 2009-04-07 23:17:00 · 643 阅读 · 0 评论 -
重置Linux root密码一例
1) 在机器启动时按任意键进入启动菜单,选择要进入的内核,然后按e 2) 选中Kernel一行,然后按e 3) 在…rugh quiet一行后添加single,再回车。以表示进入single模式。 4) 回车后退回如下菜单,按b以重启机器。 5) 重启后进入single模式。 6) 输入passwd来修改root密码,再输入reboot命令重启机器。原创 2009-04-09 12:25:00 · 583 阅读 · 0 评论 -
RH033 Unit18 So… What Now?
Objectives Upon completion of this unit, you should be able to: Explore further opportunities in Red Hat Enterprise Linux usage Describe other Red Hat Training offerings Participate in the原创 2009-05-03 22:34:00 · 480 阅读 · 0 评论 -
RH131 Objectives
Understand system and service initialization Integrate new filesystems Understand advanced partitioning schemes Perform filesystem management tasks Set up networking Perform user and原创 2009-05-05 21:55:00 · 444 阅读 · 0 评论 -
Linux Hard Disk Format Command
Q. Ive installed a new 250GB SATA hard disk on our office CentOS Linux server. How do I format a hard disk under Linux operating system from a shell prompt? A.. There are total 4 steps involved for原创 2009-08-04 17:15:00 · 847 阅读 · 0 评论 -
Linux性能调优之虚拟内存篇
简单地说,虚拟内存就是硬盘中的一块区域,它用来存放内存里使用频率不高的页面文件。好处是为了提高内存的利用率 - 让使用频率高的页面文件活动在内存区域中,提高CPU对数据操作的速度。在Linux中,这个区域叫做swap,一般大小应设置为物理内存的2倍。 vm.swappiness是Linux内核的一个参数,范围是0~100。它表示实际内存和虚拟内存区域进行数据交换的倾向性大小,数值越大原创 2009-08-06 18:27:00 · 984 阅读 · 0 评论 -
RH133 Unit 8 Network Configuration
Objectives Upon completion of this unit, you should be able to: - configure IP interfaces - setup routes - understand name resolution - setup IPv6 Network Interfaces 1) Networking scr原创 2009-09-20 16:58:00 · 624 阅读 · 0 评论 -
RH133 Unit 10 Virtualization with Xen
Objectives Upon completion of this unit, you should be able to: 1) Define virtualization 2) Understand Xen terminology 3) Xen Tools Virtualizaiton with Xen 1) Advantages of Virtualization -原创 2009-09-20 18:31:00 · 393 阅读 · 0 评论 -
RH253 Unit 1 System Performance and Security
Objectives Upon completion of this unit, you should be able to: 1) Understand system performance security goals 2) Describe security domains 3) Describe system faults 4) Explain system fault anal原创 2009-09-21 16:17:00 · 526 阅读 · 0 评论 -
RH253 Unit 3 Network Resource Access Control
Objectives Upon completion of this unit, you should be able to: 1) Describe IP and routing 2) Comapre IPv4 and IPv6 3) Describe IPv6 Features 4) Understand Netfilter Architecture 5) Learn to use原创 2009-09-29 15:55:00 · 544 阅读 · 0 评论 -
如何使32位Linux支持4G以上内存
问题 Linux无法支持超过4G的内存,笔者使用的Linux是CentOS 5,机器是DELL PE1950服务器。 原因: X86系统默认寻址能力的限制 解决办法: 安装具有PAE(物理寻址扩展)功能的内核 1) 命令行下运行内核安装命令 yum install kernel-PAE。 2) 编辑启动配置文件 vi /etc/grub.conf,修改defa原创 2008-11-27 12:54:00 · 980 阅读 · 0 评论 -
配置CentOS虚拟机支持1440x900分辨率
注:需显示器,显卡支持。 cat /etc/X11/xorg.conf # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0原创 2009-03-14 10:33:00 · 924 阅读 · 0 评论 -
RH033 Unit5 Users, Groups and Permissions
Objectivies 1) Upon completion of this unit, you should be able to: - Explain the Linux security model - Explain the purpose of user and group accounts - Read and set file permissions Users 1原创 2009-03-19 21:14:00 · 450 阅读 · 0 评论 -
VNC Server配置实例
1) 配置允许访问的用户 [root@RHCE ~]# vi /etc/sysconfig/vncservers # The VNCSERVERS variable is a list of display:user pairs. # # Uncomment the lines below to start a VNC server on display :2 # as原创 2009-03-28 14:44:00 · 566 阅读 · 0 评论 -
RH033 Unit11 Investigating and Managing Processes
Objectives Upon completion of this unit, you should be able to: Explain what a process is Describe how to manage process Use job control tools What is a Process? 1) A process is a set原创 2009-03-30 22:08:00 · 479 阅读 · 0 评论 -
RH033 Unit13 Finding and Processing Files
Ojectives Upon completion of this unit, you should be able to: Use locate Use find Use the Gnome Search tool locate 1) Queries a pre-built database of paths to files on the system Da原创 2009-03-31 22:48:00 · 432 阅读 · 0 评论 -
RH033 Unit17 Essential System Administration Tools
Objectives Upon completion of this unit, you should be able to: Explain the process of installing Red Hat Enterprise Linux Indentify services, their status and be able to manage the runlevels原创 2009-04-08 23:24:00 · 562 阅读 · 0 评论 -
CentOS桌面安装和选择
以前都是习惯使用CentOS的命令行,现在需要使用桌面。在这里做个小小的总结: 1)安装桌面 GNOME桌面 yum groupinstall “X Windows Systems” yum groupinstall “GNOME Desktop Environment” KDE桌面 yum groupinstall “X Windows Systems” yum groupinst原创 2009-09-07 23:01:00 · 5538 阅读 · 1 评论 -
RH133 Unit 5 User Administration
Objectives Upon completion fo this unit, you should be able to: - Configure user and group accounts - Modify file ownership and permissions - Use “Special” permissions SUID/ SGID/ #Sticy - Config原创 2009-08-09 08:16:00 · 568 阅读 · 0 评论 -
在Ubuntu上运行IE
前几天把vista格了,改用ubuntu9.0.4。ubuntu无论从启动速度还是用户界面上都比较另我满意,再加上强大的开源社区的支持,一点也不比windows系统差。目前为止,唯一不足的是:由于长期以来IE是大多数网民的唯一选择,很多网站目前只支持IE浏览器。为了在ubuntu里能访问这些网站,可以试试以下方法,但并不能100%支持所有的IE only网站。1) 安装fi原创 2009-05-25 12:57:00 · 999 阅读 · 0 评论 -
RH133 Unit 11 Troubleshooting
Objectives Upon completion of this unit, you should be able to: 1) Develop a strategy for troubleshooting 2) Fix problems in different areas of the Linux system 3) Boot the system into various run原创 2009-09-20 20:27:00 · 429 阅读 · 0 评论 -
RH033 Objective
A person who has completed RH033 will have practiced the basic skills required to be a productive RedHat Enterprise Linux user. The skills include: File and directory operationsStandard I/O and原创 2008-11-26 17:45:00 · 489 阅读 · 0 评论