Changing Transmission Daemon User

It’s easy. In my case, I choose www-data because of the owner of the shared files. So, this is what you gonna do: /lib/systemd/system/transmission-daemon.service Reload the service after edit by running sudo systemctl daemon-reload Change the permissions of /etc/transmission-daemon and the location of the config files transmission-daemon path to your new user path. Mine is […]

How to Play Old DOS Games – Tutorial(s)

I found a bunch of old games I want to play in the Downloads session. I downloaded a few, but the game won’t start. Keeps telling me that is not compatible with my Windows 11. There are several ways if you are not a computer geek or some wonder kid, to do that. Let’s start […]

Useful linux commands

More like a reminder. I’m gonna try to add new commands to avoid every time I forget some, the need to search for them endlessly. To search some binary or hex pattern inside a file: To delete some bytes from a file, or in the case, the exact amount of bits from those hex patterns […]