today's howtos
-
How to Secure Nginx with Let’s Encrypt on Debian 12/11/10
In the dynamic landscape of web technology, security is paramount. Ensuring that your web server is secure is not only vital for your peace of mind but also for the trust and safety of your users. This guide zeroes in on securing your Debian Nginx Server installation with a free Let’s Encrypt Certificate.
-
How to install Nitrux Linux Distro
Nitrux is a new Linux distro that is based on Debian, and it uses KDE Plasma as desktop environment. Nitrux also comes with a new Desktop called NX Desktop, which is a customized desktop based on Plasma.
-
How to Install OpenJDK 21 on Manjaro Linux
OpenJDK 21 is set to be a game-changer in the Java landscape when it launches on September 19, 2023. It is the upcoming long-term support (LTS) release of Oracle’s standard Java implementation and brings many features to improve the Java development experience.
-
How to Install ExifTool on Ubuntu 22.04-20.04
In today’s fast-paced technological environment, working with metadata is essential for various purposes, including image organization and data analysis. Enter ExifTool, a robust and versatile command-line application written in Perl that allows you to read, write, and edit metadata in various files.
-
Pip install and Python's externally managed
TL;DR:
pip installis on the way out. Installing Python packages must be done via APT, aka. Kali Linux’s package manager. Python packages coming from other sources should be installed in virtual environments.Long story below.
-
Using Systemctl to List Linux Services for Systemd
In the Linux operating system, services are programs that operate in the background. These services can be initiated either on-demand or during the system boot process. As a Linux user or developer, you will interact with various services such as web servers, SSH, or cron.
-
Kickstart Neovim on Linux
Kickstart.nvim is a starter configuration for Neovim that is small, single-file and well-documented. You can use it as a starting point to create your custom configuration.
-
How To Install the Epic Games Launcher On Linux
Want to play Epic games on Linux, there this blog will help you for it.
-
How to Push to GitLab
To push changes into the GitLab, move to the local repository> list content> set the remote URL> run the “git push <remote-name> <branch-name>” command.
-
How to Install and Use SQLite on Rocky Linux 9
Practical tutorial on the methods to install and use SQLite on Rocky Linux 9 to provide an efficient, reliable, fast solution for various database requirements.
-
How to Install and Use Docker on Rocky Linux 9
Practical guide on the ways to install and use the Docker on Rocky Linux 9 to enable an efficient application development, testing, and deployment processes.
-
20 Useful ‘apt-get’ Commands for Ubuntu Package Management
The post 20 Useful ‘apt-get’ Commands for Ubuntu Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .
The apt-get command was the primary package management command used in Debian-based Linux distributions prior to the introduction of the apt command.