Dd is a solid option, I’ve used to image emmc modules, make CD isos, clone drives etc., but Clonezilla is a great tool to have around and quite literally purpose built for cloning and imaging disks, that’s how I’d do it myself.
Dd is a solid option, I’ve used to image emmc modules, make CD isos, clone drives etc., but Clonezilla is a great tool to have around and quite literally purpose built for cloning and imaging disks, that’s how I’d do it myself.
Forgejo Documentation says they should be familiar to people who use github actions, they’re not the same but I found that when debugging some a few months back that github information was applicable, if that helps.
Found upgrades mildly annoying with GitLab, big reason I moved to Forgejo for my personal stuff. Far easier to setup and maintain for me, seems to be happy with caddy and runners are really easy to setup.
I’m not hosting for an entire org though, it’s just me and I keep all my selfhost stuff local only, so obviously YMMV.
A lot of what you’re looking for will be in the Data Dictionary Views, been a while since I’ve worked with oracle, but done something similar for tables and constraints in sqlserver. There’s scheduler, plsql, table, constraints (hopefully you have foreign keys) and column information available, a lot more as well.
Oracle SQL developer can import from an existing database into physical and relational models, Erwin and Redgate exist as well. But before going that route, DBAs may very well have the information you’re looking for, hopefully it’s modeled somewhere.
I swear I recall a “big picture mode” config in steam in the past but can’t seem to find that at all now either, sorry I don’t have an answer for you.
Morrowind (OpenMW) with Just good Morrowind it’s been a long time since I’ve done a full playthrough.
Was a kubuntu person for a long time, I haven’t really loved the default Ubuntu DE for a while, but that’s personal preferences. At the end of the day, use what you like.
I personally like debian (swapped from Kubuntu over time) but keep mint on my thumb drive for family who needs something on older hardware, especially those used to windows it seems to be an easy jump. I love that there are so many options available to people with various levels of prepackaging and configurations.
While I get that, Debian fits that role extremely well.
As @[email protected] said, infant mortality is a concern with spinning disks, if I recall (been out of reliability for a few years) things like bearings are super sensitive to handling and storage, vibrations and the like can totally cause microscopic damage causing premature failure, once they’re good though they’re good until they wear out. A lot of electronics follow that or the infant mortality curve, stuff dying out of the box sucks, but it’s not unexpected from a reliability POV.
Shitty of Seagate not to honour the warranty, that’d turn me off as well. Mine is pettier, when I was building my nas/server I initially bought some WD reds, returned those and went for some Seagate ironwolf drives because the reds made this really irritating whine you could hear across the room, at the time we had a single room apartment so was no good.
Unironically yeah, sitting on the other side of the table it’s painfully obvious when people do resume projects. I’d rather talk to you about something you’re passionate about.
I have to wonder if some of it is comfort or familiarity, I had a negative reaction to python the first time I ever tried it for example, hated the indent syntax for whatever reason.
I’m fine with bash for ci/cd activities, for what you’re talking about I’d maybe use bash to control/schedule running of a script in something like python to query and push to an api but I do totally get using the tools you have available.
I use bash a lot for automation but PowerShell is really nice for tasks like this and has been available in linux for a while. Seen it deployed into production for more or less this task, grabbing data from a sql server table and passing to SharePoint. It’s more powerful than a shell language probably needs to be, but it’s legitimately one of the nicer products MS has done.
End of the day, use the right tool for the job at hand and be aware of risks. You can totally make web requests from sql server using ole automation procedures, set up a trigger to fire on update and send data to an api from a stored proc, if I recall there’s a reason they’re disabled by default (it’s been a very long time) but you can do it.
It’s night and day different isn’t it? That 90hz display makes a larger difference than I expected as well, my partner’s oled deck is way smoother looking on top of having nicer looking visuals (I’m a sucker for HDR). LCD is still an incredible device, especially if you get it at a discount like I did mine ($475 CAD all in is amazing value), but if you can afford an oled one, it’s totally worth it.
They have oled refurbs now, which I’d totally do having had mine apart to do a clicky button mod, it’s really easy to get into and easy to service.
So you’re saying solar freakin benches is the answer???!!!‽
Jellyfin does support dlna as well
Not used nix so can’t comment on that, aura is a pacman wrapper + aur helper -S for package operations, -A for aur, gives you similar options too so -Au to update like -Su in pacman. Has a lot of other options that I’m probably not taking advantage of, but for me, gives me a single place to manage most everything (flathub too but I don’t use a lot of flatpaks, just nice to have)
Debian and derived is my go up generally, stable and I like apt, great out of the box on every machine I’ve used and personally found pretty much everything I want to use or run has debian and Ubuntu explicitly called out in their setup documentation. I use Ubuntu server a lot for work, I’m comfortable with it and it’s supported in every cloud environment I’ve touched. Debian on my laptop, bench machine, armbian on my 3d printers, Ubuntu server on my home server (though I kinda want to move that to debian too, just lazy and it works)
I’ve got arch on my desktop, could have probably gone for debian unstable, but figured I’d go for it. I use aura for package management. Linux is linux though, be real that I personally don’t find much of a difference beyond package management.
No problem, most games I’ve tried run without much fuss just with proton enabled. For others, protondb is great (pointed in the right direction to get Jade Empire running) or fiddling with settings yourself, gamescope helps a lot even if I’ve found it has some issues with nvidia cards (had games freeze with hdr for example), more of my issues are probably related to having an ultrawide tbh.
Sunshine works perfectly fine with nvidia on linux for me, what issue have you run into?
I’m running a 4070ti on the most recent nvidia open source drivers on arch for reference.
Powershell, windows terminal and winget are all legitimately nice tools, powershell especially is just stupidly more powerful than it needs to be (and verb-noun syntax is great).