
On M1 Mac’s F4 was mapped to Finder. I wonder why since you can easily start Finder with Cmd ⌘ + Space. To remap F4 you can run the following one line command from Terminal: Credit […]
by Laci
On M1 Mac’s F4 was mapped to Finder. I wonder why since you can easily start Finder with Cmd ⌘ + Space. To remap F4 you can run the following one line command from Terminal: Credit […]
Install imagemagick (from MacPorts or Homebrew): port install imagemagick or brew install imagemagick convert +append source_image1.jpg source_image2.jpg source_image2.jpg combined.jpg Voilà! You can combine multiple images not just three. You can also do convert +append * […]
If you are having below error in duplicity probably your token has expired and you need to generate a new one. To generate a new one simply run duplicity and follow the steps, you are […]
If you are using macOS and Apache Directory studio there is a chance you’ve met this error message: Below fix should work in most cases. Find out where is your jdk directory then update Info.plist […]
Once in awhile I hear (since the pandemic mostly see on chat) people comparing Ansible and CFengine: this is better, that is better. etc. I use both and like both, I think both have their […]
For whatever reasons a process can crash. The best is always to find out why and fix it. However, sometimes you can have higher priority tasks and you want that process to be running. With […]
In case you run docker behind nginx some of your container might need specific headers otherwise a browser trying to access them might want to connect to a local or private address, something like https://127.0.0.1:8080. […]
How to extend ZFS on FreeBSD How to extend ext4 on Ubuntu using LVM (Linux Volume Group)
If you don’t know LibreNMS, it is a great monitoring tool with auto discovery, auto operating system detection, custom alert settings, extended application support and more. For details check out: https://www.librenms.org, https://github.com/librenms I was recently […]