today's howtos
-
Advanced Copy - Shows Progress While Copying Files in Linux [Ed: Updated today]
Advanced-Copy is a powerful command line program that is very much similar, but a little modified version of the original cp command and mv tools.
This modified version of the cp command adds a progress bar along with the total time taken to complete while copying large files from one location to another.
This additional feature is very useful especially while copying large files, and this gives an idea to the user about the status of copy process and how long it takes to complete.
-
How to Use cp Command Effectively in Linux [14 Examples]
In this easy-to-follow guide, we will discuss some practical examples of the cp command. After following this guide, users will be able to copy files and directories easily in Linux using the command line interface.
As Linux users, we interact with the files and directories from time to time. One common operation users perform is copying files and directories. Certainly, we can use a graphical file manager to perform the copy operation. However, most Linux users prefer to use the cp command due to its simplicity and rich functionality.
In this beginner-friendly guide, we will learn about the cp command. As the name suggests, the cp command is used to copy files and directories at a given path.
-
How to Install QOwnNotes on Ubuntu 22.04
QOwnNotes is an open-source plaintext notepad used for creating notes and comes with features like markdown and to-do-list manager. It has markdown support and a to-do list manager that works efficiently on different operating systems like Windows, macOS and Linux. With this notepad, you can easily sync your files with owncloud or nextcloud servers; thus, it’s an excellent option to access files from any device. It also has several customization options that enable users to work in the environment of their choice.
This article is a detailed guide to install the QOwnNotes on Ubuntu 22.04 system.
-
How To Install ERPNext on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install ERPNext on Ubuntu 22.04 LTS. For those of you who didn’t know, ERPNext is an open-source enterprise resource planning (ERP) software that is built using the Frappé framework, which is written in Python. It is a web-based application that can be used to manage various business operations, including financial accounting, inventory management, and customer relationship management. ERPNext is designed to be easy to use and highly customizable, making it a popular choice for businesses of all sizes.
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 ERPNext 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 install ScyllaDB Open Source on Rocky Linux 8
Scylla is a high-performance NoSQL database that is compatible with the Apache Cassandra database. It is designed to be highly scalable and able to handle large amounts of data and high levels of concurrency.
-
How to Install TeamViewer on Rocky Linux EL9/EL8
TeamViewer is a remote access and remote control computer software. The following tutorial will demonstrate how to import the DNF repository to install TeamViewer on Rocky Linux 9 and the Rocky Linux 8 series using cli commands to ensure you have the latest updated version at all times.
-
How to Install SeaMonkey on Linux Mint 21/20
The SeaMonkey is an open-source internet application suite that provides browser, chat, email management, and web development tools in a single solution. In the following tutorial, you will learn how to install SeaMonkey on Linux Mint 21 or Linux Mint 20 desktop with the official Ubuntuzilla Repository APT repository using the command line terminal and instructions on updating and removing the software in the future if required.
-
How to Install ExifTool on Linux Mint 21/20
ExifTool is a free, open-source software program for reading, writing, and manipulating metadata found in images, audio, and video files. The following tutorial will demonstrate how to install ExifTool on Linux Mint 21 or Linux Mint 20 releases using the default repository or manually downloading the latest archive and making and installing the application with cli commands and some additional common usage examples with ExifTool.
-
How to Install RethinkDB on Ubuntu 22.04/20.04
Rethinking the traditional database structure, RethinkDB is a powerful NoSQL document-based engine optimized for real-time web applications. The following tutorial will teach you how to install RethinkDB on Ubuntu 22.04 Jammy Jellyfish or Ubuntu 20.04 Focal Fossa Linux with utilizing the command line terminal and importing the official RethinkDB APT repository with cli commands and installing the software directly from it.