Skip to content

Instantly share code, notes, and snippets.

View antoinedube's full-sized avatar

Antoine Dubé antoinedube

  • Université Laval
  • Québec
View GitHub Profile
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us, ca"
Option "XkbModel" "logitech_base"
Option "XkbOptions" "grp:caps_toggle"
EndSection
@antoinedube
antoinedube / content_discovery_all.txt
Created January 29, 2023 20:50 — forked from jhaddix/content_discovery_all.txt
a masterlist of content discovery URLs and files (used most commonly with gobuster)
This file has been truncated, but you can view the full file.
`
~/
~
ים
___
__
_
---
@antoinedube
antoinedube / clear_cache_MS_Teams.sh
Created September 27, 2021 17:22 — forked from mrcomoraes/clear_cache_MS_Teams.sh
Clear cache Microsoft Teams on Linux
#!/bin/bash
# This script cleans all cache for Microsoft Teams on Linux
# Tested on Ubuntu-like and Debian by @necrifede. Feel free to test/use in other distributions.
# Tested with Teams via snap package.
#
# How to use in terminal:
# ./clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap )
# or
# bash clear_cache_MS_Teams.sh ( deb-stable | deb-insider | snap )
@antoinedube
antoinedube / archstrap.sh
Last active December 15, 2022 12:27 — forked from cblegare/archstrap.sh
Experimentations for encrypted system using dm-crypt.
#!/bin/sh
###
# Inspired by https://blog.urbanslug.com/posts/2016-09-11-dm-crypt-systemd-boot-and-efi-on-archlinux.html
#
###
DRY_RUN=false
DEBUG=false
MYUSERNAME=antoine
HOSTNAME=myhostname