I hereby claim:
- I am HenryYang on github.
- I am henryyang (https://keybase.io/henryyang) on keybase.
- I have a public key whose fingerprint is EDB9 A3C7 A747 3884 31A3 BE4B 1DE1 3A1E 428C 6544
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus 2016 apps, | |
Office 365 Business 2016 apps, Project Pro for Office 365 and Visio Pro for Office 365. | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
To use the configuration file be sure to remove the comments | |
For Office 365 client apps (verion 2013) you will need to use the 2013 version of the | |
Office Deployment Tool which can be downloaded from http://aka.ms/ODT2013 | |
The following sample allows you to download and install Office 365 ProPlus 2016 apps |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>appRules</key> | |
<dict> | |
<key>150</key> | |
<true/> | |
<key>am.sunrise.ios</key> | |
<dict> |
#!/bin/bash | |
apt update | |
apt install -y pptpd | |
echo "localip 192.168.0.1" >> /etc/pptpd.conf | |
echo "remoteip 192.168.0.128-255" >> /etc/pptpd.conf | |
echo "ms-dns 8.8.8.8" >> /etc/ppp/pptpd-options |
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |
#!/usr/bin/python | |
# coding: utf8 | |
import requests | |
import sys | |
import os | |
import random | |
import time | |
import threading |
from urllib2 import urlopen | |
import json | |
html = urlopen('https://www.amexlovelocal.com.tw/backend/Api/GetStores').read() | |
amex_json = html.split('{"StoreList":')[1].split(',"dbl":')[0] | |
amex_store = json.loads(amex_json) |
#!/bin/bash | |
hdiutil create -o /tmp/Mojave.cdr -size 8g -layout SPUD -fs HFS+J | |
hdiutil attach /tmp/Mojave.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build | |
mv /tmp/Mojave.cdr.dmg ~/Desktop/InstallSystem.dmg | |
hdiutil detach /Volumes/Install\ macOS\ Mojave | |
hdiutil convert ~/Desktop/InstallSystem.dmg -format UDTO -o ~/Desktop/Mojave.iso | |
mv ~/Desktop/Mojave.iso.cdr ~/Desktop/Mojave.iso |
GCMAP - 用來查飛行距離
Traveldoc - 查詢各國護照進出各國是否需要簽證
Expertflyer - 就是那個大家熟知要付錢的服務