Skip to content

Instantly share code, notes, and snippets.

@tyjak
tyjak / france.pal
Last active September 5, 2015 23:01
Calendrier pal des dates de l'histoire de france
# French history calendar events
#
# Original versions of the dates can be found at:
# http://fr.geneawiki.com/index.php/Les_grandes_dates_de_l'histoire_de_France
#
# Licence : CC-BY-NC-SA 2.0 Creative Commons http://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode
#
# Author : David Foucher david[at]tyjak.net
#
@tyjak
tyjak / ansible-aur-pkg-installer.md
Created January 7, 2016 20:03
download, build, and install aur packages with ansible
@tyjak
tyjak / arch-template.json
Created January 12, 2016 20:44
packer template for archlinux
{
"variables": {
"iso_url": "https://mirrors.kernel.org/archlinux/iso/latest/archlinux-2016.01.01-dual.iso",
"iso_checksum": "ff79a9629a83dfedad6c3a58e2e7838c86282315",
"iso_checksum_type": "sha1"
},
"builders": [
{
"type": "virtualbox-iso",
"iso_url": "{{user `iso_url`}}",
@tyjak
tyjak / syncting-howto.markdown
Last active June 3, 2020 12:35
Syncthing pour les nuls

Syncthing

Description

Syncthing est un outil informatique qui permet de synchroniser des données entre plusieurs ordinateurs connectés à internet. Les données sont synchronisées de façon sécurisées et non centralisées.

Installation

@tyjak
tyjak / 2016-03-07.wiki
Last active March 7, 2016 00:46
Vim meetup 160306 - introduction à vifm

Vim meetup 160306

vifm est filemanger intuitif utilisant les raccourcis de vim et reprenant la fonctionnalité des filtres de mutt.

Premiers pas

Le lancement de vifm :


@tyjak
tyjak / 2016-03-09.wiki
Last active March 11, 2016 16:36
Vim meetup paris #12

Vim Meetup Paris #12 - 160306

Le plein de plugins et d'astuces !!

Autour de vim

Verifying that +tyjaklaof is my blockchain ID. https://onename.com/tyjaklaof
@tyjak
tyjak / .gitignore
Last active August 1, 2021 09:46
clip/config/gitignore
# Created by https://www.gitignore.io/api/vim,osx,backup,compressedarchive
### Backup ###
*.bak
*.gho
*.ori
*.tmp
### CompressedArchive ###
### Keybase proof
I hereby claim:
* I am tyjak on github.
* I am tyjak (https://keybase.io/tyjak) on keybase.
* I have a public key ASBCk51KPeYehlPL11FYi6gvEaaOf6pMqpmUkPN8FxiVqQo
To claim this, I am signing this object:
@tyjak
tyjak / archlinux-virtualbox.sh
Created December 9, 2017 10:58 — forked from GabLeRoux/archlinux-virtualbox.sh
Virtualbox archlinux notes
# sudo /sbin/rcvboxdrv -h
# Unloading modules:
# Loading modules: modprobe: FATAL: Module vboxnetadp not found in directory /lib/modules/4.4.3-1-ARCH
# modprobe: FATAL: Module vboxnetflt not found in directory /lib/modules/4.4.3-1-ARCH
# modprobe: FATAL: Module vboxpci not found in directory /lib/modules/4.4.3-1-ARCH
# modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.4.3-1-ARCH
# Solution
# from https://forum.antergos.com/topic/818/can-t-run-my-vitualbox/4