linux
2025
Oracle Linux prevent old kernels build up
·21 words·1 min
Avoid old kernel to remain installed after upgrade Change /etc/yum.
Sparking tmux guide
·335 words·2 mins
Just sparking interest in t(erminal)mu(ltiple)x(er) “tmux is a terminal multiplexer1.
Markdown Cheatsheet
·952 words·5 mins
I moved from QOwnnotes but this a good MD reference I found there Markdown Cheatsheet # This cheatsheet is intended as a quick reference and showcase of the markdown syntax in QOwnNotes.
USB reset after sleep/suspend
·266 words·2 mins
Reseting USB devices after resuming from sleep/suspend # After resuming my devices were not usable # My devices were becoming unresponsive after resuming from suspend.
Install Docker on Oracle Linux 9
·268 words·2 mins
Install Docker on Oracle Linux 9 using docker repository Docker install OL9
2024
Setting up Wayland on Debian 12
·781 words·4 mins
Setting up Wayland on Debian 12.
ISO to USB using MacOS
·42 words·1 min
Write an ISO to an USB drive with system commands if you are using MacOS MacOS # Find the disk # diskutil list Umount partitions # sudo diskutil umount /dev/<disk_part> Write using dd # sudo dd if=<iso file> of=/dev/<usb drive> bs=1m status=progress
Install GNOME on OL8 at OCI
·115 words·1 min
I need to run programs with a graphical interface at my OCI instance.
Adding multiple ports to an NGINX server block
·19 words·1 min
Adding multiple ports to an NGINX server block.
Adding multiple ports to an Apache vhost
·20 words·1 min
Adding multiple ports to an Apache vhost.