| Shortcut | Command |
|---|---|
| - | 'cd -' |
| ... | ../.. |
| .... | ../../.. |
| ..... | ../../../.. |
| ...... | ../../../../.. |
The following commands I will be using in the https://github.com/justinhartman/Automated-LAMP-with-trusted-localhost-SSL project but they are also useful commands to keep as a reference.
$ sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain <certificate>
$ sudo security add-trusted-cert -d -r trustRoot -k $HOME/Library/Keychains/login.keychain <certificate>COMMANDS
git-alias: Define, search and show aliasesgit-archive-file: Export the current HEAD of the git repository to an archivegit-authors: Generate authors reportgit-back: Undo and Stage latest commitsgit-bug: Create bug branchgit-bulk: Run git commands on multiple repositoriesgit-changelog: Generate a changelog reportgit-chore: Create chore branchgit-clear: Rigorously clean up a repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo ./add_domains | |
| ---------------------------------------------- | |
| | | | |
| | Add domain to 'openssl.conf' configuration | | |
| | file. | | |
| | | | |
| ---------------------------------------------- | |
| ./scripts/openssl_config.sh: line 45: $ssl/openssl.conf: No such file or directory | |
| DNS.1 = localhost | |
| DNS.2 = *.localhost |
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo certbot certonly \ | |
| --agree-tos \ | |
| -m [email protected] \ | |
| --manual \ | |
| --preferred-challenges dns \ | |
| -d justinhartman.blog \ | |
| -d www.justinhartman.blog |
| Plugin | Valid | Last Updated |
|---|---|---|
| C | Yes | 10 years ago |
| Clojure | Yes | 8 years ago |
| ConfigParser | Yes | 9 years ago |
| ConvertLinebreaks | Yes | 2 years ago |
| Erlang | Yes | 10 years ago |
| ExtJS | Yes | 10 years ago |
| Flash | 404 | |
| [Fren |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |