Wesley13 Wesley13
3年前
ubuntu下如何安装PIL
记录为以后留着,也方便出现同样错误的朋友一起讨论.本人用的ubuntu14.04,python为2.7.安装PIL时只是sudoaptgetinstallpythonimaging有些操作可以用,而有些会提示错误.上网搜了下发现是PIL有些库没有安装吧.我又把PIl卸载然后从新安装然后又安装了一些其他的库.具体操作如下
Wesley13 Wesley13
3年前
Ubuntu18.04.4安装教程
1.选择语言个人推荐English!(https://oscimg.oschina.net/oscnet/42b23f71bdd6e887fbd451c7bbada175ca9.png)2.选择第一项InstallUbuntuServer!(https://oscimg.oschina.net/oscnet/225438873a50
Wesley13 Wesley13
3年前
Ubuntu挂载新的磁盘
1.切换为root用户sudosu2.查看磁盘列表fdiskllsblk3.磁盘管理fdisk/dev/sdb新建分区:n列出分区:p保存退出:
Stella981 Stella981
3年前
How To Install Docker On Ubuntu 18.04
Docker isanincreasinglypopularsoftwarepackagethat createsacontainer(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fphoenixnap.com%2Fkb%2Fdockercontainermanag
Wesley13 Wesley13
3年前
Ubuntu14.04 Caffe安装
Caffe简介Caffe全称ConvolutionalArchitectureforFastFeatureEmbedding,是一个计算CNN相关算法的框架。就目前来说是deeplearning最流行的开源的框架,所以使用的人也是最多的。caffe网址:http://caffe.berkeleyvision.org/(
Wesley13 Wesley13
3年前
Ubuntu安装网易云音乐
安装网易云音乐更多的Ubuntu下软件安装问题,请关注这儿(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fpyexile%2FNotes%2Ftree%2Fmaster%2FLinux%2F%25E8%25BD%25AF%25E4%25
Wesley13 Wesley13
3年前
ubuntu 使用root用户登录
修改配置文件sudovim/etc/ssh/sshd_config找到下面相关配置:Authentication:LoginGraceTime120PermitRootLoginprohibitpasswordStrictModesyes更改为:Aut
Wesley13 Wesley13
3年前
ubuntu16.0.4安装freeswitch
1\.安装freeswitch库gitclonehttps://github.com/signalwire/freeswitch.git2\.安装环境依赖aptgetinstalllibeditdevlibldnsdevlibpcre3devlibspeexdspdevlibspeexdevl
Wesley13 Wesley13
3年前
Ubuntu清理磁盘空间
读完这篇文章大概需要1分钟“虽然Linux系统对于程序员来说是相当顺手的存在,但是对于普通用户却还并不那么友好。➤➤清理磁盘空间,在Windows里有很多方法:比如自带的磁盘清理工具(附件系统工具磁盘清理)!(https://oscimg.oschina.net/oscnet/264ff68719
达里尔 达里尔
1年前
npm install cnpm -g报错问题解决
遇到以下报错:当遇到npminstallcnpmgregistryhttps://registry.npm.taobao.org报错的时候,是因为这个镜像已经过期了,用新的命令即可。输入以下命令:npminstallgcnpmregistryhttps:/