1
0

Automatic commit performed through alias...

This commit is contained in:
Shaun Setlock
2020-12-21 22:37:23 -05:00
parent 22a6e070f2
commit 8a0d5473bb
2 changed files with 26 additions and 2 deletions

View File

@@ -25,8 +25,17 @@
<body class="vscode-body vscode-light">
<h1 id="moving-to-ubuntu-">Moving to Ubuntu ...</h1>
<h3 id="after-first-boot">After first boot!</h3>
<h4 id="keyboard-shortcuts">Keyboard Shortcuts</h4>
<ul>
<li>Close Window: Super+Q</li>
<li>Home Folder: Super+E</li>
</ul>
<h4 id="update">Update</h4>
<p><code>sudo apt update -y &amp;&amp; sudo apt upgrade -y</code></p>
<h3 id="applications-from-the-archives">Applications from the Archives!</h3>
<p><code>sudo apt install neofetch pv ubuntu-restricted-extras tmux tilix apt-transport-https git curl wget cifs-utils timeshift gparted</code></p>
<p><code>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</code></p>
<h3 id="set-applications-defaults">Set Applications Defaults</h3>
<p><code>sudo update-alternatives --config x-terminal-emulator</code></p>
<h3 id="application-from-the-web">Application from the Web!</h3>
<p><em>Joplin</em><br></p>
<p><code>wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash</code></p>