today's howtos
-
How to install GoLand on KDE Neon - Invidious
In this video, we are looking at how to install GoLand on KDE Neon.
-
How to Install Flutter and Dart on Any GNU/Linux Distro
Flutter is a Framework/ToolKit and Dart is a scripting language, both from Google.
-
How to Get the Most Out of DuckDuckGo on Your Linux Terminal [Ed: Shusain is shilling a Microsoft proxy for Linux users. Terrible. DuckDuckGo isn't privacy but a scam.]
-
Commands and setting for managing user accounts on Linux | Network World
To manage user accounts on Linux systems, you'll need to be familiar with some important files and commands.
-
How to test website speeds with curl
Website speed reductions may be too small to view, but you know it happens. Here's how to get actionable details on website speed with curl.
-
How to configure automated security updates on Debian automatically
How do I keep my server/cloud computer powered by Debian Linux 11.x/10.x current with the latest security updates automatically? Is there is a tool to update security patches automatically?
Yes, you can download and install all security updates/upgrades automatically in the background. It is done in an unattended way and installs security updates for you. Let us see how to configure automated security Debian Linux updates.
-
How to get qBittorrent working on your Chromebook
if you use torrents to download open-source software (which saves projects bandwidth,) download open-source operating system ISO files, or use the torrent protocol for large files (like a personal photo collection), and want to do all of this on your Chromebook, you’ll want to install a torrent client like qBittorrent.
Please note: AddictiveTips does not advocate downloading unauthorized software with qBittorrent. Please only use this torrent client to download legitimate, legal software on your device.
-
How To Install Atom Text Editor on Rocky Linux 9 [Ed: Its development was halted by Microsoft. Why still help people install this?]
In this tutorial, we will show you how to install Atom Text Editor on Rocky Linux 9. For those of you who didn’t know, Atom is a highly customizable and powerful text editor that is designed for developers, but it can also be used for general-purpose text editing. One of the main features of Atom is its flexibility and customizability. Users can install and use packages and themes to customize the look and functionality of the editor. There is also a wide range of community-made packages available, such as code linkers, debuggers, and autocomplete tools, which can be easily installed and configured. Atom is available for Windows, Mac, and Linux operating systems.
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 Atom Text Editor on Rocky Linux. 9.
-
How to install ReRun on a Chromebook
Today we are looking at how to install ReRun on a Chromebook.
-
How to install Discord on a Chromebook in 2023
Today we are looking at how to install Discord on a Chromebook in 2023. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
-
What is File Globbing in Linux?
If you have ever used wildcard characters like (*) or (?) for global selection, then you are already interacting with file globbing, but let’s get a proper picture of it with its introduction.