257 private links
Sous le coude, ça peut servir
Sous le coude, ça peut servir
I don't use it currently; put it on the heap for some time or other.
Pas lu, je pose ça là au besoin
Retrouvable au besoin.
Même si python3 -m http.server
couvre mes besoins pour le moment en localhost, et que j'ai un Raspberry Pi pour jouer le rôle de serveur de fichier, ça peut toujours être utile
A picture showing the different layers of the GNU/Linux system with tools to monitor them
Sous le coude : comment utiliser systemd pour faire tourner un service tournant en espace utilisateur.
via Sebsauvage
Plutôt cool.
J'en profite pour en apprendre : Qu'est-ce que ZFS
En résumé : utiliser un système d'initialisation style systemd
Parce que :
Your application code should not be dealing with PID files, log redirection or other low-level concerns.
Avec le plus important :
- Log to stdout.
- Shut down on TERM/INT.
- Reload config on HUP.
- Provide the necessary config file for your favorite init system to control your daemon.
TL;DR
Message d'erreur : Error mounting /dev/something at /media/someplace: unknown filesystem type 'exfat'
Solution : sudo apt-get install exfat-fuse exfat-utils
:D
<3
Je savais pas. Un nexus, c'est :
To briefly reiterate, an integration nexus is a commons which different applications on the same system can use to interoperate. A filesystem is a canonical example of an integration nexus, because it allows applications to consume files generated by other applications, without even necessarily knowing or caring what application generated the file. A maintenance nexus provides an operator with access to the various resources in a system so that they can operate on them. The Unix filesystem is both an integration nexus and a maintenance nexus. Unix sysadmins ssh into machines to administer them, and by and large the shell they are immediately given lets them work with the filesystem and the files on it.
flatpak semble prometteur.
De mon côté, les versions logicielles de ma distribution me suffisent pour l'instant.