命令行编辑器micro
1、命令行编辑器micro
下载地址:https://github.com/zyedidia/micro
安装:curl https://getmic.ro | bash
如果你对VIM不太熟悉,用这个会很好用,和windows下操作一致,支持鼠标复制和粘贴
2、源码学习
通过其源码可以学习其各种打包和编译方式
专注于数字孪生及工业软件SaaS的研发
下载地址:https://github.com/zyedidia/micro
安装:curl https://getmic.ro | bash
如果你对VIM不太熟悉,用这个会很好用,和windows下操作一致,支持鼠标复制和粘贴
通过其源码可以学习其各种打包和编译方式
下载地址:https://people.centos.org/pgreco/
下载包为:CentOS-Userland-7-aarch64-RaspberryPI-Minimal-4-1908-sda.raw.xz
通过7z解压为.raw,然后用Win32DiskImager烧写到SD卡
或者通过Baidu网盘下 …
名称 内网IP 外网IP hostname
T1 10.105.79.74 xxx.xxx.xxx.xxx control
T2 10.105.90.27 xxx.xxx.xxx.178 …
yum install -y yp*
vim /etc/sysconfig/network
[root@control ~]# cat /etc/sysconfig/network
# Created by cloud-init on instance boot …
在master节点上来安装 NFS 服务,数据目录:/opt
[root@master ~]# yum -y install nfs-utils rpcbind
[root@master ~]# mkdir -p /opt …
树莓派supervisord使用
sudo apt-get install supervisor vim -y
sudo systemctl enable supervisor # 开机自启动
sudo systemctl restart supervisor
sudo systemctl status supervisor …
sudo vim /etc/apt/sources.list
=================163 source==========================
deb http://mirrors.163.com/ubuntu/ bionic main restricted …
yum install clang-format
https://prereleases.llvm.org/win-snapshots/clang-format-r363781.exe 直接重命名为clang-format.exe后放入到对应的PATH中即可