Posted on : 26-09-2011 | By : admin | In : Admin Tools
1
Archived; click post to view.
Excerpt: To share your directory with others on your network or even on the internet, you can use the twisted tool to share your folders (similar to web and ftp or even on other ports). How to install twisted on CentOS? Twisted is a python based tool, you need rpms like python-twisted-core, pyOpenSSL, python-zope-interface to install the too. You can make use of the RPMforge rpm repo on yum to install the tool on your server or destop easily. Ssh your server as root. # cd /usr/src # Goto http://wiki.centos.org/AdditionalResources/Repositories/RPMForge Download and install the correct repo based on your os arch and version. Now install the Twistd tool….
Posted on : 15-08-2011 | By : admin | In : Web Server
1
Archived; click post to view.
Excerpt: This short tutorial explains you how to install Lighttpd web server with mod_h264 (mp4) support with the current latest versions. I have tested it in panel and panel free servers and all seems to be working fine without any compilation errors. If you encounter with any errors, feel free to contact me. Downloading tar files Let us download the latest “Lighttpd source code” from the lighttpd official website (you must be login as root to perform the below operations) # cd /usr/src # wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.29.tar.gz Then, we download “lighttpd h264 streaming module” from h264.code-shop.com website. # wget http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-2.2.9.tar.gz Patching the h264 module Untar the “lighttpd source code” tar….
Posted on : 15-08-2011 | By : admin | In : Tips
0
Archived; click post to view.
Excerpt: Here is a small binary tool developed by hdsentinel.com to examine harddisk temperature, Lifetime, health, Serial/Model no & performance. List of features Display hard disk / solid state disk information on the terminal Create comprehensive report about the disk system Display and manage acoustic setting of hard disks offers outputs for both users and scripts/other applications to process temperature, health and performance values power on time (days, hour, minutes – if supported) Can generate reports in txt / xml etc Installating the tool You must be on root shell to execute this tool # wget http://gnutoolbox.com/download/linux/hdd/hdsentinel.gz # gunzip -d hdsentinel.gz # chmod +x hdsentinel # ./hdsentinel You will get an output similar….