Getting Started with Raspberry Pi: Practical Configuration (VNC and Serial)

Getting Started with Raspberry Pi: Practical Configuration (VNC and Serial)

This section discusses practical application configurations, which are not the configurations mentioned earlier in the config.txt for the /boot partition, such as display and GPU settings. Since this is called getting started, the focus is mainly on practical configurations. 1. Serial Debugging Connection to Raspberry Pi The wire used is a USB to TTL cable … Read more

CLion Tutorial – Remote GDB Server Configuration

CLion Tutorial - Remote GDB Server Configuration

Local Operating System: macOS / Linux / Windows Remote Operating System: Any system that supports gdbserver, SSH, and SFTP Required Tools: gdbserver on the target machine Binary File Synchronization: Automatic Client Debugger: Bundled GDB / GDB from Toolchain / Custom GDB Build Targets: CMake / Makefile / Custom Build Targets Configuring the Remote GDB server … Read more

Using Local Source for Remote Programming in CLion

Using Local Source for Remote Programming in CLion

Local Client Operating System: macOS / Linux / Windows Remote Host Operating System: Linux Source File Location: Local, automatically synchronized to remote host Required Tools on Remote Host: macOS/Linux/Windows client needs rsync, Windows client needs tar Project Model: CMake/Makefile Required Plugins (pre-installed and enabled by default): FTP/SFTP/WebDAV connection This remote mode allows you to use … Read more

Essential 60 Practical Linux Commands Revealed (Part 2)

Essential 60 Practical Linux Commands Revealed (Part 2)

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the technical exchange QQ group of 1000 people, note 【WeChat Official Account】 for faster approval Essential 60 Practical Linux Commands Revealed (Part 1) 31. awk:A text processing tool for text manipulation and data extraction awk '{print $1}' file_name # Extract the first … Read more

Ultimate Guide to Configuring Xshell in Linux Terminal

Ultimate Guide to Configuring Xshell in Linux Terminal

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇1000-person technical exchange QQ group, note 【public account】 for faster approval 1. Installing the Linux Environment 1. Bare metal installation or dual system 2. Virtual machine installation 3. Cloud server (recommended) -> Easy to install, low maintenance cost, good learning effect, high simulation (multiple … Read more

Raspberry Pi | Capture Video and Display in Real Time

Raspberry Pi | Capture Video and Display in Real Time

Click the above “Mechanical Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, OpenCV installed on python3.5.3, connected to CSI camera. 1. Use SSH to connect to Raspberry Pi remotely 2. Create a directory to store the code mkdir /home/pi/my_code_directory 3. Enter the directory to store the code cd /home/pi/my_code_directory … Read more

How to Set Up a Raspberry Pi as a Personal Server

How to Set Up a Raspberry Pi as a Personal Server

Source | Peng Xiaodai Link | segmentfault.com/a/1190000021143144 No.1 What is Raspberry Pi? Raspberry Pi (Chinese name: 树莓派, abbreviated as RPi or RasPi) is a microcomputer designed for learning computer programming, about the size of a credit card, and its system is based on Linux. With the release of Windows 10 IoT, we can also run … Read more

How to Set Up a Personal Server That Runs Permanently

How to Set Up a Personal Server That Runs Permanently

Click the "Little White Learns Vision" above, choose to add "star" or "top" Heavy dry goods, delivered at the first time Editor: Chinese Sister | Source: segmentfault.com/a/1190000021143144 1. Introduction During this period, I came across something called Raspberry Pi. After a preliminary understanding, I found it very interesting, so I wanted to record the whole … Read more

Practical Raspberry Pi Linux Compilation Guide

Practical Raspberry Pi Linux Compilation Guide

Under normal circumstances, the Linux protocol for module docking is the USB protocol. The module can be used directly after being inserted into the Linux device via USB, and the system will detect the device’s identifiers: PID VID. However, in practical applications, there are often novice friends asking: Linux is really unfriendly to novice users. … Read more

Installing and Deploying GitLab Community Edition on Linux

Installing and Deploying GitLab Community Edition on Linux

Introduction to GitLab: A very popular open-source project that supports self-hosting and provides a rich feature set, including CI/CD. The GitLab Community Edition is open-source and free, allowing users to download and install it on their local servers. Official Website: https://packages.gitlab.com/gitlab/gitlab-ce GitLab Download Links: https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el9/ https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/9/gitlab-ce-17.7.2-ce.0.el9.x86_64.rpm/download.rpm Upload the installation package gitlab-ce-17.7.2-ce.0.el9.x86_64.rpm to the server in … Read more