Linux

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(精彩图集)
(未显示5个用户的23个中间版本)
第1行: 第1行:
{{top news}}
+
GNU/Linux
{{SeeWikipedia}}
+
  
[[Image:Linux-90x100.gif|right]]
 
 
==Linux==
 
==Linux==
  
第14行: 第12行:
  
 
==新闻==
 
==新闻==
<rss>http://www.linuxidc.com/rssFeed.aspx?cid=10|short|date|max=10</rss>
+
{{SeeWikipedia}}
 
+
[[Image:Linux-90x100.gif|right]]
==Linux动态==
+
<rss>http://www.linuxfoundation.org/news-media/announcements/rss.xml|short|date|max=5</rss>
{{SeeWikipediaChinese}}
+
<rss>http://www.linuxfoundation.org/news-media/blogs/browse/rss.xml|short|date|max=5</rss>
  
*Kernel 2.6.20 已发布
 
 
==Linux Credit Card==
 
==Linux Credit Card==
 
[[Image:linux-credit-card.jpg|right|thumb|Linux Credit Card]]
 
[[Image:linux-credit-card.jpg|right|thumb|Linux Credit Card]]
第49行: 第46行:
 
*[[uClibc]]
 
*[[uClibc]]
  
==Tips==
+
==技巧==
 +
当前目录的大小
 +
du -sh 递归累积了目录里面所包含的所有文件所占据的总的磁盘空间的大小
 +
du -s 只列出当前目录所占用的空间
 +
