Extract all paths from a logfile
awk '{gsub(/"/,"",$7); print $7}' access.log
awk '{gsub(/"/,"",$7); print $7}' access.log
To get the latest 64bit Version of IrfanView running on Ubuntu with wine, without snap - do the following:
winetricks mfc42
wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip -O phpmyadmin.zip
unzip phpmyadmin.zip && rm phpmyadmin.zip
I love this! Thank you soooooo much!
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
Easy way to repeat often used commands on the linux console ... add history search backwards to .inputrc in your home directory:
cd ~
vim .inputrc
It's a one liner in your vagrant file:
config.ssh.forward_agent = true
If it does not work out of the box, do the following in the guest:
sudo apt purge nodejs npm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
exit
Open new terminal
I'm very comfortable with Scotchbox as Vagrantbox for my local development.
I've messed up my nodejs / gulp / browsersync setup at my development notebook.