Skip to content

Instantly share code, notes, and snippets.

@netzfisch
Created October 25, 2019 10:42
Show Gist options
  • Save netzfisch/d5f1c16bdaf339651ac0a289b12e7c7e to your computer and use it in GitHub Desktop.
Save netzfisch/d5f1c16bdaf339651ac0a289b12e7c7e to your computer and use it in GitHub Desktop.

Configurations to Remember

boot & shutdown

/etc/default/grub => get back to terminal messages

/etc/systemd/system.conf => limit start-/stop-jobs to 3s

resume

/etc/initramfs-tools/conf.d/resume => define swap-partition to resume from

/etc/modules => ad elan_i2c

cat /lib/systemd/system-sleep/trackpoint-resume

#!/bin/sh case $1 in post) rmmod psmouse modprobe psmouse ;; esac

network

/etc/default/macchanger => configure to use only for certain devices

Hamburg VPN => OpenConnect cisco/client

  • use grpip: SplitTunnel Group
  • persist configs /etc/NetworkManager/system-connections/???.nmconnection
    • form:main:group_list=SPLIT-VPN
    • form:main:username=???

desktop

/usr/share/applications/code.desktop => launch vscode with zsh, so it picks up JAVA_HOME env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment