today's howtos
-
How To Install Bitcoin Core wallet on Ubuntu 22.04 LTS
Bitcoin Core is open-source software that connects to the Bitcoin peer-to-peer network to download and fully validate blocks and transactions. It also includes a wallet and graphical user interface. It ensures every block and transaction it accepts is valid. This wallet is a full node that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Here we learn how to install BitCoin core on Ubuntu 22.04 LTS Jammy JellyFish.
-
Linux bash tips: Many ways to loop using bash [Ed: GNU Bash, not "Linux bash". Linux has no bash implementation.]
The bash shell provides a superb functionality when it comes to writing scripts. This includes many ways to loop through a pile of data so that you can get a lot done with one running of a script. Whether you’re looping through a large group of numeric values, days of the week, usernames, words, files, or something else entirely, bash has an option that can make it easy for you.
-
How To Install Akaunting on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install Akaunting on Ubuntu 22.04 LTS. For those of you who didn’t know, Akaunting is a free, open-source, and online accounting software for small businesses and freelancers. It is used for creating and managing invoices, quotes, and finances. Any user who wants to use the Akaunting for small and medium business or personal usage can access it locally or remotely with the help of the internet and browser, once installed.
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 Akaunting 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 Flatpak Apps in Ubuntu and Other Linux
Flatpak is the new way of distributing apps across the Linux universe, irrespective of the distribution. This cross-distro application distribution and deployment framework enable developers to Flatpak setup for apps for all major distributions.
The major hurdles in any Linux app distribution are dependencies, and Flatpak covers that. Flatpak builds bundles the dependencies for the respective apps, and end-users need not worry about it.
-
How to Install Notepad++ in Ubuntu and Other Linux
This quick beginner’s guide will help you to install Notepad++ in Ubuntu and Fedora.
Notepad++ is a very popular free developer-friendly text editor and is primarily popular in Windows systems. However, you can easily install this in Linux systems thanks to snap.
-
How to Install Flask with Nginx and Gunicorn on Rocky Linux
Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface).
-
How to Install and Use Nessus Security Scanner on Rocky Linux
Nessus is an open-source network vulnerability scanner for vulnerability assessments, penetration testing, and ethical hacking.
-
How to Install ReactJS with Nginx on Ubuntu 22.04
React.js is a free and open-source JavaScript framework developed by Facebook in 2011.