網站架設服務綜合工具包

 

網域名稱申請/網域注冊服務

Godaddy https://www.godaddy.com/zh

Gandi.net https://www.gandi.net/zh-hant

Internet.bs https://internetbs.net/zh/

Name.com https://www.name.com/zh-cn/

Namecheap https://www.namecheap.com/

NameSilo https://www.namesilo.com/

 

權威DNS網域名稱解析服務

Hurricane Electric Hosted DNS https://dns.he.net/

ClouDNS https://www.cloudns.net/index/lang/chs/

 

CDN內容傳遞網路服務.網站雲端加速服務

CloudFlare https://www.cloudflare.com/zh-tw/

 

雲端伺服器.虛擬專用伺服器/VPS

Alibaba Cloud https://www.alibabacloud.com/tc 阿里雲服務

Microsoft Azure https://azure.microsoft.com/zh-tw/ 微軟雲端運算服務

AWS(Amazon Web Services)https://aws.amazon.com/tw/ 亞馬遜雲端運算服務

Google Cloud Platform https://cloud.google.com/?hl=zh-TW Google雲端運算服務

DigitalOcean https://www.digitalocean.com/

Linode https://www.linode.com/

Vultr https://www.vultr.com/

BandwagonHost https://bandwagonhost.com/

 

雲端應用伺服器

阿里雲應用伺服器 https://www.alibabacloud.com/tc/product/swas

 

虛擬主機.雲端共享主機

GoDaddy虛擬主機 https://www.godaddy.com/zh/主機服務/虛擬主機

Hawkhost https://www.hawkhost.com/shared-web-hosting/

Bluehost https://www.bluehost.com/web-hosting

DreamHost https://www.dreamhost.com/hosting/

 

 

Web伺服器運行環境搭建

Bitnami Stacks https://bitnami.com/apps(開源伺服器軟體應用商店)

爲開源的Web應用程式、開發堆棧以及虛擬設備提供安裝程式或安裝軟體包,用于在Linux作業系統、Windows作業系統、macOS作業系統上安裝軟體。

 

Windows Server https://www.microsoft.com/zh-tw/windows-server(Windows伺服器作業系統)

Windows作業系統環境下架站集成軟體包

(Windows作業系統平台使用Apache/Nginx網頁伺服器+MySQL/MariaDB資料庫的PHP集成運行環境)

Laragon https://laragon.org/(Apache/Nginx + PHP + MySQL + HeidiSQL)

XAMPP https://www.apachefriends.org/zh_tw/index.html(Apache + PHP + MariaDB + phpMyAdmin)

WampServer https://www.wampserver.com/en/(Apache + PHP + Mysql + phpMyAdmin)

WinNMP https://winnmp.wtriple.com/(Nginx + PHP + MariaDB + Adminer)

 

IIS(Internet Information Server) https://www.iis.net/(Windows作業系統環境下Web伺服器)

ASP.NET https://dotnet.microsoft.com/zh-cn/apps/aspnet(Web應用程式框架)

Microsoft SQL Server https://www.microsoft.com/zh-tw/sql-server/ 關係型資料庫管理系統(RDBMS)

 

雲端伺服器管理面板

寶塔面板 https://www.bt.cn/

 

Linux作業系統下Web運行環境安裝

(Linux作業系統平台使用Apache/Nginx網頁伺服器+MySQL/MariaDB資料庫的PHP集成運行環境)

LNMP一鍵安裝包 https://lnmp.org/

LNMP(Nginx + MySQL/MariaDB + PHP)

LNMPA(Nginx + MySQL/MariaDB + PHP + Apache)

LAMP(Apache + MySQL/MariaDB + PHP)

 

LAMP一鍵安裝包 https://lamp.sh/

LAMP(Linux + Apache + MySQL/MariaDB + PHP)

 

OneinStack https://oneinstack.com/

LNMP(Linux + Nginx + MySQL/MariaDB + PHP)

LAMP(Linux + Apache + MySQL/MariaDB + PHP)

LNMPA(Linux + Nginx + MySQL/MariaDB + PHP + Apache){Nginx處理靜態,Apache(mod_php)處理動態PHP}

LNMT(Linux + Nginx + MySQL/MariaDB + Tomcat){Nginx處理靜態,Tomcat(JDK)處理JAVA}

 

 

Nginx https://nginx.org/(Web伺服器)

Apache HTTP Server https://httpd.apache.org/(Web伺服器)

