diff --git a/ubuntu_install.html b/ubuntu_install.html index cbde95c..24b81b2 100644 --- a/ubuntu_install.html +++ b/ubuntu_install.html @@ -25,38 +25,42 @@

Moving to Ubuntu ...

After first boot!

-

Keyboard Shortcuts

+

Keyboard Shortcuts

-

Update

-

sudo apt update -y && sudo apt upgrade -y

-

Applications from the Archives!

-

sudo apt install neofetch pv ubuntu-restricted-extras tmux tilix apt-transport-https git curl wget cifs-utils timeshift gparted gnome-tweaks gnome-software-plugin-snap gnome-software-plugin-flatpak gnome-shell-extensions

-

Set Applications Defaults

-

sudo update-alternatives --config x-terminal-emulator

+

Add Third-Party App Repos!

+

VSCode

+

sudo sh -c 'echo "deb https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'

+

NordVPN

+

sudo sh -c 'echo "deb https://repo.nordvpn.com//deb/nordvpn/debian stable main" > /etc/apt/sources.list.d/nordvpn.list'

+

Syncthing

+

sudo sh -c 'echo "deb https://apt.syncthing.net/ syncthing stable" > /etc/apt/sources.list.d/syncthing.list'

+

Update

+

sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y

+

Applications from Package Manager!

+

sudo apt install neofetch pv ubuntu-restricted-extras tmux tilix apt-transport-https git curl wget cifs-utils timeshift gparted gnome-tweaks gnome-software-plugin-snap gnome-software-plugin-flatpak gnome-shell-extensions glances nordvpn code syncthing

+

Applications from the Snap Store!

+

sudo snap install spotify bitwarden

Application from the Web!

Joplin

wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash

-

VSCode

-

cd ~/Downloads

-

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg

-

sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/

-

sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'

-

NordVPN

-

cd ~/Downloads

-

bash <(wget -qO - https://downloads.nordcdn.com/apps/linux/install.sh)

-

Snap Store!

-

Bitwarden
-Spotify

+

Set Applications Defaults

+

sudo update-alternatives --config x-terminal-emulator

Custom Mounts

Add a Mount for Network Share

-

sudo mkdir /mnt/userShare && sudo chown shaun:shaun /mnt/userShare

+

sudo mkdir /mnt/userShare && sudo chown shaun:shaun /mnt/userShare

Add Network Share to fstab

# Mount network shared folder on SETLOCK-SERVER (smb://192.168.2.151/userShare) to a user-accessible directory. //192.168.2.151/UserShare /mnt/userShare cifs credentials=/home/shaun/.smbcredentials,uid=1000,gid=1000,nofail,noperm,x-gvfs-show,x-gvfs-name=SETLOCK-SERVER 0 0
+

Other Things

+ \ No newline at end of file diff --git a/ubuntu_install.md b/ubuntu_install.md index d83fe4b..ce8a3df 100644 --- a/ubuntu_install.md +++ b/ubuntu_install.md @@ -2,54 +2,59 @@ ### After first boot! -#### Keyboard Shortcuts +### Keyboard Shortcuts - Close Window: Super+Q - Home Folder: Super+E -#### Update +### Add Third-Party App Repos! -`sudo apt update -y && sudo apt upgrade -y` +*VSCode*
-### Applications from the Archives! -`sudo apt install neofetch pv ubuntu-restricted-extras tmux tilix apt-transport-https git curl wget cifs-utils timeshift gparted gnome-tweaks gnome-software-plugin-snap gnome-software-plugin-flatpak gnome-shell-extensions` +`sudo sh -c 'echo "deb https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'` -### Set Applications Defaults +*NordVPN*
-`sudo update-alternatives --config x-terminal-emulator` +`sudo sh -c 'echo "deb https://repo.nordvpn.com//deb/nordvpn/debian stable main" > /etc/apt/sources.list.d/nordvpn.list'` + +*Syncthing*
+ +`sudo sh -c 'echo "deb https://apt.syncthing.net/ syncthing stable" > /etc/apt/sources.list.d/syncthing.list'` + +### Update + +`sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y` + +### Applications from Package Manager! + +`sudo apt install neofetch pv ubuntu-restricted-extras tmux tilix apt-transport-https git curl wget cifs-utils timeshift gparted gnome-tweaks gnome-software-plugin-snap gnome-software-plugin-flatpak gnome-shell-extensions glances nordvpn code syncthing` + +### Applications from the Snap Store! + +`sudo snap install spotify bitwarden` ### Application from the Web! *Joplin*
`wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash` -*VSCode*
+### Set Applications Defaults -`cd ~/Downloads`
- -`wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg`
- -`sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/`
- -`sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'`
- -*NordVPN*
- -`cd ~/Downloads`
- -`bash <(wget -qO - https://downloads.nordcdn.com/apps/linux/install.sh)`
- -### Snap Store! -*Bitwarden*
-*Spotify*
+`sudo update-alternatives --config x-terminal-emulator` ### Custom Mounts *Add a Mount for Network Share*
-`sudo mkdir /mnt/userShare && sudo chown shaun:shaun /mnt/userShare`
+`sudo mkdir /mnt/userShare && sudo chown shaun:shaun /mnt/userShare` *Add Network Share to fstab*
``` # Mount network shared folder on SETLOCK-SERVER (smb://192.168.2.151/userShare) to a user-accessible directory. //192.168.2.151/UserShare /mnt/userShare cifs credentials=/home/shaun/.smbcredentials,uid=1000,gid=1000,nofail,noperm,x-gvfs-show,x-gvfs-name=SETLOCK-SERVER 0 0 -``` \ No newline at end of file +``` + +### Other Things + +- Set Dark Theme +- Check that Google and Nextcloud Accounts have linked. +- Make sure a useful `~/.mozilla/firefox` has been copied over. \ No newline at end of file