Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux set date timezone

# To view timezone
timedatectl

# list all available timezones
timedatectl list-timezones

# update timezone
sudo timedatectl set-timezone your_time_zone
Comment

how to change timezone in linux

sudo timedatectl set-timezone America/New_York
Comment

change time linux

date -s “YYYY-MM-DD HH:MM:SS”
timedatectl set-time “YYYY-MM-DD HH:MM:SS”
hwclock -w
Comment

PREVIOUS NEXT
Code Example
Shell :: git commands cheat sheet pdf 
Shell :: git pull recursive 
Shell :: kubectl run ubuntu 
Shell :: Bitbucket Cloud recently stopped supporting account passwords for Git authentication 
Shell :: delete evicted pods 
Shell :: vite new project 
Shell :: set upstream git 
Shell :: create a new repo 
Shell :: delete all git ignored files 
Shell :: pkg_resources.DistributionNotFound: 
Shell :: stop valet auto srart in mac 
Shell :: comment installer le mkpasswd sur ubuntu 
Shell :: git list last marge 
Shell :: Target Packages (main) 
Shell :: msiexec wait until finished powershell 
Shell :: bash script mapfile with find 
Shell :: split command in linux 
Shell :: jq print all fields except 
Shell :: cheat.sh github 
Shell :: delete all files in terminal 
Shell :: sls install plugin 
Shell :: microsoft ofice activeting code 
Shell :: pushing to 2 repositories 
Shell :: upload large file to remote server in linux 
Shell :: ubuntu fresh install deps 
Shell :: missing package statement intellij 
Shell :: guardar vi 
Shell :: Create bash BACKUP 
Shell :: git add symlink alias link file folder 
Shell :: labview regex multiple lines 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =