On the other hand, the CLIt is something he’ll never get to master.
deleted by creator
That’s the joke.
I’ll just ask chatgpt instead of being told LMGTFY and RTFM
Rtfm?
“Read The Fucking Manual” (sometimes seen as “Read the Fscking Manual”) I remember saying it back in the day when I was annoyed that the answer could be found in the documentation while someone is asking others what something means, how it works, or having a common problem.
I now see it as quite pretentious of a reply and I now don’t reply if I can’t also be helpful.
why spend time googling dozens of half-related forum issues when chatgpt can average all those half-related issues in one plausible-looking reply. just think of the time saved.
Hey don’t bash Excel, it can run Linux too, although heavily stripped Risc-V version.
They made a RISC-V version of Excel???
Nope, Linux kernel used in that tech demo is for RISC-V architecture
Just use Libre office. If you are doing anything bigger than that start a SQL server instead
I find it amussing that tech bros think the average home user will care… They’ll keep using Win 10 like nothing has changed. I knew people still happily using XP in 2014…
Support for mine ended the day I unplugged it from the net 4 years ago
This is absolutely top tier
Well of course, you’re the eXpErT!
Can you draw 7 red lines strictly perpendicular some with blue ink and some with green ink, or not?
Nope!
Let’s not rush into any hasty answers. The task has been set and needs to be carried out.
I don’t have green ink, will red rink suffice?
How’s this?
Mhm…
why are some lines not red? The task was 7 red lines strictly perpendicular in the form of kittens. Some with blue ink some with green ink.
Sorry, you are out of credits to generate this response, please purchase more to continue.
awwwwww :/
True story… Loaded Linux on my machine to learn. Dual boot wouldn’t recognize Windows despite many efforts. Then Linux cinnamon crashed and i had to nuke the whole thing. Still won’t deter me.
Windows is the virus.
I’m kind of surprised at the number of people taking this post seriously.
Half the people at my local LUG would espouse beliefs like this post unironically.
Lemmy is SRS BUZINESS!!!
Yeah? No looking it up, give me a bash script for a ping scan of a subnet with a 24 bit mask.
#!/bin/bash
for i in 0…254; do ping -c 4 10.0.0.$i &; done
wait
Throwing that many background tasks at once is a little risky, but awesome
nmap -sn x.x.0.0/24 I think, was a while. Pure coincidence how I know.
Edit: no, it’s one less x because 16 is the middle.
That’s not a bash script silly.
Just add
before the code from above.
Dang.
Close!
#!/bin/bash
ping 255.255.255.0 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.0’
ping 255.255.255.1 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.1’
ping 255.255.255.2 > checker &
sleep 5
kill “$!”
grep unreachable checker || echo ‘255.255.255.2’
…
Did I do it coach? 😭
You get an A for effort!
As a linux user myself, this is kind of cringe to be honest.
It is a meme? 😒😒😒
This may be a shock, but… Some memes are cringe.
No, it’s a very serious post that has to be taken literally.
Autism intensifies
I use both, and I understand the whole TPM thing and why they’re requiring it…
I think this is very cringe.
Linux has its uses, and benefits. But I see a lot of Windows stuff through my work.
Sudo apt install edge
You mean
flatpak install flathub com.microsoft.Edge
?Wait is that real? Why would anyone do that? Omg…I’m gonna vomit brb
I used to like edge. It was a much better choice over chrome and IE.
Isn’t edge just IE ported to Chromium?
It used to not use Chromium at all.
Yea back when windows 10 was just peeking out it seemed great
I think at least few years ago it was much better for laptops if you cared about your laptop’s battery life (on Windows). Not sure how it’s nowadays, or if it works the same way on Linux.
I think in the end, if you need Chromium-based browser and want something that is supported by bigger corporation for some reason, you need to decide which company you hate more and use competitor’s product.
That’s a pretty sweet sword I hope it doesn’t need to see any action
Don’t worry, much like the person wielding it, it will never see any action.