中国物探第一门户
环境配置 环境配置
sudo apt-get install libblas-dev liblapack-devsudo rm /var/lib/apt/lists/locksudo apt-get update sudo apt-get install li
2018-03-07 物探网
dpkg 和 apt-get损坏修复 dpkg 和 apt-get损坏修复
使用apt-get 或者dpkg安装包时,出现以下报错,尝试了很多办法都没有解决dpkg: error processing package initramfs-tools (–configure): subprocess installe
2017-11-21 物探网
在ubuntu使用rsync进行服务器同步备份 在ubuntu使用rsync进行服务器同步备份
默认ubuntu系统已安装了rsync工具,可以使用rsync -h命令测试是否安装,如果没有的安装该工具,可以使用命令:$ aptitude install rsync 安装。 Rsync(remote synchronize) 是一个远
2017-10-13 物探网
解决error while loading shared libraries:*.so: cannot open shared object file 解决error while loading shared libraries:*.so: cannot open shared object file
报错:error while loading shared libraries: *.so: cannot open shared object file: No such file or directory 解决方法如下:1.编辑
2016-12-05 物探网
GDAL install GDAL install
sudo apt-get install python-qgis sudo apt-get build-dep python-gdal $ cd gdal-2.1.0/$ ./configure –prefix=/usr/$ make$ s
2016-11-29 物探网
Python Matplotlib 设置x/y坐标轴刻度 Python Matplotlib 设置x/y坐标轴刻度
刻度设置参考文档:xticks 命令yticks 命令以xticks为例: matplotlib.pyplot.xticks(args, *kwargs) 获取或者设置当前刻度位置和文本的 x-limits: return locs, la
2016-11-05 物探网
免费下载各种外文科技论文书籍电子版 免费下载各种外文科技论文书籍电子版
99%是科学著作且难以买到, 先撇开那些以营利为目的的出版社和网站的伪善版权意识。首先我来说一下汇总的标准,这也是我推荐这些网站推荐的标准:1.国内访问无限制,无需注册。2.免费资源众多,分类清晰,检索方便。3.下载界面友好,无广告或较少广
2016-09-13 物探网
利用scp传输文件 利用scp传输文件
1、从服务器下载文件 scp username@servername:/path/filename /tmp/local_destination 例如scp codinglog@192.168.0.101:/home/kimi/test
2016-09-12 物探网
Using Matplotlib when DISPLAY is undefined Using Matplotlib when DISPLAY is undefined
import matplotlib Force matplotlib to not use any Xwindows backend.matplotlib.use(‘Agg’) or This is a configuration iss
2016-09-12 物探网
ssh自动登录的4种实现方法 ssh自动登录的4种实现方法
自动ssh/scp方法A为本地主机(即用于控制其他主机的机器) ;B为远程主机(即被控制的机器Server), 假如ip为192.168.60.110;A和B的系统都是Linux在A上运行命令:ssh-keygen -t rsa (连续三
2016-09-12 物探网
4 / 9