HI Team
We are stuck in middle of a hacking issue, which have been raised after I
installed GNU parallel on one of our servers using below command.
(wget -O - pi.dk/3 || curl pi.dk/3/ || fetch -o - http://pi.dk/3) | bash
I was using below link for personal learning as well.
https://www.gnu.org
GNU Parallel 20170206alpha has been released. It is available for
download at: http://alpha.gnu.org/gnu/parallel/
I would appreciate if people tried out the new features.
New in this release:
* --tee makes it possible to send all input to multiple jobs. The jobs
can be generated using normal GNU
On Mon, Feb 6, 2017 at 2:40 PM, wrote:
> HI Team
>
> We are stuck in middle of a hacking issue, which have been raised after I
> installed GNU parallel on one of our servers using below command.
>
> (wget -O - pi.dk/3 || curl pi.dk/3/ || fetch -o - http://pi.dk/3) | bash
>
> I was using below lin