Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:core_concepts_explained [2016/05/09 00:45] – [dCore Concepts explained] nitram | dcore:core_concepts_explained [2024/07/17 04:51] (current) – Link correction - dCore welcome page bernhard |
---|
dCore, like Tiny Core, uses standard technologies common to all Linux distributions in an ingenious way. A layman's understanding of these concepts helps understand the necessary steps for setting-up and managing a dCore installation. This simplified explanation cuts some technical corners and is meant to outline Tiny Core Linux to new users. | dCore, like Tiny Core, uses standard technologies common to all Linux distributions in an ingenious way. A layman's understanding of these concepts helps understand the necessary steps for setting-up and managing a dCore installation. This simplified explanation cuts some technical corners and is meant to outline Tiny Core Linux to new users. |
| |
===== Linux operating system ===== | ===== Linux Operating System ===== |
To operate a modern computer, one needs an [[https://en.wikipedia.org/wiki/Operating_system|operating system]],in our case [[https://en.wikipedia.org/wiki/Linux|Linux]]. More precisely, we use the Linux [[http://en.wikipedia.org/wiki/Kernel_%28operating_system%29|kernel]] but that is not all it takes. The kernel operates your computer, that is it manages the hardware components including RAM, video, network, input devices like keyboard or mouse, hard-disks, USB- and other interfaces etc. Furthermore, it keeps an eye on files, users and permissions (and of course does a lot more work, too). | To operate a modern computer, one needs an [[https://en.wikipedia.org/wiki/Operating_system|operating system]],in our case [[https://en.wikipedia.org/wiki/Linux|Linux]]. More precisely, we use the Linux [[http://en.wikipedia.org/wiki/Kernel_%28operating_system%29|kernel]] but that is not all it takes. The kernel operates your computer, that is it manages the hardware components including RAM, video, network, input devices like keyboard or mouse, hard-disks, USB- and other interfaces etc. Furthermore, it keeps an eye on files, users and permissions (and of course does a lot more work, too). |
| |
Due to its very frugal nature, dCore makes use of [[http://en.wikipedia.org/wiki/BusyBox|BusyBox]] to provide shell and system tools. The shell provided by BusyBox is [[http://en.wikipedia.org/wiki/Almquist_shell|Ash]] (Almquist shell). It is "virtually" POSIX-compatible does not provide all the extras of other shells like Bash or Dash. | Due to its very frugal nature, dCore makes use of [[http://en.wikipedia.org/wiki/BusyBox|BusyBox]] to provide shell and system tools. The shell provided by BusyBox is [[http://en.wikipedia.org/wiki/Almquist_shell|Ash]] (Almquist shell). It is "virtually" POSIX-compatible does not provide all the extras of other shells like Bash or Dash. |
| |
**[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore wiki welcome page]]** | **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** |
===== dCore specifics ===== | ===== dCore Specifics ===== |
Running from RAM yields some interesting consequences which mostly revolve about the fact that the root file system used is not only minimal but also ephemeral in the sense that any change to it will be only written to RAM but not back to the initrd archive on disk. | Running from RAM yields some interesting consequences which mostly revolve about the fact that the root file system used is not only minimal but also ephemeral in the sense that any change to it will be only written to RAM but not back to the initrd archive on disk. |
| |
The '/home' and '/opt' directories can be included in the persistent storage or also put somewhere on a regular file system to make it persistent. The latter avoids (de-)compressing the full home folder at every bootup or shutdown. | The '/home' and '/opt' directories can be included in the persistent storage or also put somewhere on a regular file system to make it persistent. The latter avoids (de-)compressing the full home folder at every bootup or shutdown. |
| |
**[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore wiki welcome page]]** | **[[https://wiki.tinycorelinux.net/doku.php?id=dcore:welcome|> Return to the dCore Wiki Welcome page]]** |