StackEdit GitHub Page : https://github.com/benweet/stackedit
Debian 8 (12/05/2016)
Caesar was born into a patrician family, the gens Julia, which claimed descent from Iulus, son of the legendary Trojan prince Aeneas,[123] supposedly the son of the goddess Venus.[82] The cognomen "Caesar" originated, according to Pliny the Elder, with an ancestor who was born by Caesarean section (from the Latin verb to cut, caedere, caes-).[48] The Historia Augusta suggests three alternative explanations: that the first Caesar had a thick head of hair (Latin caesaries); that he had bright grey eyes (Latin oculis caesiis); or that he killed an elephant (caesai in Moorish) in battle.[43] Caesar issued coins featuring images of elephants, suggesting that he favored this interpretation of his name. | |
Despite their ancient pedigree, the Julii Caesares were not especially politically influential, although they had enjoyed some revival of their political fortunes in the early 1st century BC.[86] Caesar's father, also called Gaius Julius Caesar, governed the province of Asia,[71] and his sister Julia, Caesar's aunt, |
/*! | |
* Bootstrap v3.3.5 (http://getbootstrap.com) | |
* Copyright 2011-2016 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
button { | |
overflow: visible; | |
} | |
button { |
StackEdit GitHub Page : https://github.com/benweet/stackedit
Debian 8 (12/05/2016)
const io = require('socket.io-client') | |
const socket = io.connect('https://chat.dctfq18.def.camp') | |
if(process.argv.length != 4) { | |
console.log('name and channel missing') | |
process.exit() | |
} | |
console.log('Logging as ' + process.argv[2] + ' on ' + process.argv[3]) | |
var inputUser = { | |
name: process.argv[2], |
// Load plugins | |
const { series, parallel, src, dest, task } = require('gulp'); | |
const { exec } = require('child_process'); | |
const pug = require('gulp-pug'); | |
const data = require('gulp-data'); | |
const merge = require('gulp-merge-json'); | |
const sass = require('gulp-sass'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const del = require('del'); |
#!/bin/bash | |
url='rawsec.ml' | |
domains=$(curl $url -s | grep -E 'https?://[^"]*' | cut -d '/' -f 3 | cut -d '"' -f 1 | uniq) | |
filename='/tmp/temporary_ips.txt' | |
for domain in $domains | |
do |
#!/bin/bash | |
domain='zonetransfer.me' | |
ns=$(dig +noall +answer NS $domain | awk '{print $5}') | |
for server in $ns | |
do | |
dig @$server AXFR $domain | |
done |
I hereby claim:
To claim this, I am signing this object:
$ gpg --receive-keys EC3CBE7F607D11E663149E811D1F0DC78F173680
$ pikaur -S powerpill
$ sudo pacman -S reflector rsync --needed
$ reflector --protocol rsync --fastest 20 --age 12 --country France --sort rate --save /tmp/mirrorlist
$ reflector -p rsync -f 20 -a 12 -c France --sort rate --save /tmp/mirrorlist
/etc/powerpill/powerpill.json
=> rsync
section => add servers in servers