参考:[http://blog.csdn.net/Guizhi/article/details/5284933 如何查看目录大小统计?]
 +
 
 
统计文件数量
 
统计文件数量
 +
find . -name "*.pdf" | wc -l
 +
find . -name "*google*.pdf" | wc -l
 +
 
  ls -l|grep "^-"|wc -l // 当前目录
 
  ls -l|grep "^-"|wc -l // 当前目录
 
  or  
 
  or  
 
  find ./ -maxdepth 1 -type f|wc -l
 
  find ./ -maxdepth 1 -type f|wc -l
  ls -lR|grep "^-"|wc-l // 包含子目录
+
  ls -lR| grep "^-" | wc -l // 包含子目录
 
  or
 
  or
 
  find ./ -type f|wc -l
 
  find ./ -type f|wc -l
第69行: 第74行:
 
  ntpdate nist1.symmetricom.com
 
  ntpdate nist1.symmetricom.com
 
the NTP socket is in use, exiting ?
 
the NTP socket is in use, exiting ?
 +
 +
删除包含乱码文件名的文件
 +
ls -i
 +
24002339 ?++??+0927.pdf
 +
find -inum 24002339
 +
./?++??+0927.pdf
 +
find -inum 24002339 | while read ii; do
 +
> rm -rf $ii
 +
> done
 +
 +
find
 +
find . -name huihoo
 +
find . -name \* -type f -print | xargs grep "huihoo"
  
 
==相关==
 
==相关==
第101行: 第119行:
 
*IBM - http://www-1.ibm.com/linux/
 
*IBM - http://www-1.ibm.com/linux/
 
*HP - http://linux.hp.com
 
*HP - http://linux.hp.com
*SUN - http://www.sun.com/software/linux/  
+
*SUN - http://www.sun.com/software/linux/
 +
*[http://lwn.net/Articles/357658/ KS2009: How Google uses Linux]
  
 
==GNU/Linux文档==
 
==GNU/Linux文档==
第114行: 第133行:
  
 
==Linux资源==
 
==Linux资源==
 +
*[https://github.com/aleksandar-todorovic/awesome-linux Awesome Linux Resources] [[image:awesome.png]]
 
*[http://www.chineselinuxuniversity.net 中国Linux大学]
 
*[http://www.chineselinuxuniversity.net 中国Linux大学]
 
*[http://www.tldp.org Linux文档计划]
 
*[http://www.tldp.org Linux文档计划]
第122行: 第142行:
 
*[http://www.linuxwiki.org Linux Wiki]
 
*[http://www.linuxwiki.org Linux Wiki]
 
*[http://www.howtoforge.com/ HowtoForge is the source for Linux tutorials]
 
*[http://www.howtoforge.com/ HowtoForge is the source for Linux tutorials]
 +
*[http://blog.linux.org.tw/~jserv/ Jserv's blog]
 +
*[http://developer.zdnet.com.cn/2012/1221/2137381.shtml 2012年Linux Journal读者选择奖结果公布]
  
 
==中国的Linux发行版==
 
==中国的Linux发行版==
第158行: 第180行:
 
*[[Samba]]
 
*[[Samba]]
  
==精彩图集==
+
==图集==
 
[[Image:linux-china-communism.jpg]]
 
[[Image:linux-china-communism.jpg]]
  
{{Comment}}
+
{{comment}}
  
[[Category:Operating System]]
+
[[category:operating system]]]]
[[Category:GNU]]
+
[[category:GNU]]
[[Category:Linux]]
+
[[category:linux]]

2016年6月12日 (日) 09:46的版本

GNU/Linux

目录

Linux

严格的说Linux指的是 Linux Kernel。Linux Kernel 是Linux操作系统(也叫做GNU/Linux)的重要组成部分。

Linus Torvalds, creator of the Linux kernel.

它最初的作者是芬兰程序员Linus Torvalds。但是人们常说的Linux往往是指各种Linux发行版。Linux的吉祥物是企鹅Tux

Linux 网地大全 - http://site.huihoo.com/linux.html

新闻

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Linux Thanks, Wikipedia.
Linux-90x100.gif

自http://www.linuxfoundation.org/news-media/announcements/rss.xml加载RSS失败或RSS源被墙 自http://www.linuxfoundation.org/news-media/blogs/browse/rss.xml加载RSS失败或RSS源被墙

Linux Credit Card

Linux Credit Card

Linux Credit Card

Linux 与 GNU

GNU/Linux
Richard Stallman, founder of the GNU project for a free operating system.

Linux发行版

更多发行版:http://lwn.net/Distributions/

Debian.png Ubuntu.png Gentoo.png Slackware.png Suse.png Opensuse.gif Fedora.png Mandrake.png Mepis.png Xandros.png Knoppix.png Geexbox.pngppp人民

Realtime & Embedded

技巧

当前目录的大小

du -sh 递归累积了目录里面所包含的所有文件所占据的总的磁盘空间的大小
du -s 只列出当前目录所占用的空间

参考:如何查看目录大小统计?

统计文件数量

find . -name "*.pdf" | wc -l
find . -name "*google*.pdf" | wc -l
ls -l|grep "^-"|wc -l // 当前目录
or 
find ./ -maxdepth 1 -type f|wc -l
ls -lR| grep "^-" | wc -l // 包含子目录
or
find ./ -type f|wc -l

邮件队列统计

mailq | wc -l

Wget

用wget做站点镜像  wget -r -p -np -k http://www.google.com/  

选择性下载

wget -m --reject=gif http://www.google.com/  
wget -m --accept=gif http://www.google.com

更多技巧: http://linux.chinaunix.net/bbs/viewthread.php?tid=916028

系统时间错了, 修改系统时间,通过Internet同步时间:

ntpdate nist1.symmetricom.com

the NTP socket is in use, exiting ?

删除包含乱码文件名的文件

ls -i
24002339 ?++??+0927.pdf
find -inum 24002339
./?++??+0927.pdf
find -inum 24002339 | while read ii; do
> rm -rf $ii
> done

find

find . -name huihoo
find . -name \* -type f -print | xargs grep "huihoo"

相关

体系 & Ports

Linux Intel Linux PowerPC Linux/Sparc Linux/Alpha ....

Linux桌面系统

安装指南

厂商与Linux

GNU/Linux文档

Linux展会

Linux资源

中国的Linux发行版

中国Linux社区网站资源

中国Linux社区IRC资源

  • PCHOME #Unix IRC: irc.pchome.net 6667 #unix #geekbone.
  • 中国Linux公社 IRC: irc.linuxfans.org 6667~6669 7000 #linuxfans #linuxer etc.
  • LinuxFire IRC: linuxfire.dhis.org 6667 #linuxfire
  • LinuxSir IRC: irc.linuxsir.org 6667 #linuxsir etc.
  • 北大Linux俱乐部IRC: linux.pku.edu.cn 6667 #club
  • FreshDot IRC: irc.freshdot.org 6667 #Linux

Linux书籍

相关应用

图集

Linux-china-communism.jpg

Comment-32x32.png

<discussion>characters_max=300</discussion>]]

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