- Install “MacInABox” under Apps.
- Container Starts automatically and installs two scripts.
- Script: Run Vmready Notify Script.
- Script: Run Macinabox helper.
- Start the created VM and access it via VNC.
- Select “MacOS” Base System and confirm.
- Select the “Disk Utility” in the selection screen.
- Format the hard disk.
- Close “Disk Utility” and select “Reinstall MacOS – Version.
- Set up MacOS normally. (Self-explanatory)
This file contains 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
!#/bin/bash/ | |
# Follow : https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-repository | |
# Installation for ARM SOC | |
apt-get remove docker docker-engine docker.io | |
apt-get update | |
apt-get install jq apt-transport-https ca-certificates curl gnupg2 software-properties-common | |
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - |
This file contains 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
#!/usr/bin/python | |
import ASUS.GPIO as GPIO | |
import os | |
import signal | |
import time | |
# Basic configuration | |
c_FAN = 26 # gpio pin the fan is connected to | |
c_FAN_TACHO = 19 # gpio pin the fan tachometer is connected to | |
c_MIN_TEMPERATURE = 45 # temperature in degrees c when fan should turn on |
This file contains 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
const Promise = require("bluebird"); | |
const request = require("request-promise"); | |
const ID3Writer = require('browser-id3-writer'); | |
const crypto = require('crypto'); | |
const format = require('util').format; | |
const fs = require("fs"); | |
const http = require('http'); | |
let type = process.argv[2]; |
This file contains 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
apm install atom-beautify | |
apm install color-picker | |
apm install emmet | |
apm install file-icons | |
apm install highlight-line | |
apm install jshint | |
apm install language-latex | |
apm install minimap | |
apm install open-recent | |
apm install quick-highlight |
Dashing widget to display the next and some subsequent Google Calendar events using the Google Calendar API v3.
I use this widget to display my shift calendar - see the screenshot below
- Use this wizard to create or select a project in the Google Developers Console and automatically turn on the API. Click Continue, then Go to credentials.
- At the top of the page, select the OAuth consent screen tab. Select an Email address, enter a Product name if not already set, and click the Save button.
This file contains 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
#! /usr/bin/env bash | |
# chkconfig: 2345 80 05 | |
# description: Grafana web server & backend | |
# processname: grafana | |
# config: /etc/grafana/grafana.ini | |
# pidfile: /var/run/grafana.pid | |
### BEGIN INIT INFO | |
# Provides: grafana |
This file contains 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
#! /usr/bin/env bash | |
# chkconfig: 2345 80 05 | |
# description: Grafana web server & backend | |
# processname: grafana | |
# config: /etc/grafana/grafana.ini | |
# pidfile: /var/run/grafana.pid | |
### BEGIN INIT INFO | |
# Provides: grafana |
This file contains 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
//You need to have text plugin | |
//Define your module as this | |
define("module_name", [ | |
"text!../path/to/file.json" | |
], function(content){ | |
return eval('('+ content +')'); | |
}); | |
//load it |
This file contains 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
1. Open Sublime in a HEX editor (the executable file) | |
2. Find 43 33 33 42 30 32 | |
3. Replace in the string above 33 42 with 32 42 | |
4. Save | |
5. Enter the license below: | |
—–BEGIN LICENSE—– | |
Patrick Carey | |
Unlimited User License | |
EA7E-18848 |
NewerOlder