There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

savvywolf , to linux in Noob Question Thread: Ask Any Questions About Linux!
@savvywolf@pawb.social avatar

I have a server that has multiple services running under multiple users that each store data. I want to be able to bundle all this data up and send it to another server for backups.

At a high level, how do I manage permissions for this? Currently I run the backup as root, then chown it to a special backups user which can log in through ssh. But this all feels clunky to me.

cyclohexane OP ,

There are many ways to do this, but the next up from users is using groups!

For each file or data directory, create a group that owns it. This group should have the service’s user as member. Then create a user for running the backups, and add it to all these groups.

The benefit of this is you don’t have to use root, and you have an association of directory to group that you can always change. You can for example grant a user access to a data directory by just adding it to its group.

Steamymoomilk ,

I am somewhat in the same boat, but more gentoo sided. For the main repo they killed mkstage4 because its outdated and insecure. So like you i wanted to backup my data (my gentoo install) to my nas or local storage. Rsync is the magic bullet for this. You can use ssh to securley transfer data to or from the server. And it automate it via a cron job (i suggest fcron) for a automatic timed backup/sync. Now i will add, rysnc can be used as a backup. But as the name implies it syncs data from one pc to the other. So if you break your desktop and it syncs to your server. Your SOLPDQ, thats only if you automate it tho.

And for the services id reccomend making a directory and adding all the services to a group, which owns the directory. Or the more lazy solution, which is probably frowned uponed. But you can rsync your docker container data to a directory where it has permissions to copy/sync.

Id highly recommend Rsync tho and just syncing offsite to another computer

AmbiguousProps , to piracy in Where to find FLAC music?

deemix

chillbo_baggins , to asklemmy in Have you ever cosplayed before? Can you tell us about any?

I’ve cosplayed as a Ghostbuster and Dr Doom at conventions, it’s a blast!

Putting the costumes together gave me a break from computer stuff, which was nice, and gave me an excuse to obsess about my interests.

Going out in public wearing a costume is always nerve-wracking. But the anxiety disappears as soon as you get close to the event. When I saw someone walking down the sidewalk, dressed as Megaman, I knew I was home.

Walking around in cosplay at a convention is like being a celebrity for 4 hours! Everyone knows who you are, and wants a picture with you. As a Ghostbuster, I get high fives from every other GB (there’s always a bunch, young and old). As Dr. Doom, I had a 5yo girl (dressed as Minnie mouse) come up and tell me I’m her favorite. It was magical.

ClanOfTheOcho , to linux in Noob Question Thread: Ask Any Questions About Linux!

I have an old (2017) Windows 10 box that is ineligible for Windows 11. Originally purchased to run my Oculus Rift, it now just streams YouTube and Twitch and plays some old Steam games and occasionally school related stuff (Lexia, Scratch, stuff like that).

I started thinking that, rather than worrying about an unsupported Windows OS on my network, I might upgrade to Mint or Ubuntu.

So, my question(s) is/are, how much of a hassle will such an upgrade be? Will I need to wipe the drive, or can I keep my files without having to back them up first? Can I run Windows games on Steam with Wine? Are there good 3D card drivers nowadays?

I’m reasonably versed in using Linux as a user, less so as an admin, in case that affects the way you answer.

MangoPenguin ,
@MangoPenguin@lemmy.blahaj.zone avatar

To install at minimum you’ll need to likely shrink existing partitions and create new ones for linux if you don’t want to wipe the drive, that would be a dual-boot setup with Windows still installed along side. Or you can just wipe the drive entirely and have only Linux.

Regarding the files you should already have backups of anything important, if you don’t, set it up ASAP.

Messing with partitions can easily cause data loss if something goes wrong.

You also never know when hardware failure, malware, power surges, lightning strikes, or whatever other disaster will happen and cause data loss. 1 copy of files might as well be 0 copies.

ClanOfTheOcho ,

I’m pretty sure anything of value is already backed up to my NAS. I’m just paranoid that my kids might freak out that I destroyed their state fair winning Scratch project or something.

