Skip to content

Instantly share code, notes, and snippets.

@miftahafina
Last active July 18, 2020 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miftahafina/60afea05c02e7c92fe3d5ef0993fb317 to your computer and use it in GitHub Desktop.
Save miftahafina/60afea05c02e7c92fe3d5ef0993fb317 to your computer and use it in GitHub Desktop.
Things you should do after installing Ubuntu 20.04
Install zsh
Install chrome
Install gnome shell integration for chrome
https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep/related
sudo apt install gnome-tweaks
Install dash to panel gnome extension
https://extensions.gnome.org/extension/1160/dash-to-panel/
For development env only!
after installing mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password ente';
FLUSH PRIVILEGES;
sudo apt install mlocate
sudo updatedb
if using yarn for global
https://stackoverflow.com/questions/40317578/yarn-global-command-not-working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment