Difference between revisions of "Linux"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Remove old content.)
m (Test in-page link syntax.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<center>
 
<center>
 +
<font size="5">
 
Linux notes
 
Linux notes
 +
</font>
 
</center>
 
</center>
  
Line 7: Line 9:
 
== [[#top|^]] Linux Distributions ==
 
== [[#top|^]] Linux Distributions ==
  
 +
List of a few more popular Linux distributions:
 +
 +
<ul>
 +
*  [[Linux#.5E_ArchLinux|ArchLinux]]
 +
*  Debian
 +
*  Mint
 +
*  Ubuntu
 +
</ul>
 +
 +
Berkely State Unix derivatives:
 +
 +
<ul>
 +
*  NetBSD
 +
*  OpenBSD
 +
</ul>
 +
 +
<span id="nn_anchor_arch_linux></span>
 +
 +
== [[#top|^]] ArchLinux ==
 +
 +
<ul>
 
ArchLinux installation guide:
 
ArchLinux installation guide:
  
 
*  https://www.linux.org/threads/getting-started-with-arch-linux-a-beginners-installation-guide.53535/
 
*  https://www.linux.org/threads/getting-started-with-arch-linux-a-beginners-installation-guide.53535/
 +
 +
</ul>
 +
<!-- odne komentar -->
  
 
== [[#top|^]] CONTENT TO REVIEW ==
 
== [[#top|^]] CONTENT TO REVIEW ==
Line 41: Line 67:
 
<!-- 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 18:04, 18 February 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


^ 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