Pages started with books
Great metaphor to help layman understand the web
npm i pkg npm install pkgnpm i -g pkg npm install --global pkgnpm i -S pkg npm i --save pkgnpm i -D pkg npm i --save-dev pkg| # Run neofetch every time terminal opens | |
| neofetch | |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/home/adam/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will |
| {"lastUpload":"2018-11-21T01:46:13.810Z","extensionVersion":"v3.2.0"} |
| // Current status of Hyper Term 2 - https://hyper.is/ | |
| // Last updated 11.20.2018 | |
| // Copy/Paste starting on line 8 | |
| // Future Adam, past Adam has your back. | |
| // Also saved in Dropbox -- /Dropbox/dev/hyper-config.txt | |
| ----------------------------------------------- | |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. |
| sudo /etc/init.d/postgresql start | |
| su - postgres | |
| psql |
Designing correct, efficient, and implementable algorithms for real-world problems requires access to two distinct boddies of knowledge, Techniques and Resouces