Ubuntu 24.04 Desktop LTS
Adjust screen brightness
Must turn off setting for automatic "Dim Screen". Go to Settings > Power > Power Savings > Turn off the "Dim Screen" setting. Otherwise these commands will not adjust permenantly.
Adjust the screen brighntess:
sudo bash -c 'echo VALUE > /sys/class/backlight/intel_backlight/brightness
I recently did:
sudo bash -c 'echo 3000 > /sys/class/backlight/intel_backlight/brightness
View current screen brighness
cat /sys/class/backlight/intel_backlight/brightness
Max screen brighness:
cat /sys/class/backlight/intel_backlight/max_brightness
Install libreOffice
from terminal:
sudo apt install libreoffice
Install visual studio code:
- Step 1: Go to https://code.visualstudio.com/
- Step 2: download .deb file
- Step 3: navigation to /downloads in terminal and run
sudo dpkg -i code_1.91.1-1720564633_amd64.deb