Linux
xang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Shell
#prompt> echo $PS1#searches manpage names and descriptions for regular expressions suplied as arguments.> apropos music> stat -c '%A %h %U %G %s %y %n' /tmp/studio> find /tmp/ -name test.c...2008-07-07 19:29:59 · 145 阅读 · 0 评论 -
一步一学Linux与Windows 共享文件Samba
[摘自]http://www.linuxsir.org/main/?q=node/158一步一学Linux与Windows 共享文件Samba (v0.2b)<!-- begin content -->作者:北南南北,正在增加中... ... 需要您的参与;来自:LinuxSir.Org简介:本文只是讲一讲我们最常用的Linux与Windows共享文件,主要是为新手...原创 2010-09-21 17:52:41 · 198 阅读 · 0 评论 -
CentOS 开机优化
近日,在VMware上安装CentOS 4.6,发现有如下问题:每次开机,总是弹出网卡配置的kudzu窗口sendmail服务启动中,要停顿约3分钟sshd服务,默认没有启动解决办法:取消开机硬件检测# chkconfig --level 345 kudzu off配置网卡,采用静态IP方式ip地址和其对应主机名配置步骤:主机器的ip地址 (...原创 2010-09-20 10:49:08 · 164 阅读 · 0 评论 -
Linux Command - File System
> dfisk -l> df -T -h> mount> cat /etc/fstab2008-05-11 08:22:50 · 125 阅读 · 0 评论 -
linux commands
mkfifo > mkfifo my_pipe > cat a.txt > my_pipe > cat my_pipeldd > ldd /usr/java/jre1.5.0_11/bin/javaxmlwf > curl -s 'http://bashcurescancer.com' > bcc.html >...2008-05-11 06:34:39 · 106 阅读 · 0 评论 -
Linux 进程管理
http://www.linuxsir.org/main/?q=node/210 作者:北南南北 来自:LinuxSir.Org统计Apache进程数的时候,一般使用命令:ps aux | grep httpd | grep -v grep | wc -l 等价于 pgrep httpd |wc -l...2008-05-11 05:13:28 · 100 阅读 · 0 评论 -
Installation - ActiveMQ CPP Library 2.1.3
ActiveMQ CPP Library 2.1.3# Install dependencies1. libuuid > sudo yum install e2fsprogs-devel2. CppUnit > sudo yum install cppunit cppunit-devel3. GNU Build SystemTool Recommende...2008-05-05 19:05:56 · 173 阅读 · 0 评论 -
Bash配置文件
表2-6 Bash配置文件文件描述/etc/profile为所有用户设置用户环境信息。第一次登录时就执行该文件。该文件提供了路径的值,同时为某些内容设置环境变量,如邮箱的位置或历史文件的大小。最后,/etc/profile从/etc/profile....2008-05-05 17:53:03 · 194 阅读 · 0 评论 -
yum 命令
使用yum之前,请切换为root用户。 添加/删除/更新软件1.仅安装指定的软件命令:yum install <package_name>yum会查询数据库,有无这一软件包,如果有,则检查其依赖冲突关系,如果没有依赖冲突,那么最好,下载安装;如果有,则会给出提示,询问是否要同时安装依赖,或删除冲突的包,你可以自己作出判断。2.用YUM删除软件包命令:yum remove &l...2008-05-05 14:08:00 · 145 阅读 · 0 评论 -
Install Linux
shell> yum -y groupinstall "Development Tools" Editors "GNOME Desktop Environment"shell> vi /etc/inittab id:5:initdefault:shell> shutdown -r nowshell> fdisk /dev/sdbshell> mke2fs...2008-10-19 17:44:40 · 136 阅读 · 0 评论 -
Sed
Understanding the difference between current-line addressing in ed and global-line addressing in sed is very important. In ed you use addressing to expand the number of lines that are the object of a ...2008-07-07 19:33:17 · 208 阅读 · 0 评论 -
Linux远程桌面
在Windows上,显示Linux远程桌面的方法:xmanagerputty + xming配置putty如下:putty > Connection > SSH > X11 > Enable X11 forwarding > localhost:0 如何显示Linux桌面?运行命令: gnome-session...原创 2010-10-26 14:21:00 · 194 阅读 · 0 评论
分享