
เป็นเรื่องที่ผมมักจะทำเฉพาะตอน Setup เครื่องครั้งแรกเท่านั้น แล้วก็จะลืมไป เลยขอจดไว้หน่อย
Current user: root
Create new user
>adduser robert
>usermod -aG sudo robert
จบเรื่อง user
Setup basic firewall
>ufw app list
>ufw allow OpenSSH
>ufw enable
>ufw status
ขอบคุณบทความจาก https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04

When I plug the Logitech Unify USB receiver into the laptop, My windows can’t install that USB driver
the first step I'm trying to install the Logitech Options application but the driver is not installed too
I found the solution by an answer in Reddit (this link) by installing the Logitech SetPoint application
Can download from the Logitech website http://support.logitech.com/en_us/software/setpoint
After installing SetPoint the “Logitech Cordless Device” is has installed device driver
ps. I’m don’t know why that driver not coming with the Logitech Options application

จดไว้กันลืม บางทีก็มีความจำเป็นต้องเขียน Go ให้สร้าง HTTP request ไปยัง API service ที่มีการใช้ HTTPS แบบ Self signed certification
ถ้าจะเขียนแบบใช้ module HTTP client request
Thank you this solution from Matthias via How to do a https request with bad certificate