title: Kubuntu
breadcrumbs:
- title: Configuration
- title: PC
---
{% include header.md %}
Using
{:.no_toc}
Installation
- Use the guided partitioner.
- The manual installer is broken and can't create encrypted volumes.
Setup
- Upgrade all packages.
- Make sure the correct graphics drivers are in use (e.g. the proprietary Nvidia driver).
- Install
vim
and change the default editor to vim by running update-alternatives --config editor
and selecting vim.basic
.
- Disable password for the sudo group by running
visudo
and changing the sudo group line to %sudo ALL=(ALL:ALL) NOPASSWD: ALL
.
- Enable numlock on boot (search for it).
- Appearance:
- Change to the dark theme.
- Make all fonts 1 size smaller.
- Shortcuts:
- Disable web shortcuts.
- Add a keyboard shortcut for Dolphin (e.g.
Meta+E
) by running kmenuedit
and changing System, Dolphin.
- Setup panels for all screens. Only show tasks for the current screen.
- Setup an IPTables firewall:
- Purge
ufw firewalld
.
- Install
iptables iptables-persistent netfilter-persistent
.
- Create and run an IPTables script, e.g. iptables.sh.
- Firefox:
- Disable middle mouse paste by setting
middlemouse.paste=false
in about:config
.
- Setup audio devices:
- In
/etc/pulse/daemon.conf
:
- Set:
default-sample-format = S24LE
- Set:
default-sample-rate = 48000
- Reload (as user):
pulseaudio -k
- Install encrypted DVD support:
- Install:
sudo apt install libdvd-pkg && sudo dpkg-reconfigure libdvd-pkg
- Warning: Don't change the region if not necessary. It's typically limited to five changes.
- Install GameMode:
sudo apt install gamemode
{% include footer.md %}