随笔分类 -  Linux

摘要:描述glob是shell使用的路径匹配符,类似于正则表达式,但是与正则表达式不完全相同。在linux操作中如文件匹配等等其实已经使用了glob通配符。由于其在路径匹配方面的强大,其他语言也有相应的实现。我在使用基于node的gulp时遇到glob匹配文件路径,于是顺便整理一下glob的基础语法和使用 阅读全文
posted @ 2019-03-15 06:04 AnswerCard 阅读(2295) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/zhuiluoyu/p/6154898.html 阅读全文
posted @ 2019-03-14 05:29 AnswerCard 阅读(604) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/wangxintong_1992/article/details/81194896 阅读全文
posted @ 2019-03-12 10:08 AnswerCard 阅读(452) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/taotongning/article/details/82320472 阅读全文
posted @ 2019-03-09 09:47 AnswerCard 阅读(399) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/274914765qq/p/4817941.html 阅读全文
posted @ 2019-03-09 05:59 AnswerCard 阅读(891) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/jinxiao-pu/p/9131057.html 阅读全文
posted @ 2019-03-08 04:04 AnswerCard 阅读(232) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/liuyou/archive/2012/07/29/2614338.html 阅读全文
posted @ 2019-03-07 06:51 AnswerCard 阅读(150) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/alexyuyu/articles/3454907.html 阅读全文
posted @ 2019-02-13 10:16 AnswerCard 阅读(253) 评论(0) 推荐(0)
摘要:https://yq.aliyun.com/articles/672990 阅读全文
posted @ 2019-02-08 10:13 AnswerCard 阅读(220) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lcr_happy/article/details/54867510 阅读全文
posted @ 2019-02-07 10:30 AnswerCard 阅读(917) 评论(0) 推荐(0)
摘要:Docker技术原理之Linux Namespace(容器隔离) https://blog.csdn.net/songcf_faith/article/details/82748987 Docker技术原理之Linux Cgroups(资源限制) https://blog.csdn.net/song 阅读全文
posted @ 2019-02-03 06:37 AnswerCard 阅读(203) 评论(0) 推荐(0)
摘要:docker容器中pid为1的进程结束, 容器也就停止运行 https://segmentfault.com/a/1190000009583997 阅读全文
posted @ 2019-02-03 05:54 AnswerCard 阅读(7788) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/thinkam/p/8407043.html https://blog.csdn.net/andy205214/article/details/77094799 我们需要解释一下 buffers(缓冲)和 cached(缓存)的区别。简单来讲,cach 阅读全文
posted @ 2019-02-02 05:13 AnswerCard 阅读(226) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/garinzhang/p/diff_between_yum_apt-get_in_linux.html 阅读全文
posted @ 2019-02-02 04:38 AnswerCard 阅读(168) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zhangxiao93/article/details/53677764 阅读全文
posted @ 2018-12-10 04:33 AnswerCard 阅读(328) 评论(0) 推荐(0)
摘要:bat 的项目地址 https://github.com/sharkdp/bat bat 是用rust 开发的, 在centos中安装bat需要rust的环境, 我们可以通过安装rust的包管理工具cargo来获得rust环境 wget https://static.rust-lang.org/ru 阅读全文
posted @ 2018-12-08 16:02 AnswerCard 阅读(690) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/marility/articles/9235522.html https://www.jianshu.com/p/342c05b51b7c https://www.jianshu.com/p/ac3e7009a764 阅读全文
posted @ 2018-12-08 06:56 AnswerCard 阅读(193) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_42867972/article/details/81700469http://www.cnblogs.com/Dreamer-qiao/p/7617344.html Linux修改Shell命令提示符及颜色 # 设置命令提示符 PS1="\ 阅读全文
posted @ 2018-12-07 05:08 AnswerCard 阅读(1144) 评论(0) 推荐(0)
摘要:http://www.178linux.com/85391 阅读全文
posted @ 2018-12-06 12:21 AnswerCard 阅读(214) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zdf19/article/details/54424880 https://www.cnblogs.com/hnrainll/archive/2012/08/25/2237877.html https://www.cnblogs.com/itech/ar 阅读全文
posted @ 2018-12-06 11:24 AnswerCard 阅读(291) 评论(0) 推荐(0)