算法题
算法题
https://labuladong.gitbook.io/algo/
https://github.com/labuladong/fucking-algorithm
专注于数字孪生及工业软件SaaS的研发
https://labuladong.gitbook.io/algo/
https://github.com/labuladong/fucking-algorithm
https://plausible.io/
https://linuxhandbook.com/plausible-deployment-guide/
Singularity用于GUI应用的容器发布是非常方便的,另外一个场景是拥有HPC MPI并行计算求解器发布。
参考: https://sylabs.io/guides/3.8/admin-guide/installation.html
=====Ubuntu 系统=====
$ sudo …
1、安装
Ubuntu
$ sudo apt install python3 python3-pip
$ pip install cheat
Centos
$ yum install python python-pip
$ pip install cheat
2、使用
$ cheat tar
$ cheat -l //查询哪些命 …
Super+D 显示桌面
Super+L 锁屏
Ctrl+Alt+T 快速打开终端
Ctrl+1 切换到工作区1 [设置中自定义的快捷键]
Ctrl+2 切换到工作区2 [设置中自定义的快捷键]
Ctrl+3 切换到工作区3 [设置中自定义的快捷键]
Super + 1 窗口移动到工作区1[设置中自定义的快捷键]
Super + 2 窗口移动到工作 …
sudo apt install …
1)安装 subversion
yum install subversion
2)创建目录
mkdir -p /opt/svn
3)新建仓库
svnadmin create /opt/svn/project
4)启动
killall -9 svnserve
svnserve -d -r …
一个简陋的CI/CD的主要步骤包含: clone => test => build => image => deploy => notify
组件名称 | 组件功能 | 访问方式 |
---|---|---|
DNS … |