I hereby claim:
- I am marcus-crane on github.
- I am marcuscrane (https://keybase.io/marcuscrane) on keybase.
- I have a public key whose fingerprint is 15DC 6AC2 068B 5E35 8278 45D2 0066 202F 5187 A0C8
To claim this, I am signing this object:
#!/bin/bash | |
cd DIRECTORY | |
aws s3 sync s3://BUCKET_NAME . | |
for i in $( ls ); do | |
echo Name: $i | |
cat $i | grep "Subject: " | |
echo "" | |
done |
#!/bin/sh | |
# dependencies | |
echo "Installing dependencies via Homebrew (http://brew.sh)" | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)")" | |
brew update | |
brew tap homebrew/versions |
#!/bin/bash | |
sudo ln -s /etc/nginx/sites-available/$1 /etc/nginx/sites-enabled/$1 |
#!/bin/bash | |
# Slight modification of https://www.mediawiki.org/wiki/Fullsitebackup | |
# Configuration | |
dbname="yourdb" | |
dbhost="localhost" | |
dbuser="username" | |
dbpw="password" | |
# Wiki location |
scp [email protected]:"~/Documents/A\ Folder/01\ An\ Audio\ Recording.mp3" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>NEC Smart Cities Sensors</title> | |
<link | |
rel="stylesheet" | |
href="https://unpkg.com/[email protected]/dist/leaflet.css" | |
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" | |
crossorigin="" | |
/> |
from html5print import HTMLBeautifier | |
class PrettifyMiddleware: | |
"""Prettify HTML for anyone interested in reading the source of this site.""" | |
def __init__(self, get_response): | |
self.get_response = get_response | |
def __call__(self, request): | |
response = self.get_response(request) | |
if response['Content-Type'].split(';')[0] == 'text/html': |
I hereby claim:
To claim this, I am signing this object:
VisualShower own a few different domains. They seem to run their own mail servers.
They own the following domains:
It's that time again where I decide to reinstall Arch Linux and likely end up bashing my head against a wall. I have an old blog post on my Github but it could be better so this is an extended version mainly for my own future reference.
Please note that this isn't some guide for pros or that I expect to have the most 100% correct or efficient method of installing. It's just what I know works for me.
As I'm installing on an Intel NUC, I'm going to assume you might like it run it mainly via WiFi so we'll start by getting online. You can do this graphically by running wifi-menu
.