r
readw
writex
execute
- | rwx | r-- | r-- |
---|
dig frontendtyped.com any +noall +answer |
for f in <src_folder>/*.jpg; do guetzli $f $f; done |
lsof -i tcp:3000 | |
kill -9 PID |
notes from a great talk What the heck is the event loop anyway? | Philip Roberts
Heap is where memory allocation happens
Things like setTimeout/DOM/Http doesnt exist in V8 - Chrome runtime
{ | |
"editor.gotoLocation.multiple": "goto", | |
"window.zoomLevel": 0, | |
"git.enableSmartCommit": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"editor.minimap.enabled": false, | |
"diffEditor.ignoreTrimWhitespace": true, | |
"workbench.editor.enablePreview": false, |
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition
sudo service mongod start
git stash push -m "message"
where "message" is your note for that stash.
In order to retrieve the stash you can use: git stash list
. This will output a list like this, for example:
stash@{0}: On develop: perf-spike
stash@{1}: On develop: node v10