[BlueOnyx:17532] Re: Hacking and Spamming..

Michael Stauber mstauber at blueonyx.it
Thu May 7 10:04:01 -05 2015


Hi Wayne,

> is there is BlueOnyx equivalent to do the iptables commands below? 
> 
> They also mention lsof.    Where can I get that from for blueOnyx?

Both "iptables" and "lsof" are installed by default on BlueOnyx.

> sudo apt-get install lsof

On BlueOnyx we don't use "apt" to install updates or OS components.
Instead we use "yum".

For more info see "yum --help".

Typical commands for your examples:

yum search lsof
yum install lsof

The first one searches for lsof to report if it is know, already
installed, or available for install.

The second command would install it, provided it isn't already installed.

To get everything that's already installed updated to the latest version
you would run "yum update".

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list