today's howtos
-
How To Install Snap on Linux Mint 21 - idroot
In this tutorial, we will show you how to install Snap on Linux Mint 21. For those of you who didn’t know, Snap is a powerful package management system for Linux that makes it easy to install and manage software. Similar to AppImage or Flatpak the Snap Store provides up-to-date software no matter what version of Linux you are running and how old your libraries are
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 Snap package management on Linux Mint 21 (Vanessa).
-
Use ChatGPT From The Command Line With This Wrapper - Linux Uprising Blog
ChatGPT Wrapper is an unofficial open source command-line interface and Python API for interacting with ChatGPT.
-
How to Fix : dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem
When you try to install a package or a tool, you get the following error: “dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem” as shown below when I tried to install the neofetch utility.
-
How to install MetaTrader 4 with the EagleFX Broker on a Chromebook
Today we are looking at how to install MetaTrader 4 with the EagleFX Broker on a Chromebook.
If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!
-
How to install Game Jolt on a Chromebook in 2023
Today we are looking at how to install Game Jolt on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
-
Deploy NRPE Agent as a Docker Container - kifarunix.com
In this tutorial, you will learn how to deploy NRPE agent as a Docker container. Docker containers have revolutionized how applications are deployed!
-
GNU Linux how to – reduze filesize of mp4 film movie file – scale down resolution 50% half and x265
-
Building a read-only Debian root setup: Part 1
I mentioned in the post about upgrading my home internet that part of the work I did was creating a read-only Debian root with a squashfs image. This post covers the details of how I boot with that image; a later post will cover how I build the squashfs image.
First, David Reader kindly pointed me at his rodebian setup, which was helpful in making me think about the whole problem but ultimately not the direction I went. Primarily because on the old router (an RB3011) I am space constrained, with only 120M of usable flash, and so ideally I wanted as much as possible of the system in a well compressed filesystem. squashfs seemed like the best option for that, and ultimately I ended up with a 39M image.
I’ve then used overlayfs to mount a tmpfs, so I get what looks like a writeable system without having to do too many tweaks to the actual install. On the plus side I can then see exactly what is getting written where and decide whether I need to update something in the squashfs. I don’t boot with an initrd - for initial testing I booted directly off a USB stick. I’ve actually ended up continuing to do this in production, because I’ve had no pressing reason to move it all to booting off internal flash (I’ve ended up with a Sandisk SDCZ430-032G-G46 which is tiny). However nothing I’m going to describe is dependent on that - this would work perfectly well for a initial UBIFS rootfs on internal NAND.