I hereby claim:
- I am lauborges on github.
- I am lauborges (https://keybase.io/lauborges) on keybase.
- I have a public key ASBX3L8FQJNZdpsOwdC378Ee4jw9gPnrit0PxZF6HyNUsQo
To claim this, I am signing this object:
find . -name "node_modules" -type d -exec rm -rf '{}' + |
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook suspicious-package quicklookase qlvideo provisionql quicklookapk quicklook-pat | |
https://blog.duojam.com/best-quick-look-plugins-for-developers/ |
# Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/ | |
# GitLab uses docker in the background, so we need to specify the | |
# image versions. This is useful because we're freely to use | |
# multiple node versions to work with it. They come from the docker | |
# repo. | |
# Uses NodeJS V 9.4.0 | |
image: node:9.4.0 | |
# And to cache them as well. |
cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//' |
readelf -s -W libsgfplib.so | grep SGFPM_GetImageQuality |
Verifying my Blockstack ID is secured with the address 1AvNC7gfmLdqjZBXCVVvgUZWEuBQAKJnqq https://explorer.blockstack.org/address/1AvNC7gfmLdqjZBXCVVvgUZWEuBQAKJnqq |
I hereby claim:
To claim this, I am signing this object:
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}") |
#!/bin/bash | |
set -o errexit | |
echo "Removing exited docker containers..." | |
docker ps -a -f status=exited -q | xargs -r docker rm -v | |
echo "Removing dangling images..." | |
docker images --no-trunc -q -f dangling=true | xargs -r docker rmi |
psql: could not connect to server: No such file or directory | |
# run | |
sudo chown -R postgres:postgres /var/lib/postgresql/10/ | |
sudo chmod -R u=rwX,go= /var/lib/postgresql/10/ | |