上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 109 下一页
摘要: 测试环境 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 阅读(5830) 评论(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 阅读(536) 评论(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 阅读(252) 评论(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 阅读(15574) 评论(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 阅读(435) 评论(0) 推荐(0) 编辑
摘要: mbd.baidu.com 脑机接口:挑战在于非侵入地准确读取脑内信号,又如何传回脑内 14-17 minutes “重点在于如何形成一个“closed-loop”(闭环),这也是大家一直在做的,但是现在无论是神经假肢还是机器人,打造一个 closed-loop 的前提是具备 sensor(传感器) 阅读全文
posted @ 2020-05-20 09:33 jiftle 阅读(525) 评论(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) 编辑
摘要: # pkg-config --list-all |grep gtkgtk+-unix-print-2.0 GTK+ - GTK+ Unix print supportgtk+-x11-2.0 GTK+ - GTK+ Graphical UI Library (x11 target)gtk+-2.0 阅读全文
posted @ 2020-05-19 18:24 jiftle 阅读(3319) 评论(0) 推荐(0) 编辑
摘要: vim关闭时终端报错: ``` IA__gdk_drawable_get_size: assertion 'GDK_IS_DRAWABLE (drawable)' failed ``` 原因: 输入法冲突 解决办法: apt-get remove fcitx-frontend-gtk2 未解决 原文 阅读全文
posted @ 2020-05-19 18:20 jiftle 阅读(1591) 评论(0) 推荐(0) 编辑
摘要: 软件环境 宿主机系统:Deepin 15.4.1, 虚拟机软件:VirtualBox 5.1 虚拟机系统:XP 操作步骤如下: (1) 安装 Virtualbox Extension Pack 进入下载页面,选择 5.1.28 ExtPack 包,双击安装。 (2) 添加相关用户、用户组( Virt 阅读全文
posted @ 2020-05-19 18:12 jiftle 阅读(468) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 109 下一页