Slurm安装2之NIS服务

control节点

1、安装服务

yum install -y yp*

2、网络配置(仅提供需要修改的部分)

vim /etc/sysconfig/network
[root@control ~]# cat /etc/sysconfig/network
# Created by cloud-init on instance boot …

阅读全文

Slurm安装3之NFS服务

master节点

master节点 NFS服务安装和启动

在master节点上来安装 NFS 服务,数据目录:/opt

1、安装配置 nfs

[root@master ~]# yum -y install nfs-utils rpcbind

2、共享目录设置权限

[root@master ~]# mkdir -p /opt …

阅读全文

树莓派supervisord使用

树莓派supervisord使用

supervisord 安装

sudo apt-get install supervisor vim -y
sudo systemctl enable supervisor # 开机自启动
sudo systemctl restart supervisor
sudo systemctl status supervisor …

阅读全文

Ubuntu18.04软件安装和美化

安装方法:

0、update source

sudo  vim /etc/apt/sources.list
   
=================163 source==========================

deb http://mirrors.163.com/ubuntu/ bionic main restricted …

阅读全文

golang交叉编译

golang交叉编译【禁止CGO】

# 如果你想在Windows 32位系统下运行
➜  ~CGO_ENABLED=0 GOOS=windows GOARCH=386 go build test.go

# 如果你想在Windows 64位系统下运行
➜  ~CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build …

阅读全文

CFD with VR

https://github.com/tooLazytoSleep/Design-of-a-Data-Virtualization-in-VR

https://github.com/tooLazytoSleep/Virtual-Reality

https://github.com/PfeifferMicha/imhotep

阅读全文