How To Monitor Vmware ESXi Host Using Cacti
Introduction
Cacti is an open source web based network monitoring tool front-end for the data logging tool called RRDtool. It’s allow users to check the...
Aptik – Backup Your PPAs, Themes, Icons, And Application Settings In...
Introduction
After upgrading or reinstalling a Ubuntu or Its derivatives, you have to install all applications, add PPAs, apply Themes, and adjus/change settings of applications....
Centreon: How To Monitor Your Windows Server Using NSClient
Introduction
Centreon is an Open Source software package alternative to Nagios Xi that lets you supervise all the infrastructure and applications comprising your information system.
CES Standard...
Centreon: A Free Alternative To Nagios Xi Monitoring Platform
Introduction
Centreon is an Open Source software package that lets you supervise all the infrastructure and applications comprising your information system.
Centreon is the system and...
Installing OpenNMS Network Monitoring And Management Platform On Ubuntu 14.04 Server
Introduction
OpenNMS is a free, Open Source, and world’s first enterprise grade network monitoring system that can be used to monitor tens of thousands of...
How To Delete Oracle 11g Database Manually ?
How to delete Oracle 11g database manually?
The following steps shows how to manually delete a database within Oracle 11g, running in an Linux environment.
I have...
How To Automatically Disable Touchpad While Typing On Ubuntu
I am a technical writer, so I write a lot daily. I use my Dell Inspiron Laptop for writing articles. What actually my problem...
Setting Up Apache and Nginx on Unix: A Guide for Thai...
When setting up Apache and Nginx on Unix, Thai developers are not only optimizing for performance—they are preparing for traffic surges, such as those...
Command-Line Download Manager Aria2 1.18.3 Released!
aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and...
Happy Holiday Wishes From Unixmen!
Unixmen Team wishing you all a very happy holidays, happy Christmas and happy new year. We would like to thank our loyal readers and...
Install Flowblade Movie Editor In Ubuntu
Flowblade Movie Editor is a multitrack non-linear video editor for Linux released under GPL 3 license. Flowblade is designed to provide a fast, precise and...
How To Install Sublime Text 3 in Ubuntu 13.04, 13.10
Sublime Text is a popular text and source code editor. Thanks to Webupd8 team's PPA repository, we can now install Sublime Text 3 via PPA which...
Use Gmail as Your Default Email Client
Hi! If you a great user of Gmail, here is good news for you. This have been tested and works well from Google Chrome,...
Fedora 20 Will Be Unleashed On November 26
Hello Guys!
Where are Fedora Geeks? I will give you guys some information about the release schedule for Fedora 20. I know that you can not...
CentOS Dojo UK – July 12, 2013
We'd like to inform our Unixmen readers that there is a CentOS Dojo taking place on July 12, 2013 in Aldershot, Hampshire, UK.
If you're...
“Brand New” Unixmen Forum is Now Live!
The Unixmen Team is very proud to announce the latest addition to the growing Unixmen network, our...
How to Block BitTorrent traffic on your Linux firewall
Questions :
How to block torrents from Iptables ?
Answer:
#Block Torrent
iptables -A FORWARD -m string --algo bm --string "BitTorrent" -j LOGDROP
iptables -A FORWARD...