applications linux Quick guide to change the default Spring Boot port Spring Boot is a powerful framework that simplifies the development of new Spring applications through sensible defaults. One of...… 21 feb 2024 public – 2 min di lettura
code java How to Fix Maven Error: “Invalid target release: 11” When working with Maven, a common problem encountered by developers is the "Invalid target drop: 11" error message. This..… 19 feb 2024 public – 2 min di lettura
commands applications linux Complete DevOps Guide for Ansible Ansible is a powerful IT automation engine that simplifies cloud provisioning, configuration management, software deployment,...… 14 feb 2024 public – 6 min di lettura
applications centos fedora Step by step guide to installing Clang on CentOS and Fedora Clang, the compiler front end for the C, C++, Objective-C, and Objective-C++ programming languages, is renowned for its excellent dia..… 13 feb 2024 public – 3 min di lettura
python code Why do we use if __name__ == '__main__' in Python The main use of if __name__ == '__main__': is to control the execution of code. When writing a Python script, you may want a c..… 13 feb 2024 public – 2 min di lettura
.NET Core ubuntu linux How to install and use multiple versions of .NET Core on Ubuntu How to install and use multiple versions of .NET Core on Ubuntu. .NET Core supports installing different runtime versions side by side,..… 13 feb 2024 public – 3 min di lettura
.NET Core code How to deploy your .NET Core application to IIS Run the installer on your server. The .NET Core Runtime, .NET Core Library, and the ASP.NET Core module will be installed. The mod..… 13 feb 2024 public – 3 min di lettura
elasticsearch linux How to configure SSL/TLS in Elasticsearch The first step is to generate SSL/TLS certificates for your Elasticsearch nodes. If you use self-signed certificates for testing, the tool a… 13 feb 2024 public – 2 min di lettura
applications linux How to create an Amazon EC2 instance using Terraform Amazon EC2 (Elastic Compute Cloud) stands out as a fundamental service within AWS (Amazon Web Services), offering computing capabilities..… 13 feb 2024 public – 2 min di lettura
security commands How to Safely Remove User Accounts and Home Directories in Linux To delete a user account in Linux, you can use the userdel command. This command removes the user's entry from system files, i..… 13 feb 2024 public – 2 min di lettura
code python How to install Python 3.12 on Amazon Linux In this guide we will walk through the process of installing Python 3.12 on Amazon Linux 2 from source. Installing Python from source..… 13 feb 2024 public – 3 min di lettura
applications database linux How to install OnlyOffice Docs and Oracle DB on Ubuntu The easiest way to install the suite is to use Docker. In OnlyOffice Docs, a JWT secret is generated randomly. If the following...… 12 feb 2024 public – 3 min di lettura