this post was submitted on 19 Sep 2023
184 points (90.4% liked)

Linux

47172 readers
1066 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

edit: hey guys, 60+ comments, can't reply from now on, but know that I am grateful for your comments, keep the convo going. Thank you to the y'all people who gave unbiased answers and thanks also to those who told me about Waydroid and Docker

edit: Well, now that's sobering, apparently I can do most of these things on Windows with ease too. I won't be switching back to Windows anytime soon, but it appears that my friend was right. I am getting FOMO Fear of missing out right now.

I do need these apps right now, but there are some apps on Windows for which we don't have a great replacement

  1. Adobe
  2. MS word (yeah, I don't like Libre and most of Libre Suit) it's not as good as MS suite, of c, but it's really bad.
  3. Games ( a big one although steam is helping bridge the gap)
  4. Many torrented apps, most of these are Windows specific and thus I won't have any luck installing them on Linux.
  5. Apparently windows is allowing their users to use some Android apps?

Torrented apps would be my biggest concern, I mean, these are Windows specific, how can I run them on Linux? Seriously, I want to know how. Can wine run most of the apps without error? I am thinking of torrenting some educational software made for Windows.



Let me list the customizations I have done with my xfce desktop and you tell me if I can do that on Windows.

I told my friend that I can't leave linux because of all the customization I have done and he said, you just don't like to accept that Windows can do that too. Yeah, because I think it can't do some of it (and I like Linux better)

But yeah, let's give the devil it's due, can I do these things on Windows?

  1. I have applications which launch from terminal eg: vlc would open vlc (no questions asked, no other stuff needed, just type vlc)
  2. Bash scripts which updates my system (not completely, snaps and flatpaks seem to be immune to this). I am pretty sure you can't do this on Windows.
  3. I can basically automate most of my tasks and it has a good integration with my apps.
  4. I can create desktop launchers.
  5. Not update my system, I love to update because my updates aren't usually 4 freaking GB and the largest update I have seen has been 200-300 mbs, probably less but yeah, I was free to not update my PC if I so choose. Can you do this on Windows? And also, Linux updates fail less often, I mean, it might break your system, but the thing won't stop in the middle and say "Bye Bye, updates failed" and now you have to waste 4GB again to download the update. PS: You should always keep your apps upto date mostly for security reasons, but Linux won't force it on you and ruin your workflow.
  6. Create custom panel plugin.

  1. My understanding is that the Windows terminal sucks? I don't know why, it just looks bad.

I am sure as hell there are more but this is at the top of my mind rn, can I do this on Windows. Also, give me something that you personally do on Linux but can't do it on Windows.

you are viewing a single comment's thread
view the rest of the comments
[–] django@discuss.tchncs.de 94 points 11 months ago (3 children)
  • boot from a btrfs snapshot
  • run docker without running a second kernel
  • boot an older kernel, in case something fails
  • run the system completely without a gui, to save video RAM for other tasks
  • distro hopping
  • use multiple desktop environments
  • use your computer without a mouse
  • create a directory named CON
  • use old hardware painlessly
  • have your system not spy on you without extra effort
  • create weird stacks of software raid, volume manager, disk encryption and filesystems and then boot from it
  • read the kernel developer mailing list and be hyped for new kernel features like bcachefs, which will hopefully come someday
[–] Naich@kbin.social 18 points 11 months ago* (last edited 11 months ago) (1 children)

[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo Click

Can you play Bash Roulette in Windows?

Seriously, you can hack it with one liners and scripts to do anything. I know you can do scripting with windows, but it just doesn't have the sheer number of nifty little tools. The Linux philosophy has always been "do one thing and do it well", so you can chain the simple but powerful tools together and knock up a little script to do something amazingly useful in seconds.

[–] skullgiver@popplesburger.hilciferous.nl 16 points 11 months ago* (last edited 9 months ago) (1 children)

[This comment has been deleted by an automated system]

[–] siipale@sopuli.xyz 0 points 11 months ago (1 children)

Powershell seems like too much writing to do a simple thing. Is there some kind of auto-complete available?

Hitting tab for autocomplete works. There are also tons of aliases out of the box (Get-Item becomes gi,? becomes Where-Object, % becomes ForEach-Object).

If you're interested, give it a try. It'll work on just about anything that runs the dotnet framework.

I don't like the verbose names, but on the other hand the scripts and copy/paste snippets from the internet are much easier to read and the alias system fixes a lot.

[–] sneaky_b45tard@feddit.de 8 points 11 months ago (3 children)
  • run the system completely without a gui, to save video RAM for other tasks
  • use your computer without a mouse

To be fair you can do these things with Windows too. There is a Windows server core edition without GUI.

[–] xigoi@lemmy.sdf.org 10 points 11 months ago (1 children)

But can you call it Windows if there are no windows?

[–] hydroel@lemmy.world 17 points 11 months ago

Microsoft Wall™

[–] IphtashuFitz@lemmy.world 2 points 11 months ago (1 children)

So you have to completely reinstall Windows if you want to get rid of the GUI on an existing system?

On Linux just edit a file & reboot…

[–] brick@lemm.ee 2 points 11 months ago (1 children)

Linux is definitely the superior choice for someone who would decide that they wanted a GUI when they installed the system and then change their mind later.

[–] django@discuss.tchncs.de 2 points 11 months ago

I can switch without rebooting, so I may change my mind several times a day. I actually boot without gui by default and then start sway by hand. Usually after starting updates in a terminal multiplexer.

[–] django@discuss.tchncs.de 1 points 11 months ago

Interesting, I don't know much about current windows, so this did not cross my mind. But you have to install a separate OS for this and can't just decide to stop your display manager I guess? So playing games and running without GUI would require to different installations?

[–] floofloof@lemmy.ca 6 points 11 months ago* (last edited 11 months ago) (1 children)

I am an idiot. I've heard a lot about bcachefs and I only just realized the name is about a cache, not a bunch of cooks.

[–] django@discuss.tchncs.de 5 points 11 months ago

Knowing that it originates from bcache probably helps to prevent this confusion.