Skip to content

luizhp/ubuntu-after-install-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Ubuntu after-install setup Bucket List

"What I need to do after Ubuntu Linux installation"

Installation

Just clone and you're ready to go

How to use

Review the files before using them, check if apply to you

Contents

Core installation ./install-workstation.sh

Gnome settings ./gnome-settings.sh

Prompt-bash cp -r ./bash-prompt/ ~/

Tmux configuration files cp -r ./tmux/ ~/

Steps after ubuntu installation

  1. At Online accounts signin to Ubuntu Single Sign-on and Google services

  2. At Software Apps signin to Ubuntu Single Sign-on and Snap

  3. Run Core installation

    ./install-workstation.sh
  1. Run Gnome settings
    ./gnome-settings.sh
  1. Reboot

  2. Settings

    • (Dual Monitor) Select prefered device sound output
    • Set your system avatar
    • Adjust gnome shell terminal preferences
    • Mount your Samba, DLNA and other network resources
  3. Google Chrome

    a. Authentication and Syncing

    b. Disable Google Chrome from background at systemtray

    c. Install gnome extensions

    d. Pin favorite tabs

    e. Put Google Keep Note app at Apps and Desktop

  4. Google Earth Pro

    • Setup resolution
    • Import custom KML files
  5. Generate SSH keys

    a. ssh-keygen -t rsa -b 4096 -C "customname"

    b. sudo gedit /home/$USER/.ssh/id_rsa.pub

    • Copy and paste at Github SSH Keys
  6. Git

    git config --global user.name "my-username"
    
    git config --global user.email "my@email"
    
  7. Visual Studio Code

    a. Settings Sync from Shan Khan

    • Setup from Github's Gist
    • Download settings
  8. Telegram

    a. Put telegram-desktop to start automatically at Startup Apps

    Name: Telegram-desktop
    Command: telegram-desktop -startintray
    
  9. Signal

    a. Put signal-desktop to start automatically at Startup Apps

    Name: Signal-desktop
    Command: signal-desktop --use-tray-icon --start-in-tray
    
  10. VLC

  11. Postman

  12. Virtualbox

  13. konversation

  14. gnucash

  15. HP Linux Imaging and Printing

    a. Download HPLIP Driver

    b. Install

    c. Disable Annoying HP System Tray Service at Startup Apps

  16. tor-browser

    a. Download https://www.torproject.org/download/

    b. Extract and copy to proper folder

    sudo mv tor-browser/ /opt/
    cd /opt/tor-browser
    ./start-tor-browser.desktop
    

    c. Copy start-tor-browser.desktop file to desktop, adjust paths if necessary

  17. Android-Studio

    a. Already pre-installed by Core installation, need to finish installation

    b. After installing, exit

    c. Return to click on configure >> plugins and install Flutter and Dart

  18. Flutter

    • Download and Install Flutter following instructions
  19. MongoDB Compass

  20. Robo 3T

    • Download and Install Robo 3T following instructions
  21. Prompt-Bash

    cp -r ./bash-prompt/ ~/
    
  22. tmux

    cp -r ./tmux/ ~/
    

Contributing

Contributions are always welcome! 👊

You can reach me out at Twitter @luizhp

About

"What I need to do after Ubuntu Linux installation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages