dev

dev

Software development related stuff


About "sudo !!"

19 Feb 2022 1 minute read 1 comment R0bin

Recently I saw in a video how someone used the command sudo !! to execute the previous command with root rights.I've been using Linux for a long time, but irregularly, so I'm not familiar with all the tricks, and this one was definitely new to me. I...

How to resolve Puppeteer dependencies like error while loading shared libraries: libgtk-3.so.0

23 Oct 2020 1 minute read 1 comment R0bin

One fine day I had to leave my already somewhat dusty development environment on an older Ubuntu distribution. On a freshly installed Ubuntu 20 server I wanted to continue my development work with NodeJS and Puppeteer. But before that, some dependenc...