Filebrowser Web File Manager for OpenWrt NAS

Filebrowser Web File Manager for OpenWrt NAS

NO.1NO.1 Introduction to Filebrowser GitHub Address https://github.com/filebrowser/filebrowser A web-based file manager in the browser NO.2 Usage Scenarios The previous article solved the optimization of editing code in the browser 《OpenWrt Soft Router (NanoPi For NAS All In One R4S): VSCode in Browser with Code Server》 This article continues to solve the visual operation of folders … Read more

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

As a programmer, I often need to search for information on Google, but the local magic internet tool has many drawbacks. For example, it requires a separate export of the proxy in the Mac terminal, and a separate configuration of the system proxy in the virtual machine. When I enable the magic internet tool on … Read more

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

picture tloen/alpaca-lorahttps://github.com/tloen/alpaca-lora Stars: 18.2k License: Apache-2.0 Alpaca-lora is a project for fine-tuning the LLaMA model on consumer-grade hardware. The main features, key characteristics, and core advantages of this project include: Provides an Instruct model that can run on Raspberry Pi, with quality similar to text-davinci-003, and the code is easy to extend to 13b, 30b, … Read more

The Easiest Way to Set Up a Zookeeper Server

The Easiest Way to Set Up a Zookeeper Server

The Path of a Programmer Internet/Programmer/Technology/Resource Sharing Follow It takes about 11 minutes to read this article. Source:Programmer Without Learning Countless, Link: jianshu.com/p/6d349acf48aa What is ZooKeeper ZooKeeper is an Apache top-level project that provides efficient and highly available distributed coordination services for distributed applications. It offers basic distributed services such as data publishing/subscription, load balancing, … Read more

Getting Started with OpenWrt on Raspberry Pi as a Bypass Router

Getting Started with OpenWrt on Raspberry Pi as a Bypass Router

Introduction It’s been a while since I posted an article, haha. This time, I’m sharing a complete guide on building a home server from scratch. Starting from zero, we will use idle hardware at home to create a fully functional server. The content includes but is not limited to: 1. Enhancing network functionality 2. Building … Read more

Optimizing Docker Images: From 1.16GB to 22.4MB

Optimizing Docker Images: From 1.16GB to 22.4MB

Author | The Agile Crafter Planning | Tian Xiaoxu Docker is a platform for software developers and system administrators to build, run, and share applications with containers. A container is a process running in an isolated environment, operating on its own file system, which is built using a Docker image. The image contains everything needed … Read more

Beginner’s Guide to Docker

Beginner's Guide to Docker

Before using the [cSphere] (https://csphere.cn) platform, it is essential to understand the basic knowledge of Docker. This is targeted at users who already have a certain level of Linux knowledge. ## What is Docker Docker is an advanced container technology. The specific “advancement” is reflected in the fact that Docker introduces images for containers, allowing … Read more

Setting Up a Beautiful NAS with Docker – Home Server Operating System

Setting Up a Beautiful NAS with Docker - Home Server Operating System

Official Website: https://umbrel.com/umbrelos umbrelOS is a free and open-source home server operating system, particularly suitable for deployment on NAS (Network Attached Storage) devices. It is based on Docker container technology, providing one-click installation of over a hundred Docker containers, covering common self-hosted applications such as Pi-hole, Nextcloud, Matrix, Home Assistant, Bitcoin/Lightning nodes, etc. Features One-click … Read more

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