forked from andonome/lk
add headers to lk
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "basics"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
# Motherboard Information
|
||||
|
||||
> sudo dmidecode
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "brightness"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
# Brightness
|
||||
/sys/class/backlight/*/brightness
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "keymaps"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
Find easy-to-read keymapping lists in `/usr/share/X11/xkb/keycodes/symbols/pc`.
|
||||
|
||||
If this doesn't work, try keymaps.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "xmodmap"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
Ensure you're not stuck in CAPS on mode:
|
||||
|
||||
> xmodmap -e 'clear Lock'
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "monitor"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
See screen size
|
||||
|
||||
> xrandr -q
|
||||
|
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: "printers"
|
||||
tags: [ "Documentation", "hardware" ]
|
||||
---
|
||||
# Cups: The Common Unix Printing System
|
||||
|
||||
Configure cups at /etc/cups/supsd.conf, or visit the local webpage at http://localhost:631 if you want to use the Apple interface, otherwise, it's the printing daemon.
|
||||
|
Reference in New Issue
Block a user