Categories
Desktop

Logitech G Pro X Lightspeed DTS – how to actually enable Surround Sound (spatial sound) Windows 10

So, if you are like me and you just bought the Logitech G Pro X Lightspeed Headset with DTS and read somewhere, that it should have Surround Sound, you might have thought: yeah, that is nice. I need a new headset, so I might have an advantage if I actually hear, where the

You think, what-the-fuck, it sounds an awful lot like stereo. You find out, that it actually is! 🙂

Then ok, wow, there is the option for Spatial Sound (aka Surround sound) and you think, yeah lets enable it.

Bam! It doesn’t work!

  • Downlaod, install and start the DTS-X app.
  • Make sure codec is loaded
  • Go to Sound Settings
  • Enable Surround Sound

Update 2025: Windows 11 is out, now it’s not even possible for me to easily configure it with the trick before. Surround option just disabled. Well, I gave up on Windows, with Windows 11. I only have it because, from time to time I play Fortnite. I couldn’t even be bothered anymore.

Update April 2025: I’m using Kubuntu as my main driver now…, no surround there anyhow. It might be possible somehow, but I couldn’t be bothered. Didn’t really sound like surround anyhow. Also, I have to say, I never really heared the surroundyness of the headphones. You can’t compare it AT ALL, to proper surround sound from like a speaker setup. There you hear all directions, on the headphone, not really.
Funny enough, Kubuntu doesn’t allow me to have my taskbar on the left, but here I cut them some slack 😛

Categories
Server

Setup your Linux Server

State: draft

Note: This shall serve as a collection of all relevant commands, so that one might save some time searching the world wide web.

USER and OS: Configure your own user and setup daily OS upgrades.

# Change root pw:
passwd
# add personal user 
adduser USERNAME
# add user to sudo group
adduser USERNAME sudo
# install unattended upgrades package...
sudo apt-get update
sudo apt-get install unattended-upgrades
# ... and enable
sudo dpkg-reconfigure --priority=low unattended-upgrades

FIREWALL: Install firewall and setup. You may want to change SSH port. Make sure to first allow ssh (so that you will not be excluded from your own server), allow the new port and once connected successfully, deny ssh.

Categories
Server

Strato Linux VPS (Linux-V10) and caprover – no happy end

TL;DR: caprover does NOT run on Strato Linux VServer (e.g. Linux V10). Think about nginx reverse-proxy, certbot and docker-compose instead.

The whole idea of running my own server was to install caprover and then be able to easliy create and push web applications. However, it did not work as intended…

This is a note to everybody that tries to install caprover, a self hosted PaaS (something like heroku) on a Linux VPS hosted on strato: It does not work.

The Strato VPS Linux servers, e.g. Linux V10, seem to be docker containers themselves (This might be the reason, why one can rent such a server at the low prize of 5 EUR/month). Caprover however would need to be installed on a non-dockerized host machine. Inside a docker container, the swarm and networking capabilities seem to be restricted.

Categories
Thoughts

Hello world!

So I always wanted my own blog. Here it is: Tada!

I intend to collect useful information that I searched tediously in the internet, so that it may be more easily accessible. For example, how to setup and secure a private linux server, how to run docker containers on it and setup a reverse proxy and use letsencrypt certificates.

Another part might be some interesting projects I am working on.

So this is it: Hello world!