Skip to content

Instantly share code, notes, and snippets.

View jashk's full-sized avatar
🏠
Working from home

Fidel Aquino jashk

🏠
Working from home
View GitHub Profile
@jashk
jashk / gist:e93dad974331e0a5dd3097246edbe178
Created May 9, 2016 18:36
Fix OS X user env path for GUI
#Fix env python3 no such file or directory on GUI Apps
sudo launchctl config user path $PATH
sudo shutdown -r now
:)
@jashk
jashk / ado.com.mx errors
Created December 27, 2016 03:40
ado.com.mx error
2(index):11 A Parser-blocking, cross-origin script, https://ssl.google-analytics.com/ga_exp.js?utmxkey=110144041-1&utmx=&utmxx=&utmxtime=1482809898894&utmxhash=/, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):11
(anonymous) @ (index):16
ping?client_id=172830159803085&domain=www.ado.com.mx&origin=1&redirect_uri=https%3A%2F%2Fstaticxx.f…:1 Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
principal.min.js?v=1.20:15 GET https://undefined/cc.js?ts=1482809905410 net::ERR_NAME_NOT_RESOLVED
(anonymous) @ principal.min.js?v=1.20:15
a.(anonymous function) @ dtagent636_gmq_1004.js:76
(anonymous) @ vendors.min.js:95
(anonymous) @ vendors.min.js:127
$eval @ vendors.min.js:141
@jashk
jashk / install-docker-ce-on-elementaryos-loki.sh
Last active August 21, 2018 02:58 — forked from BeerOnBeard/install-docker-ce-on-elementaryos-loki.sh
Install Docker CE on ElementaryOS 0.4.1 Loki
#!/bin/bash
set -e
##########################################################
# Install script for Docker-CE on ElementaryOS 0.4.1 Loki
# Had to update the repository to point to xenial instead
# of using 'lsb_release -cs' because there's no loki
# repository at download.docker.com.
##########################################################
@jashk
jashk / docker-compose.yml
Created November 13, 2019 18:49 — forked from seanhandley/docker-compose.yml
How To Set Up Docker For Mac (Mojave) with Native NFS
version: '2'
services:
api:
volumes:
- "nfsmount:${CONTAINER_DIR}"
volumes:
nfsmount:
driver: local
driver_opts:

Keybase proof

I hereby claim:

  • I am jashk on github.
  • I am jashk (https://keybase.io/jashk) on keybase.
  • I have a public key ASAk0X9fmL-YOJHmtdOEZUq0RjBoIlvunXA9sr7_KWkyTgo

To claim this, I am signing this object:

@jashk
jashk / wp_offload_media_db_migrate.json
Last active December 6, 2021 05:04 — forked from gbot/wp_offload_media_db_migrate.json
Migrate a WordPress database so that existing media items are served from Amazon S3 or CloudFront. Requires the WP Offload S3 Lite plugin.
{
"use_https": "",
"purge_amazonS3_info": ""
}