Linux发行版本介绍
1.Ubuntu
它的意思每一位Geek应该都知道,这是一个古非洲语单词,代表“人性”或者“我的存在是因为大家的存在”。
2.PCLinuxOS
PC + Linux + Operating System,用户界面很像Windows。
3.openSUSE
是Novell和AMD资助的SUSE社区项目,SUSE取德语单词首字母“Software- und System-Entwicklung” (软件和软件开发)。但也有人声称它是为了纪念计算机工程师 Konrad Zuse 。
4-Fedora
Fedora is a community Linux project sponsored by Red Hat. The name “fedora” is derived from the fedora that the shadowman is wearing in the Red Hat logo. (see below)
5-Mandriva
This Linux distro was the original Mandrake Linux distro, which was maintained by MandrakeSoft, however MandrakeSoft lost a legal battle against Hearst Corporation over the name “Mandrake”. MandrakeSoft later on bought Connectiva, the result of the fusion = Mandriva
6-Sabayon
Sabayon is a distro produced in Trentino, Italy and is named after an Italian dessert also called Sabayon. Sabayon (or Zabaglione) is made of egg yolks, sugar, and sweet liquor.
7-Debian
Debian was first introduced by Ian Murdock in 1998. The name itself is a portmanteau of his girlfriend (now wife) Debra and his name Ian.
8-Damn Small Linux
Damn Small Linux is a very small Linux distro with the size of only 50 MB. Hence the name. Like Duuuuh
号称是最小的光碟版迷你LINUX,不过麻雀虽小,五脏俱全,可以通过有线网卡、pppoe adsl拔号或无线网卡接入internet上网,也带有monkey web、ftp等服务器,还带有excel、pdf、MP3等软件。
9-MEPIS
According to the original creator of MEPIS, Warren Woodford, MEPIS orginally didn’t mean anything, he just misheard a friend on a bad Skype connection, and liked the name!
10-FreeBSD
FreeBSD is not exactly a Linux distro, it’ more like a sibling of Linux, and it ranked 11 on distrowatch. BSD is a Unix derivative developed by the University of Califrnia at Berkeley, BSD itself is an acronym for Berkeley Software Distribution. FreeBSD is the free branch of the Berkeley Distro.
相关文档:
最近在学习linux 今天把架设linux samba服务器的方法写出来 欢迎大家讨论和指点
本机是虚拟机和winxp进行测试,虚拟机地址是192.168.1.144 主机地址是192.168.1.10.两者是可以互通的。
首先我们先做linux下的配置
一. 首先要确定linux是否安装了smb
[root@localhost zy]#rpm -qa | grep samba
samba-2.2.5-10
samba-s ......
一、USB从设备驱动介绍
USB总线上主要有三类设备:主控制器(Host Controller, such as
EHCI、UHCI、OHCI)、集线器(hub)和设备(device)。Host controller(HC)负责总线的管理
,
是总线的指挥官,总线上一切传输都是由HC发起的,支持OTG的Device也能发起传输;Hub是总线的节点,用来扩展总线上可接入设备的数量 ......
1. 从硬盘安装linux的学习,和实验 Done
Use wingrub, install the Ubuntu on /dev/sda2. and could boot!
2. pppoe connection &nbs ......
在一中已经说明了在linux下配置SVN server的主要步骤,如果软件依赖没有问题的话应该已经安装成功了,下面就是配置的问题了。首先要确定subversion的两个模块是不是正确的安装到了apache下,可以在apache的一个配置文件中看到,该配置文件在apache的安装目录下 /conf/httpd.conf
在httpd.conf下面会有两行:
LoadModul ......