📬 Tutorial: Wie betreibe ich einen Plex-Mediaserver mittels TrueNAS?
#Linux #Streaming #Tutorials #BastilleBSD #FreeBSD #iocage #OPNsense #PlexMediaServer #TrueNAS #Tutorial https://tarnkappe.info/tutorials/tutorial-wie-betreibe-ich-einen-plex-mediaserver-auf-einem-nas-262348.html
#tutorial #truenas #plexmediaserver #opnsense #iocage #freebsd #bastilleBSD #tutorials #streaming #linux
@BastilleBSD I used #iocage for some years to test updates of a complete #puppet infrastructure before committing the #FreeBSD ports.
I recently starting to switch to #bastille because iocage seems dead 😟. Some cool features make me think I can refactor some code to make it easier to maintain.
It is a long term project and I work on it with each new Puppet release. For now, changes are only in my working directory, but Puppet 8 being released in February, this might change soon 😉.
#iocage #puppet #freebsd #bastille
Et sinon, avec #iocage, j’ai découvert la propriété « jail_zfs » : si mise à 1, iocage crée automatiquement un dataset ZFS pour la jail, ce qui permet d’avoir des données persistantes qui résident à l’extérieur de la jail. Un peu comme l’option -v de Docker. Très pratique.
👋 Hey #FreeBSD friends!
In a project I rely on #iocage to ease-up jails management from a script (update a template, create a bunch of jails from this template, install WIP ports, run commands to check they work, delete jails).
I am lacking some feature and was about to contribute some code but the project seems dead 💀 (last commit is more than 1 year old, recent PR have no feedback, CI is broken).
Maybe Its time to consider another tool… What are you using to script jails nowadays?
👋 Hey #FreeBSD friends!
In a project I rely on #iocage to ease-up jails management from a script (update a template, create a bunch of jails from this template, install WIP ports, run commands to check they work, delete jails).
I am lacking some feature and was about to contribute some code but the project seems dead💀 (last commit is more than 1 year old, recent PR have no feedback, CI is broken).
Maybe Its time to consider another tool… What are you using to script jails nowadays?
Recently I talked about the #FreeBSD, #Linux, #MacOSX #CheatSheet file I have.
I'm so proud today to announce that it's already on #GitLab.
Please share, fork, and contribute!
https://gitlab.com/DeaDSouL/NixGems
#NixGems #UNIX #Code #GPG #ZFS #Borg #iocage #VIM #Firewall #BtrFS #Find #Networking #Coding #cli #Git
#freebsd #linux #macosx #cheatsheet #gitlab #NixGems #unix #code #gpg #zfs #borg #iocage #vim #firewall #btrfs #find #networking #coding #cli #git
I wrote about 5K lines of commands in a #cheatsheet style, well organized.
It’s about #Linux #FreeBSD #MacOS #networking #firewall #gpg #vim #rsync #find #ZFS #iocage #btrfs #borg #luks #coding #security #tweaks #solutions #tools ..etc.
So,..
Would you like to contribute if I host it on #gitlab?
#cheatsheet #linux #freebsd #macos #networking #firewall #gpg #vim #rsync #find #zfs #iocage #btrfs #borg #luks #coding #security #tweaks #solutions #tools #gitlab
Je me répond à moi même, c'était en effet aussi simple que ça.
Par sécurité j'ai suivi
https://iocage.readthedocs.io/en/latest/install.html#upgrading-from-iocage-legacy
sudo service iocage stop; sudo iocage stop ALL
(la seconde commande semble inutile et redondante)
sudo pkg delete py36-iocage
sudo pkg install py37-iocage
sudo service iocage start
#freebsd #jails #iocage #upgrade