Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 409 Bytes

toolz

In this repository I'll store some random tools that might be of use to other people.

the toolz:

brightness

A SETUID binary that changes the brightness of the backlight.

C version: make brightness

linuxstandby

A SETUID binary that sends linux to sleep.

C version: make linuxstandby-c

Rust version (for when your want to be very careful with SETUID binaries): make linuxstandby-rust