老菜的园子

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  Linux

摘要:http://www.linuxcommand.org/ 很不错的学习shell和script的教程。包含:Learning the shell 和 writing shell scripts 两个内容。 https://linux.die.net/man/ 50 UNIX / Linux Sysa 阅读全文
posted @ 2017-04-15 16:55 weichsel 阅读(334) 评论(0) 推荐(0)

摘要:进程是一个程序的运行。 阅读全文
posted @ 2015-04-05 23:26 weichsel 阅读(235) 评论(0) 推荐(0)

摘要:Linux线程的基本概念:线程创建、取消、同步机制 阅读全文
posted @ 2013-04-06 22:39 weichsel 阅读(844) 评论(0) 推荐(0)

摘要:Linux提供了file-like 对象,通过这种机制,用户进程通过类似文件操作的方式访问设备驱动,进而访问设备。 阅读全文
posted @ 2012-06-24 22:04 weichsel 阅读(466) 评论(0) 推荐(0)

摘要:linux中的/proc文件系统是一个虚拟的文件系统,由内核在运行时动态生成。它提供了内核运行时的配置和状态信息。用户可以通过这些文件来获取、或修改内核的信息。 阅读全文
posted @ 2012-06-23 23:29 weichsel 阅读(2649) 评论(0) 推荐(0)

摘要:MySQL SQL语言的纲要 阅读全文
posted @ 2012-04-19 23:06 weichsel 阅读(211) 评论(0) 推荐(0)

摘要:MySQL最基本常用命令的总结; 阅读全文
posted @ 2012-04-07 22:30 weichsel 阅读(180) 评论(0) 推荐(0)

摘要:在GDB中,综合使用各种命令来查看变量的值。 阅读全文
posted @ 2011-01-23 21:45 weichsel 阅读(43564) 评论(0) 推荐(0)

摘要:缩进;命名;函数。。。 阅读全文
posted @ 2010-10-07 22:16 weichsel 阅读(444) 评论(0) 推荐(0)

摘要:系统目录;File Link;常用Linux命令 阅读全文
posted @ 2010-10-06 21:21 weichsel 阅读(267) 评论(0) 推荐(0)

摘要:Job Control;使用变量;常用符号 阅读全文
posted @ 2010-10-06 21:13 weichsel 阅读(1237) 评论(0) 推荐(0)

摘要:支持三种中断方式:breakpoints、watchpoints、catchpoints; 阅读全文
posted @ 2010-09-24 21:59 weichsel 阅读(259) 评论(0) 推荐(0)

摘要:Linux中常用的搜索命令 阅读全文
posted @ 2010-09-23 16:06 weichsel 阅读(247) 评论(0) 推荐(0)