It works!

This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ultimate Edition #DISTTYPEUPPER systems. It is based on the equivalent page on Debian, from which the Ultimate Edition Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file (located at /srv/http/index.html) before continuing to operate your HTTP server.

Ultimate Edition Arch #DISTTYPEUPPER


Introduction

If you are a normal user of this web site and don't know what this page is about, this probably means that the site is currently unavailable due to maintenance, or the server has just been setup. If the problem persists, please contact the site's administrator.

Ultimate Edition Arch #DISTTYPEUPPER typically by default allows you to see various statistical information. Gamers and Lite Operating Systems default not to put in web based services, so won't work. Netdata
Including Realtime statistics:
http://localhost/linux-dash/

mod security is also enabled by default, with a custom server signature.
This also helps to increase overall server security.
Identifying itself as Ultimate Edition Arch #DISTTYPEUPPER

This Operating System was built from the ground up & auto-configured using tmosb (uecorebuilder).

Using the command: #COMMAND

You can learn more about what computer built your O/S etc. Autonomously from here. More information on how to do this can be obtained from the Ultimate Edition website.

Configuration Overview

Ultimate Edition's Apache2 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Ultimate Edition tools. The configuration system is fully documented in /usr/share/doc/apache2/README.Debian.gz. Refer to this for the full documentation. Documentation for the web server itself can be found by accessing the manual if the apache2-doc package was installed on this server.

The configuration layout for an Apache2 web server installation on Ultimate Edition systems is as follows:

/etc/apache2/
|-- apache2.conf
|       `--  ports.conf
|-- mods-enabled
|       |-- *.load
|       `-- *.conf
|-- conf-enabled
|       `-- *.conf
|-- sites-enabled
|       `-- *.conf
          
  • apache2.conf is the main configuration file. It puts the pieces together by including all remaining configuration files when starting up the web server.
  • ports.conf is always included from the main configuration file. It is used to determine the listening ports for incoming connections, and this file can be customized anytime.
  • Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/ directories contain particular configuration snippets which manage modules, global configuration fragments, or virtual host configurations, respectively.
  • They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers a2enmod, a2dismod, a2ensite, a2dissite, and a2enconf, a2disconf . See their respective man pages for detailed information.
  • The binary is called apache2. Due to the use of environment variables, in the default configuration, apache2 needs to be started/stopped with /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not work with the default configuration.
Document Roots

By default, Ultimate Edition does not allow access through the web browser to any file apart of those located in /srv/http, public_html directories (when enabled) and /usr/share (for web applications). If your site is using a web document root located elsewhere (such as in /srv) you may need to whitelist your document root directory in /etc/apache2/apache2.conf.

The default Ultimate Edition document root is /srv/html/. You can make your own virtual hosts under /var/www. This is different to previous releases which provides better security out of the box.

The default Ultimate Edition media root is /srv/media/. You can add media to this folder or symbolically link to where you store your media.

The default Ultimate Edition FTP root is /srv/ftp/. You can add files to this folder or symbolically link to where you store your files. It also supports SFTP. See Services & Networking section for more info.

The default Ultimate Edition share root is /srv/share/. Anything you wish to share on your network you can either put in this folder or symbolically link.

Reporting Problems

Please use the Ultimate Edition-bug tool to report bugs in the Apache2 package with Ultimate Edition. However, check existing bug reports before reporting a new bug.

Please report bugs specific to modules (such as PHP and others) to respective packages, not to the web server itself.


Customization

I want you to be very aware I did a ton of work for you, minus setting your theme.

That can be done with:

sudo pacman -Syuu ultimate-edition-themes

Total Download Size: 1207.02 MiB Total Installed Size: 3867.64 MiB Net Upgrade Size: 2391.82 MiB


Massive work done there too, very customizable with simplicity.

I wrote multiple alias's you can type "install ultimate-edition-themes" will do the same. Don't have to know pacman. ALIAS'S: #Pacman shortcuts
  • alias installed="pacman -Qi | grep -E '^(Name|Installed)' | cut -f2 -d':' | paste - - | column -t | sort -nrk 2 | grep MiB | less"
  • alias p="pacman"
  • alias pQ="pacman -Q"
  • alias pqs="pacman -Qs"
  • alias pqi="pacman -Qi"
  • alias pS="sudo pacman -S"
  • alias install="sudo pacman --noconfirm -S ${1}"
  • alias upgrade="sudo pacman -Syuu"
  • alias psi="pacman -Si"
  • alias pR="sudo pacman -R"
  • alias prc="sudo pacman -Rc"
  • alias prs="sudo pacman -Rs"
  • alias prsc="sudo pacman -Rsc"
  • alias pA="sudo pacman -A"
  • alias pU="sudo pacman -U"
  • alias pO="sudo pacman-optimize"
  • alias ug="sudo grub-mkconfig -o /boot/grub/grub.cfg"
  • alias findtext="grep -Rnw . -e ${1}"
  • alias is="LC_ALL=C.UTF-8 pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | LC_ALL=C.UTF-8 sort -h"

Gamer

Are you a Gamer?

sudo pacman -Syuu ultimate-edition-games

Massive work done there too, some games are not availiable anywhere else. I built them Repostorm checked them for accuracy, generated the repository.

I wrote multiple alias's you can type "install ultimate-edition-games" will do the same. Don't have to know pacman.
Total Download Size: 15999.94 MiB Total Installed Size: 25816.87 MiB

We have very large (over 50GB of games) and fast repositories.


Packages


Services

Universal Media Server

Universal Media Server (UMS) is a DLNA-compliant UPnP media server that allows you to stream or transcode various media formats, including video, audio, and images, across different devices on your network.


Ultimate Network Optimizer

Automatically Optimizes Network Connection(s) & increase network security.


Firewalld

Firewalld provides a dynamically managed firewall with support for network/firewall zones that define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings, ethernet bridges and IP sets. There is a separation of runtime and permanent configuration options. It also provides an interface for services or applications to add firewall rules directly.


This is very impressive, once installed. Carries your credentials to that server / Operating System. To each service FTP, SSH, NFS, Samba as well all the above.

I almost forgot to mention. RepoStorm another application I wrote at least 20 years ago. Repostorm has fixed many packages is this Operating System, jacking the level of security way beyond any on this planet.

Security

typing:

sudo lynis audit system

Will tell you where you sit at time of build: 77%.

I did not by default jack up the security level in the O/S, I leave that up to you. Carries a high rating out of the box, way higher than any O/S I have seen off the snap. sudo uno --security

Will jack security up further, I can push it to 92%

Ever wonder why I ask to get hacked, my wife hates it when I do so. Massive traffic comes my way trying to find a hole. If they can find it I write software to close it. I have never turned in the hacker. They love my hacking challenges. You benefit from my & wifes loses & I. I have done that too for years. I am not just an O/S architect, a programmer & former hacker. Proper term is "Cracker"

Conclusion

PLACEHOLDER