查了下,可以用bash的快捷键解决这个问题,并且bash快捷键适用范围是跨平台的哦
行首ctrl+A
行尾ctrl+E
记录下其他有用的
ctrl+u
: 删除光标左边所有ctrl+k
: 删除光标右边所有ctrl+xx
: 行首到当前光标替换
https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE
I have found that after the attack to DNS servers in the US, gitrefresh operation seems to be blocked. Got the error:
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Novarizark/project/info/refs
fatal: HTTP request failed
Then found this in stackoverflow
http://stackoverflow.com/questions/7438313/pushing-to-git-returning-error-code-403-fatal-http-request-failed
change the https method to ssh method really solved the probleme. Although, I am still confused why this problem happens…
SAVIO is Berkeley’s high performance clusters.
http://research-it.berkeley.edu/services/high-performance-computing/user-guide
2.set up existing module
#——— Load specific modules ————– module load intel/2013_sp1.4.211 module load openmpi/1.6.5-intel
#module load netcdf/4.3.2-intel-p System admin only provide C++ lib
module load nco/4.4.6-intel-p module load ncview/2.1.2
$nf-config –all
$nc-config –all
can be used to check the installation status.