Difference between revisions of "Linux"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create local page for Linux notes, move some content from main page to new local page.)
 
m (Remove old content.)
Line 13: Line 13:
 
== [[#top|^]] CONTENT TO REVIEW ==
 
== [[#top|^]] CONTENT TO REVIEW ==
  
 +
<!-- 2025-02-18 REVIEW CONTENT BEGIN -->
 
<br />
 
<br />
 
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 . . .
 
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 . . .
Line 36: Line 37:
 
**  https://lubuntu.net/lubuntu-18-04-bionic-beaver-released/
 
**  https://lubuntu.net/lubuntu-18-04-bionic-beaver-released/
  
 
+
<!-- 2025-02-18 REVIEW CONTENT END -->
 
 
<!-- comment -->
 
 
 
=== [[#top|^]] lists of Linux distribution releases ===
 
 
 
<ul>
 
*  [https://access.redhat.com/articles/3078 Red Hat Enterprise releases]
 
</ul>
 
 
 
  
 
<!-- comment -->
 
<!-- comment -->
Line 60: Line 52:
  
 
</pre>
 
</pre>
 
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 17:55, 18 February 2025

Linux notes

 

^ Linux Distributions

ArchLinux installation guide:

^ 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


^ 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