Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change brightness ubuntu 20.04

# xrandr will list the displays you have connected eg HDMI-0 or DP-0 ...
xrandr 
# here's an example of changing an HDMI display 
# I have connected to 90% brightness
xrandr --output HDMI-0 --brightness 0.90
# --output is for the name of display
# --brightness is brightness ratio with 1.0 being 100%
Comment

PREVIOUS NEXT
Code Example
Shell :: check node version 
Shell :: react native installation 
Shell :: git bypass hook 
Shell :: download snap store for kali linux 
Shell :: check status smb linux 
Shell :: list active services ubuntu 
Shell :: how to uninstall vpython 
Shell :: choco install python 
Shell :: git revert to commit hash 
Shell :: conda install tabula 
Shell :: install lighttpd 
Shell :: github remove env file from history 
Shell :: apache google 2fa 
Shell :: sudo apt-get -y install postgresql 
Shell :: pwd as string powershell 
Shell :: bash script check if enough available disk space 
Shell :: install GTK 3.0 on fedora 
Shell :: i forgot the wsl ubuntu root user password 
Shell :: node upgrade mac os x 
Shell :: shebang 
Shell :: git remove cache 
Shell :: get files in directory bash 
Shell :: how to install pytorch in conda cpu 
Shell :: wsl windows 
Shell :: git reset to latest commit 
Shell :: E: Unable to locate package libboost-signals-dev 
Shell :: docker exec logs 
Shell :: node-gyp error on windows 10 
Shell :: bash: /proc/sys/vm/drop_caches: Permission denied 
Shell :: force logrotate linux 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =