Network Proxy Accessing content in different countries or distributing it globally sometimes requires a network proxy. Today, my network proxy went down for some reason, probably due to some local network setting. It wasn’t restored until the evening. Because of this issue, I considered adding a second broadband provider to ensure network stability and to…
Author: dsx2016
How to use HomeLab as a home studio to automate earning passive income
Here I’ll briefly jot down my thoughts, so I don’t forget them. Earn money automatically HomeLab’s first way to make money is through cryptocurrencies. They mine for cryptocurrencies like Monero using their own equipment. The core idea is to utilize solar energy and wait for Monero to appreciate in value within one or two years,…
HomeLab: Hardware and System Selection, Raspberry Pi
Today I’ll mainly be documenting the selection of hardware and systems for HomeLab. hardware For hardware, I prioritize the Raspberry Pi. Because the Raspberry Pi has low power consumption, it can be powered by a power bank or solar energy. During power outages or natural disasters, it can be powered via a laptop’s USB port…
Using Docker to build an open-source uptime-kuma website monitoring system on a local Orange Pie 3B server
uptime-kuma A web-based website monitoring tool It can detect website online status and SSL certificates It can combine with dozens of notification methods to provide alerts GitHub address https://github.com/louislam/uptime-kuma Docker IAMGES https://hub.docker.com/r/louislam/uptime-kuma Docker configuration docker-compose.yml Remember that the uptime version used in this article is fixed at version 2. tips For details on adding the…
Orange Pie 3B local blog server CPU overloaded
Information panel CPU 100% Performance overload, inaccessible Linux terminal, unable to use top to check the cause. Recently, I’ve found my blog to be very slow and often inaccessible. Today I was preparing to deploy the uptime-kuma open-source website monitoring project, but I found that my local server, Orange Pi 3B, has 100% CPU usage….
Orange Pie 3B as a document server
Document server Everything related to office work is on my Orange Pi 3B development board. Everything related to entertainment is on a mini-PC with an x86 architecture. After all, for games, video/audio decoding, music, etc., the x86 architecture has a better ecosystem and requires higher power consumption, while a document server doesn’t. WordPress is also…
HomeLab: Windows, Linux, PVE, NAS, Raspberry Pi
home server One reason I tinkered with local servers was because cloud servers are too expensive. A typical setup only gets you a single CPU, 1GB of RAM, and around 10GB of storage. This configuration struggles even to run a WordPress blog. I need to configure virtual memory just to keep WordPress from becoming unresponsive….
homelab: home server and cloud services
Cloudflare service interruption Because of issues with Cloudflare services, most websites that rely on Cloudflare are inaccessible. For example, I encountered a 500 error on a forum website I frequently visit, clearly indicating a Cloudflare error. At this point, I knew there was another major problem with the internet; many companies’ IT staff were losing…
Burn the Raspberry Pi CM0 to an 8GB eMMC file.
Raspberry Pie cm0 Its key feature is support for the Raspberry Pi Lite Server system (64-bit). However, due to its limited 512MB of RAM and 8GB of eMMC, desktop-based systems for Raspberry Pi are almost entirely unsuitable; only lightweight systems without a desktop environment are recommended. Programming System There are many precautions and prerequisites for…
Raspberry Pi CM0 Information Screen: Textual Physical Screen for Text Display
textual Textual is a modern Terminal UI (TUI) framework written in Python that allows you to build beautiful, interactive, and animated terminal applications just like you would a front-end web application. Because the Raspberry Pi CM0 has relatively limited memory, I need an application with less than 30MB of RAM that can display text and…