Tomcat https://tomcat.apache.org/(Java Web伺服器)

 

MongoDB https://www.mongodb.com/ 基於分散式檔案儲存的非關係型資料庫(NoSQL)

 

PostgreSQL https://www.postgresql.org/ 物件-關係型資料庫管理系統(ORDBMS)

 

MySQL https://dev.mysql.com/downloads/mysql/ 關係型資料庫管理系統(RDBMS)

MariaDB https://mariadb.org/(兼容MySQL的資料庫管理系統)

Percona Server for MySQL https://www.percona.com/mysql/software(兼容MySQL的資料庫管理系統)

 

phpMyAdmin https://www.phpmyadmin.net/(MySQL資料庫管理工具)

 

Adminer https://www.adminer.org/(用PHP編寫的的全功能資料庫管理工具。與phpMyAdmin相反,它包含一个准备部署到目标服务器的文件。管理员可用于MySQL、PostgreSQL、SQLite、MS SQL、Oracle、Firebird、SimpleDB、Elasticsearch和MongoDB。)

 

資料庫用戶端圖形界面管理工具

MySQL Workbench https://dev.mysql.com/downloads/workbench/

HeidiSQL https://www.heidisql.com/

DBeaver https://dbeaver.io/

Navicat https://www.navicat.com/cht/products

 

PHP快取加速器

ZendOPcache https://pecl.php.net/package/ZendOpcache

APCu https://pecl.php.net/package/APCu

eAccelerator http://eaccelerator.net/

 

PHP加解密工具

ZendGuardLoader https://www.zend.com/downloads/zend-guard-loader

ionCube https://www.ioncube.com/

 

Xdebug https://xdebug.org/(PHP程序調試器)

 

分散式快取伺服器

Redis https://redis.io/(日志型Key-Value內存鍵值對儲存資料庫)

Memcached https://memcached.org/(分散式内存對象快取系統)

 

Jemalloc http://jemalloc.net/(内存分配器.内存管理元件)

 

PHP https://www.php.net/(超文字預處理器)

 

Python https://www.python.org/

 

Java SE https://www.oracle.com/java/technologies/downloads/

OpenJDK https://jdk.java.net/

 

 

 

開源架站程式

 

網志平台.内容管理系統

WordPress https://wordpress.org/download/https://github.com/WordPress/WordPress

Joomla! https://downloads.joomla.org/zh/https://github.com/joomla/joomla-cms

Drupal https://www.drupal.org/downloadhttps://github.com/drupal/drupal

 

論壇社區架站系統

Discuz! https://www.discuz.vip/https://gitee.com/Discuz/DiscuzX

 

Flarum https://discuss.flarum.org/https://github.com/flarum/flarum

Vanilla Forums https://open.vanillaforums.com/addon/vanilla-corehttps://github.com/vanilla/vanilla

phpBB https://www.phpbb.com/downloads/https://github.com/phpbb/phpbb

MyBB https://mybb.com/download/https://github.com/mybb/mybb

Simple Machines Forum https://download.simplemachines.org/https://github.com/SimpleMachines/SMF

 

Wiki線上百科全書架站系統

MediaWiki https://www.mediawiki.org/wiki/Download/zhhttps://github.com/wikimedia/mediawiki

DokuWiki https://www.dokuwiki.org/zh-tw:dokuwikihttps://github.com/dokuwiki/dokuwiki

 

社交網路架站系統

Elgg https://elgg.org/about/downloadhttps://github.com/Elgg/Elgg

 

線上商城.電子商務架站系統

OpenCart https://www.opencart.com/index.php?route=cms/downloadhttps://github.com/opencart/opencart

PrestaShop https://prestashop.com/prestashop-offers/classic/https://github.com/PrestaShop/PrestaShop

AbanteCart https://www.abantecart.com/downloadhttps://github.com/abantecart/abantecart-src

osCommerce https://www.oscommerce.com/Productshttps://github.com/osCommerce/osCommerce-V4

 

線上音樂流媒體架站系統

Ampache https://ampache.org/https://github.com/ampache/ampache

Podcast Generator https://podcastgenerator.net/https://github.com/PodcastGenerator/PodcastGenerator

 

線上學習和内容管理系統

Chamilo https://chamilo.org/en/download/https://github.com/chamilo/chamilo-lms

Moodle https://download.moodle.org/https://github.com/moodle/moodle

 

網路云存儲架站系統

Pydio https://pydio.com/en/downloadhttps://github.com/pydio/cells

