摘要: FROM: http://www.oschina.net/translate/beginning-game-programming-for-teens-with-python?from=20130811 这是一篇由教程团队成员Julian Meyer发表的文章,一个12岁的python开发人员。你可以在Google+和Twitter上找到他。 你可曾想过如何创建视频游戏吗?它不像你想象的那么复杂! 在本教程中,您将创建一个简单的游戏叫做兔子和獾,在这里作为英雄的兔子要保卫城堡反击进攻的獾群。:O 写这个游戏,你将使用Python。不,我指的并不是一条大蛇!:] Python是一种计算... 阅读全文
posted @ 2013-08-13 16:41 wmx3ng 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: FROM: http://www.oschina.net/translate/20-advanced-commands-for-linux-experts?from=2013081141. 命令: ifconfigifconfig用来配置常驻内核的网络接口信息。在系统启动必要时用来设置网络适配器的信息。之后,它通常是只需要在调试时或当系统需要调整时使用。检查活动网络适配器01[avishek@tecmint ~]$ ifconfig0203eth0 Link encap:Ethernet HWaddr 40:2C:F4:EA:CF:0E 04inet addr:192.168.1.3 Bcas 阅读全文
posted @ 2013-08-13 16:35 wmx3ng 阅读(531) 评论(0) 推荐(0) 编辑
摘要: FROM:http://www.oschina.net/translate/20-advanced-commands-for-middle-level-linux-users21. 命令: Find搜索指定目录下的文件,从开始于父目录,然后搜索子目录。01root@tecmint:~# find -name *.sh 0203./Desktop/load.sh 04./Desktop/test.sh 05./Desktop/shutdown.sh 06./Binary/firefox/run-mozilla.sh 07./Downloads/kdewebdev-3.5.8/quanta/scr 阅读全文
posted @ 2013-08-13 16:33 wmx3ng 阅读(378) 评论(0) 推荐(0) 编辑
摘要: FROM: http://www.oschina.net/translate/useful-linux-commands-for-newbies你 打算从Windows换到Linux上来,还是你刚好换到Linux上来?哎哟!!!我说什么呢,是什么原因你就出现在我的世界里了。从我以往的经验来 说,当我刚使用Linux,命令,终端啊什么的,吓了我一跳。我担心该记住多少命令,来帮助我完成所有任务。毫无疑问,在线文档,书籍,man pages以及社区帮了我一个大忙,但是我还是坚信有那么一篇文章记录了如何简单学习和理解命令的秘籍。这激发了我掌握Linux和使它容易使用的积极 性。本文就是通往那里的阶梯。 阅读全文
posted @ 2013-08-13 16:31 wmx3ng 阅读(692) 评论(0) 推荐(0) 编辑
摘要: FROM: http://www.tecmint.com/13-basic-cat-command-examples-in-linux/The cat (short for “concatenate“) command is one of the most frequently used command in Linux/Unix like operating systems. cat command allows us to create single or multiple files, view contain of file, concatenate files and redirec 阅读全文
posted @ 2013-08-13 16:27 wmx3ng 阅读(308) 评论(0) 推荐(0) 编辑
摘要: FROM: http://www.tecmint.com/15-basic-ls-command-examples-in-linux/ls command is one of the most frequently used command in Linux. I believe ls command is the first command you may use when you get into the command prompt of Linux Box. We use ls command daily basis and frequently even though we may 阅读全文
posted @ 2013-08-13 16:24 wmx3ng 阅读(471) 评论(0) 推荐(0) 编辑
摘要: FROM: http://www.tecmint.com/18-tar-command-examples-in-linux/18 Tar Command Examples in LinuxBy Ravi Saive Under: CentOS, Fedora, Linux Commands, Linux Distros, RedHat On: September 15, 2012The Linux “tar” stands for tape archive, which is used by large number of Linux/Unix system administrators to 阅读全文
posted @ 2013-08-13 13:33 wmx3ng 阅读(595) 评论(0) 推荐(0) 编辑