ybluo

导航

2017年7月19日 #

【原】The Linux Command Line - Redirection

摘要: ● cat - Concatenate files● sort - Sort lines of text● uniq - Report or omit repeated lines● grep - Print lines matching a pattern● wc - Print newline, 阅读全文

posted @ 2017-07-19 19:50 ybluo 阅读(136) 评论(0) 推荐(0) 编辑

2017年7月18日 #

【原】The Linux Command Line - Workiing with commands

摘要: ● type – Indicate how a command name is interpreted● which – Display which executable program will be executed● help – Get help for shell builtins● ma 阅读全文

posted @ 2017-07-18 23:13 ybluo 阅读(123) 评论(0) 推荐(0) 编辑

2017年7月17日 #

【原】The Linux Command Line - Manipulation Files And Directories

摘要: cp - Copy Files and directories mv - move/rename files and directories mkdir - create directories rm - remove files and directories ln - create hard a 阅读全文

posted @ 2017-07-17 20:47 ybluo 阅读(110) 评论(0) 推荐(0) 编辑

2017年7月12日 #

【原】 The Linux Command Line- pwd,cd,ls,file,less

摘要: pwd - print name of current working directory. cd - change directory ls - list directory contents file-determine file type less-view file contents 阅读全文

posted @ 2017-07-12 21:13 ybluo 阅读(122) 评论(0) 推荐(0) 编辑

【原】Ubuntu virtual terminal

摘要: CTRL+ALT+F1 ~ F6 six virtual terminal ALT-F7 return to graphic desktop 阅读全文

posted @ 2017-07-12 20:54 ybluo 阅读(160) 评论(0) 推荐(0) 编辑

【原】Win7 host 与 virtualbox ubuntu guest 相同ping通

摘要: 环境:Win7 host 与 virtualbox ubuntu guest 在 “设置”-->"网络" 中选择网卡1,修改连接方式为 “桥接网卡” 后, 主机和虚拟机可以相同ping通。 阅读全文

posted @ 2017-07-12 19:00 ybluo 阅读(117) 评论(0) 推荐(0) 编辑

2017年6月4日 #

【转】如何解决ensp 占用cpu过高问题

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-06-04 14:01 ybluo 阅读(27) 评论(0) 推荐(0) 编辑

2017年5月30日 #

【转】Classful IPv4 addressing definition

摘要: Classful addressing definition Start address 阅读全文

posted @ 2017-05-30 20:53 ybluo 阅读(193) 评论(0) 推荐(0) 编辑

2017年5月20日 #

【转】WinDbg调试器:启动程序时自动连接调试器方法

摘要: 当我们调试服务进程或子进程时,无法直接用调试加载进程的方式启动,此时需要在启动程序时自动连接调试器方法: 第一步:注册表展开到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Op 阅读全文

posted @ 2017-05-20 09:00 ybluo 阅读(254) 评论(0) 推荐(0) 编辑

2017年5月19日 #

【转】 windows进程创建 事件日志

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-05-19 19:34 ybluo 阅读(11) 评论(0) 推荐(0) 编辑