Note: This is a post that will hopefully be updated when more information is available. Currently my opinion is: don’t buy this model. Update on 8th of July 2020: No changes, no updates issued by Lenovo, still problems with the fan and the power settings. For example, setting the fan settings manually in Lenovo Vantage […]
Category: Uncategorized
The Bugs in iPadOS 13.2.2
These are currently the most annoying bugs in iPadOS 13.2.2. The device here is iPad Pro 12.9″ (2nd gen). The Screen Rotation Does Not Work Seamlessly That is an example what frequently happens. This time the quick start bar (whatever is the correct term) did not rotate even though the icons and the background image […]
Visual Studio Code Customizations
My customizations in Visual Studio Code: Cygwin in Integrated Terminal { // start bash, not the mintty, or you’ll get a new window “terminal.integrated.shell.windows”: “C:\\cygwin64\\bin\\bash.exe”, // Use this to keep bash from doing a ‘cd ${HOME}’ “terminal.integrated.env.windows”: { “CHERE_INVOKING”: “1” }, // Make it a login shell “terminal.integrated.shellArgs.windows”: [ “-l” ] } (source: https://stackoverflow.com/questions/46061894/vs-code-cygwin-as-integrated-terminal) Quick […]
How to Fix GoToMeeting or Skype for Business on Second Monitor
[Update on 2018-08-31: The instructions below are probably not useful anymore after several Windows 10 or other software updates. Things look much better nowadays, even though many software still have problems with differing font scaling factors. I still feel sorry for the many developers out there who apparently don’t have sufficient possibilities to test software […]
Sending Twitter DMs in Zabbix Actions
When configuring actions in Zabbix for example for problem alerts, there is a built-in method for sending email notifications. Here are the instructions for sending alerts as Twitter direct messages. These instructions are based on a Debian 8 Jessie installation where Zabbix has been installed from the packages in the Zabbix repository. You maybe want […]
Look, New Look
As you can see, I changed the blog theme. I like this Frontier theme for it’s clarity, it’s easy to see where everything is. Some customizations may still occur.