随笔分类 -  Linux

摘要:1.创建源/etc/yum.repos.d/svn.repo[WandiscoSVN] name=Wandisco SVN Repo baseurl=http://opensource.wandisco.com/centos/releasever/svn1.14/RPMS/basearch/ 阅读全文
posted @ 2023-04-24 09:39 ParamousGIS 阅读(199) 评论(0) 推荐(0) 编辑
摘要:1. 先在一台能上外网的CentOS7上下载安装包 [root@server101 root]# yum -y install yum-utils [root@server101 root]# mkdir dep [root@server101 root]# cd dep [root@server1 阅读全文
posted @ 2022-12-08 10:47 ParamousGIS 阅读(143) 评论(0) 推荐(0) 编辑
摘要:FastDFS是一个开源的轻量级分布式文件系统,功能包括:文件存储、文件同步、文件访问(文件上传、文件下载)等,解决了大容量存储和负载均衡的问题。特别适合以文件为载体的在线服务,如相册网站、视频网站等等。官方论坛 http://bbs.chinaunix.net/forum-240-1.htmlFastDfs google Code http://code.google.com/p/fastdfs... 阅读全文
posted @ 2020-02-20 22:40 ParamousGIS 阅读(675) 评论(0) 推荐(0) 编辑
摘要:使用wine运行某些程序时,可能会提示某些DLL找不到,需要手动把这些DLL的路径添加进去。添加方法是:wine regedit打开注册表工具;添加一个键HKEY_CURRENT_USER/Environment;添加System=c:\windows\system;添加Temp= c:\temp;添加Path = c:\windows;c:\windows\system;c:\gtk\bin;退... 阅读全文
posted @ 2019-12-02 17:47 ParamousGIS 阅读(1183) 评论(0) 推荐(0) 编辑
摘要:1.yum groupinstall "X Window System"2.export DISPLAY=172.16.4.240:0.03.yum -y install xclock4.xclock 阅读全文
posted @ 2019-11-29 15:08 ParamousGIS 阅读(1114) 评论(0) 推荐(0) 编辑
摘要:转自 https://blog.csdn.net/u010226454/article/details/80896959 ---centos7.2上搭建ntp服务器,并实现时间同步对于容器编排系统,前段时间主要研究kubernetes,现在实验室要用dcos,所以在实验室集群上搭建了该系统。搭建dcos集群需要各机器时间同步,而实验室集群并没有联网,这里讲述下怎么搭建ntp服务器并进行时间同步。... 阅读全文
posted @ 2019-07-01 14:33 ParamousGIS 阅读(1679) 评论(0) 推荐(0) 编辑
摘要:转自: https://www.cnblogs.com/kbkiss/p/7567725.html---------------------------------------------------------------------------------------------------------------------------------1.查看日志常用命令 tail: ... 阅读全文
posted @ 2019-06-13 10:21 ParamousGIS 阅读(667) 评论(0) 推荐(0) 编辑
摘要:先升级gcc 1.python3.6 ./configure --enable-shared --enable-profiling make –j 20 make install 2.proj-4.9.3 wget http://download.osgeo.org/proj/proj-4.9.3. 阅读全文
posted @ 2019-06-10 17:18 ParamousGIS 阅读(462) 评论(0) 推荐(0) 编辑
摘要:Ubuntu 18 + Redis安装 1.安装命令: opengis@gisserver20:~sudoaptgetinstallredisserver2.tcpopengis@gisserver20:  sudo netstat -ap | grep 6379 3. 阅读全文
posted @ 2019-03-04 16:51 ParamousGIS 阅读(359) 评论(0) 推荐(0) 编辑
摘要:mount -t nfs 192.168.2.203:/data/lys /lys -o proto=tcp -o nolock /home/arcgisserver/spatialData 172.16.*.*(rw,sync,no_root_squash,no_subtree_check) mo 阅读全文
posted @ 2019-02-14 08:57 ParamousGIS 阅读(1198) 评论(0) 推荐(0) 编辑
摘要:[root@server20 ~]# yum install cmake cmake-gui [root@server20 ~]# yum install cairo-devel libcurl-devel [root@server20 ~]# yum localinstall http://mir 阅读全文
posted @ 2019-02-04 02:48 ParamousGIS 阅读(289) 评论(0) 推荐(0) 编辑
摘要:CentOS7系列--安装Chrome浏览器1. 创建yum源文件[root@server20 ~]# cd /etc/yum.repos.d/[root@server20 yum.repos.d]# vi google-chrome.repo输入如下内容:[google-chrome]name=google-chromebaseurl=http://dl.google.com/linux/chr... 阅读全文
posted @ 2019-02-03 17:35 ParamousGIS 阅读(377) 评论(0) 推荐(0) 编辑
摘要:使用光盘作为yum软件安装源安装X Window 挂载光驱 [root@centos6 ~]# mkdir /media/cdrom [root@centos6 ~]# mount /dev/cdrom /media/cdrom/ 修改/etc/yum.repos.d/目录下文件 [root@centos6 yum.repos.d]# vi CentOS-Media.repo ... 阅读全文
posted @ 2018-11-30 16:57 ParamousGIS 阅读(494) 评论(0) 推荐(0) 编辑
摘要:CentOS7上Python3.5安装1.下载https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz2.上传到服务器3.yum install gcc openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel4. 解压tar xf Python-... 阅读全文
posted @ 2018-08-25 20:58 ParamousGIS 阅读(204) 评论(0) 推荐(0) 编辑
摘要:1.下载https://nodejs.org/en/download/2.解压tar -xJf node-v6.9.2-linux-x64.tar.xz3. 移到通用的软件安装目录 /opt/sudo mv node-v6.9.2-linux-x64 /opt/4. 在系统命令中建立npm 和 node 命令的软连接sudo ln -s /opt/node-v6.9.2-linux-x64/bin... 阅读全文
posted @ 2018-08-25 20:46 ParamousGIS 阅读(560) 评论(0) 推荐(0) 编辑
摘要:VBoxManage list vmsVBoxManage startvm dcsvr08 -type vrdpVBoxHeadless -startvm "dcsvr08"VBoxManage startvm "XP" --type headlessVBoxManage list runningvmsVBoxHeadless -s winxp --vnc --vncport 5900 --vnc... 阅读全文
posted @ 2018-08-25 08:04 ParamousGIS 阅读(147) 评论(0) 推荐(0) 编辑
摘要:ls -la | awk '{printf ("%8s %8s %8s %8s %8s %8s %8s %8s %8s\n",1,2,3,4,5,6,7,8,substr($9,0,4))}' 阅读全文
posted @ 2018-08-24 18:59 ParamousGIS 阅读(112) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/env bashfor year in /root/Downloads/data/all/*doecho -ne `basename year.gz"\t"gunzipcyear | \awk '{ temp = substr(0,88,5)+0;q=substr(0, 93, 1); if (temp != 9999 &&... 阅读全文
posted @ 2018-07-05 22:31 ParamousGIS 阅读(207) 评论(0) 推荐(0) 编辑
摘要:在 “编辑”—>”虚拟网络编辑器“ 里面的vmnet0 桥接模式 里面是自动连接,把他改为真实的物理网卡即可,如下图: 阅读全文
posted @ 2018-04-14 21:02 ParamousGIS 阅读(4222) 评论(0) 推荐(0) 编辑
摘要:CentOS7中的桌面环境1. 安装GNOME桌面环境1.1. 列出所有安装套件[root@appclient ~]# yum groups listLoaded plugins: fastestmirrorThere is no installed groups file.Maybe run: yum groups mark convert (see man yum)base | 3.6 kB ... 阅读全文
posted @ 2018-04-14 18:55 ParamousGIS 阅读(707) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示