- Mjölk
- Fil
- Smör
- Pasta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example inadyn.conf | |
syslog = true | |
period = 600 | |
startup-delay = 30 | |
forced-update = 604800 | |
wildcard = false | |
bind = eth0 | |
provider [email protected] | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"syslog": true, | |
"period": 600, | |
"startup-delay": 30, | |
"forced-update": 604800, | |
"wildcard": true, | |
"bind": "eth0", | |
"system": [ | |
{ | |
"type": "[email protected]", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sample Debian finit.conf | |
user admin | |
host testbed | |
# Devices to fsck at boot | |
check /dev/vda1 | |
# Linux kernel modules to load | |
module button | |
module evdev |
I hereby claim:
- I am troglobit on github.
- I am troglobit (https://keybase.io/troglobit) on keybase.
- I have a public key whose fingerprint is DE09 3183 2DBF 8339 191F B2B2 2C2A B0A9 6E0C 4758
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flip: | |
@echo '\\/' | sed -e 's:\\/://\\:' | |
flip-adv: | |
@echo '\\/' | sed -e 's/\\\//\/\/\\/' | |
flip-evil: | |
@echo "\\\\\/" | sed -e "s/\\\\\\\\\//\/\/\\\/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://gist.github.com/gdamjan/9560411 */ | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <sys/time.h> | |
#include <sys/timerfd.h> | |
#include <time.h> | |
#include <unistd.h> | |
#define handle_error(msg) \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (c) 2018 Joachim Nilsson <[email protected]> | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above | |
* copyright notice and this permission notice appear in all copies. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Linux and FreeBSD: ASM join IPv4 multicast group */ | |
#include <err.h> | |
#include <unistd.h> | |
#include <stdio.h> | |
#include <arpa/inet.h> | |
#include <net/if.h> | |
#include <netinet/in.h> | |
int main(int argc, char *argv[]) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23:01 <jakov> Båda är Jamie Oliver. Den med ärtor o linser är Daal nånting | |
23:01 <jakov> Den andra kallar Jamie för "Hearty Veg Curry" | |
23:02 <jakov> Om du tar med röd paprika så blir det kanske bättre, jag glömde köpa det :) | |
Ingredienser: | |
17:58 <jakov> 150g delade röda linser | |
17:58 <jakov> 150g delade gula ärtor | |
17:58 <jakov> 2 röd lök | |
17:58 <jakov> 6 klyftor vitlök | |
17:58 <jakov> 2 mogna tomater |
OlderNewer