Danh mục: Bug
-
Các vấn đề về npm và python
Show python link: type -a python npm config –global set python /usr/bin/python Link python: sudo ln -s ~/.pyenv/versions/2.7.18/bin/python /usr/local/bin/python node-sass cũ thì dùng python2.7
-
Stuck terminal when connect ssh
This is what I have in my ~/.ssh/config. To enable it for all hosts use: Host * ServerAliveInterval 240 Also make sure to run chmod 600 ~/.ssh/config, because the config file must not be world-readable.