-
Archives
- August 2022
- December 2021
- July 2021
- April 2021
- December 2020
- September 2019
- October 2018
- December 2017
- October 2017
- August 2017
- July 2017
- July 2015
- September 2014
- October 2013
- September 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- October 2011
- September 2011
-
Meta
Category Archives: Uncategorized
podman-compose in RHEL8
If you are – like me – running podman-compose from EPEL in RHEL8 and running into the error message “invalid config provided: extra host entries must be specified on the pod: network cannot be configured when it is shared with … Continue reading
My podman journey so far
This blog post was rotting in my queue since November of 2021, but the info is still helpfull for someone, so I post it now. I had a long time ago a look at docker when just version 1 was … Continue reading
Firewalld Fedora 34 -> 35 Masquerade between Zones not working anymore
I updated my firewall from 34 to 35 and my firewall was not working anymore. There is a not good documented change with the release of firewalld 1.0 that hit me. The fix is simple if you found it. firewall-cmd … Continue reading
Note to self: Windows install
Install Chocolaty (Packagemanger for Windows) from https://chocolatey.org/install Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’)) Install needed software choco install chocolateyGUI 7zip cdburnerxp crystaldiskinfo firefox libreoffice-fresh putty sumatrapdf sysinternals vlc windirstat shutup10 teamviewer nextcloud-client run … Continue reading
Posted in Uncategorized
Leave a comment
Cool new tools
Just back from my vacation I learned two cool new tools on the first day. Of course both are in EPEL and Fedora. The Silver Search: ag $STRING is an alternative to grep -ir $STING . But a lot of … Continue reading
FreeNAS and check_mk
Hi, I’m setting up two FreeNAS Server for Backup and Archiving and I really like FreeNAS 11. Thank good I didn’t have time to update it to FreeNAS Coral. 🙂 But I’m using check_mk for monitoring and I would like … Continue reading
qemu/kvm libvirt and trim with Fedora 25
Hi, after more then 10 years of using VMWare Workstation (Starting with VMWare Workstation 5). I’m in the process of moving to KVM/libvirt, but I want to use qcow2 with trim support. I’m using Fedora 25 with virt-manager to create … Continue reading
Posted in Fedora, Linux, Uncategorized
Tagged Fedora-Planet
Comments Off on qemu/kvm libvirt and trim with Fedora 25
yum vs. dnf
Sorry for the long silence. I will try to post more often from now on. I playing around with dnf, which is the package manager that should replace yum in the future and had some very nice insight. [root@mysystem ~]# … Continue reading
note to self: Fedora minimal Installation and virt-manager
If you need to install virt-manager on a Fedora/Red Hat minimal installation, add the following packages: yum install xorg-x11-fonts-Type1 xorg-x11-xauth libvirt-daemon-kvm libvirt virt-manager qemu-kvm qemu-kvm-tools
Posted in Uncategorized
Tagged Fedora-Planet
Comments Off on note to self: Fedora minimal Installation and virt-manager
Very simple time sync sollution for Satellite
Hi, because I don’t want to create a Google Account, here my comment to the blogpost Time on Computers, NTP, Certificates, etc from Ivan Makfinsky. The simplest method is to put the following line into the pre script: rdate SATELLITESERVER hwlock … Continue reading