上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 110 下一页
摘要: 缘起缘落 来源一个梦想,随身携带的开发环境,docker是个合适的工具,把开发环境和软件安装到docker内,到一个新的电脑只需要拉取docker镜像,就可以具有完整的开发环境了。 花落,实践证明,这只是个梦,docker开发者、开源大佬,包括我都是这个梦想的实践者,放弃者。 体验 拉取镜像,doc 阅读全文
posted @ 2020-05-31 12:24 jiftle 阅读(417) 评论(0) 推荐(0) 编辑
摘要: Eclipse是一款很强的Java IDE,我们在开始的时候,往往设定了默认的workspace,当用久在之后,我们可能要去更改一下workspace的位置,但是在启动的时候已经不会显示更改了。下面有几种方法可以更改workspace的目录。1、进入 Window > Preferences > G 阅读全文
posted @ 2020-05-22 14:15 jiftle 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 拉取镜像 https://store.docker.com/community/images/sameersbn/bind docker pull sameersbn/bind 生成容器 docker run --name bind -d --restart=always \ --publish 5 阅读全文
posted @ 2020-05-22 12:05 jiftle 阅读(5639) 评论(1) 推荐(0) 编辑
摘要: 测试环境 deepin 20.3, deepin 20.9 安装x11vnc sudo apt install x11vnc 设置x11vnc密码 设置密码 x11vnc -storepasswd 复制到系统目录 sudo mv ~/.vnc/passwd /etc/x11vnc.pwd 创建服务 阅读全文
posted @ 2020-05-21 09:53 jiftle 阅读(6065) 评论(0) 推荐(0) 编辑
摘要: 测试环境 deepin 20.3, deepin 20.9 安装步骤 # 安装服务【deepin 20.9 默认已经预装,但是没有开机启动】 sudo apt install openssh-server # 启动服务ssh sudo systemctl start ssh # 设置开机自启动 su 阅读全文
posted @ 2020-05-21 08:57 jiftle 阅读(594) 评论(0) 推荐(0) 编辑
摘要: # 使用Docker构建开发环境## Base Docker Images- Ubuntu 1804## 支持的系统- Linux(deepin)- MacOS(10.15)## Feature- vim 8.2- gvim- emacs 26.3- spacemacs- eclipse 3.8- 阅读全文
posted @ 2020-05-20 16:07 jiftle 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/luotingliang/p/7251496.html 1.查看安装的所有软件 dpkg -l 例如:dpkg -l | grep ftp 2.查看软件安装的路径 dpkg -L | grep ftp 也可以用 whereis ftp 3.查看软件版本 阅读全文
posted @ 2020-05-20 15:01 jiftle 阅读(15597) 评论(0) 推荐(0) 编辑
摘要: windows C:\Windows\System32\drivers\etc\hosts linux /etc/hosts 二、域名映射 # 公司Git服务器 192.168.0.196 git.newcapec.cn 阅读全文
posted @ 2020-05-20 14:34 jiftle 阅读(438) 评论(0) 推荐(0) 编辑
摘要: mbd.baidu.com 脑机接口:挑战在于非侵入地准确读取脑内信号,又如何传回脑内 14-17 minutes “重点在于如何形成一个“closed-loop”(闭环),这也是大家一直在做的,但是现在无论是神经假肢还是机器人,打造一个 closed-loop 的前提是具备 sensor(传感器) 阅读全文
posted @ 2020-05-20 09:33 jiftle 阅读(612) 评论(0) 推荐(0) 编辑
摘要: Stacer is an open source system optimizer and application monitor that helps users to manage entire system with different aspects, its an all in one s 阅读全文
posted @ 2020-05-19 23:37 jiftle 阅读(338) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 110 下一页