Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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