2017年9月4日

cmus 命令行播放器使用

摘要: 安装 启动 设置输出 导入本地音乐 查看说明 播放 选中,使用 Enter 播放,z上 一首,b 下一首,c 暂停,x 播放,v 停止 菜单查看模式 输入 1: 普通模式 输入2: 简单模式 输入3: 列表模式 输入4: 队列模式 e 添加到队列菜单 y 添加到列表菜单 常用组合键 Ctrl + R 阅读全文

posted @ 2017-09-04 21:26 Lemo_wd 阅读(2459) 评论(0) 推荐(0)

linux 关闭笔记本自带键盘

摘要: linux 命令行工具 找到 AT Translated Set 2 keyboard,其 id为 13 设置值为 0 如果想恢复,对应的值设为1即可 阅读全文

posted @ 2017-09-04 19:01 Lemo_wd 阅读(2238) 评论(0) 推荐(0)

2017年9月1日

linux 下 sublime配置

摘要: sublime3 阅读全文

posted @ 2017-09-01 14:34 Lemo_wd 阅读(278) 评论(0) 推荐(0)

2017年8月27日

solus下 修改 crate-react-app 的默认下载依赖方式为 yarn

摘要: vim /usr/local/share/.config/yarn/global/node_modules/create-react-app/createReactApp.js 或者是 修改 /usr/lib/node_modules/create-react-app/createReactApp. 阅读全文

posted @ 2017-08-27 17:49 Lemo_wd 阅读(615) 评论(0) 推荐(0)

2017年8月21日

solus 系统 - 安装 mariadb

摘要: # 安装 mariadb(这个系统没有 mysql 库) # 初始化数据文件地址 # 初始化后, 控制台输出以下结果: # 如上所示,使用 mysqld_safe 启动 mysql-server (实际上官网提供了3种启动服务器的方法,通常建议下面使用这种方式) # 注意,mysqld_safe 默 阅读全文

posted @ 2017-08-21 14:19 Lemo_wd 阅读(614) 评论(0) 推荐(0)

2017年8月20日

一些实用的字体

摘要: True-Type 字体: Consolas (ttf-vista-fontsAUR) - Windows 下的编程用字体 Courier New (ttf-ms-fontsAUR) DejaVu Sans Mono (ttf-dejavu) - Unicode Droid Sans Mono (t 阅读全文

posted @ 2017-08-20 22:17 Lemo_wd 阅读(687) 评论(0) 推荐(0)

solus 系统 - 怎么使用中文输入法?

摘要: 系统默认使用 ibus 输入法框架. 可以安装 ibus-libpinyin 安装好之后需要初始化 ibus-setup 为各种程序添加不同的启动参数 在里面添加以下内容 此时,可以使用 ibus 命令行 使用刚才添加的 engine 解决不显示中文托盘 右键>设置>区域和语言 点击 + 号,添加汉 阅读全文

posted @ 2017-08-20 12:40 Lemo_wd 阅读(3355) 评论(0) 推荐(0)

2017年8月19日

solus 系统 - 编译安裝 ibus-rime 中文输入法(附:小鹤双拼双形配置文件)

摘要: 編譯方法參見官網 - https://github.com/rime/home/wiki/RimeWithIBus 安装依赖:列出几个可能用到的命令 准备编译:下载 3个包 下载好后解压,开始编译(大概需要七八分钟) 如果报错,则检查是否相关依赖没有安装(考虑编译安装或者使用 eopkg安装) 安装 阅读全文

posted @ 2017-08-19 21:55 Lemo_wd 阅读(1432) 评论(0) 推荐(0)

solus 系统 - 安装编译工具

摘要: 将会安装 gcc,make等工具 sudo eopkg install -c system.devel VirtualBox工具 https://solus-project.com/articles/software/virtualbox/en/ 阅读全文

posted @ 2017-08-19 02:47 Lemo_wd 阅读(353) 评论(0) 推荐(0)

solus 系统 - 自定义终端快捷键

摘要: 终端: 命令方式:Alt+F2 输入“gnome-terminal“ 全屏显示 control+alt+F1 (退出 control+alt+F2) 可在`键盘`菜单中添加自定义快捷方式: 其它快捷方式 super + A 显示所有应用 super + V 显示通知 super + H 隐藏窗口 阅读全文

posted @ 2017-08-19 01:41 Lemo_wd 阅读(200) 评论(0) 推荐(0)

导航