0
Archived; click post to view.
Excerpt:
Gnome
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...
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"...
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...
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...
Archived; click post to view.
Excerpt:
Gnome
Archived; click post to view.
Excerpt: Dmidecode is an excellent tool useful for administrators to list all the hardware information described in your system BIOS according to the SMBIOS/DMI standard. The information typically list the following information like system manufacturer model name serial number BIOS version CPU sockets expansion slots (e.g. AGP, PCI, ISA) memory module slots List of I/O ports (e.g. serial, parallel, USB) Dmidecode also comes with three additional tools : biosdecode ownership ownership Installing Dmidecode Dmidecode rpm can be download from here To install it from source # cd /usr/src # wget http://ftp.igh.cnrs.fr/pub/nongnu/dmidecode/dmidecode-2.9.tar.gz # tar zxvf dmidecode-2.9.tar.gz # cd dmidecode # make && make install # dmidecode -h (to list the help menu) Usage: dmidecode [OPTIONS] Options are: -d, –dev-mem FILE Read….
Archived; click post to view.
Excerpt: Is a command line tool written by Mario Viara which works very similar to the rsync tool but with better options than rsync. This small tool really helps the administrator to synchronize both the directories with exact data copy on both dirs. This tool uses the source and destination directory as arguments and recursively ensures that the two directories are identical. It can be used to create incremental copies of large chunks of data. For example, if your file server’s contents are in the directory /datafiles, you can make a copy in a directory called /backup with the command “dirsync /datafiles /backup”;….