Advanced Search
Search Results
335 total results found
Mise en place
Avant de commencer
Self-hosting
Tips for self-hosting on ARM64 and AMD64 machines using Linux and docker. Lists of self-hosted apps.
ARM64
Premières bidouilles
New Pi password passwd New root password sudo passwd Config sudo raspi-config #change gpu, hostname, password, TZ sudo apt update sudo apt upgrade -y sudo reboot now #(sudo apt update && sudo apt full-upgrade -y) Check RAM & SWAP free -m R...
AMD64
Increase Swap
1. Before we can increase our Raspberry Pi’s swap file, we must first temporarily stop it.The swap file cannot be in use while we increase it.To stop the operating system from using the current swap file, run the following command.sudo dphys-swapfile swapoffxx...
Containered Apps
See tags here.
Privacy
WIP. Take your privacy back
Se procurer l'OS
Raspberry Pi OS 64bits https://downloads.raspberrypi.org/raspios_lite_arm64/images/
Photography
Want to become a better photographer? This guide will point you in the right direction.
Install Open Media Vault
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash sudo reboot now Go to local IP Default login : admin Default password : openmediavault - General settings > Change port to 82 - reconnect - ...
Piracy
Install Docker et Portainer
OMV-Extras : install docker + portainer
On Android.
Gaming
Rpi-Monitor
sudo docker run --device=/dev/vchiq --volume=/opt/vc:/opt/vc --volume=/boot:/boot --volume=/sys:/dockerhost/sys:ro --volume=/etc:/dockerhost/etc:ro --volume=/proc:/dockerhost/proc:ro --volume=/usr/lib:/dockerhost/usr/lib:ro -p=8888:8888 --name="rpi-monitor" -d...
Photography Mastery Guide
An essential guide that will help you to become a better photographer.
Duplicati
Link1 | Link 2 | Link 3 --- version: "3.3" services: duplicati: image: lscr.io/linuxserver/duplicati container_name: duplicati environment: - PUID=0 # That means it runs as root - PGID=0 # That means it runs as root ...