Quick and easy Fedora Minimal chroot This is a quick guide on how to quickly make a Fedora Minimal chroot environment without any special tools. The only prerequisite is that you have root access on the machine you are using, and chroot binary (or busybox even). I am also using wget and tar but you probably
Chrome and ERR_CERT_INVALID I use chrome on my mac to test different services while deploying. Sometimes the service have cert that is not valid in the process of deploy, but I want to verify it is working so far. To buypass the ERR_CERT_INVALID you can use your keyboard and type “thisisunsafe”
Firefox touchpad scrolling do not stop I have been annoyed a long time about when I use Firefox with touchpad and 2 finger scrolling a webpage it do not stop when my finger stop, or I lift fingers. Looking around to find a tweak to change this behavior. Finally I found the setting that fix this.
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
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. That work well, but Seafile open
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 failed on upgrade of postgresql from
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…