Format Nama Pengguna Ubuntu

Ubuntu only accepts usernames based on the following rules:

- Must start with a lowercase letter
- May only contain lowercase letters, underscore (_), and dash (-)
- May optionally end with a dollar sign ($)

( Ubuntu's regular expression for usernames is ^[a-z][-a-z0-9_]*\$ )
Powerful Penguin