Installing the Open Source Management Panel 1Panel on Raspberry Pi for Easy Linux Management

Installing the Open Source Management Panel 1Panel on Raspberry Pi for Easy Linux Management

Recently, a friend recommended a modern Linux open-source management panel called 1Panel, which is open-source and stable. Laziness is the first productivity, and while the command line is very flexible, a graphical interface is truly a necessity for lazy people. In this issue, we will deploy 1Panel on the Raspberry Pi, making Linux operation and … Read more

Setting Up a Development Environment on Raspberry Pi

Setting Up a Development Environment on Raspberry Pi

Word Count: Approximately 4kEstimated Reading Time: 20 min Background Since I last impulsively set up the operating system on my Raspberry Pi, I have not figured out how to use it specifically, and it has just been lying in the drawer gathering dust for a year. It came to my mind again on a Sunday … Read more

Maximizing Performance on Raspberry Pi with Valkey

Maximizing Performance on Raspberry Pi with Valkey

Author: David Tippett Conducting extensive performance testing on the Raspberry Pi may seem a bit dull, but it made me realize the complexity of performance testing. For example, in some of the tests below, I actually exhausted all the resources of the Raspberry Pi, leading to poor performance. Each application’s performance characteristics are different, so … Read more

Running Python on Raspberry Pi: A Beginner’s Guide

Running Python on Raspberry Pi: A Beginner's Guide

To allow beginners to run Python code anytime and anywhere, we added the feature to run Python code on our public account shortly after its creation. Today, let’s take a look at the hardware that has been silently serving our public account! This is the hardware board that is only the size of a credit … Read more

Reduce Docker Image Size by 99% with These Techniques

Reduce Docker Image Size by 99% with These Techniques

For those who are new to containers, they can easily be intimidated by the size of the Docker images they build. Why does an image exceed 1 GB when I only need a few MB executable? This article will introduce several techniques to help you slim down your images without sacrificing the convenience for developers … Read more

Understanding Docker: A Comprehensive Guide to Containerization

Understanding Docker: A Comprehensive Guide to Containerization

(Give ImportNew a star to enhance your Java skills) Author: huashiou segmentfault.com/a/1190000019462392 Off-topic Recently, I have been learning about Docker and Kubernetes. A few days ago, I gave a technical presentation, and upon listening to the recording of my speech, I realized that just preparing a good PPT is far from enough. Without a well-prepared … Read more

Setting Up Portainer on OpenWrt with NanoPi R4S

Setting Up Portainer on OpenWrt with NanoPi R4S

NO.1 Introduction to Portainer GitHub Address https://github.com/portainer/portainer NO.2 Installing Portainer Official Docker Documentation https://docs.portainer.io/start/install-ce/server/docker/linux Create a docker-compose.yml Configuration File Since we are not using the Baota panel here, we will use the command line to create it vi docker-compose.yml You can see the file editing page Press ‘i’ to enter editing mode Right-click to copy … Read more

Installing Docker Compose on OpenWrt Router (NanoPi R5C)

Installing Docker Compose on OpenWrt Router (NanoPi R5C)

NO.1 Docker Compose Recommended version of OpenWrt comes with Docker by default Docker version is 24.0.7 Click on System – Terminal Enter your username and password Command line to check Docker version docker –version Installing Docker Compose requires a terminal Reference Article 《OpenWrt Router (NanoPi For NAS All In One R4S): Setting up SSH and … Read more

Expanding Docker Disk Space and Using Docker on OpenWrt for NanoPi R2S

Expanding Docker Disk Space and Using Docker on OpenWrt for NanoPi R2S

NO.1 Content Correction First, the firmware recommended in the previous article needs to be corrected. Reference Article <<OpenWrt Router (NanoPi For NAS All In One R2S): Firmware Installation and Expansion (Squashfs)>> The author sirpdboy provides a free version of the firmware, which can install Docker and Docker Compose, but cannot install Dockerd. Therefore, you can … Read more

Raspberry Pi 4B Guide: Setting Up Your Own Private Cloud Storage

Raspberry Pi 4B Guide: Setting Up Your Own Private Cloud Storage

Introduction It has been almost a month since I unboxed the Raspberry Pi 4B. During this time, I have tried running several services on the Raspberry Pi. Overall, the 8GB version’s memory is indeed excessive; except for once when I built an aarch64 architecture Docker image, the memory usage peaked at 40%, while at other … Read more