ownCloud https://owncloud.com/download-server/https://github.com/owncloud/core

Nextcloud https://nextcloud.com/install/https://github.com/nextcloud/server

ProjectSend https://www.projectsend.org/https://github.com/projectsend/projectsend

 

Directory Lister https://www.directorylister.com/https://github.com/DirectoryLister/DirectoryLister)Web文件目錄列表

 

線上圖庫架站系統

Chevereto https://chevereto.com/https://github.com/chevereto/chevereto

Piwigo https://piwigo.org/https://github.com/Piwigo/Piwigo

Lychee https://lychee.electerious.com/https://github.com/electerious/Lychee

Zenphoto https://www.zenphoto.org/https://github.com/zenphoto/zenphoto

 

線上郵箱架站系統

Webmail(基於網頁的電子郵件用戶端)電子郵件管理系統

Roundcube https://roundcube.net/https://github.com/roundcube/roundcubemail

SquirrelMail https://squirrelmail.org/

Horde Groupware Webmail https://www.horde.org/apps/webmail

MailServer(電子郵件伺服器)電子郵件系統

iRedMail https://www.iredmail.org/index-zh_CN.html

 

即時通信系統

Mattermost https://mattermost.com/https://mattermost.com/install/

Rocket.Chat https://www.rocket.chat/https://www.rocket.chat/install

 

網站訪問數據統計分析系統

Matomo https://matomo.org/https://github.com/matomo-org/matomo

 

 

网站流量数据统计分析工具

Google Analytics https://analytics.google.com/analytics/web/

 

網站社會化分享服務

AddToAny https://www.addtoany.com/

 

網站社會化評論托管服務

Disqus https://disqus.com/

LiveRe https://www.livere.com/

 

Git代碼托管平台

GitHub https://github.com/

Gitlab https://about.gitlab.com/

BitBucket https://bitbucket.org/product/

 

 

代碼編輯器:

Notepad++ https://notepad-plus-plus.org/

RJ TextEd https://www.rj-texted.se/

EditPlus https://www.editplus.com/

UltraEdit https://www.ultraedit.com/

EmEditor https://zh-tw.emeditor.com/

Sublime Text https://www.sublimetext.com/

Visual Studio Code https://code.visualstudio.com/

 

FTP用戶端:

FileZilla https://filezilla-project.org/

WinSCP https://winscp.net/eng/docs/lang:cht

SmartFTP https://www.smartftp.com/zh-tw/

Xftp https://www.xshell.com/zh/xftp/

SecureFX https://www.vandyke.com/products/securefx/

 

SSH/Telnet用戶端:

PuTTY https://www.putty.org/

SmarTTY https://sysprogs.com/SmarTTY/

Bitvise SSH Client https://bitvise.com/ssh-client

Xshell https://www.xshell.com/zh/xshell/

SecureCRT https://www.vandyke.com/products/securecrt/

MobaXterm https://mobaxterm.mobatek.net/

 

網站監測服務綜合工具包

 

WHOIS(網域名稱注册資訊)查詢

Alibaba Cloud網域名稱資訊查詢服務 https://www.alibabacloud.com/tc/whois

Whois Lookup https://www.whois.com/whois/

 

DNS網域名稱解析记录查询

Nslookup Tool https://www.nslookuptool.com/cht/

What’s My DNS https://www.whatsmydns.net/

DNS Checker https://dnschecker.org/

 

IP位址歸屬地查詢

IPIP.NET https://www.ipip.net/ip.html

 

網站監控服務

StatusCake https://www.statuscake.com/

Uptime Robot https://uptimerobot.com/

 

HttpStatus https://httpstatus.io/(網頁狀態碼檢查工具)

 

網頁性能优化分析工具

Google PageSpeed Insights https://developers.google.com/speed/pagespeed/insights/

GTmetrix https://gtmetrix.com/

 

網頁快照存档服务

Internet Archive – Wayback Machine https://web.archive.org/ 互聯網檔案時光機

 

HTTPS網站SSL伺服器數位憑證申请

 

HTTPS網站SSL憑證申請

Let’s Encrypt https://letsencrypt.org/zh-tw/

 

HTTPS網站Let’s Encrypt SSL憑證申請工具

https://letsencrypt.org/zh-tw/docs/client-options/

 

HTTPS網站Let’s Encrypt SSL憑證自動化申請安裝工具

Certbot https://certbot.eff.org/

 

HTTPS網站Let’s Encrypt SSL憑證在線申請

