Skip to content

Instantly share code, notes, and snippets.

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

Justin Hartman justinhartman

🏠
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am justinhartman on github.
* I am iamjustinhartman (https://keybase.io/iamjustinhartman) on keybase.
* I have a public key ASAE-TXTvNshB8xQs0-wmdvtfsi6Nz9RzTyV85GiDwj3Two
To claim this, I am signing this object:
@justinhartman
justinhartman / firefox-screenshots.sh
Created May 6, 2020 00:03
Take fullscreen screenshots using Firefox and Bash
#!/usr/bin/env bash
#
# Take fullscreen screenshots using Firefox.
#
# Author: Justin Hartman <[email protected]>
# Version: 1.0.0
# Copyright (c) 2020 Justin Hartman <https://hartman.me>
#
#######################################
@justinhartman
justinhartman / # httpd - 2020-04-21_11-56-13.txt
Created April 21, 2020 23:12
httpd on macOS 10.15.4 - Homebrew build logs
Homebrew build logs for httpd on macOS 10.15.4
Build date: 2020-04-21 11:56:13
@justinhartman
justinhartman / # httpd - 2020-04-21_11-56-13.txt
Created April 21, 2020 23:08
httpd on macOS 10.15.4 - Homebrew build logs
Homebrew build logs for httpd on macOS 10.15.4
Build date: 2020-04-21 11:56:13
@justinhartman
justinhartman / npm-debug.log
Last active November 16, 2018 16:01
Spark Error & npm install error logs.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session aa670a667ea4f45b
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall supremedelivery.localhost
7 info lifecycle @~preinstall: @
8 silly install loadCurrentTree
9 silly install readLocalPackageData
@justinhartman
justinhartman / composer.json
Created October 1, 2018 22:49
Laravel Grafite Composer File
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"grafite/cms": "^3.2",
@justinhartman
justinhartman / 2018-10-01T21_59_50_434Z-debug.log
Created October 1, 2018 22:43
Grafite CMS npm install log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session fc1dbddf3d000a3e
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall grafite
7 info lifecycle @~preinstall: @
8 silly install loadCurrentTree
9 silly install readLocalPackageData
@justinhartman
justinhartman / plugins.md
Last active September 12, 2018 15:43
Espresso Themes
@justinhartman
justinhartman / certbot.sh
Created August 14, 2018 14:09
Create Let's Encrypt SSL with certbot using DNS as the preferred challenge method
sudo certbot certonly \
--agree-tos \
-m [email protected] \
--manual \
--preferred-challenges dns \
-d justinhartman.blog \
-d www.justinhartman.blog

adb and fastboot must know

Install android SDK (bottom of the page) or full android studio if you need to develop on android.

fastboot looks like adb but it is used when device is in bootloader (or fastboot).

Check connected devices

adb: