Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

IgnorePath '/etc/ld.so.cache' # "File containing an ordered list of libraries found in the directories specified in /etc/ld.so.conf, as well as those found in the trusted directories."
IgnorePath '/usr/share/info/dir'
IgnorePath '/var/lib/logrotate.status'
IgnorePath '/var/lib/upower/history-*.dat'
IgnorePath '/etc/udev/hwdb.bin' # https://www.freedesktop.org/software/systemd/man/hwdb.html
IgnorePath '/usr/lib/udev/hwdb.bin' # https://www.freedesktop.org/software/systemd/man/hwdb.html
IgnorePath '/usr/lib/locale/locale-archive'
IgnorePath '/etc/gconf/gconf.xml.defaults/%gconf-tree.xml'
IgnorePath '/var/lib/systemd/catalog/database' # Message catalog cache
IgnorePath '/var/lib/systemd/coredump/core.*.lz4' # Core dumps
@tobbez
tobbez / github_white_favicon.user.js
Last active September 16, 2023 19:11
[UserScript] GitHub: White favicon
// ==UserScript==
// @name GitHub: White favicon
// @version 1.10.0
// @author tobbez
// @match https://support.github.com/*
// @match https://github.blog/*
// @match https://opensource.guide/*
// @match https://www.githubstatus.com/*
// @match https://services.github.com/*
// @match https://desktop.github.com/*
@diffficult
diffficult / installing_virt_manager.md
Last active April 11, 2024 04:10
Easy instructions to get virt-manager qemuv/kvm running on Arch

Easy instructions to get QEMU/KVM and virt-manager up and running on Arch

  1. Make sure your cpu support kvm with below command:

     grep -E "(vmx|svm)" --color=always /proc/cpuinfo
    
  2. Make sure BIOS have enable “Virtualization Technology”.

  3. User access to /dev/kvm so add your account into kvm(78) group:

@novcn
novcn / hyperlight_tunnel
Created July 23, 2017 21:48
hyperlight tunnel colorscheme
! special
*.foreground: #f2eed0
*.background: #182533
*.cursorColor: #f2eed0
! black
*.color0: #443558
*.color8: #a92d4e
! red