linux伺服器源碼下載
介紹下9種企業常用的Linux和Unix伺服器
1.CentOS:
https://www.centos.org/
CentOS-5,CentOS-6,CentOS-7:http://wiki.centos.org/Download
2.Debian:
https://www.debian.org/
Debian 8.0:https://www.debian.org/releases/stable/debian-installer/
Old Debian Archive:https://www.debian.org/distrib/archive
Getting Debian from the Internet:
https://www.debian.org/distrib/ftplist
https://www.debian.org/distrib/
https://www.debian.org/CD/
3.Oracle Linux:
http://www.oracle.com/us/technologies/linux/overview/index.html
Oracle Linux Download:
http://www.oracle.com/us/technologies/linux/proct/overview/index.html
https://edelivery.oracle.com/linux
http://www.oracle.com/technetwork/server-storage/linux/downloads/default-150441.html
4.Red Hat
https://www.redhat.com/en
Red Hat Download:https://access.redhat.com/downloads
https://www.redhat.com/en/technologies/linux-platforms/enterprise-Linux
5.suse linux enterprise server
https://www.suse.com/procts/server/
https://www.suse.com/download-linux/
https://www.suse.com/zh-cn/download-linux/
6.Oracle Solaris
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html
http://www.oracle.com/technetwork/server-storage/solaris10/downloads/index.html
http://www.oracle.com/technetwork/systems/index.html
7.Ubuntu
http://www.ubuntu.com/download/server
http://www.ubuntu.com/download/desktop
http://www.ubuntu.com/download/alternative-downloads
8.IBM Aix
http://www-03.ibm.com/systems/power/software/aix/
9.HP-UX
http://en.wikipedia.org/wiki/HP-UX
http://www8.hp.com/us/en/procts/servers/hp-ux.html#tab=TAB1
http://h18000.www1.hp.com/procts/servers/byos/hpuxservers.html
B. 給個下載linux源碼包的網站!謝謝
http://www.kernel.org/
所有的內核源代碼包都在這上面,如果是其他linux源碼包,那就只能按照一個個搜了,
C. linux是公開源代碼的系統,請問在哪裡可以下載源代碼呀,大哥們,謝謝了..........
各個軟體的官方網站都有下載
例如 kernel www.kernel.org
k3b www.k3b.org
D. 哪裡能下載到linux命令行命令源代碼
www.linux.org www.kernel.org www.gnu.org
一般就在這三個地方了 內置的東西
E. 請問大家,LINUX源代碼在哪裡可以下載到
http://www.kernel.org/
F. 求小紅帽Linux下載地址及源碼下載地址
在經歷了兩次跳票以後, Red Hat於2007年3月14日正式發布了RHEL5. RHEL 5將是Red Hat的商業伺服器操作系統版本的第四次重要版本發布, Red Hat醞釀發布RHEL 5已經超過了兩年, 主要變化包括Linux內核由2.6.9升級為2.6.18, 支持Xen虛擬化技術, 集群存儲等.
RHEL5的版本主要分為Sever和Desktop兩個版本。
具體來說,Server版本分為:
· Red Hat Enterprise Linux Advanced Platform - 對應以前的· Red Hat Enterprise Linux AS
· Red Hat Enterprise Linux - 對應以前的Red Hat Enterprise Linux AS
Desktop版本分為:
· Red Hat Enterprise Linux Desktop - 對應以前的Red Hat Desktop
· Red Hat Enterprise Linux Desktop with Workstation option - 對應以前的Red Hat Enterprise Linux WS
主要的功能包括:
1. 虛擬化技術
在各種平台上支持虛擬化技術
在Red Hat Enterprise Linux Advanced Platform支持存儲與擴展的伺服器虛擬化技術
Red Hat Network提供各種虛擬化系統的支持
virt-manager, libvirt/virsh管理工具
2. 內核與性能
基於Linux 2.6.18內核
支持多核處理器
廣泛的新硬體支持
更新的基於Kexec/Kmp的Dump支持
支持Intel Network Accelerator Technology (IOAT)
對於大型SMP系統技持的增強
增強的管道緩存
內核緩存接合能力用於改進IO緩存操作
3. 安全
SELinux增強
圖形化SELinux管理界面
集成的目錄和安全機制
增強的IPESEC提高安全與性能
新的審計機制用於提供新的搜索、報表和實時監控的能力
4. 網路與互操作性
支持Autofs, FS-Cache和iSCSI
增強的IPv6支持
改進的Microsoft®文件/列印和Active Directory集成
5. 桌面
更新的管理工具、應用程序和對筆記本的支持
改進的ACPI支持,包括Suspend to Disk
智能卡登錄,包括PKI/Kerberos認證
集成的多媒體支持
增強的即插即用支持
Network Manager提供自動的有線和無線網路配置
基於AIGLX/Compiz的圖形化界面(支持淡化、透明等效果)
6. 開發環境
增強的開發工具,包括System Tap和Frysk
GCC4.1和glibc 2.5工具鏈
7. 存儲
支持根設置多路IO(MPIO),提高可用性
伺服器產品中包含單系統/客戶的Red Hat Global File System支持
塊設備數據加密支持
8. 管理
安裝過程更新簡化系統配
基於Yum/Pup的Red Hat Network更新
Conga集群和存儲管理
http://download.chinaunix.net/download/0013000/12382.shtml
G. linux系統的源代碼哪裡可以下載
如果要下載指定版本的內核源代碼,就去官網下載,地址:
http://www.kernel.org/
如果要查看本機(某個發行版的內核源代碼),可以在目錄
/usr/src/kernels下面找到。
如果要查看某些安裝文件的源代碼,可以使用命令查看該文件
的安裝源,以查看cat源碼為例,命令:rpm -qif `which cat`
之後會有相關信息列印出來,訪問其源碼路徑,下載即可。
附本人博客「獲取Linux命令源代碼的方法」鏈接如下:
http://blog.csdn.net/shallowgrave/article/details/7854548
H. 哪裡有Linux內核源代碼下載
如果是拿來用或者改寫最新內核的
Linux最新內核代碼:
http://www.kernel.org/
如果是拿來學習研究的
Linux早期版本內核代碼(簡單易學):
http://www.oldlinux.org/index_cn.html
I. linux 的軟體包或者源碼包到哪裡下載啊,有誰推薦個好的下載的地方,最好軟體包都全的。
不同的發行版都會維護自己的軟體庫,一般debian的軟體會比較全一點,可以用apt-get獲得其軟體倉庫裡面的軟體。
J. 嵌入式linux源代碼 ,在哪裡下啊
http://202.113.12.9/learning/Linux/
天津大學伺服器提供下載
1.Objectivers
Test 190: AIX Basic Operations V5 (Objectivers)
2. Coursewares
AIX Basics(190)
Compiling Kernel Developing Mole (PPTs)
3. Download
VMware 4.0 For Windows
Fedora Core 4 ISOs (for Installation)
RedHat Enterprise Linux Advanced Server 4 ISOs (for Installation)
Virual Machine of Redhat EL AS 4 (root's password is root)
X-Win32 5.0.3
4. Reference Books
Linux Books
5. Homework (Notice!)
1) Shell Programming Deadline: 2005-12-9
2) IPC Programming Deadline: 2005-12-23