today's howtos

-
How to Install LXQt Desktop Environment in Ubuntu
LXQT is a lightweight, modular, fast, and user-friendly desktop environment. The free, open-source LXQT is the successor of the LXDE desktop environment. Lubuntu and a few other Linux distribution have default LXQT desktop environments. LXQT is based on QT rather than GTK+.
The main reason to use LXQT desktop over other environments is low resource utilization, elegant and clean user interfaces. Secondly, the high level of customization to meet desktop usability need.
-
How to Install Blizzard Battle.net App on Ubuntu – Linux Hint
Blizzard Entertainment is a game development company that creates some top-rated games that work well on Linux. Blizzard develops Battle.net, an online platform with multiple social networking services, digital rights management and digital distribution, etc.
The only issue with Blizzard Battle.net is that it is not available in Linux. However, most of the games still work appropriately on Linux by using Wine in it. In case you want to install the Blizzard Battle.net app on Ubuntu easily, then read this complete article. In this article, we will cover the full details on “how to install Blizzard Battle.net app on Ubuntu.”
-
How to install GeForce Now on Linux Mint 20
In this video, we are looking at how to install GeForce Now on Linux Mint 20.
-
How to install Milkman Karlson on a Chromebook
RAID is a virtualization platform for data storage that integrates several physical disc drives into one or more logical units. Based on the required level of reliability and efficiency, data is scattered across the drives in one of many ways, referred to as RAID levels. Different systems are known as ‘RAID’ followed by an integer, such as RAID 0 or RAID 1. Each system, or level of RAID, provides a different balance between the key goals, i.e. stability, usability, performance, and strength.
RAID uses disc mirroring or disc striping methods, mirroring on more than one drive would copy similar data. Partition striping allows distributing data across many disc drives. The storage capacity of each drive is split into units that range from a sector (512 bytes) up to multiple megabytes. RAID levels higher than RAID 0 offer protection against unrepairable read errors in the field, as well as against entire physical drive failures.
The RAID devices are deployed via the application driver md. The Linux software RAID array currently supports RAID 0 (strip), RAID 1 (mirror), RAID 4, RAID 5, RAID 6, and RAID 10. Mdadm is a Linux utility used to control and manage RAID devices for applications. Several core operating modes of mdadm are assembled, build, create, follow, monitor, grow, incremental and auto-detect. The name derives from the nodes of the multiple devices (md) that it controls or manages. Let’s look at creating different kinds of Raid arrays using mdadm.
-
How to Save Disk Space using Btrfs Deduplication – Linux Hint
Deduplication is a software feature that is used to remove duplicate data blocks (redundant data blocks) from a filesystem to save disk spaces. The Btrfs filesystem is a modern Copy-on-Write (CoW) filesystem that supports deduplication.
If you need to keep a lot of redundant data (i.e., file backups, database) on your computer, then the Copy-on-Write (CoW) and deduplication feature of the Btrfs filesystem can save a huge amount of disk spaces.In this article, I will show you how to save disk spaces using the Btrfs deduplication feature. So, let’s get started.
-
How to install Milkman Karlson on a Chromebook
Today we are looking at how to install Milkman Karlson by Dani on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
-
Start, Stop, and Restart Nginx Web Server on Linux – Linux Hint
NGINX is an open-source web server with features for load balancing, caching, and functioning as a reverse proxy.
Igor Sysoev created it to overcome the limits of scaling and concurrency existing within regular web servers, offering an event-based, asynchronous architecture that enhances NGINX’s performance and stability as a web server.As is the case with managing all servers, you’ll find yourself needing to start, stop, and restart the NGINX web server for various reasons.
This guide discusses how to use various methods to manage the NGINX service running on a Linux system.
-
Install and Use Btrfs on Fedora 33 – Linux Hint
Btrfs (B-Tree Filesystem) is a modern copy-on-write (CoW) filesystem for Linux. It aims to implement many advanced filesystem features while focusing on fault tolerance, repair, and easy administration. The Btrfs filesystem is designed to support the requirement of high performance and high-capacity storage servers.
If you want to learn more about the Btrfs filesystem, check my article Introduction to Btrfs Filesystem.
In this article, I am going to show you how to install Btrfs on Fedora 33 and use it. So, let’s get started.
-
How to Enable Btrfs Filesystem Compression – Linux Hint
The Btrfs filesystem supports filesystem-level data compression. It means that the filesystem data will be compressed automatically as new data is written to the filesystem. When you access the files stored in your Btrfs filesystem, those files’ data will be automatically decompressed.
This feature of the filesystem will save you a lot of disk space and will save you a lot of time that you would have spent compressing your files manually.
In this article, I am going to show you how to enable the Btrfs filesystem-level compression on a Btrfs filesystem. So, let’s get started.
-
How to Enable and Disable Wayland on Ubuntu
You might have heard or even come across a Linux distribution using Wayland—for example, Fedora 25—as its default display server.
Whether you are looking to test Wayland, understand what it is before using it, or learn how to enable and disable it on Ubuntu, this guide will prove valuable in one way or the other.This guide will discuss what Wayland is, how it works, and how to enable and disable it on your Ubuntu system.
Let’s get started.
-
How To Change the Swappiness of Your Linux System
Memory is a critical part of any system. The Linux kernel knows this and tries to ensure there’s enough memory at the system’s disposal. One way the Kernel manages memory is by using a swap system to create additional memory space.
In this tutorial, we will talk about what a swap is, how it works, and finally, how to customize the swappiness of your Linux system.
-
Install HAProxy to Configure Load Balancing Server on Debian 10
Load-balancing is the most common practice of distributing incoming web traffic among multiple back-end servers. This makes the application highly available even if some of the servers go down for some reason. Load Balancing increases the efficiency and reliability of a web application. HAProxy load-balancer is used for the same purpose. It is the most widely used load-balancer in industries. As per the official website, HAProxy is used by leading companies like AWS, Fedora, Github, and many more.
HAProxy or High Availability Proxy provides high availability and proxying solution. It is written in C and works at network and application layers of the TCP/IP model. The best thing is that it has a free community edition, and it is an open-source application. It works on Linux, FreeBSD, and Solaris operating systems. The enterprise edition is also there, but it has a price tag.
-
Understanding Bash Shell Configuration On Startup
For years, the Bash shell [1] has been an integral part of many Linux distributions. In the beginning, Bash was chosen as the official GNU shell because it was well-known, quite stable, and offered a decent set of features.
Today the situation is somewhat different — Bash is still present everywhere as a software package but has been replaced by alternatives in the standard installation. These include, for example, Debian Almquist shell (Dash) [2] (for Debian GNU/Linux) or Zsh [3] (for GRML [5]). In the well-known distributions Ubuntu, Fedora, Arch Linux, and Linux Mint, Bash has so far remained the standard shell.
It is quite helpful to understand Bash startup and to know how to configure this properly. This includes the customization of your shell environment, for example, setting the $PATH variable, adjusting the look of the shell prompt, and creating aliases. Also, we will have a look at the two files .bashrc and .bash_profile that are read on startup. The corresponding knowledge is tested in Exam 1 of the Linux Professional Institute Certification [4].
-
Restore arrows to gtk3 scrollbars
A couple of months ago, I posted about a fix for extremely annoying default behaviour of gtk3 scrollbars:
https://bkhome.org/news/202010/oe-gcc-target-default-commandline-options.html
That fix is in Easy, however, today I received an email from Alfons, asking about the missing arrows at the ends of the scrollbars. SeaMonkey, Inkscape and LibreOffice use gtk3 and exhibit this lack-of-arrows.
-
- Login or register to post comments
Printer-friendly version
- 2302 reads
PDF version
More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
Open Hardware: Crowbits, Raspberry Pi, and RISC-V
| Linux, NetBSD, and OpenBSD
|
Audio/Video and Games: This Week in Linux, MineTest, OpenTTD, and Portal Stories: Mel
| today's howtos
|
Recent comments
4 hours 50 min ago
5 hours 3 min ago
8 hours 5 min ago
21 hours 40 sec ago
21 hours 19 min ago
1 day 40 min ago
1 day 48 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 8 hours ago