Featured Posts

GoAccess is an interactive and website / web-server log analyzer tool currently better than the ApacheTop interface. It provides fast and valuable HTTP statistics for system administrators that require a visual...

Readmore

AjaxMyTop AjaxMyTop is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server. Installing and configuring is fairly simple which you can done it within 2 minutes. [caption id="attachment_587"...

Readmore

Mod_spin is a content handler and/or a filter, meaning, for a specified file extension, mod_spin will read the file (or other input), parse it into an Abstract Syntax Tree (AST) and then replace the occurrences...

Readmore

Server Monitoring using DSTAT DSTAT an excellent tool which combines the overall stats of vmstat, iostat, netstat and ifstat. Dstat allows us to view all of the system resources in the real-time including the network bandwidth, network...

Readmore

BWM-NG Monitoring Network Bandwidth and Disk I/O using BWM-NG BWN-NG (Bandwidth-NG) is old and simple tool to monitor the bandwidth and disk I/O including the RAMdisk usage, this tool really helps the...

Readmore

  • Prev
  • Next

Linux File Sharing Using Twistd

Posted on : 26-09-2011 | By : admin | In : Admin Tools

Tags:

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….

Lighttpd with mod_h264 streaming (mp4)

Posted on : 15-08-2011 | By : admin | In : Web Server

Tags:

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….

Examining Hard drive Configuration tool

Posted on : 15-08-2011 | By : admin | In : Tips

Tags:

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….