Customize Linux after fresh installation

Run “bootstrap_system.sh” from $HOME

Following things to check:
1) Repair the IBUS-error “/usr/share/im-config/data/21_ibus.rc” – no such file or directory
sudo apt-get install ibus

2) Set zsh as default shell
chsh -s $(which zsh)

3) Change GRUB-Settings – Always show GRUB and show boot-messages (edit in /etc/defaults/grub)

GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_CMDLINE_LINUX_DEFAULT=""

4) Set Transparency of the Panel
https://ubuntuforums.org/showthread.php?t=2400831

5) Mount USB-Stick in etc/fstab
This is a prerequisite for doing a backup through rsync on start
a) Get UUID of USB-Stick: blkid
b) Add line to /etc/fstab
c) Test with sudo mount -a
see: Remount etc/fstab without reboot

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.