Skip to main content

devenvironment

IrfanView with wine

To get the latest 64bit Version of IrfanView running on Ubuntu with wine, without snap - do the following:

winetricks mfc42

Create phpmyadmin local instance

wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip -O phpmyadmin.zip

unzip phpmyadmin.zip && rm phpmyadmin.zip

Combine PDF on console

Put all pdf's you want to combine in a directory. Name them in the order, you want to combine them.

qpdf --empty --pages *.pdf -- NameOfMergedFile.pdf

History search

Easy way to repeat often used commands on the linux console ... add history search backwards to .inputrc in your home directory:

cd ~

vim .inputrc

Install and use latest nodejs

sudo apt purge nodejs npm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

exit

Open new terminal