This guide assumes a fresh install of Mac OSX 10.7 Lion.
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
traceroute to live.twitch.tv (199.9.251.233), 64 hops max, 52 byte packets | |
1 cm1.sigma204.maxonline.com.sg (218.212.204.1) 13.496 ms 9.826 ms 8.279 ms | |
2 172.20.18.1 (172.20.18.1) 7.774 ms 20.487 ms 19.201 ms | |
3 172.26.18.10 (172.26.18.10) 8.307 ms 12.227 ms 15.590 ms | |
4 172.27.18.1 (172.27.18.1) 20.204 ms 11.245 ms 12.356 ms | |
5 172.20.7.70 (172.20.7.70) 12.526 ms 14.593 ms 12.996 ms | |
6 203.117.35.237 (203.117.35.237) 33.090 ms 24.420 ms 15.709 ms | |
7 203.117.34.214 (203.117.34.214) 11.348 ms 10.286 ms 11.843 ms | |
8 203.117.34.197 (203.117.34.197) 12.136 ms 44.414 ms 11.771 ms | |
9 203.117.34.38 (203.117.34.38) 13.578 ms 13.121 ms 45.787 ms |
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
// | |
// UIPopoverController+iPhone.m | |
// UIPopoverController+iPhone | |
// | |
// Created by Jason Dinh on 28/5/14. | |
// Copyright (c) 2014 Jason Dinh. All rights reserved. | |
// | |
#import "UIPopoverController+iPhone.h" | |
#import <objc/runtime.h> |
or might be easy with gdisk/fdisk ? I'm not sure about this.
------------------------------------------------------------------------
see the reference for more detail, if you want.
https://richardstechnotes.wordpress.com/2015/12/18/setting-up-an-nvme-ssd-on-ubuntu-14-04-lts/
http://takatakamanbou.hatenablog.com/entry/2015/10/25/235600 : Japanese website
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 | |
# If you like this script and my work on libimobiledevice, please | |
# consider becoming a patron at https://patreon.com/nikias - Thanks <3 | |
REV=1.0.17 | |
if test "`echo -e Test`" != "Test" 2>&1; then | |
echo Please run this with zsh or bash. | |
exit 1 |