###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
{ | |
"status": "ok", | |
"totalResults": 5026, | |
"articles": [ | |
{ | |
"source": { | |
"id": null, | |
"name": "Bitcoinist.com" | |
}, | |
"author": "Eric Yao", |
[ | |
{ | |
"_id": "5ada9cab2dbde457e1678d1d", | |
"index": 0, | |
"guid": "39ea9f73-d8e9-4a6d-847e-aa2c8d23457d", | |
"isActive": true, | |
"balance": "$3,906.24", | |
"picture": "http://placehold.it/32x32", | |
"age": 32, | |
"eyeColor": "green", |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
Computer Information: | |
Manufacturer: Apple | |
Model: MacBookPro11,5 | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz | |
CPU Family: 0x6 |
# create keystore file | |
keytool -genkey -v -keystore [my-release-key].ketstore -keyalg RSA -validity 1000 -alias [some_alias] | |
# sign package | |
jarsigner -keystore my-release-key.ketstore [some-release-unsigned.apk] some_alias | |
# verify signed package | |
jarsigner -verify [some-release-unsigned.apk] |
/* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, version 3. | |
* | |
* This program is distributed in the hope that it will be useful, but | |
* WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
* General Public License for more details. | |
* |
h scroll left | |
j scroll down | |
k scroll up | |
l scroll right | |
gg scroll to top of the page | |
G scroll to bottom of the page | |
f activate link hints mode to open in current tab | |
F activate link hints mode to open in new tab | |
r reload |