npm: 查看当前版本: npm --version 更新到最新版 sodu npm install npm@latest -g node: 1.查看当前版本: node -v 2.清除npm当前缓存信息: sudo npm cache clean -f 3.执行下载node: sudo npm i ...
分类:
系统相关 时间:
2020-04-15 12:24:08
阅读次数:
474
例如想要升级nibabel时 使用命令:sudo pip install upgrade nibabel 报错: Cannot uninstall ‘nibabel’. It is a distutils installed project and thus we cannot accurately ...
分类:
其他好文 时间:
2020-04-15 00:27:06
阅读次数:
79
1、下载glog 在Github上查找glog即可,下载命令为: git clone https://github.com/google/glog.git 2、在编译之前如果没有安装依赖库,需要先安装依赖库,我安装了autoconf和libtool,根据自己的需要安装相应的库 sudo apt-ge ...
分类:
系统相关 时间:
2020-04-15 00:25:21
阅读次数:
100
简单来说,Ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb。 sudo apt-get install alien #alien默认没有安装,所以首先要安装它 sudo alien xxxx.rpm #将rpm转换位deb,完成后会生成一个同名的xxxx ...
分类:
系统相关 时间:
2020-04-14 20:22:54
阅读次数:
80
https://www.jianshu.com/p/7cd89397e350 原地址简书 作者:Harry_Coding 1. sudo apacheclt start 启动Apache 服务器2. sudo apacheclt restart 重启服务器3. sudo apacheclt stop ...
分类:
Web程序 时间:
2020-04-14 20:16:48
阅读次数:
103
1. 下载对应版本的驱动 https://www.nvidia.com/Download/index.aspx?lang=en-us 2. 卸载已有驱动 sudo sh NVIDIA-Linux-x86_64-390.116.run --uninstall 如果没有对应的驱动文件,需要再官网下载 3 ...
分类:
系统相关 时间:
2020-04-14 18:53:44
阅读次数:
358
一,安装librdkafka sudo wget https://github.com/edenhill/librdkafka/archive/v0.9.4.tar.gz -O librdkafka-0.9.4.tar.gzsudo tar -zxvf librdkafka-0.9.4.tar.gz ...
分类:
Web程序 时间:
2020-04-14 17:00:45
阅读次数:
106
manjaro 设置 国内源 注意,如果安装过程中出现无法连接服务,请参看第 4条 1. 设置官方镜像源(包括 core, extra, community, multilib ) sudo pacman mirrors i c China m rank //更新镜像排名 sudo pacman S ...
分类:
编程语言 时间:
2020-04-14 15:19:20
阅读次数:
277
参考 "docker安装gitlab" 环境 | 环境 | 版本 | | | | | centos | 7 | | docker | 19.03.5 | | gitlab/gitlab ce | latest | | 虚拟机配置 | 2c4g | 关闭selinux服务 确保安装顺利,linux先关 ...
分类:
其他好文 时间:
2020-04-14 12:39:09
阅读次数:
77
一、使用snap 安装 sudo snap install nextcloud 推荐这个。一条命令搞定这种安装最简单,安装好后直接 localhost即可二、手动安装1、安装 apache2 mysql php7sudo apt-get install apache2 libapache2-mod- ...
分类:
其他好文 时间:
2020-04-14 10:31:50
阅读次数:
605