Difference between revisions of "Linux"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Incremental organization to Linux distro notes.)
m (Create link to soon to be local page.)
 
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:
  
 
<ul>
 
<ul>
*  ArchLinux
+
[[Linux#.5E_ArchLinux|ArchLinux]]
 
*  Debian
 
*  Debian
 
*  Mint
 
*  Mint
*  Ubuntu
+
[[Ubuntu_notes|Ubuntu]]
 
</ul>
 
</ul>
  
Line 26: Line 26:
  
 
<span id="nn_anchor_arch_linux></span>
 
<span id="nn_anchor_arch_linux></span>
 +
 
== [[#top|^]] ArchLinux ==
 
== [[#top|^]] ArchLinux ==
  
Line 61: Line 62:
 
*  https://itsfoss.com/lightweight-linux-beginners/  Distros Peppermint, Lubuntu . . . Puppy Linux, Tinycore
 
*  https://itsfoss.com/lightweight-linux-beginners/  Distros Peppermint, Lubuntu . . . Puppy Linux, Tinycore
 
**  https://lubuntu.net/lubuntu-18-04-bionic-beaver-released/
 
**  https://lubuntu.net/lubuntu-18-04-bionic-beaver-released/
 +
 +
2025-04-30
 +
 +
*  https://gcore.com/learning/how-to-determine-file-creation-date-in-linux
 +
 +
*  https://dev.to/devnenyasha/linux-first-your-step-by-step-devops-foundation-guide-485k?
  
 
<!-- 2025-02-18 REVIEW CONTENT END -->
 
<!-- 2025-02-18 REVIEW CONTENT END -->
Line 66: Line 73:
 
<!-- comment -->
 
<!-- comment -->
  
=== [[#top|^]] Create Linux install drive from iso ===
+
== [[#top|^]] Create Linux install drive from iso ==
  
 
Iso to USB thumb drive details at https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal . . .
 
Iso to USB thumb drive details at https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal . . .

Latest revision as of 23:24, 4 June 2025

Linux notes

 

^ Linux Distributions

List of a few more popular Linux distributions:

Berkely State Unix derivatives:

    • NetBSD
    • OpenBSD

^ ArchLinux

^ CONTENT TO REVIEW


Following section holds links to some commonly used server and desktop Linux distributions, available for download as install isos and sometimes as minimal net install isos. After these full-scale distros are listed some of the smaller distributions of Linux and supporting softwares. These smaller distros appear to be a good starting point for learning how to design and build embedded Linux systems . . .

- 2017-11-30 -

- 2017-12-08 -

- 2018-08-24 - 32-bit and light-weight Linux distros

2025-04-30


^ Create Linux install drive from iso

Iso to USB thumb drive details at https://askubuntu.com/questions/372607/how-to-create-a-bootable-ubuntu-usb-flash-drive-from-terminal . . .

Excerpt from AskUbuntu article:

sudo umount /dev/sdb
sudo dd if=/path/to/ubuntu.iso of=/dev/sdb bs=1M