-
Archives
- 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
Tag Archives: Fedora-Planet
Citrix Reciever and SELinux
Hi Internet, sorry for the longtime being absent from this blog. But marriage and a child takes time and the blog was the first to go. But I will restart writing blog posts today with a project I started a … Continue reading
We need 64bit, everywhere!
Just bought a new 8TB disk drive. Following my standard procedures I run a badblock -w against the disk as burn in test. Running on Fedora 20 on x86_64 I was surprised to see this: badblocks -v -v -w /dev/sdf … Continue reading
Posted in Enterprise Linux, Fedora, Linux
Tagged Fedora-Planet
Comments Off on We need 64bit, everywhere!
my T-Shirt
root is god selinux is blasphemy
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
Bachelor Thesis: Centralized and structured log file analysis with Open Source and Free Software tools
After a lot of hard work I finished my bachelor thesis end of August and gave my colloquium end of September. Because of all the other stuff going on in my life I just have now time to upload my … 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
uptime madness, or why do you need to reboot just because you replace the harddiscs?
I just got an new HP Microserver for a customer. I only had two 500GB disc available and installed Centos onto it. But now the 4* 3TB discs have arrived and I need to move everything from the 2 small … Continue reading
Thank you Seth Vidal, my first ansible playbook
I was shocked when I heard about Seth Vidal’s death. Of course I use yum daily, but it brought tears to my eyes, when I was reading my “my TODO List after a install” and realized that Seth was one … Continue reading
my TODO List after a install
I had to reinstall a couple of machines recently and I had to do the same thing more then once. So I wrote a script,and for my own future self I post it here, as reference. sed -e ‘s:ONBOOT=no:ONBOOT=yes:’ -i … Continue reading