320
edits
Line 217: | Line 217: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
192.168.??.??:8080 | 192.168.??.??:8080 | ||
</syntaxhighlight> | |||
In order to adjust the screen brightness use the below command to write a value into the brightness file. Adjusting the number ‘128’ to a lower value will reduce the brightness of the screen. | |||
<syntaxhighlight lang="bash"> | |||
sudo sh -c ‘echo “128”>/sys/class/backlight/rpi_backlight/brightness’ | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits