Tcpdump is a very nice tool to monitor network activity. Unfortunately isn’t present in clearfundation repository.
to install tcpdump on clearsOS 6 follow this:
wget ftp://timburgess.net/repo/clearos/6/os/x86_64/timb-release-1-1.noarch.rpm
rpm -Kv timb-release-1-1.noarch.rpm
rpm -Uvh timb-release-1-1.noarch.rpm
yum --enablerepo=timb install tcpdump
This page has been readed 1346 times
If you find that the post was helpful, pay me a beer!!!
Related Articles
Task: List the contents of a tar file Use the following command: $ tar -tvf file.tar Task: List the contents of a tar.gz file Use the following command: $ tar...
Put this code in your plugin function your_css_and_js() { wp_register_style('your_css_and_js', plugins_url('style.css',__FILE__ )); wp_enqueue_style('your_css_and_js'); wp_register_script( 'your_css_and_js', plugins_url('your_script.js',__FILE__ )); wp_enqueue_script('your_css_and_js'); } add_action( 'admin_init','your_css_and_js'); if you need to add it to theme, then...
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License As the world’s most high-profile and most powerful virtualization solution (virtual machine), VMware Workstation 11 has been officially...