Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1742581
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2016-07-19 11:24:02

此文转自: https://www.madboa.com/geek/gpg-quickstart/License: CC BY-NC-SA 3.0A colleague at work once asked me how to get started using gpg, the GNU Privacy Guard. He had no experience with it at all. Here’s a slightly expanded version of what I told him.Your Key.........【阅读全文】

阅读(1333) | 评论(0) | 转发(0)

发布时间:2016-07-17 22:42:04

编译选项需要-g 点击(此处)折叠或打开gcc -g3 -Wall -Wextragcc -O9 -g3 -Wall -Wextralist点击(此处)折叠或打开gdb <your_code> -tui gdb <your_code>list 1,71      &nbs.........【阅读全文】

阅读(1162) | 评论(0) | 转发(0)

发布时间:2016-07-11 14:33:44

1.  使用ls 来查看文件的 mtime,ctime,atime。 注意这里面没有createtime。点击(此处)折叠或打开ls -lc filename 列出文件的 ctime change-status times ls -lu filename 列出文件的 atime last-access timesls -l filename 列出文件的 mtime 文.........【阅读全文】

阅读(1161) | 评论(0) | 转发(0)

发布时间:2016-07-03 21:33:30

Linux 居然也有spell check 的工具,请看如下的tutorial.http://www.computerhope.com/unix/aspell.htmGNU aspell 的官方文档:http://aspell.net/man-html/index.html脚本是我在wicked cool shell scripts 上看到的,原始脚本调用ispell 来对于单词来做拼写检查,我用了aspell 代替。 点击(此处).........【阅读全文】

阅读(1110) | 评论(0) | 转发(0)

发布时间:2016-05-23 22:08:07

碰到一个同事问,为什么/etc/hosts 里面添加的 IP 和hostname ,为什么使用nslookup 查询不到。我也不知道怎么回答,只能胡乱回答说nslookup 和dig 都是查询DNS server, 而不是查询本地的/etc/hosts 文件。你可以ping 自己设置的hostname ,只要能ping 通就行了,默认/etc/nsswitch.conf  里面一般都会配配置 file,.........【阅读全文】

阅读(4783) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册