Loading...
本文平台基于:MacOS10.15.2,同样适用低版本MacOS。目前最新的Ferret版本为v7.6,本文主要参考以下内容:https://github.com/NOAA-PMEL/Ferret/blob/master/README_ferret_mac_homebrew.mdhttps://nicojourdain.github.io/students_dir/students_inst...
1. 科研目录配置1.1 根目录对于台式机与笔记本,根目录为~/Documents/,如:/Users/yao/Documents;对于超算集群服务器,根目录为大容量用户根目录,如:ada:/scratch/user/hengkai.yao/ ls5:/scratch/06660/hengkai/ normal:/home/hengkai/1.2 一级目录一级目录设置4个主目录,全部大写:&...
本文仍在更新,非最终版本。。结合下文一起使用:1. nohup,jobs,bg,fg,&用法# 将命令放入后台执行,终端关闭后命令也关闭 <terminal order> & # 命令放入后台执行,终端关闭后命令也关闭 nohup <terminal order> & # nohup会生成一个屏幕记录文件 *Ctrl+Z*# 此命令会停止此进程 b...
本文介绍了在TAMU-ada服务器上加载和运行jupyter lab服务,在本机网页端进行操作和使用。注意前提是本机应处于校园网内,否则需要开启校园vpn。1.在服务器端开启服务以TAMU-ada服务器为例# 在.bashrc文件中添加几条alias,并激活 alias ana35='module load Anaconda/3-5.0.0.1' alias jn='jupyter note...
结合以下文章一同使用:scp参考:https://man.linuxde.net/scpscp -r userid@remotesystem:remotedir/ localdir/ scp localfile userid@remotesystem:/path/to/remotedir/ scp userid@remotesystem:remotefile localdir/-r:以递归方...