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.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

yianiris , in Stop being elitist, spread Linux!
@yianiris@kafeneio.social avatar

Not MS but IBM, created a front 13y ago called RedHat, financed it with consulting subcontracts installing RHEL,Fedora,Debian everywhere, to steer all Desktop/GUI development to depend on it, and when it all met its goals bought it to create its mass consumed system to compete with MS.

Very few attempt to maintain desktop functionality without systemd today, and upstreamers just quitely conformed to the "market'.

@jackpot @octopus_ink

jackpot OP ,
@jackpot@lemmy.ml avatar

and will this ever be fixed or?

leanleft , in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
@leanleft@lemmy.ml avatar

important tldr summary: “Many Windows 10 computers do not meet the Windows 11 system requirements”

leanleft , in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
@leanleft@lemmy.ml avatar

i pretty much dont give a fuck what companies do.
except its hella destructive/wastefull to the environment… and also will probably drive up the price of computers for everyone.

birdcat , in Stop being elitist, spread Linux!
@birdcat@lemmy.ml avatar

id really like to use linux, but not before this is working. i dont understand how you linux people can live witout ahk.

BangersAndMash ,

Auto Hot Key, that’s something I haven’t heard of in a while. Probably because it’s not as essential in a Linux environment when you can more easily accomplish most of what you’d accomplish using AHK in a shell script. What problem are you trying to solve using AHK? Someone might be able to tell you how to solve it.

birdcat ,
@birdcat@lemmy.ml avatar

mostly just abbreviations like

:*:ty-::Thank you very much

I know its possible in linux. but on windows in ahk it takes me seconds to add/remove/deactivate/activate them. and on a good working day do that maybe 20 to 50 times. and they are all in one single file.

i also use it for simple shortcuts or things like

:R*?:ddd:: FormatTime, CurrentDateTime, dd.MM.yy SendInput %CurrentDateTime% return

or stuff like search selected text in search engine X or Y; but if selected in program A, then use search engine Z or open program B and enter it there. but those are the most complicated ones i use and dont need quick changing.

pathief ,
@pathief@lemmy.world avatar

Check out keyd, might be what you are looking for. I used it to customize dead keys.

jackpot OP ,
@jackpot@lemmy.ml avatar

???

pbjamm ,
@pbjamm@beehaw.org avatar

Needs more ? because the parent comment is truly baffling.

0485919158191 , (edited )
@0485919158191@lemmy.world avatar

Anything you can do with AHK you can do with Python. No need for ahk on Linux tbh.

cmat273 , in Considering Starting Linux

Debian! As far as hardware you’d probably have an easier time with an AMD GPU but otherwise most everything works. Get intel wifi if you can/want wifi.

TGhost , in How can i rsync over my network without using ssh?
@TGhost@lemmy.dbzer0.com avatar

Ansible is the way for you I guess

NegativeLookBehind ,
@NegativeLookBehind@kbin.social avatar

That’s just SSH with extra steps

(But I agree)

Or just remove the pass phrase from the key…

neosheo OP ,
@neosheo@discuss.tchncs.de avatar

I’ve tried it before but i want a situation where i dont need to use the ssh agent. I think i’m gonna go with using rrsync

Pantherina , in New laptop time. Thinkpad recommendations?

Gonna drop Novacustom/System76 here. Laptops with open firmware are key

MachineFab812 , in who can continue?

Dice rolls, all the way down. You’ll eventually try more of those other packages “you don’t need” in your quest to make your Linux system look and feel how you want, but first you’ve gotta start with something to get a feel for: “I like this bit, but not this other bit, can I change that?” Generally, yes.

If you’re demanding to be told the right way, there’s TempleOS for that, or Mac, or Windows, or hell, how about RedStarOS?

aesc , in Considering Starting Linux
@aesc@lemmy.sdf.org avatar

But literally any PC that’s within your budget. OK maybe that’s not true, there might still be some crap WiFi cards out there with weird firmware that don’t support Linux very well. Find an older name-brand PC within your budget. Before buying it Google “[make and model] Linux WiFi” and see whether there’s tons of complaints about the WiFi. If not, go ahead and get it, put Ubuntu or Linux Mint on there, start banging out JavaScript projects, profit.

GustavoM , in Considering Starting Linux
@GustavoM@lemmy.world avatar

Even a smol potato like the Orange pi zero 3 (which -still- has zero linux support) can run Linux, so don’t worry about it.

SmoochyPit , in Stop being elitist, spread Linux!

