1
0
Fork 0

flameboi: add step to change timezone

This commit is contained in:
Pratham Patel 2022-08-11 22:42:41 +05:30
parent aed8ae3ce8
commit 9ec3737cea
1 changed files with 8 additions and 1 deletions

View File

@ -17,7 +17,14 @@ sudo hostnamectl set-hostname flameboi
```
### Change the DNS Server
### Set timezone
```bash
sudo timedatectl set-timezone Asia/Kolkata
```
### Set DNS Server
```bash
nmcli connection modify "$(nmcli -g name,device connection show | grep "eth0" | cut -f1 -d":")" ipv4.dns "1.1.1.2,1.0.0.2"