today's howtos
-
How to Set Up a Raspberry Pi for the First Time
So you've just gotten a new Raspberry Pi, perhaps even the Raspberry Pi 4 or Raspberry Pi 400, and taken it out of the box. Now what? There are a million things you can do with your mini computer, from using it as a web server to turning into a retro arcade, but first you need to set up the Raspberry Pi. Note that, if this is a Raspberry Pi Pico microcontroller, the setup process is completely different so see our article on how to set up Raspberry Pi Pico.
-
10 Most Dangerous Commands – You Should Never Execute on Linux
The command-line interface is a powerful and handy utility for administering a Linux system. It provides a fast and versatile way of running the system, especially when managing headless systems which do not have a graphical interface.
While useful in managing your system, the command line is fraught with risks. Running bad commands can cause harm and irrecoverable damage to your system. In this guide, we have compiled a list of some of the riskiest commands that you should not think of executing on your system.
-
How To Use The New Arduino IDE 2.0
Arduino IDE 2.0 brings a number of improvements to the original IDE. Most notably a refreshed user interface. Here are a few more end user improvements.
-
Top 10 popular Linux Distros in September 2022 - Linux Shout
Along with macOS and Windows, Linux is one of the three largest operating systems. However, Linux is available in different versions, although the best version is not so easy to identify. It is because the associated developers do not distinguish their distributions clearly enough from each other. Often it comes down to a blind “trial and error” for users until they have found their favorite Linux where they can reside for a long time.
The 10 most interesting Linux distributions and their main features listed here are sourced and ranked with help of Distrowatch.com. However, the data there is only partially representative. Because Linux distributions, unlike Windows, do not collect user data by default, no one knows how many and which Linux distributions are used by how many people. The ranking is therefore based on how often a particular distribution has been downloaded.
-
How to tell Web apps and Android apps apart on your Chromebook
ChromeOS is one of the few operating systems that allows you to install applications from other operating systems, as is the case with Linux and Android apps that run in their own separate containers. However, having a combination of web app shortcuts, PWAs, Android apps, and Linux apps running on the same device can sometimes cause confusion if you’re trying to figure out where the app came from.
-
How to Install and Use Docker on Alpine Linux
Docker is a popular open-source containerization platform that makes it possible for developers to build, ship, and deploy their applications inside isolated environments called containers. Unlike virtual machines, containers are lightweight environments that ship with all the libraries, dependencies, and files required by an application to run.
In this guide, we will demonstrate how to install Docker on Alpine Linux