OB2D Linux 官方網站:
https://b2d-linux.com
OB2D Linux 2017 下載:
https://sourceforge.net/projects/ob2dlinux/files/2017/XFCE-SERVER/
[@more@]光碟開機畫面,選擇 Graphical Install
預設啟動的服務
# netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp6 0 0 :::80 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::25 :::* LISTEN
安裝的 Apache / MariaDB / PHP 版本
# dpkg -l | egrep ‘apache|php|mariadb’
ii apache2 2.4.25-3 amd64 Apache HTTP Server
ii apache2-bin 2.4.25-3 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.25-3 all Apache HTTP Server (common files)
ii apache2-utils 2.4.25-3 amd64 Apache HTTP Server (utility programs for web servers)
ii libapache2-mod-php7.0 7.0.15-1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii mariadb-client-10.1 10.1.21-5 amd64 MariaDB database client binaries
ii mariadb-client-core-10.1 10.1.21-5 amd64 MariaDB database core client binaries
ii mariadb-common 10.1.21-5 all MariaDB common metapackage
ii mariadb-server-10.1 10.1.21-5 amd64 MariaDB database server binaries
ii mariadb-server-core-10.1 10.1.21-5 amd64 MariaDB database core server files
ii php-cli 1:7.0+49 all command-line interpreter for the PHP scripting language (default)
ii php-common 1:49 all Common files for PHP packages
ii php-pear 1:1.10.1+submodules+notgz-9 all PEAR Base System
ii php-xml 1:7.0+49 all DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii php7.0 7.0.15-1 all server-side, HTML-embedded scripting language (metapackage)
ii php7.0-cli 7.0.15-1 amd64 command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.15-1 amd64 documentation, examples and common module for PHP
ii php7.0-gd 7.0.15-1 amd64 GD module for PHP
ii php7.0-json 7.0.15-1 amd64 JSON module for PHP
ii php7.0-mysql 7.0.15-1 amd64 MySQL module for PHP
ii php7.0-opcache 7.0.15-1 amd64 Zend OpCache module for PHP
ii php7.0-readline 7.0.15-1 amd64 readline module for PHP
ii php7.0-xml 7.0.15-1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP