Tip-redirecting with sudo command

admin on July 10th, 2008 | File Under Linux Command Tips, Linux Server Tips, Linux Tips -

If you directly use sudo command to redirect  ,you will probably get error,eg:

sudo route -n> /etc/linuxine

you will get error: Read More »

1 Comment Tags: , ,

Video tutorial for installing and activing SELinux on Debian

admin on July 7th, 2008 | File Under Debian, Linux Server Tips -

This is a good video that guides to install and active SELinux in few minutes.”I made this video to show how easy is install and activate Security Enhanced Linux on Debian.”the poster  said. Read More »

No Comments Tags: , , ,

Apache tips-limit upload file size

admin on June 27th, 2008 | File Under Linux Server Tips, Linux Tips -

tipsApache has an option names LimitRequestBody,this option can limit user sending’s content of http request.Option LimiRequestBody can be used in .htaccess & httpd.conf.If you use it in http.conf, may use separately in virtualhost or the directory attribute setting. The LimitRequestBody setting value is lies between (unlimitedly) 0 to 2147483647 (2GB). Read More »

No Comments Tags: , , ,