上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页

2018年1月18日

linux 压缩和解压

摘要: 加参数 p,使文件保持原来的权限。 阅读全文

posted @ 2018-01-18 01:42 Lemo_wd 阅读(163) 评论(1) 推荐(0)

2018年1月17日

linux 系统全盘恢复

摘要: 恢复备份 一、准备 1. 从 u盘启动,进入 live-cd 系统,配置好网络和镜像源,更新一下仓库的数据库。 2. 安装 timeshift 这个软件。 二、对硬盘进行分区 使用 gparted 分区工具。 三、开始恢复备份 根据 timeshift --help 的说明,执行以下命令: 之后会出 阅读全文

posted @ 2018-01-17 18:06 Lemo_wd 阅读(1417) 评论(0) 推荐(0)

2018年1月16日

linux 系统全盘备份

摘要: 备份程序对比 - Synchronization and backup programs 之前用的 tar进行备份了,更新 grub引导需要重建目录和手动挂载,不是很方便。现直接使用 timeshift(内部使用rsync) 进行全盘备份。 0.准备 磁盘垃圾桶和缓存清理一下。 sudo pacma 阅读全文

posted @ 2018-01-16 15:51 Lemo_wd 阅读(6989) 评论(0) 推荐(0)

gnome-shell 扩展

摘要: application menu topicons plus dash to dock native window placement netspeed no topleft hot corner openweather user themes status menu buttons 阅读全文

posted @ 2018-01-16 13:41 Lemo_wd 阅读(177) 评论(0) 推荐(0)

arch 相关软件及脚本

摘要: 安装 arch 脚本 安装 ssh 并开启服务 arch 清除已经下载的安装包 arch 安装开发工具 end 阅读全文

posted @ 2018-01-16 01:11 Lemo_wd 阅读(235) 评论(0) 推荐(0)

2018年1月15日

为 git设置代理

摘要: 一、针对 http ```bash git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' git config --glob 阅读全文

posted @ 2018-01-15 02:16 Lemo_wd 阅读(346) 评论(0) 推荐(0)

2018年1月4日

ffmpeg 转换 mp4 成 flv

摘要: ① mp4 转 flv 参考资料: https://addpipe.com/blog/flv-to-mp4/ ffmpeg -i demo.mp4 -c:v libx264 -crf 19 demo.flv 或者 ffmpeg -i demo.mp4 -c:v libx264 -ar 22050 - 阅读全文

posted @ 2018-01-04 01:27 Lemo_wd 阅读(4263) 评论(0) 推荐(0)

2017年12月31日

递归的四条基本法则

摘要: 概念 1.基础情形 2.不断推进 3.设计法则(design rule)假设所有的递归调用都能运行 4.合成效益法则(compound interest rule)同一实例切勿做重复性工作 阅读全文

posted @ 2017-12-31 10:23 Lemo_wd 阅读(392) 评论(0) 推荐(0)

sublime3 快速运行 java

摘要: build 系统 Java.sublime-build 阅读全文

posted @ 2017-12-31 10:02 Lemo_wd 阅读(291) 评论(0) 推荐(0)

2017年12月16日

javascript 缩写技巧

摘要: 19种JS高(炫)效(技)缩写法 https://segmentfault.com/a/1190000011229633 阅读全文

posted @ 2017-12-16 21:36 Lemo_wd 阅读(103) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页

导航