Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kali linux time settings

timedatectl list-timezones | grep Africa
sudo timedatectl set-timezone Africa/Accra

## To turn time synchronization on or off, use the respective command below
sudo timedatectl set-ntp on
# or
sudo timedatectl set-ntp off

## If you’d like to set the system clock to some arbitrary date and time,
## ensure that time synchronization is off, then run this and replace with prefrences

sudo date -s "10 JAN 2021 12:00:00"

Comment

PREVIOUS NEXT
Code Example
Shell :: recover git stash clear 
Shell :: uninstall brew from mac 
Shell :: git diff of a file 
Shell :: how to open windows powershell 
Shell :: importerror no module named numpy ubuntu 
Shell :: pyinquier install 
Shell :: Running a local script on a remote machine (or remote on local) 
Shell :: locate redis.conf on ununtu / linux 
Shell :: bash cd || exit 
Shell :: reset to commit 
Shell :: linux command to delete direcoty with specified name recursivel 
Shell :: powershell array index 
Shell :: UnicodeDecodeError 
Shell :: running wordpress locally with valet 
Shell :: win10 trashcan location 
Shell :: how to open a .sh file 
Shell :: ssh command 
Shell :: windows workspace shortcut 
Shell :: enale scp in ubuntu 
Shell :: bash zip file without parent directory 
Shell :: vue telephone number 
Shell :: run command every hour linux 
Shell :: docker compose recreate 
Shell :: git commit with message 
Shell :: how to kill process in linux 
Shell :: wget - 
Shell :: install rabbitmq in ubuntu 20.04 
Shell :: ubuntu change primary group 
Shell :: odoo 14 install ubuntu 20.04 
Shell :: how to overwrite main branch git 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =