Skip to content

Instantly share code, notes, and snippets.

View jeroenbourgois's full-sized avatar
🐢

Jeroen Bourgois jeroenbourgois

🐢
View GitHub Profile
# silver searcher
apt-get install silversearcher-ag
@jeroenbourgois
jeroenbourgois / gist:e869496e59c33b03eaf5b1dc3914d7c1
Last active November 23, 2018 07:37
Kinesis Advantage2 Remapping
[scroll]>[shutdn]
[kp=]>[kp=mac]
[lctrl]>[lwin]
[kp-lctrl]>[kp-lwin]
[rctrl]>[rwin]
[kp-rctrl]>[kp-rwin]
[rwin]>[rctrl]
[kp-rwin]>[kp-rctrl]
[rshift]>[hyphen]
[delete]>[lwin]
@jeroenbourgois
jeroenbourgois / dev-setup.md
Last active April 2, 2019 07:25
Setting up our jackjoe server as dev machine

Dev machine setup

This sets up a dev machine to work on. It is setup with the following:

  • Ubuntu (to get more cutting edge versions more easily)
  • openVPN
  • base packages (git, curl, ...)
  • node
  • Elixir/Erlang
  • nginx
  • MySQL
@jeroenbourgois
jeroenbourgois / surface-go-es-ubuntu.md
Last active February 27, 2019 18:46
Surface Go(es) Ubuntu

Try and fix WiFi

sudo apt-get install --reinstall bcmwl-kernel-source

No network? Connect your iPhone through USB and tether!

@jeroenbourgois
jeroenbourgois / sasl_output.txt
Last active March 12, 2019 18:14
sasl_output
17:29:01.342 [info] Application logger started at :"[email protected]"
17:29:01.343 [info] Application mime started at :"[email protected]"
17:29:01.344 [info] Child Plug.Upload of Supervisor Plug.Supervisor started
Pid: #PID<0.2195.0>
Start Call: Plug.Upload.start_link()
17:29:01.345 [info] Application plug started at :"[email protected]"
17:29:01.346 [info] Application decimal started at :"[email protected]"
17:29:01.348 [info] Child Ecto.Repo.Registry of Supervisor Ecto.Supervisor started
Pid: #PID<0.2201.0>
Start Call: Ecto.Repo.Registry.start_link()
Waarom schrijf ik
Ik schrijf omdat ik wil schrijven
dat ik gelukkig ben.
Op een dag zal het zover zijn
en zal ik schrijven -
met mijn tong tussen het puntje van mijn tanden,
en met rode oren en rode wangen:
ik ben gelukkig.
@jeroenbourgois
jeroenbourgois / titlevid.sh
Created June 9, 2021 17:49
Generate video with title screen
#!/bin/bash -e
#
# Titlevid
#
# Utility wrapper to prepend any video with a fade in
# from black and a title screen
#
# version: 0.1
# created: 08/06/2021
# last update: 08/06/2021
@jeroenbourgois
jeroenbourgois / arch_install.sh
Last active July 9, 2023 15:03
Base arch install helper
#!/bin/bash
ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime
hwclock --systohc
sed -i '177s/.//' /etc/locale.gen
locale-gen
echo "LANG=en_US.UTF-8" >> /etc/locale.conf
echo "archius" >> /etc/hostname
echo "127.0.0.1 localhost" >> /etc/hosts
echo "::1 localhost" >> /etc/hosts
[ 11.149]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 11.149] Current Operating System: Linux archius 5.16.4-arch1-1 #1 SMP PREEMPT Sat, 29 Jan 2022 19:08:13 +0000 x86_64
[ 11.149] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=72124a6b-7f1b-461c-b122-e809fe080852 rw loglevel=0 quiet nomodeset nouveau.modeset=0 sysrq_always_enabled=1
[ 11.149]
[ 11.149] Current version of pixman: 0.40.0
[ 11.149] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.149] Markers: (--) probed, (**) from config file, (==) default setting,