How to install Gentoo on top of Android 10 without root using Termux PRoot

Gentoo released a new aarch64 stage3 tarball for Android last month. However, according to the official wiki, a rooted device is needed for the installation.

For those non-rooted devices, one solution is to use PRoot to simulate a rooted environment.

Read more →

Termux setup on Android 10

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.

Termux official website

Read more →

Make use of Cloudflare workers - Part I: Reverse proxy

Cloudflare Workers provides a serverless execution environment that allows you to create entirely new applications or augment existing ones without configuring or maintaining infrastructure.

developers.cloudflare.com/workers

Read more →

How to host a git service using Gitea on Debian Buster

Gitea is an open-source, lightweight self-hosted git service with easy deployments and various customizations.
Read more →

How to host a pastebin service using PrivateBin on Debian Buster

Sometimes a private pastebin service is much more reliable and efficient.
Read more →

How to set up a basic chroot jail on Debian Buster – Part II: PHP-FPM

A PHP-FPM chroot is usually more important. Before reading, please ensure a chrooted Nginx installation is present and working.
Read more →