Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to know screen resolution linux

$ xrandr | fgrep '*'
Comment

linux cli see screen resolution

// On X.org (Tested on Debian Buster)
xrandr | grep current | cut -d" " -f8-10 | cut -d"," -f1
Comment

PREVIOUS NEXT
Code Example
Shell :: count number of files linux command 
Shell :: turn on bluetooth ubuntu terminal 
Shell :: wifi password from command prompt 
Shell :: Although GNOME Shell integration extension is running, native host connector is not detected 
Shell :: uninstall foxit reader ubuntu 18.04 
Shell :: gcloud get projects 
Shell :: avro for ubuntu 
Shell :: GIT - Cleaning ignored file when .gitignore added after changes 
Shell :: Install Plank Dock in ubuntu 
Shell :: git ignore not working 
Shell :: update cocoapods version mac 
Shell :: database already registered 
Shell :: command not found: create-next-app 
Shell :: delete minikube linux 
Shell :: undo last git commit 
Shell :: linux memory cache clear 
Shell :: docker tail logs 
Shell :: Failed to install gems via Bundler. 
Shell :: Advanced SystemCare 
Shell :: macos install chromium 
Shell :: install firebase-tools globally yarn 
Shell :: git change master to main 
Shell :: git load all submodules 
Shell :: pip install scraperapiclient 
Shell :: pm2 rename app 
Shell :: conda install tensorflow windows 
Shell :: hardhat shorthand 
Shell :: permission denied: ./deploy.sh 
Shell :: how to run ubuntu in docker 
Shell :: remove orphan packages arch linux 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =