Skip to content

Instantly share code, notes, and snippets.

View Zackio's full-sized avatar

Zackary Allnutt Zackio

View GitHub Profile
@Zackio
Zackio / Docker help
Last active January 7, 2021 11:56
Docker Help
Example https://bitbucket.org/zackster/docker/src
MAke use of docker dashboard, gives lots of info
## Connecting to database
Use the information in the docker dashboard for the db imagem it lists the port and the user and pass
# Entry point
@Zackio
Zackio / php-dyld.md
Created April 4, 2019 07:07 — forked from hgrimelid/php-dyld.md
php: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib

After upgrading to Node v.10.9.0 via Homebrew the following error message was thrown from PHP:

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib
  Referenced from: /usr/local/bin/php
  Reason: image not found

Reinstall PHP to fix, for me that's:

wp option update home 'http://localhost'
wp option update siteurl 'http://localhost'
@Zackio
Zackio / test
Last active March 11, 2018 16:07
test
asdfasdf
```php
function hello() {
sdafsf
}
```

Install MySQL

sudo apt-install mysql-server php-mysql

Start MySQL

sudo service mysql start

Install PHP

> I had problems with ssh access. So in sourcetree use ouath and http to connect
## Setup SSH
Check if you have keys already, you want id_rsa.pub:
ls -a ~/.ssh
If it's there, copy it's contents and go to bitbucket > Manage accounts > ssh
class TidyHtml5 < Formula
homepage "http://w3c.github.com/tidy-html5/"
url "https://github.com/w3c/tidy-html5/archive/master.tar.gz"
sha1 "e2ebab1cbad36350ed39470fab402643f8e35981"
version "HEAD"
patch :DATA
def install
ENV.deparallelizegm

fasdfasd fasf asdfas a sd fasdfasdfa

asfsdfadsf

fas dfasdf asd fad fasdfas

@Zackio
Zackio / fiddle.css
Last active August 29, 2015 14:06 — forked from zalun/fiddle.css
$fullred: #ff0000;
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid $fullred;
}