摘要: 旧的鼠标选项 setw -g mode-mouse onset-option -g mouse-resize-pane onset-option -g mouse-select-pane onset-option -g mouse-select-window on 新的鼠标选项 set -g mouse on来自为知笔记(Wiz) 阅读全文
posted @ 2016-08-11 10:27 scue 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 生成samba用户名密码修改配置文件重启samba服务使之生效 以前在ubuntu 14.04的时候,很方便的通过几行命令和一个GUI界面就可以配置好samba共享文件给windows了: Ubuntu 14.04sudo apt-get install smbclient samba-common-bin system-config-sambasystem-config-samba # 打开... 阅读全文
posted @ 2016-08-11 10:26 scue 阅读(3147) 评论(0) 推荐(0) 编辑
摘要: 依赖环境 sudo apt install \ python3-pyqt5 \ python3-requests \ python3-xlib \ python3-pil \ tesseract-ocr-eng \ tesseract-ocr-chi-tra \ tesseract-ocr-chi-sim ... 阅读全文
posted @ 2016-08-11 10:26 scue 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 打开Preferences配置 输入路径:/usr/share/bless/bless-16-bytes-per-row.layout 或者使用以下配置 cat /home/scue/.config/bless/preferences.xml Hexadecimal 100 True False T... 阅读全文
posted @ 2016-08-11 10:24 scue 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 打开注册表,找到HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics,新建DWORD,输入MinWidth,大图标设为56,小图标设定为36; 参考:http://www.wikihow.com/Customize-the-Size-of-the-Windows-7-Taskbar-Icons 编辑文件: 任务栏图标等宽.reg Wind... 阅读全文
posted @ 2016-08-11 10:24 scue 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 安装方法 https://help.ubuntu.com/community/VNC/Servers#vino 系统默认自带的,通过搜索Remote Desktop来找到它 配置好之后,设定一下密码 允许本地连接 gsettings set org.gnome.Vino network-interface lo 允许任何位置上连接(设定加密) gsettings reset or... 阅读全文
posted @ 2016-08-11 10:24 scue 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 如下图: 设置 --> 详细信息 --> 可移动媒体 来自为知笔记(Wiz) 阅读全文
posted @ 2016-08-11 10:23 scue 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 如何查找录屏软件 apt-cache search screen record libutempter-dev - privileged helper for utmp/wtmp updates (development)libutempter0 - privileged helper for utmp/wtmp updates (runtime)lilo - LInux LO... 阅读全文
posted @ 2016-08-11 10:22 scue 阅读(1917) 评论(0) 推荐(0) 编辑
摘要: 标签:NVIDIA Driver apt 早前安装的NVIDIA显卡驱动在启动X Server的时候提示版本太新了,要求必须使用340.96的,而新的驱动都到了367 https://wiki.debian.org/NvidiaGraphicsDrivers apt-get install aptitude bash-completion aptitude -t wheezy-ba... 阅读全文
posted @ 2016-08-11 10:22 scue 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: 发现错误 运行X之后出现了错误: Program received signal SIGSEGV, Segmentation fault.0x00007fbc3336fb63 in ?? () from /lib/x86_64-linux-gnu/libc.so.6(gdb) bt#0 0x00007fbc3336fb63 in ?? () from /lib/x86_64-linux-gn... 阅读全文
posted @ 2016-08-11 10:21 scue 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: 1. 设定字体,使用Ubuntu Tweak Tool把系统字体设定为默认字体,而不是文泉驿字体; 2. 使用ADBLock Plus把垃圾的广告过滤掉,不然网页上很多Flash就会导致网页非常的卡顿; 这里一定要订阅中国的广告列表,不然相当于没有生效,毕竟我们访问主要网站还是国内的。 3. 默认不要启用Flash播放的功能 这个我比较建议,毕竟我看网页主要是文本内容,那么Flas... 阅读全文
posted @ 2016-08-11 09:15 scue 阅读(3028) 评论(2) 推荐(0) 编辑
摘要: 安装方法: apt-get install at 使用方法: 添加 at 11:13warning: commands will be executed using /bin/shat> # 按Ctrl+Djob 1 at Fri Aug 5 11:13:00 2016 删除 at -r 1 # 任务1 查询 atq # 大概表示query吧 没有什么修改命令..... 阅读全文
posted @ 2016-08-11 09:15 scue 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 引用:http://forum.ubuntu.org.cn/viewtopic.php?f=73&p=3135388&sid=399b5566833c294045795a4b328fb4b0#p3135388来自为知笔记(Wiz) 阅读全文
posted @ 2016-08-11 09:14 scue 阅读(562) 评论(0) 推荐(0) 编辑