个人工具

“服务器”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
Servers移动到服务器
 
(未显示1个用户的2个中间版本)
第1行: 第1行:
----
 
  
{|border="1" cellspacing="0"
+
== 小型服务器abc指导 ==
|  Servers is part of the UserDocumentation series of index pages.  Please read the WikiGuide prior to making changes.
+
这里指的小型服务器是指以塔式机为主,未使用 阵列卡、不使用虚拟技术。主要以 webmin 为主导,快速使用教程:
|}
+
  
 +
1 下载长期版ubuntu server
  
 +
注意,16.04以后,php为7。大多数web服务还不太支持。如果需要兼容,得使用14.04.4。
  
==== Network authentication ====
+
2 制作U盘启动器
* [[OpenLDAPServer|OpenLDAP server]] and [[LDAPClientAuthentication|LDAP client authentication]] - Authentication on an LDAP directory (server and client parts)
+
 
* [[SettingUpNISHowTo]] - Authentication via NIS
+
3 安装
==== 网络授权 ====
+
 
 +
注意:
 +
# 选择言语时请选择 英文。要不终端界面运行有乱码。不建议使用lvm,虽有文件管理上的方便,但恢复起来初学者会崩溃。
 +
# 选择网络时,如果已规划好,请手动设置网络地址。设置不来,就选自动。在路由器上指定IP
 +
# 分区建议3个。/  , /home ,swap。主分区10G,/home分区作为资料区,在系统崩溃时好抢劫
 +
# 选择安装包时,一般用到 [[OpenSSH 高级教程|openssh]] (远程终端) 、[[LAMP_服务器安装配置|LAMP]] (网页服务器套装)
 +
 
 +
4 配置
 +
 
 +
yourdir 是你当前用户文件夹位置,通常是用户名
 +
 
 +
* 更新命令
 +
  sudo apt-get update
 +
  sudo apt-get upgrade
 +
* 安装webmin 图形管理界面
 +
  wget  官方下载地址
 +
安装命令.具体名字自己看
 +
  sudo dpkg -i /home/yourdir/webminXXXXXX.deb
 +
* 命令。更改网页服务器文件夹位置
 +
  sudo mv /var/www/html /var/www/html.bac
 +
  sudo ln -s  /home/yourdir/html /var/www/html
 +
* 如果没设定IP,时
 +
  ifconfig
 +
  获取网卡信息。可以在路由器上直接指定IP
 +
* [[更改mysql位置]]
 +
 
 +
其余服务 建议使用webmin 进行图形化配置。当然其配置方式与下面写的教程不冲突,只是使用图形界面而已
 +
 
 +
== 大型服务器abc指导 ==
 +
[[阵列卡]]
 +
 
 +