MangoPenguin ,
@MangoPenguin@lemmy.blahaj.zone avatar

I just do full system images for that reason, easier than trying to pick and choose what should be backed up. Used to use Veeam, currently using Synology Active Backup.

For online backups I don’t due to size, but for local backups it’s just way easier.

ClanOfTheOcho ,

Truth. Full system would be easier.

Blisterexe ,

Games work fine, if you install linux as a dual boot, you can move the files over (windows files appear as if the windows install was a usb key). Also drivers are fine

zcd ,

There would be no hassle in wiping the drive, you can do it as part of the super easy installation process for any Linux distro. Ideally you would back up any important files and drop them into your fancy new file system once the install is finished. And you can pretty much launch almost any game directly out of steam and it will run. There are a few exceptions for some of those games with anti cheats that rootkit your system, but the majority just work out of the box. Drivers included, but Nvidia might be ever so slightly annoying

RobotZap10000 ,
  1. Depends on how much crap you’re willing to put up with. It’ll all be worth it in the end! (Pro tip: disable secure boot in BIOS)
  2. I wrote a whole guide on the two options, but then accidentally deleted my comment. You can either install Linux on another drive, or shrink your NTFS partition and install Linux alongside it. You can always access NTFS from Linux, but not the other way around (by default). If you don’t understand what I’m talking about, you should really look it all up. I would personally just backup and wipe, you can always reinstall Windows if you want to.
  3. Have you heard of Valve’s Steam Deck? It’s a handheld gaming device that can play nearly every PC game, and it runs Linux! Valve made gaming on Linux an absolute breeze thanks to Proton. There are some popular games that don’t work, either because Tim Sweeney hates Linux (yes, really) or because the anti-cheat won’t accept Linux, but I only know about Destiny 2 and Rust that have that problem. Easy Anticheat works just fine, I play Apex Legends and Deep Rock Galactic with no issues!
  4. If you have AMD, you don’t even have to think about it. Their drivers are part of the Linux kernel. Nvidia is not impossible to use, but you might have some issues. I experience random desktop environment crashes that I can only attribute to their drivers, but it only happens on startup sometimes, which is the least annoying it could be. If you choose a distro that doesn’t mind automatically installing non-free software, you probably won’t need to think about it either. The open source driver, Nouveau, works fine but performs awfully in games (or at least it did a year ago).

If you just want some clear instructions: backup your files, wipe your disk and install Linux Mint Cinnamon Edition. It’s easy peasy to use and getting the proprietary graphics drivers is only a few clicks away. Just configure your Steam games to run through Proton and you might not even tell the difference.

ClanOfTheOcho ,

Thanks for the detailed explanation!

Fecundpossum ,

Everything people are saying here checks out, but you might struggle with VR. I haven’t tried VR on Linux yet, but I’ve heard some things about support being pretty janky. Maybe others with experience can weigh in.

ClanOfTheOcho ,

I’d be interested to see what people have to say regarding VR setup, but the Oculus gets little use anymore. I have a few games that were never ported to the newer, self-contained systems (I have a Quest 3), and we’ve downloaded a bunch of custom Beat Saber levels that I might feel bad about, but the sensors are a big enough pain to set up that I don’t know that I’d feel that bad.

Fecundpossum ,

Yeah, I’ve considered VR for a long while, but between the already existing headaches, and the Linux related headaches I’ve heard of, I’ll just wait until I’m retired for VR space games, VR racing, and VR porn. Hopefully it’ll get better before I’m dead.

wheeldawg ,

That was half the reason I upgraded. I don’t know if my old box would’ve been compatible (probably was), but I wanted it off Microsoft territory so bad and heating about Copilot sent shivers all over my spine.

I’ve never heard of installing any new OS without having to back stuff up. That’s just wishful lazy thinking lol.

You probably won’t have to do anything manually about Wine. Steam has Proton built in and it works great. As others always mention, check ProtonDB.com for user reports on how a specific game will work out.

