today's howtos
-
How to install git command on Alpine Linux
Git is a distributed version control system. To install git, type apk addgit command on Alpine Linux.Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - RedditThe post How to install git command on Alpine Linux appeared first on nixCraft.
-
Customize Apache ShardingSphere high availability with MySQL | Opensource.com
Users have many options to customize and extend ShardingSphere's high availability (HA) solutions. Our team has completed two HA plans: A MySQL high availability solution based on MGR and an openGauss database high availability solution contributed by some community committers. The principles of the two solutions are the same.
[...]
So far, Apache ShardingSphere's HA feature has proven applicable for MySQL and openGauss HA solutions. Moving forward, it will integrate more MySQL HA products and support more database HA solutions.
As always, if you're interested, you're more than welcome to join us and contribute to the Apache ShardingSphere project.
-
How To Install Wike Wikipedia Reader on Fedora 37 - idroot
In this tutorial, we will show you how to install Wike Wikipedia Reader on Fedora 37. For those of you who didn’t know, Wike is a Wikipedia reader for the Gnome Desktop. It offers a variety of features to make reading and finding information easier, such as search functionality, bookmarking, and customization options.
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 the Wike Wikipedia Reader on a Fedora 37.
-
Gather Linux system info with CPU-X | Enable Sysadmin
Get a comprehensive view of your CPU, motherboard, RAM, and GPU information in a graphical or text interface.
-
Beginners Guide for Time Command in Linux
The time command is used to determine the amount of time taken by the referenced command or shell script to execute in your system, from start to finish.
It returns the result in three categories: real time, user time, and system time (we will discuss them later), which can be very useful, especially if you are a sysadmin.
As a sysadmin, you must be aware of the time taken by your server to execute the referenced script. A single script doesn’t affect much, but running multiple complex scripts on your server will result in resource waste.
In this article, you will learn how to use the time command to determine the execution time of a command or shell script taken by your system/server in Linux.