today's howtos
-
How to Use Grep Command in Linux [12 Useful Examples]
Have you ever been confronted with the task of looking for a particular string or pattern in a file, yet have no idea where to start looking? Well then, here is grep to the rescue!
grep is a powerful file pattern searcher that comes equipped on every distribution of Linux. If for whatever reason, it is not installed on your system, you can easily install it via your package manager as shown.
-
How to Install Apache Kafka on Rocky Linux
Apache Kafka is a distributed data store for processing streaming data in real time.
-
How to Install and Use MS SQL Server on Rocky Linux [Ed: Not only is this proprietary and controlled by Microsoft; it doesn't truly run on GNU/Linux, so better migrate to a free alternative]
MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft.
-
How To Upgrade To Fedora 37 From Fedora 36 - OSTechNix
Great news for Fedora users! Fedora 37 has been released!! This step by step tutorial explains how to upgrade to Fedora 37 from Fedora 36 and older versions. If you're already using Fedora 36, you can now safely upgrade to Fedora 37 desktop or server edition for latest features, performance and stability improvements.
-
Stop - Remove All Docker Container’s - TecAdmin
Docker containers are great for many reasons, but one of the biggest advantages is that they can be stopped and started at any time. This means that you can easily remove a container if it’s no longer needed or you want to upgrade or reconfigure your system. And because Docker containers are lightweight and run in their own isolated environment, there’s no need to worry about having too much overhead on your system.
So when it comes time to clean up after using Docker, it’s important to remove all of the containers first before starting the process of removing Docker itself. Otherwise, you may find yourself with a mess on your hands.
-
How To Install phpMyAdmin on Linux Mint 21 - idroot
In this tutorial, we will show you how to install phpMyAdmin on Linux Mint 21. For those of you who didn’t know, phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL and MariaDB over the Web. It has become one of the most popular MySQL administration tools, especially for web hosting services.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of phpMyAdmin on Linux Mint 21 (Vanessa).
-
How to Install Pinta on Fedora 37/36/35 [Ed: Microsoft Mono infestation; better not recommend this]
Pinta is a free, open-source image editing tool for Linux distributions such as Fedora. The user interface is straightforward, making it an excellent choice for novice users. The drawing tools are comprehensive and easy to use, and the wide range of effects makes it easy to add a professional touch to your images. One of the best features of Pinta is the ability to create unlimited layers, which is impossible with other image editing tools. This makes it possible to experiment with different effects and corrections without damaging the original image.
In the following tutorial, you will learn how to install Pinta on Fedora 37/36/35 Linux using the command line terminal and alternative methods using the default DNF package manager or for users that favor the most up-to-date version available with the Flatpak alternative method.
-
How I decreased the time to create and destroy an OCI container to 5 milliseconds | Enable Sysadmin
The journey to speed up running OCI containers took longer than expected, but the effort was worth it.
-
How to Install Plex Media Server on Fedora 37/36/35
Plex Media Server is a powerful software that allows you to store all your digital media content in one place. It is extremely popular with people who have large TV and movie libraries, as it allows them to share their content with friends and family. Plex Media Server organizes your files and content into categories, making it easy to find what you are looking for. It also supports a wide range of client applications to access your content on your TV, NVIDIA Shield, Roku, Mobile App, and many more platforms. Fedora is an excellent platform for running Plex Media Server, providing stable and reliable performance, especially with the six-month release schedule; it suits personal home use perfectly.
In the following tutorial, you will learn how to install Plex Media Server on Fedora Linux 37/36/35 Linux workstation desktop or headless server using the command line terminal, along with some basic guidance on first-time setup.
-
How to install Ruby on Manjaro Linux – NextGenTips
Installing Ruby is a bit of a hustle simply because Ruby on Rails has many dependencies. It depends on Sqlite3, node, and yarn which sometimes becomes tiresome to start getting all the dependencies together.