- Open Terminal App; enter this command
sudo nano /etc/hosts- Drop fllowing line into the end of the file and save it
0.0.0.0 ocsp.apple.comsudo nano /etc/hosts0.0.0.0 ocsp.apple.com| { | |
| "presets": [ | |
| "latest" | |
| ] | |
| } |
I hereby claim:
To claim this, I am signing this object:
| @font-face { | |
| font-family: IranSans; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: url('../assets/fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ | |
| url('../assets/fonts/iransans/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ | |
| url('../assets/fonts/iransans/IRANSansWeb_Light.ttf') format('truetype'); | |
| } | |
| # NAME REGEXP ADDRESS TTL | |
| 0 facebook.com 31.13.92.36 1d | |
| 1 twitter.com 104.244.42.193 1d | |
| 2 twitter.com 104.244.42.65 1d | |
| 3 plus.google.com 216.58.208.46 1d | |
| 4 youtube.com 216.58.208.46 1d | |
| 5 lh3.googleusercontent.com 172.217.2.1 1d | |
| 6 lh3.googleusercontent.com 216.58.213.33 |
| #!/bin/bash | |
| # originally: https://github.com/taataam/helloworld | |
| echo "Downloading GetDeb and PlayDeb" | |
| wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb | |
| echo "Installing GetDeb" | |
| sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb |
Enter exactly following command
$ gem source -r https://rubygems.org/
$ gem source -a http://rubygems.org/
| var gulp = require('gulp'); | |
| var path = require('path'); | |
| var o = require('open'); | |
| var ripple = require('ripple-emulator'); | |
| var webPath = function (p) { return path.join('./www/', p); }; | |
| // The default task | |
| gulp.task('default', function() { | |
| var options = { |
| { | |
| "name": "Rippler", | |
| "version": "1.0.0", | |
| "description": "test Ripple", | |
| "main": "index.js", | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "cordova": "^4.1.2", | |
| "gulp": "^3.8.10", | |
| "open": "0.0.5", |