today's howtos
-
How To Install KeePassXC on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install KeePassXC on Ubuntu 22.04 LTS. For those of you who didn’t know, KeePassXC is a free open-source password manager or safe which helps you to manage your passwords in a secure way. It is built using Qt5 libraries, making it a multi-platform application that can be run on Linux, Windows, and macOS. KeePassXC also offers many features, including creating multiple databases, encrypting databases with a master key, and generating strong passwords. In addition, KeePassXC provides support for plugin development, allowing users to extend the application’s functionality.
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 KeePassXC password manager on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
How to Create Macros in VIM for Repetitive Tasks
Macros are technically the execution sequence of some operations and are usually created to perform the frequently occurring tasks quickly. In Microsoft Windows, you can find the MS Word, which has the functionality to let you create macros. In the Linux-based systems, you will see the VIM Editor and you can, like in MS word, create macros in VIM. It can also be recorded, which can later be played in a file. It is also called the record and play feature of the VIM editor.
-
How to Copy from Clipboard to Nano
While you are using the nano editor and copying text, it is saved in a buffer called the Cutbuffer, and it is not the same as the clipboard because Gnome maintains the clipboard. You cannot paste anything from the nano editor to the other applications. Nano is a command line text editor that comes pre-installed in almost all Linux-based systems. It has a good set of features that make it above the others. But, how can you copy from the clipboard to the nano editor in Linux? This article will go through how to copy the text from the Cutbuffer and clipboard (Gnome) to the nano editor.
-
How to Install Audacity on Fedora 36 Linux
Audacity is a free and open-source digital audio editor and recording application software available for Windows, macOS, Linux, and other Unix-like operating systems.
-
How to back up directly to Google Drive on Linux
Did you know that you can back up your Linux files directly to Google Drive? It’s true! The Duplicati application makes sending your important Linux files to Google Drive incredibly easy. Here’s how to do it on your Linux system.
-
How Linux Users Can Speed Up Their Software Distribution - LinuxTechLab
The development of software is a very common practice these days. Software is a requirement in almost all fields, be it a small-scale business or a large organization.
Hence, in today’s fast-growing world, it is important to take into consideration the aspect of speed where software delivery and distribution are concerned. Several tools, such as the JFrog distribution, GitLab, AWS CodeDeploy, etc., can be installed on Linux to speed up software delivery.
-
Using Netdata on NixOS and connecting to Netdata cloud
I'm still playing with monitoring programs, and I've been remembered about Netdata. What an improvement over the last 8 years!
This tutorial explains how to get Netdata installed on NixOS, and how to register your node in Netdata cloud.
-
Grafana Loki doesn't duplicate a central syslog server (or vice versa)
We've had a central syslog server for a long time, and recently we've set up a Grafana Loki server as well, where we're sending pretty much a duplicate of the logs that go to the syslog server. After using Loki for a while, I've come to the conclusion that the two serve different purposes and neither makes the other unnecessary.
(Grafana Loki is concisely called "Prometheus for logs", or to quote its website it's 'a log aggregation system designed to store and query logs from all your applications and infrastructure'. You can see how this might sound like it duplicates a central syslog server.)
-
How to Install VidCutter on Linux Mint 21 LTS
VidCutter is a free, open-source application that can be used to cut video and audio files. It has tools for cutting all sorts of media, but it’s not a full-blown video editor; instead, its focus lies solely on slicing up videos into clips you could then upload onto your website (or send someone).
VidCutter has features that make it easy to get the exact clip you want. It supports many video and audio formats, so you’re not limited to just mp4 files. You can also use it to extract audio from a video file if you want the audio track. Once you’ve imported your media file, you can use the built-in player to preview it and mark out your clip’s start and end points using the easy-to-use interface. When you’re happy with your selection, hit the “cut” button, and VidCutter will do the rest. The output file can be saved in any format you like, so you’re not stuck with whatever format your source file is in. Whether you need to trim down a long video or extract a short clip for use elsewhere, VidCutter is the perfect tool for the job.
In the following tutorial, you will learn how to install VidCutter on Linux Mint 21 LTS release series using two different methods, PPA or the alternative third-party Flatpak package manager.
-
How to Install Stellarium on Ubuntu 22.04
Stellarium is an open-source planetarium app that you install on your Linux system to give you a realistic 3D view of the sky. It is similar to how you would view the sky using your eyes or telescope. With Stellarium, you will get a powerful close view of the sky and plenty of features are at your disposal to spice your view. This guide presents how to install Stellarium on Ubuntu 22.04.
-
How to Resize an Online Multipath Device on Linux
Disk space on Linux can be expanded by adding a new LUN or resizing an existing LUN on the system.
In most cases, the online resizing of the multipath device involves two things: resizing the the logical unit (LUN) size and reflecting the size on the corresponding multipath device.
In this article, we will show you how to resize an online multipath device on Linux.