Nextcloud warning: Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.
On my ubuntu server I had to install libmagickcore-6.q16-6-extra to get rid of this warning
On my ubuntu server I had to install libmagickcore-6.q16-6-extra to get rid of this warning
I wrote a small script and posted it on github that helps cloning vms based on kvm qemu. Came quite handy if multiple clones of a golden image are required.
clone and reset virtual machine for easy cloning Read More »
Sometimes I am installing software and would like to have a starter entry in the menu or the sidepanel but some programs don’t create one. But it’s quite easy to add a custom runner. Just create a file somewhere on your disk. I used my home directory (~) and Postman as an example app –
Custom Ubuntu Starter / Menu Entry Read More »
Trying to install google cloud sdk on my new 13 inch M1 Mac Book failed with homebrew and also with the manual installer with the following error message: I couldn’t find a way how to fix this with the brew install command. But the manual installation gives you a chance to have it installed. The
Install Google Cloud SDK (gcloud) on Apple M1 Read More »
My latest IntelliJ installation didn’t come with a command line idea command so I wrote a short script and put it to /usr/local/bin/idea on my local machine. This will only work on a mac. If you’re facing the lack of the command as well you need to find the path to your idea.sh and put
IntelliJ 2020.3 cli command – run idea from your shell again Read More »
With Corsair’s iCUE (latest version) on my Windows 10 (all updates installed) I got an error dialogue on every shutdown/reboot from iCUE. It was something like the following: The instruction at 0x000000005FC4030B reference memory at 0x000000003ED0860. The memory could not be read. Taken from the Corsair forum this especially effects systems with ASUS soundcards. I
iCUE shutdown/reboot bug on Windows 10 – The memory could not be read Read More »
I’m a big fan of the IntelliJ .http/.rest files but only being able to run them from within the IDE was not very satisfying. So I was looking for a way to run them from the cli as well and found https://github.com/restcli/restcli. This project offers a cli tool named rest-cli that is able to run
IntelliJ .http/.rest cli support Read More »
Recently I was wondering why my shell is taking so long to show a prompt and was able to track it to nvm – node version manager. The check which version to use as default takes quite long so I was looking for a solution that allows me to keep nvm functionality and have a
nvm slows down shell startup Read More »
In my latest experiments I upgraded a project to Java 15 and received exceptions during the build from jacoco that state that the used Java version isn’t supported. Here the exceptions stacktrace I received: Especially “Unsupported class file major version 59” is a good indicator that Java 15 isn’t supported yet. To get around that
gradle jacoco plugin with java 15 Read More »
I just managed to get the audio stack of my windows 10 more professional with equalizer and VST plugins: First I installed virtual audio cable and voicemeeter potato: https://vb-audio.com/Cable/index.htm https://vb-audio.com/Voicemeeter/potato.htm With those I am able to split up all my audio sources and manage volumes per channel or add equalizers. With OBS you can install
Professional audio stack for video editing/streaming Read More »