apt update && apt upgrade && apt dist-upgrade
apt install unattended-upgrades apt-transport-https && dpkg-reconfigure unattended-upgrades
Install Firefox Nightly:
add-apt-repository ppa:ubuntu-mozilla-daily/ppa
apt install firefox-trunk
Install the 1Password X Firefox addon and login.
Next, signin to Firefox Sync.
Go into the Firefox preferences. Under General and Browsing, select Use autoscrolling (or set general.autoScroll
to true
in about:config
).
Note for the future: If scrolling becomes laggy, try this solution.
Configure the following settings in about:config
:
middlemouse.paste
to false
.gfx.webrender.all
to true
.media.ffmpeg.vaapi.enabled
to true
.beacon.enabled
to false
.browser.safebrowsing.downloads.remote.enabled
to false
(also do that for Thunderbird).Get rid of the Amazon integration by running: apt purge ubuntu-web-launchers
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf -P ~/.fonts
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf -P ~/.fonts
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf -P ~/.fonts
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -P ~/.fonts
fc-cache -f -v
apt install zsh
chsh -s /bin/zsh
systemctl stop cups-browsed && systemctl disable cups-browsed
(1)apt install gnome-tweak-tool
gsettings set org.gnome.shell.extensions.dash-to-dock autohide false && gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false && gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false
Mitigate SKS key server problems:
~/.gnupg/gpg.conf
, ensure there is no line starting with keyserver
. If there is, remove it.keyserver hkps://keys.openpgp.org
to the end of ~/.gnupg/dirmngr.conf
.TODO: Investigate parcimonie.sh.
For fun, set the NTP servers used to the ones offered by the PTB (1):
In /etc/systemd/timesyncd.conf
, uncomment the #NTP=
line and change it to: NTP=ptbtime1.ptb.de ptbtime2.ptb.de ptbtime3.ptb.de
Force a re-sync using systemctl restart systemd-timesyncd
and finally check that the servers have been set correctly using systemctl status systemd-timesyncd.service
.
Generate an SSH key using ssh-keygen -o -a 100 -t ed25519
(see here). Upload the corresponding public key to: GitLab, GitHub
Import the SSH key from Seafile.
Install the SSH server: apt install openssh-server
and set the following directives in /etc/ssh/sshd_config
:
PermitRootLogin no
PasswordAuthentication no
UseDNS no
In /etc/ssh/ssh_config
, comment out the following directive to disable forwarding the locale to remote servers:
# SendEnv LANG LC_*
and disable known_hosts
hashing:
HashKnownHosts no
Then, restart the SSH server: service ssh restart
Install the Firefox addon and make sure the shell integration is installed: apt install chrome-gnome-shell
Install the following extensions:
apt install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
)Configure Dash to Panel as follows: Under Position and Multi-monitor options, enable Isolate monitors and disable Display favorite applications on all monitors. Under Style, set the Panel Size to 40. Under Behavior, disable Show favorite applications, disable Show Applications button, enable Isolate Workspaces and enable Ungroup applications. Under the Window preview options, set Time (ms) before showing to 1000. Under Fine-Tune, disable Animate switching applications and Animate launching new windows and enable Activate panel menu buttons (e.g. date menu) on click only.
These settings can also be imported from the file configs/dash-to-panel
.
In the Gnome Tweak Tool, under Appearance, select Adwaita-dark for Applications and Yaru for all other theme options.
In a terminal, go into Edit and Preferences. Under the unnamed profile and Colors, uncheck Use colors from system theme and select Tango Dark under Built-in schemes.
Maybe consider also styling QT in the future.
dpkg --add-architecture i386
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | tee /etc/apt/sources.list.d/sublime-text.list
add-apt-repository ppa:stebbins/handbrake-releases
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | apt-key add -
echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.10/ /' > /etc/apt/sources.list.d/home:manuelschneid3r.list
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | apt-key add -
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add -
echo "deb https://download.virtualbox.org/virtualbox/debian disco contrib" | tee /etc/apt/sources.list.d/virtualbox.list
curl -s https://syncthing.net/release-key.txt | apt-key add -
echo "deb https://apt.syncthing.net/ syncthing stable" | tee /etc/apt/sources.list.d/syncthing.list
add-apt-repository ppa:bit-team/stable
curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
apt update
apt install curl telegram-desktop vlc sublime-text audacity gimp inkscape flatpak xdg-desktop-portal xdg-desktop-portal-gtk ffmpeg handbrake-gtk gnome-boxes virtualbox-6.0 albert units gparted nodejs yarn imagemagick pandoc wireshark gnome-sushi nfs-common wngerman syncthing build-essential backintime-qt4 whois gnome-contacts evolution exa spotify-client spotify-client-gnome-support subversion golang-go
apt install --install-recommends winehq-stable winetricks
snap install hugo --channel=extended
snap install skype --classic
flatpak install flathub org.gnome.FeedReader
yarn global add tldr
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
curl https://raw.githubusercontent.com/srevinsaju/zap/main/install.sh | sudo bash -s
# As local user.
zap daemon --install
add-apt-repository ppa:sebastian-stenzel/cryptomator
add-apt-repository ppa:x2go/stable
add-apt-repository ppa:unit193/encryption
add-apt-repository ppa:peek-developers/stable
apt update
apt install keepassxc cryptomator blender x2goclient chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra mediathekview binwalk hashcat steam peek qtcreator qt5-default
apt install texlive texlive-lang-german texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
snap install insomnia veracrypt
flatpak install --from https://tabos.gitlab.io/project/rogerrouter/roger.flatpakref
lpadmin -p Roger-Router-Fax -m drv:///sample.drv/generic.ppd -v socket://localhost:9100/ -E -o PageSize=A4
zap install cura
zap install --github --from logseq/logseq
In the settings dialog under Online Accounts, add a Nextcloud account. If 2FA is enabled for Nextcloud, create a new app password before.
Note: These instructions are not necessary anymore. Instead, follow the steps above.
Gnome Calendar and Contacts can sync with CalDAV and CardDAV servers, they just don’t expose that functionality through their UI. Instead, the servers need to be added to Evolution. (1)
To add the CalDAV server (for use in Gnome Calendar), open Evolution and in the File menu under New, click Calendar. Select the type CalDAV. Enter the calendar’s Name and select a Color. Then enter the calendar’s link for the URL and specify the User. Click Apply. (2)
If 2FA is enabled for Nextcloud, create a new app password to use.
To add the CardDAV server (for use in Gnome Contacts), open Evolution and in the File menu under new, click Address Book. Select the type CardDAV. Specify a Name and the URL.
TODO: Currently not in use.
Run Back In Time as root. Under General, set Where to save snapshots to /mnt/backintime
and set the schedule to Repeatedly (anachron) and every hour. Under Include, add /
. Under Auto-remove, enable Smart remove with the default settings.
TODO: Backup to backup1
using Vorta.
TODO: Syncthing is currently not in use.
Set Syncthing to start automatically:
mkdir -p ~/.config/systemd/user
wget https://raw.githubusercontent.com/syncthing/syncthing/master/etc/linux-systemd/user/syncthing.service -O ~/.config/systemd/user/syncthing.service
systemctl --user enable syncthing.service
systemctl --user start syncthing.service
Increase the inotify limit: echo "fs.inotify.max_user_watches=204800" | tee -a /etc/sysctl.conf
The web UI is then available at http://127.0.0.1:8384/
.