博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
枪炮与玫瑰
gentoo archlinux 嵌入式 吉他
axlrose.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
文章
· archlinux
· arm
· 嵌入式相关
· 嵌入式linux
· emacs
· gentoo
· python
· uCOSII
· vim
首页
关于作者
姓名:阿波 职业:电子 年龄:linux 位置:海南省五指山市 个性介绍:linux
||
<<
>>
||
我的分类
文章列表 - gentoo
sed命令使用详解[zt]
<div class="entry-title" onclick="resize(this)"> <div class="lt"><h2>sed命令使用详解</h2> <input id="search-key" name="search-key" value="sed命令使用详解" type="hidden"> </div> <div class="rl entry-titlerl fenlei-Span">分类:<a href="http://zyg1026.bokee.com/cat.10296630.html">shell脚本</a></div> </div> <div class="fbzt"> <span class="f"> <span class="pub-date" title="发布日期">2006.8.12</span> <span class="pub-time" title="发布时间">00:08</span> <span class="ln-author">作者:<a class="author" href="http://id.bokee.com/showInfo.b?username=zyg1026.bokee.com">zyg1026</a></span> | <a class="author" href="http://zyg1026.bokee.com/viewdiary.12357906.html#remark">评论:0</a> | <span class="ln-viewed" id="h12357906">阅读:2968</span> </span> </div> <div class="entry-body nerr"> <p><font size="3"><font size="2">sed 编辑器是 Linux 系统管理员的工具包中最有用的资产……
查看全文
发表于:2008-04-21 ┆
阅读(147)
┆
评论(0)
git中文教程
<table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td align="center" height="25"><font style="font-size: 14pt;" color="#02368d"><b>git中文教程</b></font><br> </td></tr> <tr><td bgcolor="#d2dee2" height="1"><br></td></tr> <tr><td bgcolor="#ffffff" height="1"><br></td></tr> <tr><td align="center"> <table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td width="100%"> <div id="art" width="100%" style="margin: 15px;"> 标准转载文,哈哈 :-)。放在这里,是为自己方便,也防止那个网站突然不能访问。超长!<br>建议看那个网上的原文,这样看着舒服点。<br><br> <div id="header"> <h1>Git 中文教程</h1> </div> <!-- Begin of Introduction session ********************************************************************************************--> <h2>介绍</h2> <div class="sectionbody"> <p> Git --- The stupid content tracker, 傻瓜内容跟踪器。Linus 是这样给我们介绍 Git 的。 </p> <p……
查看全文
发表于:2008-04-07 ┆
阅读(148)
┆
评论(0)
[转帖]Samba使用大全(绝对经典)
<span class="postbody">Samba使用大全(绝对经典) <br> <br> (一)samba服务器 <br> Samba协议基础 <br> 在NetBIOS 出现之后,Microsoft就使用NetBIOS实现了一个网络文件/打印服务系统,这个系统基于NetBIOS设定了一套文件共享协议, Microsoft称之为SMB(Server Message Block)协议。这个协议被Microsoft用于它们Lan Manager和Windows NT服务器系统中,实现不同计算机之间共享打印机、串行口和通讯抽象(如命名管道、邮件插槽等)。 <br>随着 Internet的流行,Microsoft希望将这个协议扩展到Internet上去,成为Inter net上计算机之间相互共享数据的一种标准。因此它将原有的几乎没有多少技术文档的SMB协议进行整理,重新命名为 CIFS(Common Internet File System),并打算将它与NetBIOS相脱离,试图使它成为Internet上的一个标准协议。 <br>因此,为了让Windows和Unix计算机相集成,最好的办法即是在Unix计算机中安装支持SMB/CIFS协议的软件,这样 Windows客户就不需要更改设置,就能如同使用Windows NT服务器一样,使用Unix计算机上的资源了。Samba是用来实现SMB的一种软件,它的工作原理是,让NETBIOS(Windows95网络邻居 的通讯协议)和SMB(Ser……
查看全文
发表于:2008-01-03 ┆
阅读(179)
┆
评论(0)
我遇到的Linux软件问题总结
<span style="color: rgb(0, 1, 255); font-family: Verdana;"><font size="5"><span style="font-weight: bold;"><span style="color: rgb(0, 1, 102);"><span style="color: rgb(255, 1, 2);">http://blog.chinaunix.net/u/20816/showart_250394.html<br>红色</span>的表示关键部分,<span style="font-style: italic; color: rgb(255, 1, 2);">斜体</span>表示在命令行下<br>执行,#开头的表示在root权限下执行。</span></span></font><br><br><br><font style="font-weight: bold;" size="5">获得root权限的三种方式</font><br><font size="4"><span style="color: rgb(255, 1, 2);">1 <span style="font-weight: bold; font-style: italic;">sudo su</span></span><br style="color: rgb(255, 1, 2);"><span style="color: rgb(255, 1, 2);">2 <span style="font-weight: bold; font-style: italic;">sudo -s</span></span><br style="color: rgb(255, 1, 2);"><span style="color: rgb(255, 1, 2);">3 <span style="font-weight: bold; font-style: italic;">su</span></span></font><br>前两个输自己的密码,……
查看全文
发表于:2007-12-05 ┆
阅读(443)
┆
评论(0)