#Things to do after installing linux on x200 laptop
- Apply grub patch from github gist.
- run
grub2-mkconfig -o /etc/grub2.cfg
- add noatime in fstab options
- finetune backlight settings, see libreboot website.
- install
powertop
and auto-tune on start-up if needed to avoid whining noise, see libreboot website. - apply fix for usb keyboard? libreboot website.
- install and configure "Dash to dock" extension
- install "Hibernate status button" extension
- download keepass and get db from somewhere
- install california and configure google account for calendar
- install geary and configure google acocunt
- Create an SSH key and add it to github with
ssh-keygen -t rsa -b 4096 -C "email"