2020年6月21日
摘要:
1.nvidia 驱动a.卸载系统里低版本的英伟达驱动sudo apt-get purge nvidia*b.把显卡驱动加入PPAsudo add-apt-repository ppa:graphics-driverssudo apt-get updatec.查找英伟达显卡驱动最新版本号sudo a
阅读全文
posted @ 2020-06-21 22:12
feng168
阅读(649)
推荐(0)
2020年5月6日
摘要:
1.安装httpd: yum install httpd 安装成功后可以执行启动命令:service httpd start 2.安装php a.yum install epel-release b.rpm -ivh http://rpms.famillecollet.com/enterprise/
阅读全文
posted @ 2020-05-06 15:15
feng168
阅读(1753)
推荐(0)
2020年1月9日
摘要:
Let‘s Encrypt 获取Https证书 假设安装目录:/root/letsencrypt(在线方式申请:https://easy.zhetao.com/)1.cd root目录安装git yum -y install git2.输入 git clone https://github.com/
阅读全文
posted @ 2020-01-09 18:20
feng168
阅读(652)
推荐(0)
2019年7月4日
摘要:
解决 androidstudio Execution failed for task ':app:compileDebugJavaWithJavac' 错误 进入项目根目录 打开 命令行 执行 gradlew compileDebugJavaWithJavac 之后回看到具体的错误信息
阅读全文
posted @ 2019-07-04 16:29
feng168
阅读(5694)
推荐(0)
2019年5月7日
摘要:
1.到https://www.anaconda.com/distribution/#download-section 下载linux版本aconda (或者在百度网盘:https://pan.baidu.com/s/1R4zkR9yGwKPmpIo5_yg4-Q 提前码:i840 下载) 2.上传到
阅读全文
posted @ 2019-05-07 19:45
feng168
阅读(2372)
推荐(0)
2019年3月8日
摘要:
1.安装apache httpdyum install -y httpd 2.安装号后执行: systemctl start httpd 启动,在浏览器输入公网ip验证httpd是否正常 3.centos7安装php5.6注意php不要太高,否则phpmyadmin报错安装centos7下的php源
阅读全文
posted @ 2019-03-08 20:44
feng168
阅读(730)
推荐(0)
2018年1月23日
posted @ 2018-01-23 18:25
feng168
阅读(2)
推荐(0)
摘要:
1. 下载文件 wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate 2.执行安装 python get-pip.py 3.若安装后pip命令无法使用,搜索系统中pip文件,创建命令链接 a.mv /usr/bin/pip
阅读全文
posted @ 2018-01-23 17:02
feng168
阅读(107)
推荐(0)
摘要:
1.下载mongodb-linux-x86_64-3.6.2.tgz 放到 /usr/local/mongodb(任意自定义目录)2.tar xvf mongodb-linux-x86_64-3.6.2.tgz #解压安装包3.新建目录mongodb-3.6.24.mv mongodb-linux-
阅读全文
posted @ 2018-01-23 11:58
feng168
阅读(200)
推荐(0)
2017年12月6日
摘要:
创建及安装 OpenCORE AMR 库文件 编译OpenCORE AMR 源码 增加AMR-WB Support OpenCORE AMR 源码压缩包包含了 AMR-NB 编码和解码, 但是 AMR-WB 只支持解码. 所以我们需要增加AMR-WB 编码能力: 检查安装 验证的时候,确认包含了对应
阅读全文
posted @ 2017-12-06 17:43
feng168
阅读(1351)
推荐(0)