login as: root
root@aquila.ua's password:
Last failed login: Wed Sep  1 08:39:00 CEST 2021 from 176.105.103.170 on ssh:not                                     ty
There were 46 failed login attempts since the last successful login.
Last login: Tue Aug 31 22:09:01 2021 from 94.158.95.113
[root@CentOS-79-64-minimal ~]# uname -r
3.10.0-1160.36.2.el7.x86_64
[root@CentOS-79-64-minimal ~]# uname -r
3.10.0-1160.36.2.el7.x86_64
[root@CentOS-79-64-minimal ~]# df
Filesystem     1K-blocks      Used Available Use% Mounted on
devtmpfs        32762444         0  32762444   0% /dev
tmpfs           32788932         4  32788928   1% /dev/shm
tmpfs           32788932       976  32787956   1% /run
tmpfs           32788932         0  32788932   0% /sys/fs/cgroup
/dev/md2       457532960 136628956 297592884  32% /
/dev/md1          498532    226428    245941  48% /boot
tmpfs            6557788         0   6557788   0% /run/user/0
[root@CentOS-79-64-minimal ~]# free -h
              total        used        free      shared  buff/cache   available
Mem:            62G        2.0G         50G        296M        9.8G         59G
Swap:           31G          0B         31G
[root@CentOS-79-64-minimal ~]# ip a s
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul                                     t qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state                                      UP group default qlen 1000
    link/ether 90:1b:0e:95:9e:d5 brd ff:ff:ff:ff:ff:ff
    inet 138.201.125.131/26 brd 138.201.125.191 scope global noprefixroute dynam                                     ic enp0s31f6
       valid_lft 43168sec preferred_lft 43168sec
    inet 138.201.125.131/32 brd 138.201.125.131 scope global noprefixroute enp0s                                     31f6
       valid_lft forever preferred_lft forever
    inet 138.201.125.131 peer 138.201.125.129/32 brd 138.201.125.131 scope globa                                     l noprefixroute enp0s31f6
       valid_lft forever preferred_lft forever
    inet6 2a01:4f8:172

:2/64 scope global noprefixroute
       valid_lft forever preferred_lft forever
    inet6 fe80::7d1:91e5:5e00:e69e/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
[root@CentOS-79-64-minimal ~]# systemctl status nginxb
● nginxb.service - The nginx HTTP and reverse proxy server
   Loaded: loaded (/usr/lib/systemd/system/nginxb.service; enabled; vendor prese                                     t: disabled)
   Active: active (running) since Tue 2021-08-31 22:10:25 CEST; 10h ago
 Main PID: 1620 (nginxb)
    Tasks: 3
   Memory: 26.0M
   CGroup: /system.slice/nginxb.service
           ├─1620 nginx: master process /usr/sbin/nginxb
           ├─1621 nginx: worker process
           └─1622 nginx: cache manager process
Aug 31 22:10:25 CentOS-79-64-minimal systemd[1]: Starting The nginx HTTP and....
Aug 31 22:10:25 CentOS-79-64-minimal nginxb[1585]: nginx: [warn] the "ssl" di...
Aug 31 22:10:25 CentOS-79-64-minimal nginxb[1585]: nginx: the configuration f...
Aug 31 22:10:25 CentOS-79-64-minimal nginxb[1585]: nginx: configuration file ...
Aug 31 22:10:25 CentOS-79-64-minimal nginxb[1613]: nginx: [warn] the "ssl" di...
Aug 31 22:10:25 CentOS-79-64-minimal systemd[1]: Started The nginx HTTP and ....
Hint: Some lines were ellipsized, use -l to show in full.
[root@CentOS-79-64-minimal ~]# systemctl status brainyphp-fpm
● brainyphp-fpm.service - The Brainy-FPM PHP Process Manager
   Loaded: loaded (/usr/lib/systemd/system/brainyphp-fpm.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2021-08-31 22:10:24 CEST; 10h ago
 Main PID: 1292 (php-fpm)
   Status: "Processes active: 0, idle: 6, Requests: 5, slow: 0, Traffic: 0req/sec"
    Tasks: 7
   Memory: 60.6M
   CGroup: /system.slice/brainyphp-fpm.service
           ├─1292 php-fpm: master process (/usr/local/brainycp/src/compiled/php5/php-fpm.conf)
           ├─1347 php-fpm: pool brainy.conf
           ├─1348 php-fpm: pool brainy.conf
           ├─1349 php-fpm: pool brainy.conf
           ├─1350 php-fpm: pool brainy.conf
           ├─1351 php-fpm: pool brainyservice.conf
           └─1352 php-fpm: pool brainyservice.conf
Aug 31 22:10:24 CentOS-79-64-minimal systemd[1]: Starting The Brainy-FPM PHP Process Manager...
Aug 31 22:10:24 CentOS-79-64-minimal systemd[1]: Started The Brainy-FPM PHP Process Manager.
[root@CentOS-79-64-minimal ~]#