易截截图软件、单文件、免安装、纯绿色、仅160KB

Why do We Choose Linux?

Linux, named after the inventor, Linus Torvalds, is a so different OS for everyone against Windows. To everyone who used to use Windows, Linux need us to do more for everything which we usually do by computer, such as playing a video.
Someone says, Linux is for the ones who are good at the computer technique. For example the programmer use Linux to program, or the mathematician use it to do the numerical work.. It’s right. Linux always used by the professional formerly, because this OS ask the operator knows a lot about the OS how to work. Compared to Linux, Windows seems very easy for us, and in the most time, clicking the mouse is enough.
But there are two problems for us. The first one is did we get all the licenses for the software we are using. I think there is almost no one can say ‘Yes, I did’ in China, who use Windows. In the daily life, we used the piracy of the OS and the application software, although we know is wrong. There a fact that we can’t afford Windows. The price of a license for Windows XP is of equal value to a new computer without OS. So we can only choose the piracy. But Linux is free for everyone. It means you pay nothing for The OS to use it. What you do is only downloading the image from Internet and installing it. And if you are good at programming, you can rebuild the OS for yourself. It’s amazing that you can make your OS to be personality, different from all the others.
The second one is why we give up the right to know how the OS manage our computers. We paid for the computer’s CPU, mainboard, and hard disk, even the OS, but we don’t know they are how to work. I think it isn’t fair for everyone. Someone says, I don’t interest in how the computer work, but he must be interest in how to make the computer start work which is shutdown, in only 10 seconds. If you know how the computer work and optimize the process, you can do it by Linux. Of cause if you want to know what all the part


相关文档:

linux下cron异常处理小结

1.failed to open PAM security session: No such file or directory
异常描述:查看/var/log/cron时会发现如下异常日志
May 14 09:10:01 localhost crond[20319]: (CRON) /export/home/username (No such file or directory)
May 14 09:10:01 localhost crond[20319]: CRON (username) ERROR: failed to open PAM securi ......

Linux中变量$#,$@,$0,$1,$2的含义

我们先写一个简单的脚本,执行以后再解释各个变量的意义
  
  # touch variable
  # vi variable
  
  脚本内容如下:
  
  #!/bin/sh
  echo "number:$#"
  echo "scname:$0"
  echo "first :$1"
  echo "second:$2"
  echo "argume:$@"
  
  保存退出
  
  赋予脚本 ......

linux下apache+php安装常见问题


configure: error: Unable to find libgd.(a|so)
如果使用的是ubuntu或debian就很简单了,直接sudo apt-get install apache2
libapache2-mod-php5 php5 php5-gd 就基本上搞定,但是用源代码安装还是很麻烦~
wget http://www.boutell.com/gd/http/gd-2.0.11.tar.gz
tar zxvf gd-2.0.11.tar.gz
cd gd-2.0.11
sudo . ......

Linux文件系统中查找文件命令用法

在当前目录下搜索指定文件:
find . -name test.txt
在当前目录下模糊搜索文件:
find . -name '*.txt'
在当前目录下搜索特定属性的文件:
find . -amin -10 # 查找在系统中最后10分钟访问的文件
find . -atime -2 # 查找在系统中最后48小时访问的文件
find . -empty # 查找在系统中为空的文件或者文件夹
find . -g ......

linux下automake生成makefile全攻略

作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了。
  在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Ma ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号