@zsh-o
2020-08-03T14:43:42.000000Z
字数 846
阅读 953
备忘
./code-server --host 0.0.0.0 --port 12352 --auth none --extensions-dir ./extensions/ --disable-updates
git config --global credential.helper store
rsync -avz --progress centerline_mask shuheng_zhang@10.9.31.215:/home/shuheng_zhang/lesion/
ps -ef | grep sleep | grep -v grep | awk '{print $2}' | xargs kill -9
jupyter notebook --no-browser --port 12351 --ip='*' --NotebookApp.token='' --NotebookApp.password=''
{
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"cmake.configureSettings": {
"OPENGLES3_LIBRARY": "C:\\Imagination\\PowerVR_Graphics\\PowerVR_Tools\\PVRVFrame\\Library\\Windows_x86_32\\libEGL.lib",
"EGL_LIBRARY": "C:\\Imagination\\PowerVR_Graphics\\PowerVR_Tools\\PVRVFrame\\Library\\Windows_x86_32\\libGLESv2.lib"
}
}
python -u xxx.py &> log.txt
watch -n 2 tail -n 100 log.txt