So anyway, welcome to computing 101, first you're going to create a new folder for your stuff. So let's do this, grab the mouse, and;
Right click->watch ad->New Folder
Mr Bob! The mouse bit me and now I can't stop the commercials!
This is a most excellent place for technology news and articles.
So anyway, welcome to computing 101, first you're going to create a new folder for your stuff. So let's do this, grab the mouse, and;
Right click->watch ad->New Folder
Mr Bob! The mouse bit me and now I can't stop the commercials!
Sounds like they’re reaching feature parity with Apple and Google. Both already do that so I’m not surprised. I never use Microsoft’s App Store so I’ll never see them.
Windows really is the worst OS. You pay 150$ for the license when you buy a laptop with it pre-installed and then on top of that, they spy on you and also show you ads.
Linux is free, does not spy on you and does not show any ads.
I've recently made the switch over to LinuxMint and I was shocked. Installing a popular Linux Distro is EASIER than installing Windows 10/11 at this point. Seriously. The Linux installer is super noob friendly, very quick and straight to the point, it doesn't need you to create an online account and you don't need be wary of accidentally giving any corporation the rights to steal your data.
And all the software I use (Steam, Discord, Spotify, Firefox, Thunderbird, ...) were all downloadable from the GUI Installer and worked right away OUT OF THE BOX. No fiddling in any Terminal was required.
Seriously, it's easier than installing Windows at this point.
Installing Linux has never been particularly difficult, not in the last 15 or even 20 years anyway. I've always found it easier and more straightforward than the contemporary Windows installation process.
The challenging part is wrapping your head around the Linux/Unix way of doing things when things can't be done through the GUI with just a few clicks.
I know the filesystem is simple to Linux users, but the semantic form of physical drives getting a letter always made more sense to me.
I have three drives in my computer. So they're labeled C:, D:, and E:. You can't place a file on "The Computer" - it's stored on some particular drive. If I install a game on the E drive, and then later somehow remove that drive and bring it somewhere else, that game remains on that drive, even if it's no longer E.
On Linux, as best I understand it, if I have three drives, two of them are at /dev/hdd0 and hdd1. But they're not actually there, they're accessed at /media/hdd0 after mounting them (or at least, that's the convention, and if it's someone else's computer, good luck). Then you either begin every game installation path with that annoying prefix, or you start configuring a dozen symlinks. If you place an item in /home/documents/notporn, then who knows which drive it's on because you don't know what symlinks someone set up to make that folder.
Windows does have symlinks too now, which has been nice for hacking a few installation directories, but I appreciate that it's an exception, and everything else follows relatively logical division of space, rather than this hybrid system where the filesystem isn't just stored files but also devices, programming concepts, and more.
I know the filesystem is simple to Linux users, but the semantic form of physical drives getting a letter always made more sense to me.
That's one of the things that semi-experienced Windows users need to wrap their head around, but I strongly disagree that drive letters are somehow inferior to a hierarchical file system structure. I mean, the A:, B:, C: ... convention was originally just intended for the first IBM PC with 1 or 2 floppy drives. It was never intended to support complex storage configurations, whereas the hierarchical file system was designed for Unix systems that had to handle multiple magnetic drives from the start. It is a much more flexible system to organize your file storage.
On Linux, as best I understand it, if I have three drives, two of them are at /dev/hdd0 and hdd1. But they’re not actually there.
That's because there is a difference between a block device and a mounted file system. Windows just obscures that difference from you with its archaic drive mapping system.
All your block devices and partitions on your block devices will be in /dev
with a meaningful name. You can list them with the lsblk
command. If a partition contains a file system that Linux knows how to use, you can mount it anywhere you like.
they’re accessed at /media/hdd0 after mounting them
No that's not "convention" at all. Some desktop environments may decide to mount undefined drives there, but there really is no convention, ultimately you mount it where you want it to be mounted.
If you place an item in /home/documents/notporn, then who knows which drive it’s on because you don’t know what symlinks someone set up to make that folder.
If your unsure, df /home/documents/notporn
should tell you exactly what drive it's on, but ultimately it's up to you to know how you've organized your storage.
BTW I've said this before, but Linux is probably harder for users who know Windows just well enough to be dangerous than it is for relative beginners, because there are so many concepts and things they take for granted that they have to unlearn.
So just to help a little bit without getting too technical...
df -h
is your friend to find out which physical drive or partition relates to which directory (called the "mount point")
If you want, you can set up each drive/partition to be mounted a bit Windows-esque.
For example:
/
/mnt/d/
/mnt/e/
And so on.
You'll need to look up fstab
to understand how to do that.
I understand it's tricky to get your head around initially as I felt exactly the same coming from Windows to Linux.
Once you get your head around partitions being able to be mounted anywhere, it actually becomes really handy
I think about this sometimes. What stuff can't you do in a Linux GUI that an average person would be able to do in Windows? For the sake the simplicity, lets limit the GUI to Cinnamon, Plasma, or Gnome.
Obviously, there are obscure GUIs out there, but in the main ones, I think just about everything can be done without CLI.
I'd amend that to say I wouldn't count "regedit" or group policy muck to be "easy" by virtue of having "a gui". Those are areas where technically there's GUI that might be CLI-only under Linux, but hardly friendly enough to make a difference.
I'm so done with companies claiming my house for their ads.
It's my house i decide what makes it in as i pay the rent and i bought these devices, so fuck off.
The last Windows 10 update automatically installed copilot without asking. Immediately deleted that shit
Thank you for letting me know. I will too.
A friend said it didn't for him, but for me it was in slot 1 of the taskbar
It's not on mine yet.
So some a/b testing maybe