Difference between revisions of "Using Manjaro for Windows users"

Created multiple sections
m (→‎Linux has multiple GUIs: Corrected some minor errors)
(Created multiple sections)
Line 64: Line 64:


== Linux has multiple file systems ==
== Linux has multiple file systems ==
Windows has one file system: NTFS (and if you include the DOS FAT file system it has two.  **²**)
Linux has:
* [https://en.wikipedia.org/wiki/Ext2 EXT2], [https://en.wikipedia.org/wiki/Ext3 EXT3], [https://en.wikipedia.org/wiki/Ext4 EXT4]: If you're unsure, take EXT4 as that is the newest member of that family and the most used Linux File System (FS) on desktops.
* [https://en.wikipedia.org/wiki/Btrfs BtrFS]: "Better FS" is good for servers or if you have a beefy computer and want FS resilience
* [http://en.wikipedia.org/wiki/ReiserFS ReiserFS]
* [http://en.wikipedia.org/wiki/ZFS ZFS]
* ''And even more than you'll ever need''
* ''And guess what?'' Linux can also read and write to [https://en.wikipedia.org/wiki/NTFS NTFS] 👍 although it cannot do CHKDSKs, defrag such volumes nor can it change its permissions 👎 , so *before* you finally wipe  Windows from your machine,''please, please, please''  first convert any NTFS volumes to EXT4 or any other Linux FS you're comfortable with!
{{note|And remember to `mount` (see above) file systems before you access them, because your file manager *might* automount them read-only for you (which is not always what you want/need)😊}} 
== Linux has multiple kernels ==
== Linux has multiple kernels ==
Windows has different versions and each version has its own kernel. So basically Windows has one kernel for Windows 8, one for Windows 10 another for Windows 11, ...
(One of the authors of this wiki distinctly remember saying about Windows Version 1.0: ''Huh, what a piece of crap, that'll go nowhere! Let me buy SideKick instead!'' and history proved him wrong...) 😁
Linux can have multiple [https://en.wikipedia.org/wiki/Kernel_(operating_system kernel]s and please remember that:
* LTS = Long Term Support = ultra-stable
* Stable = Stable ''Development'' Kernel
* RC = Release ''Candidate'' = '''''Unstable''''' development kernel
* Keep an eye out on the End Of Life (EOL) dates for LTS kernels [https://www.kernel.org/category/releases.html here] and for non-LTS kernels [https://www.kernel.org here]
It's always a good idea to have ''at least one'' Long Term Support (LTS) kernel installed
It's always a good idea to have ''at least one'' '''fall-back kernel''' installed. E.G. In the case of 5.10 LTS, that would be 5.4 LTS; in the case of 5.14 Stable, that would be 5.10 LTS; ...
It's '''only''' a good idea to have a non-LTS kernel installed if:
* you have very new hardware and none of the LTS kernels work for you. [["What should I be aware of if I'm not on an  LTS kernel?"]]
* you're a developer and want to test your applications with the latest ''but not necessarily greatest'' kernels out there.
* the whole point of having Manjaro is to test out new things like new kernels and filing bugs with the developers that don't have your technical knowledge.
* to install different kernels, use the `kernel` [https://en.wikipedia.org/wiki/Graphical_user_interface GUI] program or the `mhwd-kernel` [https://en.wikipedia.org/wiki/Command-line_interface) CLI] program.
* E.G. to install the latest LTS kernel at the time of this writing execute:
mhwd-kernel --install linux510
{{note|To compare this to Windows would be to say that if Windows were Linux it would allow you to run the Windows 11 shell on the Windows XP kernel or the other way around or any other bizarre combination *you as the administrator* wanted!👏}} 
== Linux doesn’t have a registry! ==
== Linux doesn’t have a registry! ==
== What’s the difference between BIOS and UEFI? ==
== The terminal is your best friend! ==
== The terminal is your best friend! ==
== This is how you install software in Linux ==
== This is how you install software in Linux ==
Line 72: Line 110:
=== You're part of a community now! ===
=== You're part of a community now! ===
=== What is this 'Upstream' and 'Downstream" business? ===
=== What is this 'Upstream' and 'Downstream" business? ===
== What’s the difference between BIOS and UEFI? ==
== Other tips and tricks ==
== Other tips and tricks ==
<!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting -->
<!-- More Detail for formatter: https://www.mediawiki.org/wiki/Help:Formatting -->
Moderators, translator
286

edits