UbuntuSetup: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
(rewrite based on latest install)
m (Drew moved page Ubuntu17.10Setup to UbuntuSetup: Update as using 20.04)
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Install Main Apps=
=Install Main Apps=
Run install script from [https://github.com/drew-holt/ubuntu-setup-bash/blob/master/drew-8570w_u1710setup.sh]
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo apt-get update
wget https://raw.githubusercontent.com/drew-holt/ubuntu-setup-bash/master/drew-8570w_setup.sh
sudo apt-get upgrade -y
chmod 755 drew-8570w_setup.sh
sudo apt-get dist-upgrade
./drew-8570w_setup.sh | tee -a setup-$(date '+%Y-%m-%d-%H.%M.%S%z').log
</syntaxhighlight>


sudo apt-get install -y etckeeper
= Installers needing extra config =
* KeyBase [https://keybase.io]
<syntaxhighlight lang=bash>
run_keybase
</syntaxhighlight>


cd /etc
* Insync [https://www.insynchq.com/downloads]
sudo etckeeper init
<syntaxhighlight lang=bash>
 
insync start ### do some magic here so we don't have to resync 200GB of google drive
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y \
keepass2 gnome-tweak-tool chrome-gnome-shell `#tools` \
vim vim-scripts vim-runtime vim-doc curl xd \
lm-sensors p7zip-full exfat-utils exfat-fuse encfs libimage-exiftool-perl `#systools` \
ubuntu-restricted-extras gimp audacity vlc vlc-plugin-fluidsynth ffmpeg atomicparsley `#media` \
openjdk-8-jdk icedtea-8-plugin `#java` \
openssh-server fail2ban `#daemon` \
openvpn network-manager-openconnect-gnome network-manager-openvpn-gnome `#network-client` \
rdesktop freerdp2-x11 xtightvncviewer sshpass qbittorrent wireshark nmap nikto chkrootkit wavemon namebench apache2-utils mailutils `#netutils` \
virtualenv python2.7-examples python-pip `#python` \
build-essential `#build-tools` \
xchat pidgin `#chatapps` \
ansible `#automation`
 
unset DEBIAN_FRONTEND
</syntaxhighlight>
</syntaxhighlight>


* Chrome, verify Google Hangouts
* Chrome [https://www.google.com/chrome/]
* Atom [https://atom.io/]
* Atom [https://atom.io/]
** atom-beautify
* Slack [https://slack.com/downloads/linux]
** linter-flake8
* Skype [https://www.skype.com/en/get-skype/skype-for-linux/]
** linter-pep8
* Oracle JDK 8 [https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04]
** autocomplete-python
* Docker [https://docs.docker.com/install/linux/docker-ce/ubuntu/#upgrade-docker-ce]
** django-templates
* awscli [https://aws.amazon.com/cli/]
** script-runner
* youtube-dl (pip) [https://rg3.github.io/youtube-dl/]
** teletype
* nvm ''requires '''/bin/bash --login''' or fixed shell'' [https://github.com/creationix/nvm]
* rvm ''requires '''/bin/bash --login''' or fixed shell'' [https://github.com/rvm/ubuntu_rvm Ubuntu RVM Instructions]


= Next =
== Install Manually ==
* sqlitebrowser
* VirtualBox (script this?) [https://www.virtualbox.org/]
* youtube-dl (via pip)
* Vagrant (script this?) [https://www.vagrantup.com/]
* VirtualBox [https://www.virtualbox.org/]
* ChefDK (script this) [https://downloads.chef.io/chefdk]
* Vagrant [https://www.vagrantup.com/]
 
** vagrant plugin install vagrant-berkshelf
= When needed =
** vagrant plugin install berkshelf
* Terraform [https://www.terraform.io/]  
* Terraform [https://www.terraform.io/]
* KeyBase [https://keybase.io]
* DropBox [https://dropbox.com]
* Docker [https://docs.docker.com/install/linux/docker-ce/ubuntu/]
* Insynq [https://www.insynchq.com/downloads]
* Synergy
* Gitter
* Gitter
* Ramlog or equivalent for SSD
* Ramlog or equivalent for SSD
* nvm
* gvm for golang
* gvm for goland
* Studio 3T MongoDB Browser [https://studio3t.com/download/]
* rvm [https://github.com/rvm/ubuntu_rvm Ubuntu RVM Instructions]
* Studio 3T (mongodb browswer) (https://studio3t.com/download/)
* Oracle Java 8 (if needed)
* IntelliJ [https://www.jetbrains.com/idea/download/]
* Android Studio [https://developer.android.com/studio/index.html]
* Android Studio [https://developer.android.com/studio/index.html]
* Eclipse [https://www.eclipse.org/]
* Eclipse [https://www.eclipse.org/]
* NetBeans [https://netbeans.org/downloads/]
* NetBeans [https://netbeans.org/downloads/]
* DropBox (only if needed for work)
* PyCharm [https://www.jetbrains.com/pycharm/download/#section=linux]
* PyCharm [https://www.jetbrains.com/pycharm/download/#section=linux]
* IntelliJ [https://www.jetbrains.com/idea/download/]


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Line 74: Line 57:


=Configure misc=
=Configure misc=
= After initial install =
==Configure SSH keys==
Create new ones or replenish from vault.
 
==Configure GPG keys==
Pull from vault, set git config
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo apt-get install -y
gpg --import drewholt-private-2018.03.01.key
sudo update-alternatives --set editor /usr/bin/vim.basic
gpg --edit-key {KEY} trust quit
</syntaxhighlight>
 
git config --global user.signingkey 7A27C99359698874


==Disable Popcorn==
vi ~/.gnupg/gpg.conf:
<syntaxhighlight lang=bash>
default-key 2018-03-01
dpkg-reconfigure popularity-contest
</syntaxhighlight>


==Set passwordless sudo==
gpg -d somefile.tar.xz.pgp | tar -tJ
<syntaxhighlight lang=bash>
visudo:
username ALL=(ALL) NOPASSWD: ALL
</syntaxhighlight>
</syntaxhighlight>
== Dash to Dock ==
https://extensions.gnome.org/extension/307/dash-to-dock/


==  Set gnome-screenshot default save directory ==
==  Set gnome-screenshot default save directory ==
?
?
== Gnome3 Fix alt+tab to move across windows and not just grouped apps ==
 
Application Launcher > Settings > Keyboard
==Set default downloads directory to Desktop==
* Under Navgiation, Set Switch Windows to alt+tab and replace. Yes to confirm override of "Switch Applications"
command for firefox, chrome, qbit, skype, slack, hangouts, etc


== Gnome Tweak Tool ==
== Gnome Tweak Tool ==
<syntaxhighlight lang=bash>
Install and configure extensions (done via script).
TopIcons-plus - for Insync, Slack, Skype icons
* Dash to Dock [https://extensions.gnome.org/extension/307/dash-to-dock/]
Extension update notifier
* TopIcons-plus [https://extensions.gnome.org/extension/1031/topicons/] - for Insync, Slack, Skype icons
Freon
 
Status area horizontal spacing
==Gmail to handle mailto: links==
$ ~/.local/share/gnome-shell/extensions
Partially scripted.
sudo apt-get install chrome-gnome-shell
 
* restart GNOME Shell (Alt+F2, r, Enter) and enable the extension through gnome-tweak-tool.
https://developers.google.com/web/updates/2012/02/Getting-Gmail-to-handle-all-mailto-links-with-registerProtocolHandler
</syntaxhighlight>


==Maybe Snaps==
==Maybe Snaps==

Latest revision as of 01:12, 7 September 2021

Install Main Apps

Run install script from [1]

wget https://raw.githubusercontent.com/drew-holt/ubuntu-setup-bash/master/drew-8570w_setup.sh
chmod 755 drew-8570w_setup.sh
./drew-8570w_setup.sh | tee -a setup-$(date '+%Y-%m-%d-%H.%M.%S%z').log

Installers needing extra config

run_keybase
insync start ### do some magic here so we don't have to resync 200GB of google drive

Install Manually

  • VirtualBox (script this?) [13]
  • Vagrant (script this?) [14]
  • ChefDK (script this) [15]

When needed

  • Terraform [16]
  • Gitter
  • Ramlog or equivalent for SSD
  • gvm for golang
  • Studio 3T MongoDB Browser [17]
  • Android Studio [18]
  • Eclipse [19]
  • NetBeans [20]
  • DropBox (only if needed for work)
  • PyCharm [21]
  • IntelliJ [22]
drew@drew-8570w:~$ snap list
Name                  Version                  Rev   Developer      Notes
core                  16-2.29.4.2              3604  canonical      core
drive                 current                  22    fireeye        -
juju                  2.3.1                    3106  canonical      classic
kubectl               1.9.0                    266   canonical      classic

Configure misc

Configure SSH keys

Create new ones or replenish from vault.

Configure GPG keys

Pull from vault, set git config

gpg --import drewholt-private-2018.03.01.key
gpg --edit-key {KEY} trust quit

git config --global user.signingkey 7A27C99359698874

vi ~/.gnupg/gpg.conf:
default-key 2018-03-01

gpg -d somefile.tar.xz.pgp | tar -tJ

Set gnome-screenshot default save directory

?

Set default downloads directory to Desktop

command for firefox, chrome, qbit, skype, slack, hangouts, etc

Gnome Tweak Tool

Install and configure extensions (done via script).

  • Dash to Dock [23]
  • TopIcons-plus [24] - for Insync, Slack, Skype icons

Gmail to handle mailto: links

Partially scripted.

https://developers.google.com/web/updates/2012/02/Getting-Gmail-to-handle-all-mailto-links-with-registerProtocolHandler

Maybe Snaps

drew@drew-8570w:~$ snap list
picard                1.4.2                    2     pachulo        -
spotify               1.0.70.399.g5ffabd56-26  5     spotify        -
sqlitebrowser-casept  3.9.1                    2     casept         -
vault                 v0.9.0                   236   snapcrafters   -
vscode                1.19.1-1513676564        22    flexiondotorg  classic