257 private links
It does not work on my Raspberry Pi yet.
I get a:
atuin: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.39' not found (required by atuin)
rustup target add armv7-unknown-linux-gnueabihf
sudo apt-get install gcc-arm-linux-gnueabihf libgcc-13-dev-armhf-cross
- In
~/.cargo/config.toml
:[target.armv7-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc"
cargo install --target=armv7-unknown-linux-gnueabihf --target-dir=$(pwd) --root=$(pwd) BINARY
- Upload the binray to the raspberry pi, i.e.
/usr/local/bin
After a first successful installation, only 4. and 5. are of course required.
Cool! Le RPI peut servir de desktop, pour peu qu'on puisse s'y connecter.
Un OS frugal pour Raspberry Pi
The new right tool to install an OS on a Raspberry Pi
Makes the life with a Raspberry Pi easier
Alors ce sera le 19 et le 22 !
Le 41 est déjà fait, puisque vous voyez ce Shaare (̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄
Installez log2ram pour éviter que les logs soient écrit directement sur la carte SD
Des pc low-cost en perspective. Un RaspberryPi 4 qui boot sous KDE pour un démarrage en 45 secondes.
La diode rouge n'embête plus personne dans la maison maintenant ^^
I didn't know that NAS means "Network Attached Storage".
Samba/CIFS works fine indeed. Under one's arm, it could be useful.
I use a open HTTP server with specified URL at lyokolux.space (with url sizes of 128 characters, try to brute force it ;). Useful when I want to share datas or specific ressources. I use however SSH when it's just for myself.
This system works fine until now.
L'interface ressemble à un tamagotchi qu'il faut nourrir de données
Couper la Wifi lorsque la prise Ethernet est branchée
via sebsauvage
Changer le nombre d'octets de la partition swap sur la carte SD.
Dans /etc/dphys-swapfile
, éditer le paramètre CONF_SWAPSIZE=X avec X la valeur souhaitée en octets.
Puis relancer avec sudo /etc/init.d/dphys-swapfile restart