today's howtos
-
List of Browsers available on Linux
Users of Linux systems have many choices when it comes to web browsers, as there is a wide range that can be installed. You may already have a favorite browser or you may be still deciding which browser is right for you. In this tutorial, we have compiled a list of browsers that are available on Linux, and will show you how to install them on all major Linux distros.
-
How to install CyberPanel on Ubuntu 20.04 LTS Server
Learn the steps and commands to install open source CyberPanel on Ubuntu 20.04 LTS Server for having your web control panel to host & manage websites and other web applications.
CyberPanel is a stable open source control panel that is available to easily install on any VPS or dedicated server running on Linux server operating system. It helps the users to easily manage their command line server using the web interface and allows hosting websites because of the inbuilt web server and other required components such as PHP.
Instead of Apache, CyberPanel offers a well-optimized lightweight webserver Litespeed. It is compatible with Apache host configuration files and also can handle large amounts of requests using a well-developed caching system called LSCACHE but usually requires an additional license.
Cyberpanel is available in two editions one uses LiteSpeed web server open source edition known as OpenLitespeed whereas the other one is with Litespeed web server enterprise, which is free for a domain with one worker (process) and limited to 2GB RAM only. For more domains, supporting more RAM and workers require the purchase of a CyberPanel Enterprise license.
Hence, if you don’t want to invest additional money on a web server control panel platform then an open source version of Litespeed cache is best to opt for while installing CyberPanel on Ubuntu 20.04 Linux.
-
How to List USB Devices Connected to Your Linux System
Mostly, people are interested in knowing what USB devices are connected to the system. This may help troubleshoot the USB devices.
-
How to run Kubernetes workloads in systemd with Podman | Enable Sysadmin
Kubernetes YAML gives Podman a unified solution to declare container workloads across environments and simplify complexity for developers and sysadmins.
-
How To Install qBittorrent on Linux Mint 21 - idroot
In this tutorial, we will show you how to install qBittorrent on Linux Mint 21. For those of you who didn’t know, qBittorrent is a free, open-source, cross-platform P2P BitTorrent client developed inC++ and Qt libraries. qBittorrent is very popular amongst torrent users as the main alternative to uTorrent. If you’re looking for a feature-rich and lightweight BitTorrent client, qBittorrent should be your go-to.
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 a qBittorrent BitTorrent client on Linux Mint 21 (Vanessa).
-
How To Find Filesystem Types In Linux - OSTechNix
GNU/Linux supports numerous filesystems, such as Btrfs, ext4, ext3, ext2, exFAT, sysfs, securityfs, FAT16, FAT32, NTFS, and many. The most commonly used filesystems are Ext4 and Btrfs. Have you ever wondered which filesystem you are currently using in your Linux system? No? No problem! This guide lists all possible ways to find the mounted filesystem type in Linux and Unix-like operating systems.
-
Truncate long strings in columns and use custom header names