上一页 1 ··· 4 5 6 7 8 9 10 11 下一页

2017年5月18日

---mingw Linux交叉编译给Window的工具

摘要: https://arrayfire.com/cross-compile-to-windows-from-linux/ 阅读全文

posted @ 2017-05-18 20:11 linuxdog 阅读(205) 评论(0) 推荐(0)

2017年2月16日

---dd-wrt memo

摘要: http://blog.csdn.net/fyh2003/article/details/44458657http://blog.csdn.net/u010189241/article/details/45100801[root@b150 dd-wrt]# 阅读全文

posted @ 2017-02-16 15:40 linuxdog 阅读(102) 评论(0) 推荐(0)

---Intel SSD 750 under Linux

摘要: https://wiki.archlinux.org/index.php/Solid_State_Drives/NVMe 阅读全文

posted @ 2017-02-16 13:29 linuxdog 阅读(141) 评论(0) 推荐(0)

2017年2月8日

---github git clone 加速

摘要: https://www.zhihu.com/question/27159393/answer/35528173 git config --global http.postBuffer 524288000 git config --global http.http://github.com.proxy 阅读全文

posted @ 2017-02-08 19:12 linuxdog 阅读(239) 评论(0) 推荐(0)

2016年12月21日

--- shell 扩展的顺序

摘要: 1. 扩展(expansion)是bash 解释器的重要的概念: 2. 命令替换是扩展里面的一种 3. 基本结构是: “字符串准备(花括号,波浪线,参数和变量扩展,命令替换),单词分割,路径扩展” http://xuke1668.blog.51cto.com/2129485/862217/ 花括号扩 阅读全文

posted @ 2016-12-21 14:39 linuxdog 阅读(283) 评论(0) 推荐(0)

--- Bash的数组遍历

摘要: 1. 读入: read -a A < <(echo a b c d e f g) 2. 遍历输出: echo "${A[@]}" 阅读全文

posted @ 2016-12-21 11:15 linuxdog 阅读(411) 评论(0) 推荐(0)

2016年12月18日

--- Arch Linux下装wordpress

摘要: 首先要先装apache和php:https://translate.google.com/translate?hl=zh-CN&sl=de&tl=en&u=https%3A%2F%2Fwiki.archlinux.de%2Ftitle%2FApache_und_PHP 阅读全文

posted @ 2016-12-18 20:42 linuxdog 阅读(260) 评论(0) 推荐(0)

---awk 调shell 命令的方法

摘要: cat /etc/passwd | awk -F: '/root/{ system ("echo "$1) }' 阅读全文

posted @ 2016-12-18 02:22 linuxdog 阅读(206) 评论(0) 推荐(0)

2016年12月15日

---Linux 10 年的硕果累累啊!

摘要: http://mt.sohu.com/20160128/n436204298.shtml 阅读全文

posted @ 2016-12-15 23:29 linuxdog 阅读(141) 评论(0) 推荐(0)

2015年12月12日

---yum

摘要: http://blog.csdn.net/ldpxxx/article/details/25948435 阅读全文

posted @ 2015-12-12 04:34 linuxdog 阅读(103) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 下一页

导航