ZeroSSL https://zerossl.com/

SSL For Free https://www.sslforfree.com/

Get HTTPS for free https://gethttpsforfree.com/

 

憑證簽名請求文件CSR(Certificate Signing Request)、私鑰(Private key) 在線生成工具

Certificatetools https://certificatetools.com/

 

SSL配置生成工具

Mozilla SSL Configuration Generator https://ssl-config.mozilla.org/

 

OpenSSL https://www.openssl.org/『用於傳輸層安全性(TLS)和安全套接字層(SSL)協議的工具包』

 

憑證鏈補全工具(SSL certificate chain resolver)

CertificateChain.io https://certificatechain.io/

What’s My Chain Cert https://whatsmychaincert.com/

 

HTTPS網站SSL憑證簽發記錄查詢

Certificate Search https://crt.sh/

 

HTTPS網站SSL憑證狀態檢測

Qualys SSL Labs https://www.ssllabs.com/ssltest/

 

HTTPS網站SSL憑證有效期狀態檢測

LetsMonitor https://letsmonitor.org/

 

 

『HTTPS網站SSL伺服器數位憑證』介紹

SSL(Secure Sockets Layer)安全套接字層憑證是網站安全不可或缺的一部分。

TLS(Transport Layer Security)傳輸層安全是更為安全的升級版 SSL。

當您訪問使用SSL的網站時,網站的SSL憑證使數據加密傳輸。

由『HTTP(HyperText Transfer Protocol)超文本傳輸協議』轉為『HTTPS(Hypertext Transfer Protocol Secure)超文本傳輸安全協議

HTTPS經由HTTP進行通信,但利用SSL/TLS來加密數據包;提供對網站伺服器的身分認證,保護交換數據的隱私與完整性。

 

數位憑證認證機構(Certificate Authority)CA』是負責發放和管理數位憑證的權威機構;承擔公鑰體系中公鑰的合法性檢驗的責任。

數位憑證為實現雙方安全通信提供電子認證。在網際網路、公司內部網或外部網中,使用數位憑證實現身分辨識和電子資訊加密。

數位憑證中含有金鑰對(公鑰和私鑰)所有者的辨識資訊,通過驗證辨識資訊的真偽實現對憑證持有者身分的認證。

憑證實際是由憑證簽證機關(CA)簽發的對用戶的公鑰的認證。

 

國際權威的SSL數字憑證頒發機構

DigiCert 旗下 Thawte GeoTrust RapidSSL

GlobalSign 旗下 AlphaSSL

Sectigo 旗下 PositiveSSL

由於這些均需要付費使用且價格較高,建議使用免費的 Let’s Encrypt

 

憑證類型區別:

 

單網域型SSL憑證(Single Domain SSL Certificate)

只支持在同一張憑證中添加一個需要保護的“網域”或“伺服器”名。

 

多網域型SSL憑證(Multi Domain SSL Certificate)

支持在同一張憑證中添加多個需要保護的“網域”或“伺服器”名。

 

UCC/SAN 多子網域型SSL憑證(UCC/SAN SSL Certificate)

統一通信憑證『UCC (Unified Communication Certificate) 』是保護一個網域下的多個子網域和多個主機名的SSL憑證。

UCC SSL 能夠僅憑一個SSL憑證就可保護一個主網域和多個其它的 主題備用名稱『SAN(Subject Alternative Name)』

 

通配符型/泛網域名稱型SSL憑證(Wildcard SSL Certificates)

支持同一網域下的所有子網域驗證的SSL憑證類型。

 

網域型SSL憑證 (DV) Domain Validation SSL Certificate

只驗證網站網域所有權的簡易型SSL憑證,網域驗證型DV SSL憑證僅能起到網站傳輸資訊加密的作用,無法向用戶證明網站的真實身分。

 

企業型SSL憑證 (OV) Organization Validation SSL Certificate

需要驗證網站所有單位真實身分的標準型SSL憑證,組織機構驗證型OV SSL證書不僅能起到網站傳輸資訊加密的作用,而且能向用戶證明網站的真實身分。

 

增強型SSL憑證 (EV) Extended Validation SSL Certificate

指遵循全球統壹的嚴格身分驗證標準頒發的SSL憑證,是目前業界最高安全級別的SSL憑證;用戶訪問部署了擴展驗證型EV SSL憑證的網站,瀏覽器地址欄會變成綠色並在地址欄中顯示網站所有單位的真實身分名稱。