I think GNU/Linux (What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux.) is a great fit for non-technical people when they don’t have an established workflow on another OS. If their needs can’t easily be translated over, though, I think it’d turn users away.

Cwilliams ,

Well, one of the benefits of Linux is that it’s extreme customizability allows you to emulate whatever workflow you want. I think that Zorin OS has the right idea of asking what workflow you want to use. This way, even a noobie use can feel at home

BaumGeist ,

I want to open the internet but its not on my desktop. How do I get it back? Also, what happened to my C drive? All the files are gone now, and there’s all these other ones I don’t need called like “lib” and “home.” I tried using that app store you showed me, but I couldn’t find microsoft word; it tried to install something else instead, I think I might have a virus. It’s probably that “wine” virus I tried installing, some guide on the internet said it would give me word, but it didn’t bring word back. I don’t think it did anything, but you should still do a virus scan. I tried to, but I couldn’t find the Norton button.

check the Downloads folder, OfficeInstaller(1).exe through OfficeInstaller(12).exe

It worked before you messed with it. Why did you do that? What do you mean you were “installing word” it’s just a program you click, why’d you need that black window with text in it?

try to teach them about the terminal

I shouldn’t have to learn all this hacker shit to install a simple program.

TL;DR: you overestimate what “noobie” means

solidgrue , in How can i rsync over my network without using ssh?
@solidgrue@lemmy.world avatar

netcat?

Nibodhika ,

I love this answer because it’s exactly what he’s asking, but absolutely what he shouldn’t do hahahaha.

Anyone wondering, go to a computer and type nc -lp PORT > file (Replacing PORT with the port you want to use), now go to a different computer and type nc IP PORT < FILE (Replacing IP and Port with the IP from the first machine and the PORT you ran on the command there, and FILE with a file you want to copy). Congratulations, you just copied a file from one machine to another without using SSH.

matcha_addict ,

What’re the downsides? I’m sure it’s very insecure. Is it faster?

solidgrue ,
@solidgrue@lemmy.world avatar

Sends in the clear, no error checking, the nc command is promiscuous while its bound to the port. No crypto or compression to slow you down. Just a raw pipe of bytes

Its a bad idea, part of the forbidden codex known only to old, irreverent graybeards who know better but don’t care anymore. There are better ways that are both more reliable and better practice.

You might want to look into using passwordless SSH keys within your script (see ssh -i) which isn’t the most secure.practice on multiuser systems, but is Okayish in Devops and backups. Add other factors like aggressive allowed hosts settings on the receiver, and rotate the keys regularly.

solidgrue ,
@solidgrue@lemmy.world avatar

You can pipe tar through it too.

Receiver: nc -lp 12345 | tar xf -
Sender: tar cf - . | nc 192.168.0.123 12345

Also dd if you’re moricated to image over the network.

I mean, he asked…

merthyr1831 , in Damn Small Linux 2024

What is it that makes a distro ISO so small? Or maybe a better way of putting it: How come a Linux ISO can be multiple gigabytes in size?

EveryMuffinIsNowEncrypted , in Has anyone here built a Beowulf Cluster?
@EveryMuffinIsNowEncrypted@lemmy.blahaj.zone avatar

“Beowulf cluster” sounds like what one would call a totally rad type of nebula grouping. 🤙

bbbhltz , in New laptop time. Thinkpad recommendations?
@bbbhltz@beehaw.org avatar

My current personal laptop is a ThinkPad 13 2nd Gen. I believe it was released in 2017. It was my work laptop for 4 years and was gifted to me by the employer. During those 4 years as a work laptop it proved its worth—9 hours of teaching per day plugged into a projector. Once it was mine I slapped Linux on it. Today, the battery still lasts 10 hours.

So, definitely look into getting something used. You probably don’t need the best of the best. If I had to choose right now I would rank my needs and try to get something close enough.

An i3 or equivalent might be fine, and i7 might be overkill. Something with an i5, perhaps? Lots of people say 8GB is the minimum for RAM, my computer has 6GB and works. But, if I were going to buy today I might take 16GB just as future-proofing. I would also need that USB-C.

Browse around sites like linux-hardware.org before purchasing to make sure you don’t get any surprises.

Speaking of surprises, I would take anything with Nvidia just in case, and whatever model I take would need to be reparable or upgradable.

If you decide on buying new, you might as well take a look at the vendors mentioned by other users. System76, Slimbook, Framework, StarBook, and so on will hurt your wallet a bit, but at least you know the hardware won’t result in time lost troubleshooting.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines