I love to learn and try new stuff; dreaming to create ones someday!
- Saigon, Vietnam
- https://stackoverflow.com/users/248616/nam-g-vu
Pinned Loading
-
-
increase mymory by swap file
increase mymory by swap file 1# ref. https://askubuntu.com/a/1075516/2230823sudo swapoff /swapfile # make all swap off4sudo rm -rf /swapfile # remove the current5 -
test psql at specific ip:port
test psql at specific ip:port 1# ref. https://stackoverflow.com/a/59657648/2486162echo 'QUIT' | nc -w SECONDS YOUR_HOST PORT; echo $?
3# eg4echo 'QUIT' | nc -w 1 localhost 5432; echo $?
-
install-pipenv-w-pyenv-at-python-3.6...
install-pipenv-w-pyenv-at-python-3.6.x.sh 1#!/bin/bash23_='run the below scripts line by line not run the whole as a batch file';
4_='gist github ref. bit.ly/nnpipenv';
5 -
Multi-line bash command
Multi-line bash command 1echo `cat << EOF
2line 13line 24EOF`5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

