Open hb, edit the affected backup plan, change nothing, okay/save. Happens when you set up a service to be backed up and then uninstall the service.
Hello! Some info about me is up on my website: https://wreckedcarzz.com/
Open hb, edit the affected backup plan, change nothing, okay/save. Happens when you set up a service to be backed up and then uninstall the service.
Quick deploy and poking, in order: nicer UI; supposedly compatable (sync) but I couldn’t get it working; and no idea never heard of it.
The .env for the compose file is confusing and it slowed my deployment way down, but other than that, it’s pretty painless. The variable names are… not clear. Just delete all the sso stuff unless you use it, set a secret and a db password (no special chars, nothing beyond 100 chars, in my testing/struggle; at least for the db), change the url to your fqdn otherwise it will go to localhost when you log out, and disable registration after you have done it yourself. Import/export from linkding to linkwarden (and I assume vice versa) is fine.
I’m all in, as long as the hookers are guys. And gay. And free. And furries. And hung. And kinky. And…
I’m sorry, what were we talking about?
I’m just skimming this thread, but paragraph 2 is basically fact. I’m on my second synology box, the UI is simple and I want reliability, I don’t want shit to break because of a git push on some bullshit tool. But recently I snatched a Lenovo server and threw proxmox and Debian on it, and also got a vps.
The synology is actually pretty capable, especially if it can do docker, and if you are willing to venture into (as a beginner) copy/pasting commands from the internet into the task scheduler as a half-assed way to get at the terminal, it can do literally everything that I want. But I’m a geek, why should I keep a stable, reliable system as my only machine? :p
My synology does files, some docker stuff. Lenovo does a couple docker stuff, BOINC since it’s just idling most of the time, and docker for game and related hosting on my vps. Hell, this entire thing could be ‘just add a network folder, and install docker and dockge/portainer’.
Though (paragraph 3) I tried and didn’t like TrueNAS. Maybe it’s because the synology does it already, I was just exploring, but it has that ‘foss feel’ where you have no idea what you are doing, even when you know what all the pieces do, and it just kinda is like ‘here you go, figure it out’ and leaves. I remember the UI being equally… ‘designed by a programmer’ let’s say. It might be powerful but oof, slick it ain’t.
Yes, but actually no. :P
I’ll take your entire stock
(sliders 🤤)
(not an image but)
I would take an already-made burger, then inspect it and rip out elements of it, replace several others, add a bunch of layers of new things. It would take a few months and I would have no idea what I’m doing the whole time, but I would persist. The end result would be a delicious burger that occasionally has a missing item. Still working on why/where/how that happens. People would enjoy it, but most would not know that they can customize their burger, or the extent of the options.
(I used to code as a hobby in VB, C#, and Java over a decade ago, almost two; this burger example is me not knowing a damn bit of Lua, as I fork and modify a game mod to have a lot more features, less confusing variables, and lots of broken commented code as I have ideas but still don’t fully grasp what I’m doing. Weeeee!)
A speed comparison between https://en.wikipedia.org/wiki/Bcachefs, https://en.wikipedia.org/wiki/Btrfs, https://en.wikipedia.org/wiki/Ext4, https://en.wikipedia.org/wiki/F2FS, and https://en.wikipedia.org/wiki/XFS on Linux. These are all file systems, like windows ntfs https://en.wikipedia.org/wiki/NTFS or the apple journalling file system https://en.wikipedia.org/wiki/Apple_File_System.
While usually unimportant for most use-cases, and with each offering differing features and capabilities, in data-heavy systems speed can be an important factor in determining whether to use one file system over another.
It’s also ‘my car can beat your car in a drag race’ for geeks, because again it usually doesn’t matter and features are far more important than speed for the typical user.
Windows: exists
Crowdstrike: stabs
You: why would Microsoft stab themselves?
^__^ yay! I’m glad to hear it. I’ve been using it for… 4 years, I believe, and it’s just been fantastic for me, so I like to spread the word whenever it comes up.
FairEmail is fucking awesome. If it were a sentient being or object, I’d pound it so hard. With consent, of course. Does everything I want and then some: fast, strips everything down to text, lets me appear to send from any address on my domains, blocks trackers, is constantly (almost literally) updated and improved, custom notification handling per folder, custom colors for messages/folders…
I’d pay for it again to get a desktop version, no hesitation about it. TB is /fine/ but… that one meme with the guy looking back at the other girl
there is just one
Well it’s cloudflare, not cloudsflare. Maybe overcasthosting, or sunblockservers…
G and S are doing 7y now, G has for almost 2y. Pixel 6 has 5y, while 7 + 8 + beyond get 7y, I believe.
It’s all good :) I reverted back to kubuntu and all is well. I hope things improve for you!
cheapest is $670
Holy shit nope.jpg
I did this, for flexibility and to tinker without screwing myself.
But then my first install was Debian to run my docker containers sooooo
Yeah, essentially ‘all’ WWAN modems (in the states?) that are sold as part of a laptop, have FCC locks. One needs to run a script designed for their modem (I believe, I’m new to cellular modems in Linux) on every boot that unlocks the modem so that it can be used by the system. I grabbed the necessary script but there’s something else missing that I’m not aware of, but kubu has ootb.
I’m just a geek who pokes at things and learns by doing/breaking/fixing, I’m nothing special. But I’m just very baffled at this. It would appear (?) that maybe the service necessary isn’t running, but I don’t know what that service would be (afaik things ending in .d are daemons, of which the /etc/ModemManager/fcc-unlock.d is) so I’m sort of flailing, confused.
I might poke L4N, as if I can get this going, I’d be content with the system. I’m used to struggling with stuff (flashbacks of getting wifi working in the 00s), it’s just so frustrating to be right there and stuck.
Thanks, by the way :)
Could I bother you for some guidance? I installed spiral an hour or so ago, and I got to the fcc unlock, but the expected folder with the scripts doesn’t exist, so ln fails of course. Searching / came up with 2 folders and a few files that aren’t what I need, and trying to search for ideas online has just been frustrating. I’m assuming I’m missing a modemmanager package that contains the scripts, but again searching online has lead me nowhere. And the Debian package info site is having server errors so I can’t even use that as a clue D:
Do you have any ideas?
E: command that worked on kubu was
sudo ln -sft /etc/ModemManager/fcc-unlock.d /usr/share/ModemManager/fcc-unlock.available.d/105b:e0ab
E: I copied the required files (for the command) from the kubu live system, ln successful, reboot, but I’m still stuck as it’s acting like there’s no (usable) WWAN card in ModemManager gui. I setup the apn but can’t connect to the cellular network, there’s no option to connect.
E: also if it’s any help I have been using this guide (successfully on kubu) https://wiki.debian.org/InstallingDebianOn/Thinkpad/X13s
I’ll check it out, thanks :D
I’ve been subbed to the newsletter basically since it started a year+ ago. It’s nice to get a glance at what’s new/updated, but I especially use it for the “breaking changes” info as I have setup my system to basically be hands-off, if-i-get-hit-by-a-bus-it-keeps-going, except if the docker config change. I have watchtower set to run every week, a day after the newsletter, so I’ve got time to check the email and make changes if needed.
I thought “oh, I’ll just be notified through github of new releases” and went through, setting that notification up, one by one, set to be put in a specific folder in my inbox so it’s right there, no external stuff needed… I’ve never looked at that folder, except for “holy fuck there’s a ton of mail in here” and then closing thunderbird, lol. So the newsletter is essential.