若天明 发表于 2015-1-14 20:45:12

CentOS教程之自学Linux下令的四种***

欢迎大家来到仓酷云论坛!假如你想成为Linux妙手,那末把握一些Linux下令是必不成少的。上面是自学Linux下令的四种***。
逐日提醒





进修Linux下令的一种渐进式***是:在每次翻开终端时,让它显现“逐日提醒”。这会向你先容一些有效的下令及其初级利用技能。
在.bashrc中(/home/.bashrc)增添以下一行:










Shell


1

echo"Didyouknowthat:";whatis$(ls/bin|shuf-n1)



你只必要增添这行就够了!假如你想让它更文娱化一些,你能够装置cowsay。Ubuntu/Debian下装置cowsay:










Shell


1

sudoapt-getinstallcowsay



Fedora下装置cowsay:










Shell


1

yuminstallcowsay



除装置cowsay,还必要在.bashrc中增添:
<divid="crayon-53166dc5c4c37158217953"class="crayon-syntaxcrayon-theme-githubcrayon-font-monacocrayon-os-macprint-yescrayon-wrapped"data-settings="minimizescroll-mou搜索引擎优化verwrap"style="font-family:monaco,monacoregular,couriernew,monospace;outline:none;margin:12px0px;padding:0px;vertical-align:baseline;box-sizing:border-box;width:1110px;color:#666666;float:none;clear:both;height:auto;border:1pxsolid#dedede!important;font-size:12px!important;line-height:15px!important;overflow:hidden!important;position:relative!important;direction:ltr!important;background-color:#f8f8ff!important;">









Shell


<divclass="crayon-main"style="outline:none;margin:0px;padding:0px;border:0px;font-size:inherit;font-style:inherit;font-variant:inherit;line-height:inherit;vertical-align:baseline;width:1108px;overflow:hidden;position:relative;z-index:1;background-position:0px50%;">1

<divclass="crayon-pre"style="outline:none;margin:0px;font-style:inherit;font-variant:inherit;vertical-align:baseline;color:#000000;overflow:visible;padding-top:5px!important;padding-bottom:3px!important;border:none!important;line-height:15px!important;background-image:none!important;padding-right:0px;padding-left:0px;"><divclass="crayon-line"id="crayon-53166dc5c4c37158217953-1"style="font-family:inherit;outline:none;margin:0px;padding:0px5px;border:0px;font-style:inherit;font-variant:inherit;vertical-align:baseline;font-size:inherit!important;line-height:inherit!important;height:inherit!important;background-position:0px50%;">cowsay-f$(ls/usr/share/cowsay/cows|shuf-n1|cut-d.-f1)$(whatis$(ls/bin)2>/dev/null|shuf

变相怪杰 发表于 2015-1-16 22:01:01

CentOS教程之自学Linux下令的四种***

熟悉系统的基本操作,Linux的图形界面直观,操作简便,多加上机练习就可熟悉操作,在Linux下学习办公软件等常用软件。

海妖 发表于 2015-1-20 23:49:52

一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,shell也负责用户和操作系统之间的沟通。

简单生活 发表于 2015-1-30 07:54:09

一定要养成在命令行下工作的习惯,要知道X-window只是运行在命令行模式下的一个应用程序。在命令行下学习虽然一开始进度较慢。

不帅 发表于 2015-2-6 09:05:01

编程学习及开发,Linux是免费,开源的操作系统,并且可开发工具相当多,如果您支持自由软件,一定要同广大热爱自由软件人士一同为其不懈努力。

蒙在股里 发表于 2015-2-15 22:06:56

应对Linux的发展历史和特点有所了解,Linux是抢占式多任务多用户操作系统,Linux最大的优点在于其作为服务器的强大功能,同时支持多种应用程序及开发工具。

老尸 发表于 2015-3-4 16:01:20

我感觉linux的学习,学习编程~!~!就去学习C语言编程!!

莫相离 发表于 2015-3-11 20:33:59

Linux简单,占内存少,特别是对于程序开发人员来说很方便,如果说windows的成功在于其方便用户的窗口管理界面。

第二个灵魂 发表于 2015-3-19 14:39:29

未来的学习之路将是以指数增加的方式增长的。从网管员来说,命令行实际上就是规则,它总是有效的,同时也是灵活的。

灵魂腐蚀 发表于 2015-3-29 04:21:45

写学习日记,这是学习历程的见证,同时我坚持认为是增强学习信念的法宝。
页: [1]
查看完整版本: CentOS教程之自学Linux下令的四种***