Skip to content

Instantly share code, notes, and snippets.

View jeroenbourgois's full-sized avatar
🐢

Jeroen Bourgois jeroenbourgois

🐢
View GitHub Profile
2023/04/06 09:08:28 [updater parent] run
2023/04/06 09:08:28 [updater parent] checking for updates...
2023/04/06 09:08:28 [updater parent] failed to get latest version: already up to date
2023/04/06 09:08:28 [updater parent] starting /usr/bin/trufflehog
2023/04/06 09:08:28 [updater child#1] run
2023/04/06 09:08:28 [updater child#1] start program
2023-04-06T09:08:28Z info-2 trufflehog trufflehog 3.31.3
2023-04-06T09:08:28Z info-2 trufflehog engine started {"workers": 32}
2023-04-06T09:08:28Z info-2 trufflehog loaded decoders {"count": 2}
2023-04-06T09:08:28Z info-2 trufflehog loaded detectors {"total": 1472, "verification_enabled": 1472, "verification_disabled": 0}
Feb 08 16:29:30 archius kernel: Linux version 5.15.21-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Sun, 06 Feb 2022 07:58:26 +0000
Feb 08 16:29:30 archius kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=72124a6b-7f1b-461c-b122-e809fe080852 rw loglevel=7 nvidia-drm.modeset=1 nouveau.modeset=0 sysrq_always_enabled=1
Feb 08 16:29:30 archius kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 08 16:29:30 archius kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 08 16:29:30 archius kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 08 16:29:30 archius kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Feb 08 16:29:30 archius kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Feb 08 16:29:30 archius kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Feb 08 16:29:30 archius kernel: x86/fpu: Enabled xstate features 0x207, context size is
[ 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,
@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
@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
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 / 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()
@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 / 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