August 4, 2008 at 2:27 am · Filed under linux
block allocation
Block allocation: a file on disk blocks allocated to the documents needed to avoid a waste of storage space. However, expansion of documents, paper documents will cause the block is not continuous, resulting in excessive disk se...
July 20, 2008 at 10:55 pm · Filed under linux
In fact, now you have started the Linux WEB service, you simply need to do Linux system connected to the Internet, and then deposited in the Home “/ home / httpd” directory can be. However, in order to make this WEB server more efficient, ...
July 20, 2008 at 10:54 pm · Filed under linux
Apache installation
Generally speaking, all the Linux version of this package should include the installation, if you install Linux system does not install this package, from the installation CD or http://www.apache.org/ found on the website of ...
July 20, 2008 at 10:53 pm · Filed under linux
Web server set up Raiders
LINUX systems are common: CERN, NCSA, Apache three ways, generally the most commonly used method is to use Apache. Features such obvious ways, simple configuration, with the greatest compatibility of the system, using t...
June 18, 2008 at 8:38 pm · Filed under linux
How to use script to display bandwidth usage
#!/bin/bash
echo -n “which nic?”
read eth
echo “the nic is “$eth
echo -n “how much seconds:”
read sec
echo “duration is ...