[[kvm虚拟机管理套件]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=== 网络授权 ===
 
* [[OpenLDAPServer|OpenLDAP server]] and [[LDAPClientAuthentication|LDAP client authentication]] - 授权一个LDAP文件夹 (服务器端和客户端)
 
* [[OpenLDAPServer|OpenLDAP server]] and [[LDAPClientAuthentication|LDAP client authentication]] - 授权一个LDAP文件夹 (服务器端和客户端)
* [[SettingUpNISHowTo]] - 通过NIS授权
 
  
==== Web servers ====
+
=== 网页服务器 ===
* [[ApacheMySQLPHP|Apache PHP MySQL]] - Setting up a LAMP (Linux Apache MySQL PHP) web server
+
* [[LAMP_服务器安装配置]] - 架设LAMP (Linux Apache MySQL PHP) 网页服务器
* [[ApacheRailsFCGI|Rails in Apache with FCGI]] - Setting up RoR (Ruby On Rails) server with Apache
+
* [[ApacheTomcat5|Apache Tomcat 5]] - Java Servlet 2.4 engine with JSP 2.0 support
+
==== 网页服务器 ====
+
* [[ApacheMySQLPHP|Apache PHP MySQL]] - 架设LAMP (Linux Apache MySQL PHP) 网页服务器
+
* [[ApacheRailsFCGI|Rails in Apache with FCGI]] - 通过Apache架设RoR (Ruby On Rails) 服务器
+
 
* [[ApacheTomcat5|Apache Tomcat 5]] - 支持JSP 2.0的Java Servlet 2.4 引擎
 
* [[ApacheTomcat5|Apache Tomcat 5]] - 支持JSP 2.0的Java Servlet 2.4 引擎
  
==== Web Applications ====
+
 
* [[WordPress|Blogging with WordPress]] - Blogging (web publishing).
+
=== 网页服务的应用 ===
* [[Drupal]] - A robust content management system.
+
* [[Joomla]] - Content Management System (CMS) that will help you build websites and other powerful online applications
+
* [[PhpBB2]] - How to set up a PhpBB forum.
+
* [[PunBB|PunBB forum]] - PunBB is a fast and lightweight PHP-powered discussion board.
+
==== 网页服务的应用 ====
+
* [[WordPress|Blogging with WordPress]] - 博客 (网页发布).
+
 
* [[Drupal]] - 一个稳定的目录管理系统
 
* [[Drupal]] - 一个稳定的目录管理系统
 
* [[Joomla]] - 目录管理系统Content Management System (CMS),能协助架设网站及其他功能强大的在线应用
 
* [[Joomla]] - 目录管理系统Content Management System (CMS),能协助架设网站及其他功能强大的在线应用
第36行: 第61行:
 
* [[PunBB|PunBB forum]] - PunBB 是一个快速小巧的论坛,基于PHP
 
* [[PunBB|PunBB forum]] - PunBB 是一个快速小巧的论坛,基于PHP
  
==== Mail and Groupware Servers ====
+
=== 邮件和群组服务器 ===
* [[MailServer|Email]] - The starting point for mail servers - covers the different software used, how they relate together, and more. Read this first if you're unsure of anything.
+
* [[Mailman|Mailing List Server]] - Set up your own mailing list server with Mailman, as used on the Ubuntu mailing lists!
+
* [[Hula|Groupware with Hula]] - Setting up this modern mail and calendar server
+
* [[LotusDomino|Lotus Domino]] - Setting up Lotus Domino groupware server.
+
==== 邮件和群组服务器 ====
+
* [[MailServer|Email]] - 邮件服务器架设基础 - 介绍不同的软件及相互关系等。请先阅读此部分,高手除外。
+
 
* [[Mailman|Mailing List Server]] - 使用Mailman架设自己的邮件列表服务器,Ubuntu邮件列表服务器使用此软件
 
* [[Mailman|Mailing List Server]] - 使用Mailman架设自己的邮件列表服务器,Ubuntu邮件列表服务器使用此软件
 
* [[Hula|Groupware with Hula]] - 架设当前流行的邮件和日历服务器
 
* [[Hula|Groupware with Hula]] - 架设当前流行的邮件和日历服务器
 
* [[LotusDomino|Lotus Domino]] - 架设Lotus Domino群组服务器
 
* [[LotusDomino|Lotus Domino]] - 架设Lotus Domino群组服务器
  
==== DNS ====
+
 
* [[BIND9ServerHowto|BIND]] - Setting up a DNS server with BIND
+
=== DNS 域名解析服务器 ===
==== 域名解析服务器 ====
+
 
* [[BIND9ServerHowto|BIND]] - 使用BIND架设域名解析服务器
 
* [[BIND9ServerHowto|BIND]] - 使用BIND架设域名解析服务器
  
==== Database ====
+
=== 数据库 ===
* [[MYSQL5FromSource|MySQL5]] - Setting up a MySQL5 server in Ibuntu
+
* [[PostgreSQL|PostgreSQL quickstart]] - Setting up a PostgreSQL 8.1 server in Ubuntu
+
* [[Oracle10g|Installing Oracle 10g]] - Install Oracle 10g Enterprise Database in Hoary
+
* [[Firebird1.5|Installing Firebird 1.5.x]] - How to  install and set Firebird server in ubuntu
+
==== 数据库 ====
+
 
* [[MYSQL5FromSource|MySQL5]] - 在Ubutnu中架设MySQL5服务器
 
* [[MYSQL5FromSource|MySQL5]] - 在Ubutnu中架设MySQL5服务器
 
* [[PostgreSQL|PostgreSQL quickstart]] - 在Ubuntu架设PostgreSQL 8.1服务器
 
* [[PostgreSQL|PostgreSQL quickstart]] - 在Ubuntu架设PostgreSQL 8.1服务器
 
* [[Oracle10g|Installing Oracle 10g]] - 在Hoary中安装Oracle 10g 企业版数据库
 
* [[Oracle10g|Installing Oracle 10g]] - 在Hoary中安装Oracle 10g 企业版数据库
* [[Firebird1.5|Installing Firebird 1.5.x]] - 在Ubuntu中安装设置Firbird服务器
 
  
==== File Server ====
 
* [[NFSServerHowTo|NFS Server]] - Setting up Ubuntu as an NFS server
 
* [[SettingUpSamba|Samba Server]] - Setting up Ubuntu as an Samba server
 
==== 文件服务器 ====
 
* [[NFSServerHowTo|NFS Server]] - 架设NFS服务器
 
* [[SettingUpSamba|Samba Server]] -架设Samba服务器
 
  
==== SSH ====
+
* [[SSHHowto]] - Setting up SSH remote access
+
=== 文件服务器 ===
==== SSH ====
+
* [[SettingUpSamba|Samba Server]] -架设Samba服务器
 +
 +
=== SSH ===
 
* [[SSHHowto]] - 配置SSH远程登录
 
* [[SSHHowto]] - 配置SSH远程登录
 
+
==== Folding@Home ====
+
=== Folding@Home分布式运算 ===
* [[FoldingAtHome|Folding@Home]] - Do some good with your idle CPU cycles.
+
==== Folding@Home分布式运算 ====
+
 
* [[FoldingAtHome|Folding@Home]] - 利用空闲的CPU参与Standord的蛋白质折叠模拟
 
* [[FoldingAtHome|Folding@Home]] - 利用空闲的CPU参与Standord的蛋白质折叠模拟
  
  
==== Monitoring ====
+
[[Category:网络]]
* [[HowToMonitorInternetTraffic|Internet Traffic Monitoring]] - Monitor bandwidth usage on an Internet link.
+
[[Category:服务器]]
==== 监控 ====
+
* [[HowToMonitorInternetTraffic|Internet Traffic Monitoring]] - 监控网络带宽的使用
+
----
+
* [[category:CategoryDocumentation]]
+
----
+
原文出处:Ubuntu Wiki
+
 
+
原文作者:
+
 
+
授权许可:
+
 
+
翻译人员:onandon
+
 
+
校对人员:
+
 
+
贡献者:
+
 
+
适用版本:
+
  
 +
----
 +
原文出处:Ubuntu Wiki<br>
 +
原文作者:<br>
 +
授权许可:<br>
 +
翻译人员:onandon<br>
 +
校对人员:<br>
 +
贡献者:<br>
 +
适用版本:<br>
 
文章状态:等待校对
 
文章状态:等待校对

2016年5月20日 (五) 10:03的最新版本

小型服务器abc指导

这里指的小型服务器是指以塔式机为主,未使用 阵列卡、不使用虚拟技术。主要以 webmin 为主导,快速使用教程:

1 下载长期版ubuntu server

注意,16.04以后,php为7。大多数web服务还不太支持。如果需要兼容,得使用14.04.4。

2 制作U盘启动器

3 安装

注意:

  1. 选择言语时请选择 英文。要不终端界面运行有乱码。不建议使用lvm,虽有文件管理上的方便,但恢复起来初学者会崩溃。
  2. 选择网络时,如果已规划好,请手动设置网络地址。设置不来,就选自动。在路由器上指定IP
  3. 分区建议3个。/ , /home ,swap。主分区10G,/home分区作为资料区,在系统崩溃时好抢劫
  4. 选择安装包时,一般用到 openssh (远程终端) 、LAMP (网页服务器套装)

4 配置

yourdir 是你当前用户文件夹位置,通常是用户名

  • 更新命令
 sudo apt-get update
 sudo apt-get upgrade
  • 安装webmin 图形管理界面
 wget  官方下载地址

安装命令.具体名字自己看

 sudo dpkg -i /home/yourdir/webminXXXXXX.deb
  • 命令。更改网页服务器文件夹位置
 sudo mv /var/www/html /var/www/html.bac
  sudo ln -s  /home/yourdir/html /var/www/html
  • 如果没设定IP,时
 ifconfig
 获取网卡信息。可以在路由器上直接指定IP

其余服务 建议使用webmin 进行图形化配置。当然其配置方式与下面写的教程不冲突,只是使用图形界面而已

大型服务器abc指导

阵列卡

kvm虚拟机管理套件



网络授权

网页服务器


网页服务的应用

  • Drupal - 一个稳定的目录管理系统
  • Joomla - 目录管理系统Content Management System (CMS),能协助架设网站及其他功能强大的在线应用
  • PhpBB2 - 如何架设PhpBB论坛
  • PunBB forum - PunBB 是一个快速小巧的论坛,基于PHP

邮件和群组服务器


DNS 域名解析服务器

  • BIND - 使用BIND架设域名解析服务器

数据库


文件服务器

SSH

Folding@Home分布式运算

  • Folding@Home - 利用空闲的CPU参与Standord的蛋白质折叠模拟

原文出处:Ubuntu Wiki
原文作者:
授权许可:
翻译人员:onandon
校对人员:
贡献者:
适用版本:
文章状态:等待校对