skip to Main Content

Php – PEAR binary directory is empty

I'm setting up my php setup, and I decided to install PEAR but even following the official installation I couldn't install. I downloaded PEAR manually through https://pear.php.net/go-pear.phar followed the installation, added the path '/home/Thiago/pear/bin' to the environment variable, I tried…

VIEW QUESTION

Ubuntu – GNU parallel freezes

I have a bash script that applies different transformation/mappings on columns of TSV file. I am trying to parallelize the transformations using GNU parallel, however my code hangs. For simplicity consider cat, the identity mapper (i.e. input -> output), and…

VIEW QUESTION
Back To Top
Search