Do not be mistaken by its looks for 'tis nothing but a FreeBSD virtual machine running inside of a VMWare instance. And the nasty bit of information is the fact that the underlying OS is... get ready for it... it is Windows 10 Home. And before you ask, no it's not changing anytime soon. And I won't apologize to anyone for the same. Das ist mein server and I'll host it however I please to host it.
As the only backup machine, I'm not allowed to change its pre-installed OS. Doesn't matter how fucked up the current state of the OS is, I'm not allowed to change it. But I also can't bear the sight of an unused and neglected piece of good hardware being covered with dust and rotting in front of my eyes. Hence it is what it is.
Since I'm away from home, physical maintenance of the machine isn't a possibility for me either. But I assure you that Ariel (the VM) is well maintained and kept well up to date. Even though the entire web stack is hand compiled from source, I make sure to update to the latest versions of the pillars holding this website up.
Your visit is warmly welcomed and appreciated by the techinal monkey(s). If you would like to report any issues or give a feedback (technical or non-technical), you can reach me at ray@anster.org.
ariel # uname -apKU FreeBSD ariel 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 releng/14.2-n269514-a1e3ff6580de GENERIC amd64 amd64 1402000 1402000 ariel #
ariel # jexec -l gw apachectl -V Server version: Apache/2.4.62 (FreeBSD) Server built: unknown Server's Module Magic Number: 20120211:134 Server loaded: APR 1.7.5, APR-UTIL 1.6.3, PCRE 10.43 2024-02-16 Compiled using: APR 1.7.5, APR-UTIL 1.6.3, PCRE 10.43 2024-02-16 Architecture: 64-bit Server MPM: prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled) -D APR_USE_FLOCK_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/usr/local" -D SUEXEC_BIN="/usr/local/bin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/apache_runtime_status" -D DEFAULT_ERRORLOG="/var/log/httpd-error.log" -D AP_TYPES_CONFIG_FILE="etc/apache24/mime.types" -D SERVER_CONFIG_FILE="etc/apache24/httpd.conf" ariel #
ariel # /opt/ray/mariadb/bin/mariadb -h mysql.anster.internal -u leave -p -e "\s" -------------- /opt/ray/mariadb/bin/mariadb from 11.0.3-MariaDB, client 15.2 for FreeBSD13.2 (amd64) using EditLine wrapper Connection id: 4 Current database: Current user: leave@172.16.0.1 SSL: Cipher in use is TLS_AES_256_GCM_SHA384 Current pager: stdout Using outfile: '' Using delimiter: ; Server: MariaDB Server version: 11.4.4-MariaDB FreeBSD Ports Protocol version: 10 Connection: mysql.anster.internal via TCP/IP Server characterset: latin1 Db characterset: latin1 Client characterset: utf8mb3 Conn. characterset: utf8mb3 TCP port: 3306 Protocol: Compressed Uptime: 4 days 39 min 40 sec Threads: 1 Questions: 4 Slow queries: 0 Opens: 17 Open tables: 10 Queries per second avg: 0.000 -------------- ariel #
ariel # /opt/ray/pgsql/bin/psql -Upostgres -h127.0.0.1 Password for user postgres: psql (15.2) SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off) Type "help" for help. postgres=# \conninfo You are connected to database "postgres" as user "postgres" on host "127.0.0.1" at port "5432". SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off) postgres=# \q ariel #