I post stuff to my blog mostly for myself to look it up later and to possibly help people with similar interests. So, why not just do it and see how it goes?
I post stuff to my blog mostly for myself to look it up later and to possibly help people with similar interests. So, why not just do it and see how it goes?
Yeah, everyone has to find their own way of organising, I guess. For me, there are too many different little projects that it would get messy throwing them all in one folder. And they’re so varied that I couldn’t think of one single “theme” or topic for most of them. Nothing I would remember a week later anyways.
Same, but by language, e.g. Development/Python
.
There’s dozens of us! Dozens! (Switched to Apple after 12 years of being an Android enthusiast.)
Put that mount point into the compose file(s). You can define volumes with type nfs and basically have Docker-Compose manage the mounts.
But when you report obvious fake accounts that merely exist for 5 days, follow 5000 people already and only have 3 followers themselves but a nice spammy link in their profile, they allegedly don’t violate any terms of services…
That probably doesn’t work unless you power-cycle the picture frame after changing the photos.
I had this with some offline Samsung picture frame and a Transcend WiFi SD card. The SD card runs a small Linux and can be unlocked to add own scripts. I had a script that would rsync files from my storage to the SD. However, while the new files were written to the SD just fine, the picture frame never re-read the list of files from the SD. And after power-cycling, my specific model needed to be turned on manually again. So, that wasn’t a satisfactory solution.
I’m so glad I’ve spent my 2 or 3 bitcoins back in the early years for some 60€ software…
I’m using News Explorer. One-time purchase, and syncs your feeds and read/unread status between macOS and iOS/ipadOS.
Is that an AI photo at the top of the article? Or which Palm Pilot model is that?
They’re in the process of getting a proper UK license, though.
Also, Revolut has a European banking license for some years now.
And I’m not sure whether, after handing out your 2FA and other security details, your money is still covered under that 85k insurance. I know that German banks have a clause in their contract about this.
I’m using UberSpace for 5€/month for a few small web projects and for emails. Unlimited mailboxes, unlimited aliases. However, you have to configure it using console commands via SSH. But it’s all explained in their documentation.
If it’s the system with the (locked) KeePass database on it, you should be fine. The encryption can be tweaked so that unlocking the database takes a second even on modern systems. Doesn’t affect you much, but someone trying to brute-force the password will have a hard time. It also supports keyfiles for even more security.
If somebody infiltrates your end user device, no password tool will be safe once you unlock it.
After trying them all, I’m back at having a local KeePass database that is synced to all my devices via iCloud and SyncThing. There are various apps to work with KeePass databases and e.g. Strongbox on macOS and iOS integrates deeply into Apple’s autofill API so that it feels and behaves natively instead of needing some browser extension. KeePass DX is available for all other platforms, and there are lots of libraries for various programming languages so that you can even script stuff yourself if you want.
And I have the encrypted database in multiple places should one go tits up.
Yeah, but I didn’t want to fiddle with some custom settings. The same official postgres container works great with other apps.
I didn’t notice any big drops in network or CPU performance. Usually, because other network traffic had priority. But my server’s HDD constantly rattling along got me thinking that it wasn’t worth it. There are several other containers running on that box and I don’t have that much HDD activity with them.
I did this for a while. However, after subscribing to several groups, there was constant disk activity and it ate network bandwidth. After two months I’ve stopped my server and went back to using a public instance.
I’d suggest /opt/docker/_compose/ for all the compose files. Or, if you keep all the config files for your containers on your NAS, maybe create a share there and put all yml files in it, then mount it on the host. This way everything is on your NAS and nothing is lost if the host freaks out.
And I’d add the NFS mounts to the compose files as well. When specifying volumes, you can use anything the host OS has a mount.xxx command for. Docker will take care of mounting everything.