I haven’t run into any problems in my library, but I honestly haven’t installed a ton of games.

I’ve used Heroic Games Launcher and Lutris for some other launchers (like Battle.net or Epic Games), and those have been a little hit or miss, but I think the main problem is something I’m missing. Not a huge priority but I’m still working on it occasionally.

I haven’t heard anyone call or 3D card since the 90s. They’re video cards or GPUs these days man. AMD has open source drivers that work just fine with Linux and should work just the same as the Windows version I believe.

Nvidia has open source ones, but they seem to be pretty terrible compared to the closed source ones. I had one issue with them last week but I think that was more related to KDE than it was the drivers’ fault.

I don’t really have any fancy hardware to describe how easy that was to get to work. Just a mouse, kb, headset(with mic) all of which worked fine without doing anything. I have a physical dongle for the controller, so I had to get a driver for that so I didn’t have to use a Bluetooth connection (pretty shitty comparatively speaking) or gasp plug it in. Had a few issues with it for a while, there was an updated version under a new name and such but it all works now. Just turn the controller on and it’s working instantly (unless I forget to charge it lol).

CosmicTurtle0 , to science_memes in This cat has a better publication portfolio than I do :')
norimee , to technology in Any recommendations for printers that don't require proprietary inks, subscriptions or special apps?

Hp is the evil incarnate in printers.

I didn’t want to say ‘no’ when my dad offered to buy a new printer for me, but boy, do I hate that thing.

It doesn’t do shit if I’m not logged into my hp account and online. And obviously for countless other reasons too many to list here.

Sorry this isn’t helpful, but everything is better then hp.

Cris16228 , to mildlyinfuriating in Need currency to buy cosmetic skins in Injustice 2? You have to pay real money to do that. I had to do that to play as Bizarro.

I’m confused. Sorry

VanHalbgott OP ,

There, hopefully I fixed it.

Cris16228 ,

No, sorry. It’s the “loading currency” part that’s confusing me

Why?English is not my first language 🤫

altima_neo ,
@altima_neo@lemmy.zip avatar

English is my first language and even I’m confused

Kolanaki ,
@Kolanaki@yiffit.net avatar

I’m extremely proficient in English and also have no idea what OP means. My only guess is he was SAVING UP currency earned by playing the game, but still had to pony up real world money for his Bizarro skin. Which is basically every single game these days. None of them allow you to get cool cosmetics for free.

VanHalbgott OP ,

Try it now.

hperrin , to technology in Any recommendations for printers that don't require proprietary inks, subscriptions or special apps?

If you’re looking for inkjet, the Epson EcoTank printers can take third party ink bottles. I haven’t used them, because the Epson bottles are already so cheap, but you can if you want.

10_0 , to asklemmy in What duration of time do you connect to intellectual property?

Life time of person who made it. Nothing more, nothing less

Erika3sis ,
@Erika3sis@hexbear.net avatar

Frankly, if you’re a small creator, copyright already doesn’t really exist for you in any meaningful sense: because copyright is enforced through the courts, you only really have rights over your work to the extent you can actually pay the court costs of continually defending your rights again and again and again — and if you have that kind of money to spare you aren’t exactly a starving artist.

very_well_lost ,

I feel like this could create some pretty toxic incentives.

Like, imagine if the moment a person dies all of their works immediately go into the public domain… What’s to stop a company like Disney from just straight-up assassinating people who create promising IPs? They paid 4 billion dollars for Star Wars — but why not just have George Lucas murdered for a fraction of the price?

givesomefucks , to askscience in Can you safely heat people with microwaves?

Microwaves work by exciting water molecules.

Put an empty bowl in and it comes out cool to the touch.

A bowl of soup and the bowl is crazy hot, because the soup warmed the bowl.

Heating a person with a microwave would make us pop as the water inside heats up faster than everything else. And blood is pretty fucking similar to water…

You could try it with an incredibly low dose, but you’d have to do it in carefully measured bursts. Even for hypothermia, warm baths are dangerous because the increase in body temp is too sudden and can fuck up the heart.

