by Bryar | Aug 24, 2022 | Debian 11, Linux, Tutorials |
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...
by Bryar | Aug 24, 2022 | Debian 11, Java, Linux, Tutorials |
Hello guys, So we may have more than a version of Java on our Linux system as for my case I have both OpenJDK 1.8 and OpenJDK 11…. it is so easy to switch between versions on linux…. On commandline execute: update-alternatives –config java There you...
by Bryar | Aug 23, 2022 | Debian 11, Java, Linux, Tomcat9 |
Hello guys, How are you doing? So basically to enable remote debugging on Debian 11 for tomcat9. Open the default tomcat9 file located under: /etc/default/tomcat9Then add: JAVA_OPTS=”${JAVA_OPTS}...