Skip to main content

KTDEVX

Tag: Raspberry Pi

Build a Git Server at Home with a Raspberry Pi

Building a Git server at home is useful when you do not want to publish your source code or want to customize the server yourself. Let’s build a Git server using a Raspberry Pi, which is inexpensive and has extensive documentation available online. # Network Configuration The network configuration is as follows. A Git server is built on the Raspberry Pi so that PCs on the same network can access it.

Install Ubuntu on a Raspberry Pi

In addition to Raspberry Pi OS, you can also boot Ubuntu on a Raspberry Pi. This article explains how to install Ubuntu on a Raspberry Pi. # Install Raspberry Pi Imager Install a tool called Raspberry Pi Imager to write Ubuntu to a microSD card. Download the tool from the official website and install it on your PC. # Write Ubuntu to a microSD Card Write Ubuntu to a microSD card.

Enable SSH Access on Raspberry Pi OS

Raspberry Pi OS is an operating system for Raspberry Pi devices provided by the Raspberry Pi Foundation. Enabling SSH access allows you to access your Raspberry Pi remotely. This article explains how to enable SSH access on Raspberry Pi OS. # Launch the Configuration Tool Run the following command to launch the Raspberry Pi configuration tool. sudo raspi-config # Enable the SSH Server After running the command, the configuration screen is displayed.