vi基本操作

...

More

RHEL 5 CD-Key

RHEL 5 安装 序列号 Server: Red Hat Enterprise Linux (Server including virtualization): 2515dd4e215225dd Red Hat Enterprise Linux Virtualization Platform: 49af89414d147589 Client: Red Hat Enterprise Linux Desktop: 660266e267419c67 Red Hat Enterprise Linux Desktop + Workstation Option: da3122afdb7edd23 Red Hat Enterprise Linux Desktop + Workstation + DualOS...

More

68本linux相关的免费书籍

文章转自:http://www.linuxhaxor.net/2007/09/05/68-linux-related-free-e-books/ Advanced Linux Programming by CodeSourcery LLC Comprehensive Linux Textbook by Muayyad Saleh Al-Sadi Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF) Linux Client Migration Cookbook, Version 2: A Practical Planning and Implementation Guide for Migrating to...

More

LINUX守护进程介绍(转)

Linux在启动时要启动很多系统服务,它们向本地和网络用户提供了[tag]Linux[/tag]的系统功能接口,直接面向应用程序和用户。Linux各项系统开机服务的功能是什么? alsasound:Alsa声卡驱动程序支持。Alsa声卡驱动程序本来是为了一种声卡Gravis UltraSound(GUS)而写的,该程序被证明很优秀。...

More

Linux初学命令

文件管理 ls ls -a   列出当前目录下的所有文件,包括以.头的隐含文件ls -l或ll   列出当前目录下文件的详细信息 pwd pwd   查看当前所在目录的绝对路经 cd cd ..   回当前目录的上一级目录         cd -   回上一次所在的目录   ...

More

如何让USER只能用FTP 不能 LOGIN

FreeBSD:如何让USER只能用FTP 不能 LOGIN Q1.如何让使用者只到自己的 目录 把使用者的帐号 到 /etc/ftpchroot 之中 如user testuser vi /etc/ftpchroot testuser 如果是群组 如 group gigi vi /etc/ftpchroot at gigi Q2 dot 不想让某位使用者使用FTP登入的话 把该使用者的帐号 到 /etc/ftpusers 之中 Q3.如何让...

More