Emerging the “sys-libs/libselinux-2.9-r1” failed with this link errors of undefined references The solution was to rebuild the dev-libs/libpcre and dev-libs/libpcre2 libraries. if you encounter the…
Mirror the official Ubuntu repositories using aptly
This article is to show mainly how to work with aptly by mirroring an official Ubuntu mirror. If you want to know how to install…
nginx and proxy_cache not growing cache despite max_size is bigger – shared memory zone to blame
One of our big Nginx cache servers has recently been upgraded to have 70T storage, which is pretty good storage for a proxy. And in…
KDE Plasma windows force resize – iKVM virtual keyboard
If you happen to use KDE Plasma these days and you encounter view problems like you cannot see the whole viewpoint of a window (especially…
Review of freshly installed Fedora 31 KDE Plasma Desktop (KDE GUI)
After the tutorial of Install Fedora 31 KDE Plasma Desktop this tutorial is mainly to see what to expect from a freshly installed Fedora 31…
Remove disk (all partitions) from software RAID1 with mdadm and change layout of the disk
The following article is to show how to remove healthy partitions from software RAID1 devices to change the layout of the disk and then add…
Install Fedora 31 KDE Plasma Desktop (KDE GUI)
This tutorial will show you the simple steps of installing a modern Linux Distribution Fedora 31 KDE Plasma Desktop with KDE for the user graphical…
Review of freshly installed Fedora 31 Workstation (Gnome GUI)
After the tutorial of Install Fedora Workstation 31 (Gnome GUI) this tutorial is mainly to see what to expect from a freshly installed Fedora 36…
aplty – unable to find control.tar.gz part in package – change deb package compression from xz to gzip
We upgraded to a new version of Ubuntu and our CI (continuous integration) scripts began to throw errors when uploading packages to out aptly repository:…
docker mysql – Fatal error: Please read “Security” section of the manual to find out how to run mysqld as root!
Pulling the official MySQL image from the docker registry https://hub.docker.com/r/mysql/mysql-server to start a MySQL instance with your configuration file (and MySQL binary files). Adding the…