‘vimtutor’ is your friend. Nobody sane uses vim as an IDE, but if you have to ssh to a host to fuck with a config file it’s pretty nice to know because you can guarantee that most distros have at least vi, if not vim.
- 0 Posts
- 19 Comments
whodatdair@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•How to harden against SSH brute-forcing?English
21·11 个月前Vietnam stare
Holy shit that’s brilliant
I know it’s not totally relevant but I once convinced a company to run their log aggregators with 75 servers and 15 disks in raid0 each.
We relied on the app layer to make sure there was at least 3 copies of the data and if a node’s array shat the bed the rest of the cluster would heal and replicate what was lost. Once the DC people swapped the disk we had automation to rebuild the disks and add the host back into the cluster.
It was glorious - 75 servers each splitting the read/write operations 1/75th and then each server splitting that further between 15 disks. Each query had the potential to have ~1100 disks respond in concert, each with a tiny slice of the data you asked for. It was SO fast.
whodatdair@lemmy.blahaj.zoneto
Linux@programming.dev•Linus Torvalds Lands A 2.6% Performance Improvement With Minor Linux Kernel Patch
27·1 年前Our patch improves data harvesting speed by 13%!
I put my cloud in containers
I’ve asked for help finding API endpoints that do what I want because I’m feeling too lazy to pour over docs and it’ll just invent endpoints that don’t exist
Blasphemy, that’s not regex that’s just fancy grep
Any roadblocks? Any roadblocks? Squaaa, any roadblocks?
Perhaps more than one thing, who can know?
whodatdair@lemmy.blahaj.zoneto
Programmer Humor@lemmy.ml•Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨
11·2 年前for X in $(seq -f host%02g 1 9); do echo $X; ssh -q $X “grep the shit”; done
:)
But yeah fair, I do actually use a big data stack for log monitoring and searching… it’s just way more usable haha
whodatdair@lemmy.blahaj.zoneto
homeassistant@lemmy.world•[pre-noob] What's the process for migrating from, in my case, Alexa, Smart Life to Home Assistant?English
2·2 年前Ahhh I see - thanks!! 🙏
Awesome project! Love the photos and breakdown, very well presented and explained, thanks for sharing! 🙂
whodatdair@lemmy.blahaj.zoneto
homeassistant@lemmy.world•[pre-noob] What's the process for migrating from, in my case, Alexa, Smart Life to Home Assistant?English
1·2 年前Hey, not op but also bring ready to convert my tuya stuff over to home assistant - what is this new coordinator you mention? Something within HA? Any extra info you could share would be appreciated!
whodatdair@lemmy.blahaj.zoneto
Cybersecurity@sh.itjust.works•Is it unnecessary to cover one's webcam on Linux?English
7·2 年前Personally it’s just a matter of me never really using my webcam and not minding moving a little bit of electrical tape if I need to. It’s such a small inconvenience that I can’t see why not.

I’ve met both the good kind of insane genius that uses it as an IDE and the crazy-board nutjob that uses it as an IDE, but both are decidedly not sane.