Skip to content

Instantly share code, notes, and snippets.

@krsntn
Last active August 3, 2020 15:27
Show Gist options
  • Select an option

  • Save krsntn/a866472cd6572b2c88f91d3533ec9c80 to your computer and use it in GitHub Desktop.

Select an option

Save krsntn/a866472cd6572b2c88f91d3533ec9c80 to your computer and use it in GitHub Desktop.

Ubuntu

Change Username

usermod -l <newname> -d /home/<newname> -m <oldname>

Change Hostname

sudo vim /etc/hostname // change the name inside
sudo vim /etc/hosts // change the name inside

Change password

passwd

Swap CapsLock to Ctrl

/usr/bin/setxkbmap -option "ctrl:nocaps"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment