fbpixel
Installing Armbian on Orange Pi Zero LTS

Installing Armbian on Orange Pi Zero LTS

The Orange Pi Zero LTS board from Orange Pi can run Debian, Armbian, Ubuntu or Android 4.4. In this tutorial, we'll show you how to configure your computer with Armbian.   Hardware Orange Pi Zero LTS Micro SD card Micro USB cable Computer   Install OS First...

Installing Debian on Rock Pi 4 SE

Installing Debian on Rock Pi 4 SE

Radxa's Rock Pi 4 board can run Debian, Ubuntu or Android. In this tutorial, we'll show how to configure the computer for Debian.   Hardware Rock Pi 4 SE Micro SD card USB cable screen+keyboard+mouse Computer   Install OS First of all, we need to install an...

Installing Debian on Rock Pi S

Installing Debian on Rock Pi S

The Rock Pi S card from Radxa can run Debian, Armbian, Ubuntu or Android. In this tutorial, we'll look at how to configure your computer with Debian. Hardware Rock Pi S Micro SD card USB cable Computer Install OS First of all, we need to install an application that...

Launch a Profile file at Linux startup

Launch a Profile file at Linux startup

In this tutorial, we'll look at how to create and launch a Profile file at startup on a Linux machine, such as your Raspberry Pi, in order to configure and personalize your user account. When you regularly use your Linux computer, it can be useful to load a profile at...

Best practices for creating a Python Project

Best practices for creating a Python Project

In this tutorial, we'll look at the best practices for arranging a Python project so that it can be shared and deployed. Whether it's software, a library, a web app or a mobile app, if you want to share your work, you need to organize and document it properly. You can...

Increase the speed of your Linux computer

Increase the speed of your Linux computer

There are a number of techniques for increasing the speed of a Linux computer. One of the main criteria for comfort in computing tools is execution speed, and in particular boot speed. This also applies to your computer, especially if it's an old one on which you've...

Installing LaserGRBL under linux

Installing LaserGRBL under linux

Once you've got your CNC running with LaserGRBL on Windows, you may want to run it on a Linux computer. In this tutorial, we'll show you how to install LaserGRBL on a Linux PC. N.B.: To create the Gcode from the image file, you still need to do this on a Windows PC....

Install PlatformIO IDE on Visual Studio Code

Install PlatformIO IDE on Visual Studio Code

In this tutorial we will configure Visual Studio Code to run C Hardware Computer Arduino UNO board or other USB cable to connect Arduino board to PC Installing Visual Studio Code and PlatformIO IDE Follow the installation steps to download .Net 6.0 Then open Visual...

Using a Nextion display with Arduino

Using a Nextion display with Arduino

The Nextion screen is one of the best solutions for creating a graphical interface to drive your Arduino project. The best-known interface for interacting with an Arduino is the LCD screen with a few buttons and potentiometers, at the cost of I/O and Arduino code...

Learn to code in C#

Learn to code in C#

In this tutorial we will configure Visual Studio Code to run C# scripts Installing Visual Studio Code Install .Net 6.0 Then open Visual Studio Code Installing the C# extension Check .NET installation in terminal dotnet --version Creating a console application Creating...

Newsletter