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 […]
DAMOS Collection Download
Yes, I did a LOT of ECU reprogramming in several cars worldwide. And I kept everything I found useful, so if I needed it, I could always find it here, without scavenging all over the Internet to find a MEGA link that doesn’t work anymore! 😂😂 I’ll also share with you, some map definitions I […]
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 […]
Gbps to MB/s Conversion Table
How many Megabytes per second in Gigabit per second? 1 Megabyte/sec = 1 MB/s = (8 × Gigabit/sec)÷1000 = 8/1000 Gbps1 Gigabit/sec = 1Gbps = 125 Megabytes/sec = 125 MB/s Gigabit per second Megabyte per second Gigabit per second Megabyte per second 1 Gbps 125 MB/s 51 Gbps 6375 MB/s 2 Gbps 250 MB/s 52 Gbps 6500 MB/s 3 Gbps […]
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 […]
So, the cheap big SAS drive you bought don’t appear on your OS
All right. First things first. You have to make sure that the drive isn’t formatted 520 bytes. You can start by following this instructions: https://github.com/ahouston/setblocksize/wiki A pdf copy just in case the site is gone: Hint: You don’t have to build the setblocksize if you have the sg_format command worked. Ok, I did all that, […]
How to create, format, and mount a LUKS image
To install: Use fallocate to create an empty file and use Crypsetup to create a LUKS container: Or using dd: Please note that must remember your password. You can not get it back or use any forgot password, reset or remove password on LUKS container. So if you lost your password, you will never get […]
NAS and its surprises!
So you have changed your NAS firmware just for fun. Or bought another NAS server, doesn’t matter. You thought it was only plug it in, and all things were there, working like a charm, right? But, you start to notice all sorts of errors, like, services that won’t start, error 500 on your webpages like […]
Nextcloud sites ipv6 issues
Tired of not being able to connect help.nextcloud.com or updates.nextcloud.com due to those endless and annoying server-side ipv6 issues? Just add these lines to your server hosts file: 95.217.53.153 www.nextcloud.com95.217.53.146 help.nextcloud.com95.217.53.149 scan.nextcloud.com95.217.64.181 updates.nextcloud.com download.nextcloud.com176.9.217.53 apps.nextcloud.com
Genesis_block.json
A blockchain is a distributed database with a list (that is, chain) of records (that is, blocks) linked and secured by digital fingerprints (that is, crypto hashes).