随笔分类 -  linux基础

上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要:http://www.cnblogs.com/xiaoluo501395377/category/465892.html 阅读全文
posted @ 2016-06-04 16:14 zengkefu 阅读(340) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/dbzhang800/article/details/6939742 1> tty(终端设备的统称):tty一词源于Teletypes,或者teletypewriters,原来指的是电传打字机,是通过串行线用打印机键盘通过阅读和发送信息的东西,后来这东西被键 阅读全文
posted @ 2016-06-04 15:38 zengkefu 阅读(262) 评论(0) 推荐(0) 编辑
摘要:[root@server1 ~]# tty /dev/pts/1 远程连接到linux 时的/dev/pts/1 阅读全文
posted @ 2016-06-04 15:03 zengkefu 阅读(14108) 评论(0) 推荐(3) 编辑
摘要:打开3个bash会话窗口 [root@server1 fd]# cd /proc/7489/fd[root@server1 fd]# ll总用量 0lrwx 1 root root 64 6月 5 23:55 0 -> /dev/pts/2lrwx 1 root root 64 6月 5 23:55 阅读全文
posted @ 2016-06-04 14:59 zengkefu 阅读(12060) 评论(0) 推荐(2) 编辑
摘要:查看当前系统字符集 [root@server1 ~]# locale LANG=zh_CN.UTF-8LC_CTYPE="zh_CN.UTF-8"LC_NUMERIC="zh_CN.UTF-8"LC_TIME="zh_CN.UTF-8"LC_COLLATE="zh_CN.UTF-8"LC_MONET 阅读全文
posted @ 2016-06-03 23:09 zengkefu 阅读(610) 评论(0) 推荐(0) 编辑
摘要:总结:[0D,0A]的顺序才可以记事本才可以正常显示回车换行,其他EDITPLUS ,等编缉工具在下面三种情况下都可以换行 原始数据与表现形式 [0D,0A]序列才可以正常显示回车换行 修改0D 73 修改0A-->73 0A与0D互换 阅读全文
posted @ 2016-05-29 21:19 zengkefu 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:gcc提供了大量的警告选项,对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress -Warray-bounds (only with -O2) -Wc++0x-compat -Wchar-subscripts -Wimplicit-int -Wimplicit- 阅读全文
posted @ 2016-05-29 19:25 zengkefu 阅读(305) 评论(0) 推荐(0) 编辑
摘要:http://redking.blog.51cto.com/27212/119409 阅读全文
posted @ 2016-05-29 19:14 zengkefu 阅读(149) 评论(0) 推荐(0) 编辑
摘要:符号 ASCII码 意义 \n 10 换行NL \r 13 回车CR 回车 \r 本义是光标重新回到本行开头,r的英文return,控制字符可以写成CR,即Carriage Return 换行 \n 本义是光标往下一行(不一定到下一行行首),n的英文newline,控制字符可以写成LF,即Line Feed 在不同的操作系... 阅读全文
posted @ 2016-05-29 17:56 zengkefu 阅读(293) 评论(0) 推荐(0) 编辑
摘要:[root@server1 ~]# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core:... 阅读全文
posted @ 2016-05-28 20:32 zengkefu 阅读(577) 评论(0) 推荐(0) 编辑
摘要:http://blog.codingnow.com/ 阅读全文
posted @ 2016-05-27 21:44 zengkefu 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/alisecurity/p/5526811.html https://jaq.alibaba.com/community/category?spm=a313e.7916648.21000000.2.HJ9Tsr&catid=4 阅读全文
posted @ 2016-05-27 17:06 zengkefu 阅读(200) 评论(0) 推荐(0) 编辑
摘要:1.创建目录 demo 当前目录demo [root@monitor demo]# mkdir xx[root@monitor demo]# cp foo.patch xx[root@monitor demo]# patch -p0 < xx/foo.patch patching file old/ 阅读全文
posted @ 2016-05-26 16:42 zengkefu 阅读(4006) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/maotianwang/article/details/11107083 阅读全文
posted @ 2016-05-26 15:22 zengkefu 阅读(205) 评论(0) 推荐(0) 编辑
摘要:http://www.ruanyifeng.com/blog/2013/08/linux_boot_process.html 阅读全文
posted @ 2016-05-26 08:37 zengkefu 阅读(205) 评论(0) 推荐(0) 编辑
摘要:http://www.kegel.com/c10k.html 阅读全文
posted @ 2016-05-25 14:59 zengkefu 阅读(139) 评论(0) 推荐(0) 编辑
摘要:https://cocycles.com/ 阅读全文
posted @ 2016-05-25 12:29 zengkefu 阅读(194) 评论(0) 推荐(0) 编辑
摘要:https://www.gitbook.com 阅读全文
posted @ 2016-05-25 12:25 zengkefu 阅读(279) 评论(0) 推荐(0) 编辑
摘要:https://github-ranking.com/ 阅读全文
posted @ 2016-05-25 11:59 zengkefu 阅读(150) 评论(0) 推荐(0) 编辑
摘要:https://github.com/geeeeeeeeek 阅读全文
posted @ 2016-05-24 21:37 zengkefu 阅读(208) 评论(0) 推荐(0) 编辑

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