25 lines
305 B
Markdown
25 lines
305 B
Markdown
---
|
|
title: "Void Linux Basics"
|
|
tags: [ "Documentation", "distros" ]
|
|
---
|
|
|
|
# vkpurge
|
|
|
|
Old Void kernels are left on the boot partition. List them with:
|
|
|
|
> vkpurge list
|
|
|
|
Remove one with:
|
|
|
|
> vkpurge 2.8.2_4
|
|
|
|
Remove all but the latest with:
|
|
|
|
> vkpurge rm all
|
|
|
|
|
|
# Brightness
|
|
/sys/class/backlight/*/brightness
|
|
|
|
|