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
gnome Seafile Gnome autostart I run Fedora with Gnome and I want to keep my extensions to a minimum. I have been searching around how to get Seafile to autostart when I log on my computer. At first I used Gnome Tweaks and added Seafile in startup applications.
podman Gitlab failed upgrade postgresql 12 I run my gitlab with podman. This has been working good. I recently ran in to problem with upgrade to 13.8. With this version postresql default version is 12.x. I analyzed why podman image did not start, and found out that it
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
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
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=
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