Installing Linux package from .deb

Hello Guys, When you can’t find a package on your default Linux distro the easy way is via apt-cache search or apt install. Then we will have to deal with manual installation from the .deb file. dpkg -i filename.deb it is as easy as this. Just in case it has...

Skip maven license check

Hello guys, So I’m working on Apache Guacamole and after deleting the npm-modules folder I’m getting so many license errors over 9k files needed a license to be added. Rat check: Summary over all files. Unapproved: 9199, unknown: 9199, generated: 0,...