today's howtos
-
Record Audio in Linux With Audacity (and Reduce Noise)
Audacity is a free and open source cross-platform audio editor. Professionals use it for the tone of features it provides in such a small package.
You don’t have to be a professional and use all of its features. You can use it to record audio from your microphone and do some basics like background noise removal.
I will show you how to do that in this tutorial.
-
How to Install Apache Cassandra NoSQL Database on a Single-Node Ubuntu 22.04 Cluster
Apache Cassandra is an open-source NoSQL distributed database management system. Cassandra can be scaled horizontally by adding more nodes across which data is replicated automatically. Nodes can be added or removed without any downtime. The nodes can be organized logically as a cluster or a ring and set up across multiple data centers to improve speed and reliability for high-performance applications.
In this tutorial, we will learn how to install Apache Cassandra on a Single-node Ubuntu 22.04 Cluster.
-
Linux pmap Command Tutorial for Beginners (5 Examples)
Linux command line offers a lot of tools that help you know more about processes that are currently active in your system. One such utility is pmap, which reports the process memory map. In this tutorial, we will discuss the basics of pmap using some easy-to-understand examples.
But before we do that, it's worth mentioning all examples here have been tested on an Ubuntu 22.04 LTS machine.
-
Vaultwarden is an unofficial port of Bitwarden server written in Rust language. It is compatible with the official Bitwarden clients and is less resource-heavy than Bitwarden. It implements almost all features of Bitwarden barring a few. It uses the Bitwarden API to provide features like organization support, attachments, authenticator, U2F, Yubikey, Duo support, and support for email alias services.
In this tutorial, you will learn how to set up your copy of Vaultwarden on a Ubuntu 22.04 server.
-
Configure Networking on AlmaLinux 8, CentOS 8 or Rocky Linux 8 with nmcli Command (20 Examples)
The nmcli is a command-line tool that can be used for controlling NetworkManager. This tool will help you to display network device status, create, edit, activate/deactivate, delete network connections and also troubleshoot networking in your Linux system. It is very useful for servers and headless machines to control system-wide connections.
In this tutorial, we will show you how to use the nmcli command to control network connections with examples.
-
How to Install Grafana Linux Monitoring Software on Ubuntu 22.04
Grafana is a free, open-source, and feature-rich metrics dashboard and data visualizing tool. It is designed for Graphite, Elasticsearch, OpenTSDB, Prometheus, and InfluxDB to monitor metrics from a web-based interface. It is a multi-platform and has over 100 plugins for data collection, storage, visualization, and sharing. It allows you to create alerts and notifications for your data and make collaboration with your teammates easier via sharing features.
This tutorial will explain how to install Grafana 8 on Ubuntu 22.04.
-
How to Install Darktable on Linux Mint 21 LTS
Darktable is a free and open-source photography application program and raw developer. Rather than being a raster graphics editor like Adobe Photoshop or GIMP, it comprises a subset of image editing operations specifically aimed at non-destructive raw image post-production. In addition to basic RAW conversion, Darktable is equipped with various tools for basic and advanced image editing. These include adjustment of white balance, exposure, tone curve, color management, luminance, and saturation levels, cropping and straightening, retouching (including clone tool and heal Selection tools), and the ability to merge multiple images into a single composite photo. Darktable also offers a wide range of filters that can be applied to individual and group photos. These filters can mimic the look of traditional film photography effects, or they can create entirely new and unique looks. Whether you’re a seasoned pro or just getting started in photography, Darktable has something to offer everyone.
The following tutorial will teach you how to install Darktable on Linux Mint 21 LTS release series desktop using the command line terminal using three methods: the default apt repository, flatpak, or a launchpad ppa.
-
How to use Angelfish as touch-friendly web browser in Steam Deck’s Game Mode – My Little Blog
For whatever reason Steam Deck pretty much has two default browsers: Google Chrome in Game Mode and Firefox in Plasma aka. Desktop Mode. Firefox is absolutely unusable in Game Mode. Chrome (probably most other Chromium variants as well, I’ve only tried a handful) work okay-ish – at least they don’t go ballistic on touch events but they are not a truly nice experience either.
Readers of Planet KDE probably already know that some KDE applications have convergent GUIs thanks to Plasma Mobile, including the Angelfish web browser. It took some fiddling but after a while I managed to get it into a shape that’s very usable in Game Mode. Without any tweaks Angelfish defaults to use its desktop GUI and thereby runs just fine in Plasma Desktop, perhaps docked to a monitor.
-
How to Install Latest LibreOffice in Ubuntu and other Linux
Here’s a quick guide on how to install the latest LibreOffice version in Ubuntu and other Linux.
The free and open-source office suite LibreOffice comes with two versions. The Community and Enterprise version. The “community” version is for early adopters who want the latest bleeding-edge software tech. And the “enterprise” version is more stable, and it may not include all the latest features but is ideal for the production environment and professional work.
-
How to Install Timeshift on Ubuntu 22.04
Timeshift is a potent open-source program that may assist you with data security. It enables incremental snapshots of your filesystem, which may be seen using a file manager. In BTRFS mode, snapshots are taken using the built-in characteristics of the BTRFS filesystem if you’re searching for a dependable method to back up your data.
Timeshift should be considered by all users since it is useful when you need to restore, which occurs often while learning Linux, amongst other situations.
You will learn how to install TimeShift on Ubuntu 22.04 LTS Jammy Jellyfish using the command line terminal in the following guide.
-
How to Install Xfce Desktop in Arch Linux [Complete Guide]
This guide explains how you can install the latest Xfce desktop in Arch Linux. The guide explains the steps for the latest Xfce 4.16 release. However, it works for any Xfce version as well.
The first part of the guide explains the steps for installing the base Arch system. The second part is installing the complete Xfce desktop on Arch Linux.
-
How to Install VLC Media Player on Linux Mint 21 LTS
The VLC media player is a powerful, open-source, cross-platform software that can play almost any type of multimedia file. It can also be a streaming media server, providing access to video and audio content across various devices. In addition, VLC can be extended and customized with a wide range of plugins. As a result, it is an incredibly versatile tool for both consumers and professionals. Whether you’re looking to watch a movie on your laptop or stream audio to your home theater system, VLC is an excellent choice.
In the following tutorial, you will learn how to install VLC Media Player on Linux Mint 21 LTS release series with multiple installation methods available with APT or Flatpak package manager using the command line terminal.
-
How To Install FFmpeg on Rocky Linux 9 & AlmaLinux 9 | Mark Ai Code
FFmpeg is a popular tool among those who work with videos on a regular basis. If you haven’t used it before, FFmpeg is a free and open-source program that includes a collection of libraries for transcoding music, video, and other multimedia files/streams. It supports a variety of audio/video codecs, including H.264, H.265, VP8, VP9, AAC, OPUS, and others, as well as MP4, FLV, MKV, TS, WEBM, and MP3 file formats and HTTP/HTTPS, TCP, UDP, RTMP, RTSP, and HLS streaming protocols.
-
How to Install Linux Kernel 5.19 on Ubuntu 20.04 LTS
The Kernel 5.19 release contains several features and improvements, one of the most notable being support for Run-Time Average Power Limiting (RAPL) on Intel’s Raptor and Alder Lake processors. RAPL is a power management technology that allows processors to throttle their performance to limit power consumption. This can be useful in several scenarios, such as when running on battery power or when thermal limits are reached. The new Intel IFS driver support included in this release brings a useful feature that helps to detect hardware issues such as CPU faults at the circuit level at an early stage of deployment of the processors. This can save a lot of time and money for businesses and organizations that use these processors in their servers and other equipment. Overall, the Kernel 5.19 release provides significant improvements and additions that users of all types will welcome.
-
Upgrade to Latest LibreOffice in Ubuntu, Linux Mint and Windows
LibreOffice, used by millions of users worldwide, is the most popular free office suite today. It consists of a spreadsheet program (Calc), document processor (Writer), presentation (Impress), drawing (Draw), and Math module to help you with most of the office, business, academic, and day-to-day work.
LibreOffice can act as an excellent replacement for paid Microsoft Office suite due to its compatibility with proprietary file formats such as DOCX, PPTX, and XLSX. It is a fork of the Apache OpenOffice productivity suite and is actively developed by thousands of global contributors.