So there’s a whole bunch of risks and you’re still limited to what won’t freak out your heart. Warming just one part warms up the blood that’s there and send it through the cold parts. Like how you’re not supposed to immediately add water to a radiator after a car overheats. The thermic shock can cause massive problems.

So we could

It just wouldn’t make any sense to do it

explore_broaden ,

Microwaves don’t just heat water molecules, although due to density they absorb a large amount relative to many other substances. Also since humans are mostly water, the heating should be even enough to not be quite as problematic as you describe. Some sensitive areas like eyes are an issue, but otherwise it’s possible a low enough dose could warm someone a couple of degrees without causing any harm.

givesomefucks ,

Bruh, it’s the heart that’s the issue…

The thermal stress is too great. Microwaves would heat the blood up, which within seconds would go into a cold heart

It’s why they won’t use a warm bath to hear someone up who’s dangerously cold.

Slow and steady is how you do it. So even if you used microwaves, it would be limited to pretty much the same delta temp as other methods.

It’s all risk no reward

explore_broaden ,

But wouldn’t the microwaves also warm the heart? There’s no reason a microwave at the right power couldn’t slowly heat someone up. I don’t think the OP is asking about someone who is dangerously cold either, so the extreme care that needs to be taken when someone is in serious danger due to how cold they are might not be relevant in this case.

givesomefucks ,

But wouldn’t the microwaves also warm the heart?

If it’s pointed at it…

But you know what heats a cold heart faster than blood from another body part?

Direct exposure to microwave radiation…

That’s what I mean, there’s a safe temperature differential to warm the body, and even stuff as conventional as a warm bath or hut tub can be too much.

If we shoot microwaves at a heart, the heat increase is waaaaaaaay above the safe limits.

So if someone was in a situation where the only method was microwave radiation, it wouldn’t result in an increase in heating without running serious risks.

There’s just no benefit and it introduces insane risks if you tried to do it slow enough.

explore_broaden ,

My point is that the heat increase of the heart doesn’t have to be so insane. If someone was designing a microwave human heater they would have to make the power level such that it would always result in a safe rate of temperature increase. Obviously using an off the shelf food microwave wouldn’t work.

Is heating someone too quickly a concern if they don’t have hypothermia? Like if I’m sitting round in my house and start to feel cold, and I get in a hot bath, it’s not going to heat me up too fast, right?

Eiri OP ,

Thanks. Your comment is the one that helped me understand the limitations the most.

slazer2au , to askscience in Can you safely heat people with microwaves?

Safely? Not likely. We have rules for Electromagnetic radiation for a reason.

circuitfarmer , (edited ) to science_memes in PhD Grads
@circuitfarmer@lemmy.sdf.org avatar

It took me about 5 years to really transition into industry. It will, of course, vary greatly by industry specifics (mine ended up being tech, but my background is in Linguistics).

My best advice to anyone in this position is: stay in academic positions as long as you can (I lectured for nearly 10 years), but take on contract work concurrently until you find your foot in the door. A PhD is not really a “get a job out of academia” degree, and it really needs more work/networking to be respected in industry.

Edit: want to clarify this:

A PhD is not really a “get a job out of academia” degree

Remember that, typically, a Masters degree is where you go if you want to stand out in industry immediately, as it tends to be a more involved version of an undergraduate degree since it will have a more defined course structure and direction vs a PhD. Universities know this, which is why so many Masters programs are unfunded (many PhD programs are also unfunded, but friendly advice: never, ever do a PhD program that costs you money).

At the same time, it tends to be easy to get a Masters on the way to a PhD – usually just some paperwork. In that sense, you may have a leg up just only reporting your Masters to certain companies. And of course, if you are in a PhD program, ask if you can sign off for the extra Masters on your way.

The PhD is unique in that it is specifically designed to require new research. Many companies do not see the value in paying more for that, though if you have a chance to show them the difference between you and another candidate, you’ll win 99/100 times.

