1 一个结合文件发送,命令行,监控一体化的链接工具支持跨平台 http://www.hostbuf.com/?install_fs 按照顺序双击即可 2 命令行安装python(root身份),命令完全兼容centos7.6 https://www.linuxidc.com/Linux/2018-0 ...
分类:
编程语言 时间:
2020-07-12 18:39:45
阅读次数:
89
git安装 1. 检查apt包是否最新 $sudo apt-get update -y 2. 安装git $sudo apt install git Reading package lists... Done Building dependency tree Reading state inform ...
分类:
Web程序 时间:
2020-07-12 01:09:19
阅读次数:
96
bootcamp上右键---显示包内容---Contents---Info.plist把这个文件拷贝到桌面(直接编辑是锁定的)。用文本编辑器打开,修改一个字段 PreUSBBootSupportedModels ,把前面的Pre去掉。保存,并覆盖掉bootcamp内的文件。打开终端。输入 sudo ...
systemctl list-unit-files会列出开启的和未开启的:使用grep过滤一下开启的grep enabledgrep enabled然后使用systemctl status openresty.service1查看这个.service文件的路径,及内容。禁用开机启动:sudo sys... ...
分类:
系统相关 时间:
2020-07-11 17:38:57
阅读次数:
223
运行docker: sudo systemctl start docker 0.创建docker网络: docker network create --subnet=172.18.0.0/24 mxd 1. 复制配置文件到宿主机: # 创建宿主机目录结构 mkdir -p /www/docker/n ...
分类:
数据库 时间:
2020-07-11 14:27:26
阅读次数:
156
pip是常用的python包管理工具,用python的同学,都离不开pip。 第一种 在系统自带的python2.7的路径下 1、pip是python的包管理工具,在Python2.7的安装包中,easy_install.py是默认安装的,而pip需要我们手动安装。 打开终端: sudo easy_ ...
分类:
系统相关 时间:
2020-07-11 13:12:16
阅读次数:
74
#yum 源准备 1、更新一下yum: sudo yum -y update 该 -y 标志用于提醒系统我们知道我们正在进行更改,免去终端提示我们要确认再继续 2、安装yum-utils 【一组扩展和补充yum的实用程序和插件】 sudo yum -y install yum-utils 3、安装C ...
分类:
编程语言 时间:
2020-07-11 13:05:49
阅读次数:
62
Installing via curl error - starship: Cannot open: Permission denied · Issue #838 · starship/starship https://github.com/starship/starship/issues/838 ...
分类:
其他好文 时间:
2020-07-11 00:03:50
阅读次数:
66
1.nvidia-smi看看对应驱动的版本,如果没有还得先去下载驱动,https://www.nvidia.com/ 2.安装cuda, https://developer.nvidia.com/cuda-downloads sudo sh cuda_10.1.105_418.39_linux.ru ...
分类:
系统相关 时间:
2020-07-10 17:16:09
阅读次数:
287
安装EPEL Release,因为安装需要使用其他的repo源,所以需要EPEL支持: yum install -y epel-release #如果出现缺少Code提示,可以: sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 #安装完成之 ...
分类:
其他好文 时间:
2020-07-10 17:10:23
阅读次数:
69