Fedora Hide grub menu on boot This is controlled by grub env variable menu_auto_hide. You can check what it is set to with: sudo grub2-editenv - list To hide menu you can set it with: sudo grub2-editenv - set menu_auto_hide=1 To show menu: sudo grub2-editenv - unset menu_auto_hide The
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/
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.
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…