Edit 2: this is specifically PhD programs in the US, which are markedly different than other parts of the world.

Edit 3: and of course, the adage “publish or perish” does apply in academia. But academia, in my opinion, is not the meritocracy it used to be, at least in the US. Of my entire cohort of about 25 people, 2 became tenured professors – and both of them have parents who are professors. Nepotism is rampant and probably means more than publishing in certain fields.

For industry, publishing means very little.

Not trying to be defeatist or change anyone’s views here. Just giving my 2 cents since I have been in a relatively unique situation before.

frobeniusnorm ,

This all sounds so weird coming from germany since here you do you bachelors degree, then your masters degree and then optionally your PhD. While the usefullness of the PhD and its duration vary between subjects (in IT it takes 3-5 years and is not really worth it money-wise if you go in the industry afterwards, while in medicine it can be done in a year or even less and is basically necessary). Also while you do your PhD you are usually employed by the government (since universities are public institutions) and paid well. A PhD earns you social prestige and prestige in the industry since - besides in medicine - nearly no one has one.

circuitfarmer , (edited )
@circuitfarmer@lemmy.sdf.org avatar

Yes. A very different story in the US. I was consistently jealous of some colleagues’ experiences in Europe.

I should edit my original comment to specify specifically I am talking about the US.

The_v ,

I spent most of a decade in industry doing what is generally thought of as a PhD’s job. In order to fill in some gaps, I took a ton of graduate classes on the companies dime and looked at doing a fully funded PhD. I didn’t end up doing it.

Why?

  1. The industry paid better than academia. So the brain drain was real. The informal training I had from PhD’s in the company was vastly superior to the graduate level training at the university. Anyone who was any good at the applied side was not in academia. The ones left in academia were a very odd group with zero applied knowledge.
  2. Most PhD hires failed miserably in the field. 9 out of 10 of them could not make the transition to the practical application of knowledge.
  3. I saw a trend where smaller companies where hiring mostly industry experienced people for the positions (like I was).

So for me the time and investment was not worth it.

One of my friends made it halfway through his PhD. He then got sick of the politics and drama and noped out.

circuitfarmer , (edited )
@circuitfarmer@lemmy.sdf.org avatar

Interesting observations. Intent here is not to offer disagreements but just comparisons to my experience:

  1. Yes, industry pays much better. The wage gap in academia is a huge deal and one which will not get attention until the general issue with low wages in the US is handled. That said, I make about twice as much in industry as I would have as a tenured professor in my field had I started at the same time.
  2. This resonates with me in that I have heard it a lot. I think every person is different, but academia has a habit of supporting a kind of pretentiousness that is not conducive to pragmatic work. I would suggest this is highly field dependent, though.
  3. Industry experience trumps academic, 100% of the time.

I came at it from a different path than you. I wanted to be a professor, through and through. The tenured professorship is generally unattainable, since the number of positions is nothing compared to minted PhDs. For that reason, I explored switching to industry. I ended up in a good space, but I am not at all suggesting that someone should get a PhD to go into industry.

Edit: there’s also an epistemological argument to be made about #2 (the readiness of academics for industry). A lot of industry is about very specific solutioning and methods which may even be company dependent. In that sense, it is a skill you can only get from industry.

The_v ,

First paragraph had me laughing. Somebody has spent a lot of time in private industry and has gotten burned a few times.

As for #2 it depends on the age of the industry. Here is the life cycle of research driven industries as I see it.

Historically in research driven industries the foundations have been started in academia. Private companies start up relying on the universities research.

Money flows into the university systems from private companies and they start producing a lot PhD’s in the field.

Next the private companies decide they can make more money doing the research in-house. They offer large sums of money to the established professors and get fresh grads at bargain prices.

Pretty soon most of the best and brightest are drained to private industry. The funding from private industry slows to a trickle and all that is left in academia is those with more social connections than ability.

For the next 30 years, private industry has great talent. Then the first first wave of PhD’s retire. The new PhD’s grads are trained by the social connections crowd.

