Want more timely Centmin Mod News Updates?
Become a Member

CentOS 7.x CentOS 7.4 Minimal ISO Install VirtualBox 5.1

Discussion in 'CentOS, Redhat & Oracle Linux News' started by eva2000, Oct 1, 2017.

Thread Status:
Not open for further replies.
  1. eva2000

    eva2000 Administrator Staff Member

    53,865
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    6:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    This is updated quick install guide for CentOS 7.4 64bit minimal ISO on VirtualBox 5.1 as a guest virtual server. Similar to the old CentOS 7.0 VirtualBox guide I did previously here.

    The below CentOS 7.4 64bit install was done on my travel laptop, Dell 13 Inspiron 7000 (D7378) laptop as my main work laptop, Samsung ATIV Book 8 is out of action as the battery decided to swell and expand so need to replace the battery. So need CentOS VirtualBox resetup on the Dell :)

    System:

    virtualbox-centos-7.4-dell-d7378-0.png

    VirtualBox guest CentOS 7.4 64bit server settings


    virtualbox-centos-7.4-dell-d7378-01.png
    Install

    virtualbox-centos-7.4-dell-d7378-02.png virtualbox-centos-7.4-dell-d7378-03.png virtualbox-centos-7.4-dell-d7378-04.png virtualbox-centos-7.4-dell-d7378-06.png
    Partitioning

    virtualbox-centos-7.4-dell-d7378-08.png virtualbox-centos-7.4-dell-d7378-09.png virtualbox-centos-7.4-dell-d7378-10.png

    virtualbox-centos-7.4-dell-d7378-12.png
     
    Last edited: Oct 1, 2017
  2. eva2000

    eva2000 Administrator Staff Member

    53,865
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    6:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    Centmin Mod Install



    Did Centmin Mod 123.09beta01 install on created CentOS 7.4 64bit guest server using install command
    Code (Text):
    yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
    


    Post Install Checklist
    Code (Text):
    *************************************************
    * Post-Install Check List....
    *************************************************
    
    --------------------------------------------------------
    Check ccache Version:
    --------------------------------------------------------
    ccache version 3.3.4
    
    Copyright (C) 2002-2007 Andrew Tridgell
    Copyright (C) 2009-2017 Joel Rosdahl
    
    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 3 of the License, or (at your option) any later
    version.
    
    --------------------------------------------------------
    Check Nginx Version:
    --------------------------------------------------------
    nginx version: nginx/1.13.5
    built by clang 3.4.2 (tags/RELEASE_34/dot2-final)
    built with LibreSSL 2.5.5
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -mtune=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings -gsplit-dwarf' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-compat --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.31 --add-dynamic-module=../echo-nginx-module-0.61 --add-module=../redis2-nginx-module-0.14 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.18 --add-module=../srcache-nginx-module-0.31 --add-dynamic-module=../headers-more-nginx-module-0.32 --with-pcre=../pcre-8.41 --with-pcre-jit --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.5.5
    
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    PHP 5.6.31 (cli) (built: Sep 30 2017 14:52:46)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    
    --------------------------------------------------------
    Check MariaDB installed RPM Versions:
    --------------------------------------------------------
    MariaDB-client-10.1.28-1.el7.centos.x86_64
    MariaDB-devel-10.1.28-1.el7.centos.x86_64
    MariaDB-common-10.1.28-1.el7.centos.x86_64
    MariaDB-compat-10.1.28-1.el7.centos.x86_64
    MariaDB-shared-10.1.28-1.el7.centos.x86_64
    MariaDB-server-10.1.28-1.el7.centos.x86_64
    
    --------------------------------------------------------
    Check Memcached Server Version:
    --------------------------------------------------------
    memcached 1.5.1
    
    --------------------------------------------------------
    Check CSF Firewall Version:
    --------------------------------------------------------
    csf: v10.25 (generic)
    
    --------------------------------------------------------
    Check Siege Benchmark Version:
    --------------------------------------------------------
    SIEGE 4.0.4
    
    Copyright (C) 2017 by Jeffrey Fulmer, et al.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.
    
    
    --------------------------------------------------------
    Check mysqlreport version:
    --------------------------------------------------------
    mysqlreport v3.5-maria11 Jul 4 2013
    
    --------------------------------------------------------
    Check pure-ftpd Version:
    --------------------------------------------------------
    pure-ftpd v1.0.42
    
    --------------------------------------------------------
    Check YUM Repo List
    --------------------------------------------------------
    Loaded plugins: fastestmirror, priorities, versionlock
    Loading mirror speeds from cached hostfile
     * base: centos.mirror.digitalpacific.com.au
     * epel: mirror.as24220.net
     * extras: centos.mirror.digitalpacific.com.au
     * rpmforge: mirror.as24220.net
     * updates: centos.mirror.digitalpacific.com.au
    216 packages excluded due to repository priority protections
    repo id                       repo name                              status
    base/7/x86_64                 CentOS-7 - Base                        7,420+2,171
    *epel/x86_64                  Extra Packages for Enterprise Linux 7   11,055+919
    extras/7/x86_64               CentOS-7 - Extras                              224
    mariadb                       MariaDB                                       14+2
    rpmforge                      RHEL 7 - RPMforge.net - dag                141+104
    updates/7/x86_64              CentOS-7 - Updates                         580+149
    varnishcache_varnish41/x86_64 varnishcache_varnish41                          43
    varnishcache_varnish41-source varnishcache_varnish41-source                    0
    repolist: 19,477
    
    --------------------------------------------------------
    mytimes check:
    /usr/bin/mytimes
    --------------------------------------------------------
    Sat Sep 30 14:56:59 UTC 2017    [UTC]
    Sun Oct  1 00:56:59 AEST 2017   [Australia/Brisbane]
    Sat Sep 30 07:56:59 PDT 2017    [America/Los_Angeles]
    Sat Sep 30 09:56:59 CDT 2017    [America/Chicago]
    Sat Sep 30 10:56:59 EDT 2017    [America/New_York]
    Sat Sep 30 10:56:59 EDT 2017    [America/Montreal]
    Sat Sep 30 15:56:59 BST 2017    [Europe/London]
    Sat Sep 30 16:56:59 CEST 2017   [Europe/Berlin]
    Sat Sep 30 21:56:59 +07 2017    [Asia/Bangkok]
    Sat Sep 30 21:56:59 +07 2017    [Asia/Ho_Chi_Minh]
    Sat Sep 30 21:56:59 WIB 2017    [Asia/Jakarta]
    Sat Sep 30 22:56:59 +08 2017    [Asia/Kuala_Lumpur]
    Sat Sep 30 22:56:59 +08 2017    [Asia/Singapore]
    --------------------------------------------------------
    

    SSH Login MOTD
    Code (Text):
    ===============================================================================
     - Hostname......: centos74.localdomain on CentOS Linux 7.4.1708
     - Users.........: Currently 1 user(s) logged on (includes: root)
    ===============================================================================
     - CPU usage.....: 1.06, 0.44, 0.16 (1, 5, 15 min)
     - Processes.....: 115 running
     - System uptime.: 0 days 0 hours 1 minutes 19 seconds
    ===============================================================================
                  total        used        free      shared  buff/cache   available
    Mem:           1839         305        1262          21         271        1305
    Swap:          2047           0        2047
    ===============================================================================
    Filesystem                       Type      Size  Used Avail Use% Mounted on
    /dev/mapper/centos_centos74-root xfs        35G  4.0G   32G  12% /
    devtmpfs                         devtmpfs  910M     0  910M   0% /dev
    tmpfs                            tmpfs     920M     0  920M   0% /dev/shm
    tmpfs                            tmpfs     920M  8.4M  912M   1% /run
    tmpfs                            tmpfs     920M     0  920M   0% /sys/fs/cgroup
    /dev/loop0                       ext4      5.8G   25M  5.5G   1% /tmp
    /dev/sda1                        xfs      1014M  188M  827M  19% /boot
    tmpfs                            tmpfs     184M     0  184M   0% /run/user/0
    
    ===============================================================================
    ! This server maybe running CSF Firewall !
      DO NOT run the below command or you  will lock yourself out of the server:
    
      iptables -F
    
    
    ===============================================================================
    * Getting Started Guide - http://centminmod.com/getstarted.html
    * Centmin Mod FAQ - http://centminmod.com/faq.html
    * Change Log - http://centminmod.com/changelog.html
    * Community Forums https://community.centminmod.com  [ << Register ]
    ===============================================================================
    
    ===============================================================================
     Centmin Mod local code is up to date at /usr/local/src/centminmod
     no available updates at this time...
    ===============================================================================
    

    centmin.sh shell based menu
    Code (Text):
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com     
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB MySQL Upgrade & Management
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 
    
     
Thread Status:
Not open for further replies.