Difference between revisions of "Linux"
m (Linux notes, add link to commands to query file creation time.) |
m (→^ CONTENT TO REVIEW) |
||
Line 66: | Line 66: | ||
* https://gcore.com/learning/how-to-determine-file-creation-date-in-linux | * 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 --> |
Latest revision as of 14:58, 30 April 2025
Linux notes
Contents
^ Linux Distributions
List of a few more popular Linux distributions:
- ArchLinux
- Debian
- Mint
- Ubuntu
Berkely State Unix derivatives:
- NetBSD
- OpenBSD
^ ArchLinux
-
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 . . .
- Ubuntu Linux supported releases, 32-bit and 64-bit
- https://launchpad.net/ubuntu/+archivemirrors . . . Ubuntu package mirrors
- 2017-11-30 -
- 2017-12-08 -
- 2018-08-24 - 32-bit and light-weight Linux distros
- https://itsfoss.com/lightweight-linux-beginners/ Distros Peppermint, Lubuntu . . . Puppy Linux, Tinycore
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