translator
1,001
edits
(→Linux doesn’t have a registry!: created section) |
m (small changes, 1 error, 1 linebreak, 1 hint) |
||
Line 10: | Line 10: | ||
== Windows has drives, Linux has a hierarchical file system == | == Windows has drives, Linux has a hierarchical file system == | ||
So Windows | So Windows has drives: | ||
* The C:-drive generally contains Windows and sometimes data | * The C:-drive generally contains Windows and sometimes data | ||
* The D:-drive (if present) contains data and hardly ever contains Windows itself. | * The D:-drive (if present) contains data and hardly ever contains Windows itself. | ||
Line 57: | Line 56: | ||
* Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system. | * Don't install the Gnome Editor (`gedit`) on KDE but use `kate` instead because `gedit` will pull in a ton of libraries (and functionality) of Gnome which will bloat your system. | ||
* Don't install 2 DEs for one user: | * Don't install 2 DEs for one user: | ||
* You ''can'' have different DEs | * You ''can'' have different DEs on a single computer | ||
* Each user can have their own DE | * Each user can have their own DE | ||
* '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier. | * '''Having 2 DEs for one user is a recipe for disaster as one single configuration file might be used by 2 DEs for wildly different functionality''' and untangling this Gordian knot will be so complex that a reinstall is always easier. | ||
Line 70: | Line 69: | ||
* [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/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 | * [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/ReiserFS ReiserFS] | ||
* [http://en.wikipedia.org/wiki/ZFS ZFS] | * [http://en.wikipedia.org/wiki/ZFS ZFS] | ||
* ''And even more than you'll ever need'' | * ''And even more than you'll ever need'' | ||
Line 125: | Line 124: | ||
{{UserCmd|command=example command should be here}} | {{UserCmd|command=example command should be here}} | ||
<s>If you use commands wit results you may use:</s> | |||
{{UserCmdOutput|command=command|result=result}} | |||
<!-- If you use code, it should be like below example(a space before that) --> | <!-- If you use code, it should be like below example(a space before that) --> | ||
Example codes should be here. | Example codes should be here. |