That’s when you start to see fun job descriptions posted like:

PhD + 2 years of experience, Masters + 5 years experience, Bachelor’s + 8 years experience.

circuitfarmer ,
@circuitfarmer@lemmy.sdf.org avatar

First paragraph had me laughing. Somebody has spent a lot of time in private industry and has gotten burned a few times.

Without regard for anything else you said, do you think your experience is more representative than mine?

The_v ,

No - you missed my direction.

The paragraph is an overly polite way of writing to avoid any semblance of disparaging the other person. As mine was clearly written as a personal anecdote there is no need to qualify your remarks as non-derogatory.

Generally I see people develop those types of phrasing habits when they have negative experiences with misunderstanding in the past. Very common with many PhD’s communicating with MBA’s, sales or production teams. A little overly verbose but carefullly respectful to avoid conflict. It’s a very good habit to have professionally but quite funny when out of context.

circuitfarmer ,
@circuitfarmer@lemmy.sdf.org avatar

The paragraph

Which?

BaroqueInMind ,

Fuck yes. This is the kind of informative wisdom I missed about reddit. Thank you for sharing your knowledge here!

circuitfarmer ,
@circuitfarmer@lemmy.sdf.org avatar

And: fuck spez. Thanks!

Kolanaki , to askscience in Can you safely heat people with microwaves?
@Kolanaki@yiffit.net avatar

Yes. Kinda? There are microwave guns designed for crowd control. I don’t know how commonly they’re used if they are even out of an experimental stage though. They’re not gonna kill you, but they will make you uncomfortable.

10_0 , to memes in the Germ-ans

Buherfly

Cattypat , to linux in Noob Question Thread: Ask Any Questions About Linux!
@Cattypat@lemmy.blahaj.zone avatar

Alright, absolute noob here, I’m not particularly interested in computer science or an OS I have to obsessively research. First, how is gaming on Linux nowadays? I play a lot of games, most of which are not triple-A, so I wonder how accessible this is. Second, what distributions are accessible and still customizable? I have all kinds of peripherals I’d like to be able to use, speaker systems, midi controllers, etc.

DesolateMood ,

Fellow Linux noob, just started using it earlier this year so if someone with more experience wants to weigh in, please do.

That said, gaming on Linux is pretty good. Steam’s proton makes most games playable out of the box, although it’s still a good idea to check Proton DB to see if any particular game you want to play is playable.

As for your other question, I’m not totally sure what you mean by accessible and customizable, but I don’t think any of your peripherals are going to be distro locked. The Arch Wiki is a pretty good resource for, well, everything, but most relevant to you for your peripherals (it also usually gives good information for any distro, not just arch)

comma_egomaniac , (edited )
@comma_egomaniac@midwest.social avatar

Q1: Pretty good! Use ProtonDB to check what games work, and if you need to apply any fixes.

Q2: Linux Mint is the most popular choice for beginners, and it’s extremely easy to use. Other people choose Pop!_OS because it’s apparently better for gaming (I haven’t tried it). However, I think the best distro for gaming, while still being extremely stable, is Nobara (a distro based on Fedora Linux).

Also, practically all Linux distros are customizable, don’t worry about which one’s the best.

P.S: You can browse through the most popular distros here: DistroWatch

(Background: I’ve been obsessively using Linux for four years.)

LucidBoi ,

I can also recommend Zorin OS for a semi-familiar look with a very polished design. Switched to it as my first distro after ditching Windows for good.

Auster ,

About gaming, from my personal experience, it’s overall pretty straight forward. When issues happen, you just got to have patience to read through logs and search up on Google or similar any suspicious parts of the log. Worst part is usually DRM/anticheat, but from what I can gather, usually pretty isolated cases are problematic due to compatibility, usually requiring the devs to go out of their ways to make the DRM incompatible.

As for the distros question, perhaps Linux Mint? It trades off bleeding edge updates for the sake of stability. Just avoid the Debian-based variant of Mint for now as it’s still in beta.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines