linux应用网址
http://www.ibm.com/developerworks/cn/
http://bbs.21ic.com/hof 21ic名人堂
http://www.crifan.com/ 在路上 IT技术爱好者
http://www.niaoyun.com/help/application/386.html 小鸟云应用帮助
http://www.oschina.net/project/tag/69/ 开源软件库 -- WIKI系统
http://huaidan.org/ 网络安全
http://tengine.taobao.org/book/ Nginx开发从入门到精通 源码、中文讲解(淘宝维护)
skynet 开源并发框架 http://skynetdoc.com/
https://www.lifewire.com/ pc,电子产品使用英文网站
https://me.csdn.net/dog250 不断更新的网络问题 dog250
Linux应用
APUE学习:(十三) [终篇] 一起学 Unix 环境高级编程 (APUE) 之 网络 IPC:套接字
linux应用学习笔记(已列目录供跳转):http://www.cnblogs.com/ggjucheng/
http://www.cnblogs.com/leaven/archive/2010/08/30/1812338.html 嵌入式应用
http://blog.chinaunix.net/uid/20543672.html tekkaman 嵌入式应用
http://blog.csdn.net/jnu_simba linux编程,linux网络编程,C++入门
http://blog.csdn.net/houjixin linux编程,设计模式
命令
http://man.linuxde.net/ linux命令大全
镜像仓库
中国科学技术大学 USTC -- University of Science and Technology of CHINA
http://mirrors.ustc.edu.cn/help/index.html
阿里云
https://developer.aliyun.com/mirror/
腾讯云
https://mirrors.cloud.tencent.com/
Alpine
目前Docker镜像越来越倾向于使用Alpine系统作为基础的系统镜像,alpine3.4为例修改
# 备份原始文件
cp /etc/apk/repositories /etc/apk/repositories.bak
# 修改为国内镜像
echo "http://mirrors.aliyun.com/alpine/v3.4/main/" > /etc/apk/repositories
linux使用指导-debian/archlinux/LFS
debian系统参考配置手册:https://www.debian.org/doc/manuals/debian-reference/index.en.html
ArchLinux系统参考配置手册:systemd-networkd (Archlinux wiki) Network configuration (Archlinux wiki)
Linux from Scratch系统参考配置手册:https://linux.cn/lfs/LFS-BOOK-7.7-systemd/index.html
性能优化
《嵌入式Linux性能详解》 系统内存分布测试、程序运行、动态库等 作者史子旺,loughsky@sina.com。
应用库
libmodbus https://github.com/stephane/libmodbus.git
struct2json https://github.com/armink/struct2json.git
ser2net https://github.com/cminyard/ser2net.git Serial to network interface, allows TCP/UDP to serial port connections