Håvard Ose Nordstrand 4 rokov pred
rodič
commit
13b37c50f1

+ 2 - 2
config/linux-server/debian.md

@@ -123,7 +123,7 @@ If you didn't already configure this during the installation. Typically the case
 1. Check the performance governor and other frequency settings:
     1. Install `linux-cpupower`.
     1. Show: `cpupower frequency-info`
-        - Check the boost state should be on (Intel). 
+        - Check the boost state should be on (Intel).
         - Check the current performance governor (e.g. "powersave", "ondemand" or "performance").
     1. (Optional) Temporarily change performance governor: `cpupower frequency-set -g <governor>`
     1. (Optional) Permanently change performance governor: **TODO**
@@ -151,7 +151,7 @@ This is used by default and is the simplest to use for simple setups.
 
 This is the systemd way of doing it and is recommended for more advanced setups as ifupdown is riddled with legacy/compatibility crap.
 
-1. Add a simple network config: Create `/etc/systemd/network/lan.network` based on [main.network](https://github.com/HON95/configs/blob/master/server/linux/networkd/main.network).
+1. Add a simple network config: Create `/etc/systemd/network/lan.network` based on [main.network](https://github.com/HON95/configs/blob/master/networkd/main.network).
 1. Disable/remove the ifupdown config: `mv /etc/network/interfaces /etc/network/interfaces.old`
 1. Enable the service: `systemctl enable --now systemd-networkd`
 1. Purge `ifupdown` and `ifupdown2`.

+ 8 - 7
config/pc/applications.md

@@ -40,16 +40,17 @@ breadcrumbs:
 
 ### Config
 
-- (Linux) Disable middle mouse paste:
-    - Go to `about:config`.
-    - Set `middlemouse.paste` to false.
+- Disable middle mouse paste by setting `middlemouse.paste` to false in `about:config`.
+- Enable middle mouse "drag scrolling" by setting `general.autoScroll` to true in `about:config`.
+- Disable external media keys by setting `media.hardwaremediakeys.enabled` to false in `about:config`.
+- (Linux) Install missing language support: `apt install $(check-language-support)`
 
 ## Git
 
 ### Config
 
 - Location: `~/.gitconfig`
-- [Example](https://github.com/HON95/configs/blob/master/pc/common/gitconfig).
+- [Example](https://github.com/HON95/configs/blob/master/git/config).
 
 ## Nvidia Settings (Linux)
 
@@ -94,7 +95,7 @@ GUI for configuring gaming mice.
 ### Config
 
 - Location: `~/.ssh/config`
-- [Example](https://github.com/HON95/configs/blob/master/pc/common/ssh_config).
+- [Example](https://github.com/HON95/configs/blob/master/pc/ssh/config).
 
 ## Steam (Linux)
 
@@ -106,7 +107,7 @@ GUI for configuring gaming mice.
 - Location:
     - Global: `/etc/vim/vimrc`
     - User: `~/.vimrc`
-- [Example](https://github.com/HON95/configs/blob/master/pc/common/vimrc).
+- [Example](https://github.com/HON95/configs/blob/master/vim/vimrc).
 
 ## VS Code
 
@@ -130,7 +131,7 @@ GUI for configuring gaming mice.
 - Location:
     - Linux: `~/.config/Code/User/settings.json`
     - Windows: `%APPDATA%\Code\User\settings.json`
-- [Example](https://github.com/HON95/configs/blob/master/pc/common/vscode_settings.json).
+- [Example](https://github.com/HON95/configs/blob/master/pc/vscode/settings.json).
 
 ## ZSH (personal) (Linux)
 

+ 2 - 1
config/pc/kubuntu.md

@@ -37,11 +37,12 @@ breadcrumbs:
 1. Setup panels for all screens. Only show tasks for the current screen.
 1. Setup clipboard:
     - 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).
 1. Setup firewall:
     - Remove other firewalls: `apt purge ufw firewalld`.
     - Install `iptables iptables-persistent netfilter-persistent`.
-    - Create and run an IPTables script, e.g. [iptables.sh](https://github.com/HON95/configs/blob/master/pc/linux/iptables/iptables.sh).
+    - Create and run an IPTables script, e.g. [iptables.sh](https://github.com/HON95/scripts/blob/master/linux/iptables/iptables.sh).
 1. Firefox:
     - Disable middle mouse paste by setting `middlemouse.paste` to false in `about:config`.
     - Enable middle mouse "drag scrolling" by setting `general.autoScroll` to true in `about:config`.