Difference between revisions of "Linux - Distributions"
Jump to navigation
Jump to search
(Created page with "= Linux Mint = * [https://linuxmint.com/ Mint] ** [https://blog.linuxmint.com/?p=3867 LMDE 4] = SparkyLinux = * [https://sparkylinux.org/ SparkyLinux] ** Release 5.11 is base...") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = Linux Mint = | + | ==Linux Mint== |
− | |||
− | |||
− | + | *[https://linuxmint.com/ Mint] | |
− | * [https:// | + | **[https://blog.linuxmint.com/?p=3867 LMDE 4] |
− | ** | + | ***[[Switching over to LMDE]] |
− | + | **[[Linux Mint 20 Cinnamon (First impressions)|Mint 20 (First impressions)]] | |
− | |||
− | |||
− | |||
− | |||
− | *** | ||
− | |||
− | ** [ | ||
− | = | + | ==SparkyLinux== |
− | |||
− | + | *[https://sparkylinux.org/ SparkyLinux] | |
− | * [ | + | **Release 5.11 is based on Debian Buster |
− | ** [ | + | **Doesn't seem to like ESXi very much. (Have to fiddle in BIOS to get VMs to boot from ISO) |
+ | ***Ah Ha! Turn off secure boot... | ||
+ | **Has an annoying password setup that hates my password policies. | ||
+ | **ifconfig only available with sudo... WTF? | ||
+ | **no vi??? | ||
+ | ***Install vim | ||
+ | ****<code>sudo apt install vim</code> | ||
+ | ****(Still need to figure out why vim on SparkyLinux acts weird over SSH when you try to paste from the clipboard...) | ||
+ | **No MySQL available in the repository??? | ||
+ | ***FFS! | ||
+ | ***The good folks at Debian have decided to eliminate MySQL... | ||
+ | ***[https://tecadmin.net/install-mysql-server-on-debian9-stretch/ How To Install MySQL on Debian 9 (Stretch)] | ||
+ | **'''RESEARCH:''' How do I open a folder as '''root''' in the default file browser? | ||
+ | ***Looks to be Thunar 1.8.4 | ||
+ | *** | ||
− | = | + | ==Debian== |
− | + | [https://www.debian.org/ Debian Linux] | |
− | + | [https://unix.stackexchange.com/questions/118965/how-to-create-a-debian-live-usb-with-persistence How to create a Debian live USB with persistence?] | |
− | = | + | ==Tiny Core== |
− | + | [http://tinycorelinux.net/ Tiny Core Linux] | |
− | = Other Stuff = | + | *[http://tinycorelinux.net/concepts.html Core Concepts] |
− | * [https://busybox.net/about.html BusyBox] | + | *[http://tinycorelinux.net/install.html Frugal Install Tiny Core Linux] |
+ | |||
+ | Actually runs fairly well in Wyse Terminals... | ||
+ | |||
+ | ==Haiku== | ||
+ | |||
+ | *[https://www.haiku-os.org/ Haiku OS] | ||
+ | |||
+ | =Puppy= | ||
+ | |||
+ | *[http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm Puppy] | ||
+ | **[http://puppylinux.org/wikka/tahrpup Tahrpup] | ||
+ | |||
+ | ==MX Linux== | ||
+ | |||
+ | *[https://mxlinux.org/ MX Linux] | ||
+ | |||
+ | ==Kali== | ||
+ | |||
+ | ==Linux From Scratch== | ||
+ | |||
+ | *[https://en.wikipedia.org/wiki/Linux_From_Scratch Linux From Scratch] | ||
+ | |||
+ | ==Other Stuff== | ||
+ | |||
+ | *[https://busybox.net/about.html BusyBox] |
Latest revision as of 15:14, 4 April 2021
Contents
Linux Mint
SparkyLinux
- SparkyLinux
- Release 5.11 is based on Debian Buster
- Doesn't seem to like ESXi very much. (Have to fiddle in BIOS to get VMs to boot from ISO)
- Ah Ha! Turn off secure boot...
- Has an annoying password setup that hates my password policies.
- ifconfig only available with sudo... WTF?
- no vi???
- Install vim
sudo apt install vim
- (Still need to figure out why vim on SparkyLinux acts weird over SSH when you try to paste from the clipboard...)
- Install vim
- No MySQL available in the repository???
- FFS!
- The good folks at Debian have decided to eliminate MySQL...
- How To Install MySQL on Debian 9 (Stretch)
- RESEARCH: How do I open a folder as root in the default file browser?
- Looks to be Thunar 1.8.4
Debian
How to create a Debian live USB with persistence?
Tiny Core
Actually runs fairly well in Wyse Terminals...