安装Linux系统 (CentOS与Ubuntu) 60% ) 制作U盘启动 说明:2.0也是可以的。 40%)i选对镜像so文件,我的CentOS镜像是CentOS-7.0-1406-x86_64-DVD.iso,而Ubuntu是(ubuntu-20.04.2.0-desktop-amd64.is ...
分类:
系统相关 时间:
2021-05-24 10:29:41
阅读次数:
0
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:
数据库 时间:
2021-05-24 10:29:11
阅读次数:
0
安装包也可以关注公众号:一口Linux 后台回复 :ubuntu 0、环境说明 通常安装1个可以编译ARM汇编代码的linux环境,需要安装以下3个软件: vmware:在该软件中可以安装其他操作系统 ubuntu 16.04:编译程序都在ubuntu中编译 交叉编译器:编译能在开发板上运行的代码, ...
分类:
系统相关 时间:
2021-05-24 09:43:04
阅读次数:
0
安装nginx 1 sudo apt-get install -y nginx 修改配置文件 1 vi /etc/nginx/nginx.conf 2 #注释掉下面这行代码 3 #include /etc/nginx/sites-enabled/*; 4 #保存 在/etc/nginx/conf.d ...
分类:
系统相关 时间:
2021-05-24 09:40:00
阅读次数:
0
添加启动的账户名 sudo vi /etc/systemd/system/getty.target.wants/getty@tty1.service 如图中的 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM 中添加自启动root用户 ...
分类:
系统相关 时间:
2021-05-24 09:22:34
阅读次数:
0
查看是否启动 ps -e | grep sshd 未启动则启动服务 /etc/init.d/ssh start 附:#重启SSH服务 /etc/init.d/ssh restart #关闭SSH服务 /etc/init.d/ssh stop 未安装则安装服务 apt-get update apt-g ...
分类:
系统相关 时间:
2021-05-24 09:07:51
阅读次数:
0
文章目录1 在开发板上移植ssh2 安装ssh3 生成KEY文件,并安装4 修改目标板密钥文件5 测试6 在Ubuntu上搭建QT开发环境7 配置编译套件之前我们写好一个程序,都是先交叉编译完,然后在通过nfs/tftp或者其他的方法拷贝到开发板,然后在手动执行,如果我们调试程序很频繁,那我们每次都 ...
分类:
其他好文 时间:
2021-05-24 08:56:10
阅读次数:
0
golang GRPC mock 1.)前置条件 go install github.com/golang/protobuf/protoc-gen-go go install github.com/carvalhorr/protoc-gen-mock 2.) 生成mock文件 proto文件gree ...
分类:
其他好文 时间:
2021-05-24 08:41:27
阅读次数:
0
扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.co ...
分类:
其他好文 时间:
2021-05-24 08:32:18
阅读次数:
0
1.查看sqlser内存分配,及对应库的分配情况,根据需求设置对应内存大 二:在应用管理器中查看内存占用大小,如果占用过大的话,清除不必要的内存 ...
分类:
数据库 时间:
2021-05-24 08:19:16
阅读次数:
0