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