We will be creating dual boot for OS X and Linux with no special boot loader. For other setup, refer to [1]. We will keep all data on an external hard drive, so we do not need huge amount of space for the linux system. We will install from an USB thumb drive (will need at least 1GB in size), newer Minis do not have CD roms.
| #!/usr/bin/env bash | |
| # starts (or restarts) a 1password cli session, sets 30 minute countdown variable | |
| # use: OP_CLOUD_ACCOUNT="[your-account-name]" source /path/to/op_session.sh command | |
| # e.g.: OP_CLOUD_ACCOUNT="familyname" source ~/op_session.sh get account | |
| check_session(){ | |
| # attempt sign in if session is not active |
| @echo off | |
| Title Converter Office 2016 Retail to Volume | |
| echo Press Enter to start VL-Conversion... | |
| echo. | |
| pause | |
| echo. | |
| for /f "tokens=6 delims=[]. " %%G in ('ver') do set win=%%G |
| ### PowerShell template profile | |
| ### Version 1.03 - Tim Sneath <[email protected]> | |
| ### From https://gist.github.com/timsneath/19867b12eee7fd5af2ba | |
| ### | |
| ### This file should be stored in $PROFILE.CurrentUserAllHosts | |
| ### If $PROFILE.CurrentUserAllHosts doesn't exist, you can make one with the following: | |
| ### PS> New-Item $PROFILE.CurrentUserAllHosts -ItemType File -Force | |
| ### This will create the file and the containing subdirectory if it doesn't already | |
| ### | |
| ### As a reminder, to enable unsigned script execution of local scripts on client Windows, |
I am not responsible for any damages, loss of data, system corruption, or any other mishap you may somehow cause by following this guide.
This is mainly a step-by-step reminder/log for myself of how I installed Arch on my laptop. I am putting this out there in case it is useful for someone else, it is not intended to be an official guide. As a result, you may find that this guide is very tedious or lists a lot of unnecessary/intuitive steps or just straight up does things in a way that is considered bad practice. Apart from the latter, this is intentional, as I did not find these steps intuitive at all when
Related: http://www.OpenBSD.org Last update: Tue Dec 28, 2004 Note: this document is only provided as a basic overview for some common pfctl commands and is by no means a replacement for the pfctl and pf manual pages.
disable packet-filtering:
pfctl -d
| # basic pfctl control | |
| # == | |
| # Related: http://www.OpenBSD.org | |
| # Last update: Tue Dec 28, 2004 | |
| # == | |
| # Note: | |
| # this document is only provided as a basic overview | |
| # for some common pfctl commands and is by no means | |
| # a replacement for the pfctl and pf manual pages. |
Create a template service file at /etc/systemd/system/[email protected]. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.target| <?php | |
| // modified by PROXIMO https://gist.github.com/PROX1MO | |
| // Remake of the famous Raspberry Pi Sysinfo Script | |
| header("Cache-Control: no-cache, must-revalidate"); | |
| header("Expires: Sat, 26 May 1983 13:00:00 GMT"); | |
| header("Pragma: no-cache"); | |
| function NumberWithCommas($in) | |
| { | |
| return number_format($in); | |
| } |
| [ | |
| { | |
| "_comment": "https://github.com/caryan/CBC-Radio-Player/blob/develop/resources/stationData/PodCastData.json", | |
| }, | |
| { | |
| "RSSFeed": "http://www.cbc.ca/podcasting/includes/andthewinneris.xml", | |
| "description": "Award-winning radio fresh from the winners-circle to your computer. From the Peabody Awards, to the Prix Italia to the New York Festivals - every mp3 is a champ.", | |
| "imgLink": "http://www.cbc.ca/podcasting/images/promo-andthewinneris-sm.jpg", | |
| "title": "And the Winner Is..." | |
| }, |