Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meszaros-lajos-gyorgy/linux-stuff
Issues or questions I come across with linux and their solutions
https://github.com/meszaros-lajos-gyorgy/linux-stuff
Last synced: 11 days ago
JSON representation
Issues or questions I come across with linux and their solutions
- Host: GitHub
- URL: https://github.com/meszaros-lajos-gyorgy/linux-stuff
- Owner: meszaros-lajos-gyorgy
- Created: 2024-11-26T08:30:12.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-06T23:52:59.000Z (12 days ago)
- Last Synced: 2025-01-07T00:32:28.173Z (12 days ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Linux stuff for my computer
## Distro stack
- currently using Linux Mint 22 (Wilma)
- which is based on Ubuntu 24.04 (Noble Numbat)
- which is based on Debian 13 (Trixie)
- using Linux kernel 6.8## Show GRUB/boot options for Linux
Press the right \[shift\] key during the splash screen
## Get current Debian version
Run `cat /etc/debian_version`
Also: https://askubuntu.com/a/445496/429828