HON’s Wiki # Manjaro (KDE)
Home / Personal Devieces
Contents
Using
- Manjaro 21.1 (KDE edition)
Installation
Nothing special.
Setup
- Packages:
- Install upgrades:
sudo pacman -Syu
- Install extra stuff:
sudo pacman -S curl vim nmap
- Setup default editor:
- Create a new profile file:
/etc/profile.d/editor.sh
- Set the editor:
export EDITOR=vim
- Set the visual editor:
export VISUAL=vim
- Setup sudo:
- Login as root to avoid locking yourself out:
sudo -i
- Enter the sudo editor by running
visudo
and add passwordless sudo for the wheel
group by setting %wheel ALL=(ALL) NOPASSWD: ALL
.
- Remove the old wheel sudo config:
rm /etc/sudoers.d/10-installer
- Make sure the correct graphics drivers are in use (e.g. the proprietary Nvidia driver).
- Fix the displays (positions, resolutions, refresh rates).
- Enable numlock on boot (search for it).
- Appearance:
- Change to the dark theme.
- Make all fonts 1 size smaller.
- Shortcuts:
- Disable web search keywords.
- Setup panels for all screens. Only show tasks for the current screen.
- Setup clipboard (avoid storing copied passwords and such):
- Open the clipboard settings from the taskbar.
- Select “ignore selection” to avoid copying when selecting text.
- Set the history size to 1 (effectively disabling the history).
- Setup firewall:
- Install IPTables:
sudo pacman -S iptables
- Enable the IPTables services:
sudo systemctl enable iptables.service ip6tables.service
- Download my IPTables script:
wget https://raw.githubusercontent.com/HON95/scripts/master/iptables/iptables.sh -O /etc/iptables/config.sh
- Make it executable:
chmod +x /etc/iptables/config.sh
- Modify it.
- Run it:
/etc/iptables/config.sh
- Install applications: See PC Applications.
hon.one
| HON95/wiki
| Edit page