Linux Distribution: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 18: Line 18:
| include many goodies:<br />SMTube, mpv, <br />Youtube video player<br />[https://mxlinux.org/wiki/help-files/help-mx-save-system-to-iso-snapshot/ ISO snapshot].
| include many goodies:<br />SMTube, mpv, <br />Youtube video player<br />[https://mxlinux.org/wiki/help-files/help-mx-save-system-to-iso-snapshot/ ISO snapshot].
|}
|}
* Add the word 'toram' right after the word 'boot=casper' and before 'quiet' then hit F10 or Ctrl+X to boot. [https://calvin.me/create-persistent-ubuntu-16-04-live-usb-even-boots-ram/ Create a persistent Ubuntu USB which boots to RAM]
* [https://en.wikipedia.org/wiki/List_of_Linux_distributions_that_run_from_RAM List of Linux distributions that run from RAM]
* Ubuntu
** Memory usage is 5.4GB according to System Monitor
** When I try to 'Power off' my USB drive through the 'Disks' utility. But I got an error that Device or resource is busy.
** If I forcefully pull out the USB drive, the whole live session is gone. So the conclusion is boot to ram is not fully supported.
** My experience with Ubuntu 20.04/22.04: press "e" and add '''toram''' just before or after "quiet splash" on line 4 (starting with linux) and then press F10. See [https://askubuntu.com/a/829962 screenshots].  
::<syntaxhighlight bash>
setparams 'Ubuntu'
 
        set gfxpayload=keep
        linux  /casper/vmlinuz file=/cdrom/pressed/ubuntu.seed maybe-ubiquity toram quiet splash ---
        initrd  /casper/initrd
</syntaxhighlight>
* [https://en.wikipedia.org/wiki/List_of_Linux_distributions_that_run_from_RAM List of Linux distributions that run from RAM]. Some based on Debian include antiX (#15), Knoppix (#73), Slax and Tails (#31) (ranking is by [https://distrowatch.com/ DistroWatch] as Oct 2021). RAM usage is about 350MB except antiX uses only 125MB.
* [https://en.wikipedia.org/wiki/List_of_Linux_distributions_that_run_from_RAM List of Linux distributions that run from RAM]. Some based on Debian include antiX (#15), Knoppix (#73), Slax and Tails (#31) (ranking is by [https://distrowatch.com/ DistroWatch] as Oct 2021). RAM usage is about 350MB except antiX uses only 125MB.
* For antiX/MX Linux, we need to add [https://www.reddit.com/r/MXLinux/comments/c6llhh/running_entirelypartially_from_ram/ toram] parameter to the option line on the boot screen (tested on antiX-19.4_x64-full.iso).  
* For antiX/MX Linux, we need to add [https://www.reddit.com/r/MXLinux/comments/c6llhh/running_entirelypartially_from_ram/ toram] parameter to the option line on the boot screen (tested on antiX-19.4_x64-full.iso).  

Revision as of 13:06, 28 April 2023

Run from RAM

Dsitro DE/WM Pro
Lubuntu LxQt/Openbox nothing special
Slax NA/fluxbox very thin ito software
very clean itf interface
no installation option
antiX
live default pw: demo
FAQ, Forum
iceWM/IceWM include many goodies:
SMTube, mpv,
Youtube video player
ISO snapshot.
  • List of Linux distributions that run from RAM
  • Ubuntu
    • Memory usage is 5.4GB according to System Monitor
    • When I try to 'Power off' my USB drive through the 'Disks' utility. But I got an error that Device or resource is busy.
    • If I forcefully pull out the USB drive, the whole live session is gone. So the conclusion is boot to ram is not fully supported.
    • My experience with Ubuntu 20.04/22.04: press "e" and add toram just before or after "quiet splash" on line 4 (starting with linux) and then press F10. See screenshots.
setparams 'Ubuntu'

        set gfxpayload=keep
        linux   /casper/vmlinuz file=/cdrom/pressed/ubuntu.seed maybe-ubiquity toram quiet splash ---
        initrd  /casper/initrd
  • List of Linux distributions that run from RAM. Some based on Debian include antiX (#15), Knoppix (#73), Slax and Tails (#31) (ranking is by DistroWatch as Oct 2021). RAM usage is about 350MB except antiX uses only 125MB.
  • For antiX/MX Linux, we need to add toram parameter to the option line on the boot screen (tested on antiX-19.4_x64-full.iso).
    • First boot screen -> Use Legacy Kernel -> Normal Boot (but add "toram" to the Boot Options line at the bottom). So the boot options become "quiet splasht disable=1xF toram". Enter. It will show "Copy 1.33 GiB to RAM" on the screen (about 1 minute).
    • I delete all partitions on HDD and add 2.0TB as "/". Then the installation can continue.
    • After we see the desktop df -h should not reveal /dev/sda1 and it should only have tmpfs and /dev/loop0.
    • I can remove the USB drive.
    • To configure wifi, open antiX Control Centre -> Network -> WiFi Connect(Connman).
    • Somehow, it can remember my identity so I don't need to go to wifi to reconnect. Interesting.
  • What are the best Linux distros that run entirely in RAM?
  • A screenshot of antiX-21 (taken from running in Proxmox, so the res is 1024 x 768/4:3)
AntiX21 mmedia.png

Linux Distro for Your Cloud Server

How to Choose the Right Linux Distro for Your Cloud Server Fedora is the upstream source of Red Hat. CentOS is the downstream source of RHEL.

Debian derived distributions

https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based

MX Linux

Kali

Peppermint

https://peppermintos.com/, https://en.wikipedia.org/wiki/Peppermint_OS

  • Not even any web browser has been pre-installed. "We hope you enjoy - Everything you need & nothing you don't".
  • A light-weight LXDE distribution for cloud applications
  • In place of traditionally native applications for common tasks (word processing, image editing), it ships with the custom Ice application, which allows users to create site-specific browsers (SSB's).
  • From my testing, favicon is not downloaded when I create an SSB for twitter in ICE:)
  • Not impressed by the SSB idea.

Raspberry Pi OS

Gnoppix

Gnoppix Linux 22.12 is out with GNOME 43, Kernel 6.0, + More

Q4OS

SparkyLinux

Twister OS

Whonix OS

Red Hat derived distributions

Fedora

LXQt version looks better than GNOME (the top menu does not show all opened apps!) and KDE (too heavy).

Small/lightweight Linux distributions

Live USB

See Live USB.

10 Best And Most Secure Linux Distributions

https://fossbytes.com/secure-linux-distros-privacy-anonymity/

Kids

How to Configure Linux for Children