Ubuntu Cơ bản

Author: - Posted: 14/04/22 - Update: 04/09/23

// Xem user hiện tại
$ whoami // Single liner to create a sudo user with home directory and password.
$ useradd -m -p $(openssl passwd -1 ${PASSWORD}) -s /bin/bash -G sudo ${USERNAME}

*. Một số config cơ bản

1. Icon chỉ hiện thị trên Dock của màn hình đang bật

isolate-monitors = true