Skip to content

ultreson/ubuntu-initial-setup

Repository files navigation

html version of this README

  • sudo ufw allow from 192.168.0.0/16 enable local connections
  • sudo ufw allow ssh enable ssh
  • sudo apt update updates repositories
  • sudo apt dist-upgrade upgrades packages to latest version
  • sudo apt install ubuntu-restricted-extras $(check-language-support) installs Microsoft fonts, extra media decoders and missing translations
  • Install packages I need from under packages.sh
  • Start firefox
    • login to firefox sync
    • enable bookmark bar
  • sudo snap install --classic code installs VSCode
  • SSH
  • git
    • generate ssh -> add ssh github, add ssh gitlab
    • git config --global user.name "ultreson" -> git config --global user.email "ultreson@outlook.com" -> git config --global core.editor vim -> git config credential.helper store

References

About

My task list after intalling Ubuntu

Resources

Stars

Watchers

Forks

Contributors