白月初

Home
About
Projects
Blog
Tools
Stats
baiyuechu.dev
Baiyuechu

I am a software engineer with a passion for building web applications and mobile apps. I am a quick learner and I am always looking to improve my skills.

© 2026 Baiyuechu

General

  • Home
  • About
  • Projects
  • Blog
  • Toolbox
  • Stats

Specifics

  • Connections
  • Gallery
  • Community

Extra

  • Links
  • Changelog

Setup raspberry pi 4
linuxdevopsraspberry pi

Setup raspberry pi 4

2026-01-31By Baiyuechu
...

Install neovim

bash
1sudo apt update
2sudo apt install git cmake ninja-build gettext libtool libtool-bin autoconf automake \
3    pkg-config unzip curl
4
5git clone --depth 1 https://github.com/neovim/neovim.git -b release-0.11
6cd neovim
7
8make CMAKE_BUILD_TYPE=Release
9sudo make install

Install Docker and Docker Compose

bash
1curl -fsSL https://get.docker.com | sh
2sudo usermod -aG docker $USER
3newgrp docker
4
5sudo apt-get update
6sudo apt-get install -y docker-compose-plugin
7docker compose version

Install Coolify

bash
1su
2curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash

Install Coolify CLI

bash
1curl -fsSL https://raw.githubusercontent.com/coollabsio/coolify-cli/main/scripts/install.sh | bash

Join Baiyuechu Newsletter!

Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.