For most of us it’s not a secret that using Windows nowadays gives you a lot of problems ranging from issues of vulnerability, pricing and even hardware compatibility. Problems like these should be easily resolved if not absent as every second...
In this article, I’ll share with you my experience in setting up "a graceful shutdown" for a Linux machine that is connected to a UPS (Smart-UPS SC620) using NUT software.
If you want to share some of your pictures over the internet but you are worried that they might have metadata like location embedded in them, here’s how to strip that data out on Linux.
When you edit files using Vim, it makes .swp files in the same directory as the files you are editing, and these files contain all changes you've made.
In this article, I’m going to talk about the usage of Apache Tomcat’s shutdown functionality and how one can use it to remotely shutdown multiple Tomcat applications. Apache Tomcat has a shutdown functionality that allows you to...
You can uninstall Apache Tomcat from either a Windows or Linux server with the following steps: Step 1: Stop the Tomcat service On Windows: On the machine where the product is installed, click Start > Control...
The following are the configuration files that are located in the Tomcat's /conf directory.
Upon starting Apache Tomcat will create several log files in the tomcat/logs directory. In this article, we’ll focus on the default and most common logging implementation used for Tomcat – the included JULI implementation...
To set SSL on Tomcat, we need a digital certificate that can be created using Java keytool for the development environment. For the production environment, you should get a certificate from trusted providers such as Lets’ Encrypt...
The choice to use Linux is a complex one. It is not merely enough to select it as your operating system, but also to pick which distribution you wish to use, and while each features the same kernel at its core, the end user experience is quite...