From 9ec3737ceafe0c95ebcaa7c5f24ddbf247cb3562 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 11 Aug 2022 22:42:41 +0530 Subject: [PATCH] flameboi: add step to change timezone --- content/posts/flameboi.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/posts/flameboi.md b/content/posts/flameboi.md index 00db417..def5157 100644 --- a/content/posts/flameboi.md +++ b/content/posts/flameboi.md @@ -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"