日常生活 -- UNIX再学习告一段落

断断续续经过三个月,终于将 UNIX 环境高级编程 这本书必要部分看完了。为什么说必要部分呢,每一章都有没讲的地方。然后从第 17 章到第 21 章都没有讲。现在回过头来再看,好多部分都忘得差不多了。而且越往后越总结的越慢,惭愧啊,还好能坚持到底了。

下面讲一下 APUE 常用的网站:

Advanced Programming in the UNIX® Environment,Third Edition

Using the GNU Compiler Collection (GCC)

Shell 教程

shell 脚本执行工具

Linux man pages online

Section 3: library functions - Linux man pages

Linux命令大全

常用基础命令

所有 GNU 软件包

stackoverflow 问题解答

进制转换 -- 在线工具

Unix/Linux系统调用

维基百科 查询

免费在线作图,实时协作

Various system shells

gnu 问题解答

GNU Documentation

Keyword Search the Single UNIX Specification

Section 3: library functions - Linux man pages

findeen 问题搜索

The Linux man-pages project

Linux man pages


接下来开始最最最有趣的部分了:嵌入式软硬件开发!!

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...