Tinkering Setup SickChill on Fedora 33 The following instructions are for installing SickChill on Fedora 33. This instruction should work on previous versions of Fedora. Create directory for your SickChill installation: sudo mkdir -p /opt/sickchill Create systemd unit file for SickChill service. You need to adjust your folders for where the downloaded tvshow is placed
Fedora Zabbix Podman Fedora 33 fping I have struggle with my config the last 3 days after I upgraded to Fedora 33. The issue is obviously related to changes from Fedora 32 to Fedora 33. I have not yet found out exactly what change break my system. My Fedora 33 working config is as follow: I
Fedora Install docker engine on Fedora 33 This guide is for home/hobby users. There is settings here not optimal for a production environment. Add kernel parameter to enable cgroup v1 edit /etc/default/grub GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0" Turn off mitigations kernel parameter (optional:performance over security) edit /etc/default/grub GRUB_
Tinkering How to install ghost on fedora By the end of this guide you'll have a fully configured Ghost install running in production using MySQL. You need to install mysql from mysql.com. Add this repo file: # /etc/yum.repos.d/mysql-community.repo [mysql57-community] name=MySQL 5.7 Community Server enabled=1 baseurl=http://repo.mysql.com/
Tinkering Install SickChill on Fedora 30 Updated instructions here: Setup SickChill on Fedora 33The following instructions are for installing SickChill on Fedora 33. Thisinstruction should work on previous versions of Fedora. Create directory for your SickChill installation: sudo mkdir -p /opt/sickchill Create systemd unit file for SickChill service. You need to adjust your foldersfor w…