Test
Windows Live published a new module that can associate the Windows Live, Flickr, Wordpress, Facebook and so on.
Windows Live published a new module that can associate the Windows Live, Flickr, Wordpress, Facebook and so on.
pkill -kill -t (user’s pts)
touch .hushlogin
# echo >.bash_history
# vim /etc/profile
……
HOSTNAME=`/bin/hostname`
HISTSIZE=0
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
……
:wq
# exit
If you want to keep the history when before you logout. You can keep the HISTSIZE=1000 and add "history -c" in the file .bash_logout.
Step 1:
Open "Internet Information Services (IIS) Manager"
Select "Web Service Extensions". Then select "Active Server Pages" in the right column.
Click "Allow" button.
Now, this Windows 2003 Server is support ASP.

Step 2:
Now, we should enable parent paths.
Right click the website what we want to config.
Click "properties", Select "Home Directory", Click "Configuration" . At the "Application Configuration" we select "Option" and enable parent paths.



Step3:
Enable anonymous access
Make the website directory writable
Finish:

For example:
[user@linuxos ~]# ping 172.30.30.0 -b
WARNING: pinging broadcast address
PING 172.30.30.0 (172.30.30.0) 56(84) bytes of data.
64 bytes from 172.30.30.123: icmp_seq=1 ttl=255 time=0.805 ms
64 bytes from 172.30.30.2: icmp_seq=1 ttl=255 time=1.30 ms (DUP!)
64 bytes from 172.30.30.15: icmp_seq=1 ttl=64 time=33.0 ms (DUP!)
64 bytes from 172.30.30.11: icmp_seq=1 ttl=64 time=35.0 ms (DUP!)
64 bytes from 172.30.30.14: icmp_seq=1 ttl=64 time=37.2 ms (DUP!)
64 bytes from 172.30.30.3: icmp_seq=1 ttl=64 time=38.0 ms (DUP!)
64 bytes from 172.30.30.9: icmp_seq=1 ttl=64 time=38.7 ms (DUP!)
64 bytes from 172.30.30.12: icmp_seq=1 ttl=64 time=39.0 ms (DUP!)
64 bytes from 172.30.30.13: icmp_seq=1 ttl=64 time=39.0 ms (DUP!)
……………
Edit fckconfig.js
FCKConfig.EnterMode = ‘p’ ; // p | div | br
FCKConfig.ShiftEnterMode = ‘br’ ; // p | div | br
Change the value.

*********************************************************
Edit proftpd.conf
Add TimesGMT off

Then save & quit and create a softlink
ln -s /usr/share/zoneinfo/Asia/Shanghai /usr/share/zoneinfo/CST
restart proftpd
************************************************

Edit or Replace /var/www/error/noindex.html
*****************************************