It works!

This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ultimate Edition Developer 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 Developer


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 Developer 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 Developer

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

Using the command: sudo tmosb build kde developer max security theemahn

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

  • 0.00 MiB amd-vulkan-prefixes Select needed vulkan implementation with vk_radv, vk_amdvlk or vk_pro prefix
  • 0.00 MiB base Minimal package set to define a basic Arch Linux installation
  • 0.00 MiB base-devel Basic tools to build Arch Linux packages
  • 0.00 MiB gptscript Natural Language Programming
  • 0.00 MiB linux-firmware Firmware files for Linux - Default set
  • 0.00 MiB mkinitcpio-firmware Optional firmware for the default linux kernel to get rid of the annoying 'WARNING: Possibly missing firmware for module:' messages
  • 0.00 MiB pulseaudio-alsa ALSA Configuration for PulseAudio
  • 0.00 MiB systemd-resolvconf systemd resolvconf replacement (for use with systemd-resolved)
  • 0.00 MiB vlc-plugins-all Free and open source cross-platform multimedia player and framework - all plugins
  • 0.02 MiB acpi Client for battery, power, and thermal readings
  • 0.02 MiB caja-wallpaper A Caja extension to quickly set wallpaper
  • 0.02 MiB caja-xattr-tags A Caja extension to see tags stored on xattrs
  • 0.02 MiB fatresize A utility to resize FAT filesystems using libparted
  • 0.02 MiB lsb-release LSB version query program
  • 0.02 MiB wireless-regdb Central Regulatory Domain Database
  • 0.03 MiB amdctl Tool for changing voltages and clock speeds for AMD processors
  • 0.03 MiB caja-open-terminal A Caja extension for opening terminals in arbitrary local paths
  • 0.03 MiB espeakup A light weight connector for espeak-ng and speakup
  • 0.03 MiB expac alpm data (pacman database) extraction utility
  • 0.03 MiB kwallet-pam KWallet PAM integration
  • 0.03 MiB ultimate-edition-common Software commonly used. Commonly used software for Ultimate Edition Applications.
  • 0.03 MiB which A utility to show the full path of commands
  • 0.03 MiB wlr-randr Utility to manage outputs of a Wayland compositor
  • 0.04 MiB arch-install-scripts Scripts to aid in installing Arch Linux
  • 0.04 MiB caja-image-converter A Caja extension for simple image conversions
  • 0.04 MiB kwrited KDE daemon listening for wall and write messages
  • 0.04 MiB libusb-compat Library to enable user space application programs to communicate with USB devices
  • 0.04 MiB opendoas Run commands as super user or another user
  • 0.04 MiB ultimate-edition-code-cleanup Tools to cleanup code. Tools to automatically clean up code & scan for dependencies in bash scripts.
  • 0.04 MiB ultimate-edition-roku-ripper Automously processes video(s) to Roku Format. Processes video(s) to Roku Format.
  • 0.04 MiB wmctrl Control your EWMH compliant window manager from command line
  • 0.05 MiB id3v2 Utility to edit id3v2 tags
  • 0.05 MiB mediainfo Supplies technical and tag information about media files (CLI interface)
  • 0.05 MiB mkinitcpio-archiso Initcpio scripts used by archiso
  • 0.05 MiB qemu-full A full QEMU setup
  • 0.06 MiB caja-share A Caja extension to quickly share a folder
  • 0.06 MiB gpart Partition table rescue/guessing tool
  • 0.06 MiB iftop Display bandwidth usage on an interface
  • 0.06 MiB mkinitcpio-nfs-utils ipconfig and nfsmount tools for NFS root support in mkinitcpio
  • 0.06 MiB os-prober Utility to detect other OSes on a set of drives
  • 0.07 MiB cabextract A program to extract Microsoft cabinet (.CAB) files
  • 0.07 MiB gvfs-google Virtual filesystem implementation for GIO - Google Drive backend
  • 0.07 MiB hddtemp Gives you the temperature of your hard drive by reading S.M.A.R.T. information
  • 0.07 MiB ultimate-edition-liberation-grub-font Ultimate Edition Grub font. Grub font for Ultimate Edition Operating systems.
  • 0.08 MiB alsa-oss OSS compatibility library
  • 0.08 MiB efibootmgr Linux user-space application to modify the EFI Boot Manager
  • 0.08 MiB gvfs-smb Virtual filesystem implementation for GIO - SMB/CIFS backend (Windows file sharing)
  • 0.08 MiB protonup-git Install and Update Proton-GE
  • 0.08 MiB pulseaudio-equalizer-ladspa A 15-band equalizer for PulseAudio
  • 0.08 MiB tree A directory listing program displaying a depth indented list of files
  • 0.08 MiB ultimate-edition-nas-tools Nas Tools. Software to extend NAS (Network Attached Storage) functionality.
  • 0.09 MiB sshfs FUSE client based on the SSH File Transfer Protocol
  • 0.09 MiB usbmuxd USB Multiplex Daemon
  • 0.10 MiB pptpclient Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP.
  • 0.11 MiB bmon Portable bandwidth monitor and rate estimator
  • 0.11 MiB ksshaskpass ssh-add helper that uses kwallet and kpassworddialog
  • 0.12 MiB mpc Minimalist command line interface to MPD
  • 0.12 MiB php-gd gd module for PHP
  • 0.13 MiB gvfs-afc Virtual filesystem implementation for GIO - AFC backend (Apple mobile devices)
  • 0.13 MiB nload Monitors network traffic and bandwidth usage
  • 0.13 MiB xl2tpd an open source implementation of the L2TP maintained by Xelerance Corporation
  • 0.14 MiB caja-sendto A Caja extension for sending files
  • 0.14 MiB fakeroot Tool for simulating superuser privileges
  • 0.14 MiB grml-zsh-config grml's zsh setup
  • 0.14 MiB layer-shell-qt Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
  • 0.14 MiB unace An extraction tool for the proprietary ace archive format
  • 0.15 MiB gvfs-gphoto2 Virtual filesystem implementation for GIO - gphoto2 backend (PTP camera, MTP media player)
  • 0.15 MiB gvfs-mtp Virtual filesystem implementation for GIO - MTP backend (Android, media player)
  • 0.15 MiB memtest86+ Advanced memory diagnostic tool legacy BIOS version
  • 0.15 MiB nethogs A net top tool which displays traffic used per process instead of per IP or interface
  • 0.15 MiB reflector A Python 3 module and script to retrieve and filter the latest Pacman mirror list.
  • 0.16 MiB breeze-plymouth Plymouth theme for the Breeze visual style for the Plasma Desktop
  • 0.16 MiB xdg-user-dirs Manage user directories like ~/Desktop and ~/Music
  • 0.17 MiB bc An arbitrary precision calculator language
  • 0.17 MiB patch A utility to apply patch files to original sources
  • 0.18 MiB hdparm A shell utility for manipulating Linux IDE drive/driver parameters
  • 0.19 MiB dmidecode Desktop Management Interface table related utilities
  • 0.19 MiB iptraf-ng Console-based network monitoring utility
  • 0.19 MiB knighttime Helpers for scheduling the dark-light cycle
  • 0.19 MiB xdg-user-dirs-gtk Creates user dirs and asks to relocalize them
  • 0.20 MiB bashtop Linux resource monitor
  • 0.20 MiB debootstrap Bootstrap a basic Debian system
  • 0.20 MiB needrestart Restart daemons after library updates.
  • 0.20 MiB pkgconf Package compiler and linker metadata toolkit
  • 0.21 MiB exfatprogs exFAT filesystem userspace utilities for the Linux Kernel exfat driver
  • 0.21 MiB hyperv Hyper-V tools
  • 0.21 MiB kexec-tools Load another kernel from the currently executing Linux kernel
  • 0.21 MiB mkinitcpio Modular initramfs image creation utility
  • 0.22 MiB acct Utilities for monitoring process activities
  • 0.22 MiB archiso Tools for creating Arch Linux live and install iso images
  • 0.22 MiB faac Freeware Advanced Audio Coder
  • 0.22 MiB nbd tools for network block devices, allowing you to use remote block devices over TCP/IP
  • 0.23 MiB dvgrab Saves audio and video data from an IEEE (FireWire) digital source
  • 0.23 MiB rp-pppoe Roaring Penguin's Point-to-Point Protocol over Ethernet client
  • 0.24 MiB gst-libav Multimedia graph framework - libav plugin
  • 0.24 MiB ndisc6 Collection of IPv6 networking utilities
  • 0.24 MiB polkit-kde-agent Daemon providing a polkit authentication UI for KDE
  • 0.24 MiB vpnc VPN client for cisco3000 VPN Concentrators
  • 0.25 MiB usb_modeswitch Activating switchable USB devices on Linux.
  • 0.26 MiB bluez-tools A set of tools to manage Bluetooth devices for Linux
  • 0.27 MiB aide A file integrity checker and intrusion detection program
  • 0.27 MiB ffmpegthumbnailer Lightweight video thumbnailer that can be used by file managers
  • 0.27 MiB vsftpd Very Secure FTP daemon
  • 0.28 MiB plasma-activities-stats A library for accessing the usage data collected by the activities system
  • 0.29 MiB plymouth-kcm KCM to manage the Plymouth (Boot) theme
  • 0.29 MiB pulseaudio-bluetooth Bluetooth support for PulseAudio
  • 0.30 MiB arj Free and portable clone of the ARJ archiver
  • 0.30 MiB gtk-engine-murrine GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers.
  • 0.30 MiB less A terminal based program for viewing text files
  • 0.30 MiB livecd-sounds Sound files for accessibility features in a boot medium
  • 0.30 MiB pcsclite PC/SC Architecture smartcard middleware library
  • 0.30 MiB unzip For extracting and viewing files in .zip archives
  • 0.31 MiB bluez-libs Deprecated libraries for the bluetooth protocol stack
  • 0.31 MiB dmraid Device mapper RAID interface
  • 0.31 MiB milou A dedicated search application built on top of Baloo
  • 0.32 MiB kde-gtk-config Syncs KDE settings to GTK applications
  • 0.33 MiB kglobalacceld Daemon providing Global Keyboard Shortcut (Accelerator) functionality
  • 0.33 MiB pv A terminal-based tool for monitoring the progress of data through a pipeline
  • 0.34 MiB cockpit-files A Featureful File Browser for Cockpit
  • 0.34 MiB packagekit-qt5 Qt5 bindings for PackageKit
  • 0.34 MiB perl-json-xs JSON::XS - JSON serialising/deserialising, done correctly and fast
  • 0.34 MiB wireless_tools Tools allowing to manipulate the Wireless Extensions
  • 0.36 MiB kdecoration Plugin based library to create window decorations
  • 0.37 MiB kgamma Adjust your monitor gamma settings
  • 0.37 MiB ultimate-edition-conky-builder Conky Builder. Conky skelaton builder for Ultimate Edition.
  • 0.37 MiB usbutils A collection of USB tools to query connected USB devices
  • 0.37 MiB vnstat A console-based network traffic monitor
  • 0.37 MiB xorg-fonts-cyrillic X.org cyrillic fonts
  • 0.38 MiB alsa-plugins Additional ALSA plugins
  • 0.38 MiB gpm A mouse server for the console and xterm
  • 0.38 MiB htop Interactive process viewer
  • 0.38 MiB udftools Linux tools for UDF filesystems and DVD/CD-R(W) drives
  • 0.39 MiB mtools A collection of utilities to access MS-DOS disks
  • 0.39 MiB nilfs-utils A log-structured file system supporting continuous snapshotting (userspace utils)
  • 0.40 MiB dosfstools DOS filesystem utilities
  • 0.40 MiB unrar The RAR uncompression program
  • 0.41 MiB aurorae A themeable window decoration for KWin
  • 0.43 MiB plasma-activities Core components for KDE Activities
  • 0.45 MiB jq Command-line JSON processor
  • 0.46 MiB dialog A tool to display dialog boxes from shell scripts
  • 0.47 MiB dhcpcd DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client
  • 0.47 MiB sdparm An utility similar to hdparm but for SCSI devices
  • 0.47 MiB xmlstarlet A set of tools to transform, query, validate, and edit XML documents
  • 0.48 MiB lm_sensors Collection of user space tools for general SMBus access and hardware monitoring
  • 0.48 MiB net-tools Configuration tools for Linux networking
  • 0.48 MiB plasma-integration Qt Platform Theme integration plugins for the Plasma workspaces
  • 0.49 MiB erofs-utils Userspace utilities for linux-erofs file system
  • 0.49 MiB viewnior A simple, fast and elegant image viewer program
  • 0.51 MiB kpipewire Components relating to pipewire use in Plasma
  • 0.51 MiB perl-io-socket-ssl Nearly transparent SSL encapsulation for IO::Socket::INET
  • 0.52 MiB plasma-thunderbolt Plasma integration for controlling Thunderbolt devices
  • 0.53 MiB cockpit-podman Cockpit UI for podman containers
  • 0.54 MiB gst-plugins-ugly Multimedia graph framework - ugly plugins
  • 0.54 MiB perl-cpanel-json-xs cPanel fork of JSON::XS, fast and correct serializing
  • 0.55 MiB zip Compressor/archiver for creating and modifying zipfiles
  • 0.57 MiB f2fs-tools Tools for Flash-Friendly File System (F2FS)
  • 0.57 MiB sddm-kcm KDE Config Module for SDDM
  • 0.58 MiB plasma-browser-integration Components necessary to integrate browsers into the Plasma Desktop
  • 0.59 MiB amd-ucode Microcode update image for AMD CPUs
  • 0.59 MiB plasma-disks Monitors S.M.A.R.T. capable devices for imminent failure
  • 0.59 MiB yad A fork of zenity - display graphical dialogs from shell scripts or command line
  • 0.61 MiB cpupower Linux kernel tool to examine and tune power saving related features of your processor
  • 0.61 MiB kdiskmark HDD and SSD benchmark tool with a very friendly graphical user interface
  • 0.63 MiB cockpit-docker Cockpit UI for docker containers
  • 0.64 MiB faad2 Freeware Advanced Audio (AAC) Decoder
  • 0.68 MiB flatpak-kcm Flatpak Permissions Management KCM
  • 0.68 MiB rsync A fast and versatile file copying tool for remote and local files
  • 0.69 MiB gptfdisk A text-mode partitioning tool that works on GUID Partition Table (GPT) disks
  • 0.73 MiB kactivitymanagerd System service to manage user activities and track the usage patterns
  • 0.73 MiB partimage Partition Image saves partitions in many formats to an image file.
  • 0.74 MiB krdp Library and examples for creating an RDP server
  • 0.75 MiB gpgme C wrapper library for GnuPG
  • 0.76 MiB pithos Native Pandora Radio client
  • 0.76 MiB screen Full-screen window manager that multiplexes a physical terminal
  • 0.77 MiB ultimate-edition-optimizer Optimizes multiple aspects of Linux. A collection of tools to optimize the speed of Linux in general.
  • 0.78 MiB cockpit-storaged Cockpit user interface for storage, using udisks
  • 0.79 MiB gstreamer-vaapi Multimedia graph framework - vaapi plugin
  • 0.81 MiB trash-cli Command line trashcan (recycle bin) interface
  • 0.82 MiB winetricks Script to install various redistributable runtime libraries in Wine.
  • 0.83 MiB cockpit-packagekit Cockpit user interface for packages
  • 0.83 MiB ultimate-edition-repostorm Ultimate Repostorm. Software suited for conversion, error correction and maintaining a repository.
  • 0.84 MiB cockpit-machines Cockpit UI for virtual machines
  • 0.84 MiB inotify-tools inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.
  • 0.85 MiB conky-fonts Conky Fonts. Extra fonts for Conky.
  • 0.86 MiB ppp A daemon which implements the Point-to-Point Protocol for dial-up networking
  • 0.89 MiB wavpack Audio compression format with lossless, lossy and hybrid compression modes
  • 0.90 MiB caja-extensions-common Caja extensions (common files)
  • 0.90 MiB chkrootkit Locally checks for signs of a rootkit
  • 0.91 MiB ethtool Utility for controlling network drivers and hardware
  • 0.91 MiB squashfs-tools Tools for squashfs, a highly compressed read-only filesystem for Linux
  • 0.93 MiB jfsutils JFS filesystem utilities
  • 0.96 MiB dnsmasq Lightweight, easy to configure DNS forwarder and DHCP server
  • 1.00 MiB libkscreen KDE screen management software
  • 1.01 MiB bash-completion Programmable completion for the bash shell
  • 1.01 MiB kscreenlocker Library and components for secure lock screen architecture
  • 1.01 MiB mdadm A tool for managing/monitoring Linux md device arrays, also known as Software RAID
  • 1.01 MiB qemu-guest-agent QEMU Guest Agent
  • 1.04 MiB pavucontrol PulseAudio Volume Control
  • 1.07 MiB cvs Source control
  • 1.07 MiB tcpdump Powerful command-line packet analyzer
  • 1.08 MiB inetutils A collection of common network programs
  • 1.10 MiB alsa-tools Advanced tools for certain sound cards
  • 1.14 MiB systemsettings KDE system manager for hardware, software, and workspaces
  • 1.16 MiB breeze-gtk Breeze widget theme for GTK 2 and 3
  • 1.21 MiB kwayland Qt-style Client and Server library wrapper for the Wayland libraries
  • 1.24 MiB plasma-vault Plasma applet and services for creating encrypted vaults
  • 1.30 MiB nfs-utils Support programs for Network File Systems
  • 1.31 MiB plasma-firewall Control Panel for your system firewall
  • 1.35 MiB gimp-scripts Collection of Gimp Scripts. 108 addition scripts for gimp.
  • 1.36 MiB inxi Full featured CLI system information tool
  • 1.40 MiB vorbis-tools Extra tools for Ogg-Vorbis
  • 1.41 MiB open-iscsi iSCSI userland tools
  • 1.46 MiB bluez Daemons for the bluetooth protocol stack
  • 1.47 MiB networkmanager-openvpn NetworkManager VPN plugin for OpenVPN (with GUI)
  • 1.50 MiB diffutils Utility programs used for creating patch files
  • 1.53 MiB zstd Zstandard - Fast real-time compression algorithm
  • 1.56 MiB ksystemstats A plugin based system monitoring daemon
  • 1.58 MiB ntfs-3g NTFS filesystem driver and utilities
  • 1.63 MiB baobab A graphical directory tree analyzer
  • 1.64 MiB automake A GNU tool for automatically creating Makefiles
  • 1.67 MiB make GNU make utility to maintain groups of programs
  • 1.67 MiB usbguard Software framework for implementing USB device authorization policies
  • 1.68 MiB lynis Security and system auditing tool to harden Unix/Linux systems
  • 1.68 MiB testdisk Checks and undeletes partitions + PhotoRec, signature based recovery tool
  • 1.76 MiB protonup-qt Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris
  • 1.84 MiB plasma-pa Plasma applet for audio volume management using PulseAudio
  • 1.85 MiB refind An EFI boot manager
  • 1.90 MiB w3m Text-based Web browser as well as pager
  • 1.92 MiB kmenuedit KDE menu editor
  • 1.95 MiB polkit Application development toolkit for controlling system-wide privileges
  • 2.01 MiB nvme-cli NVM-Express user space tooling for Linux
  • 2.06 MiB ocean-sound-theme Ocean Sound Theme for Plasma
  • 2.07 MiB oxygen-sounds The Oxygen Sound Theme
  • 2.08 MiB curl command line tool and library for transferring data with URLs
  • 2.18 MiB plymouth Graphical boot splash screen
  • 2.19 MiB xdg-desktop-portal-kde A backend implementation for xdg-desktop-portal using Qt/KF5
  • 2.22 MiB autoconf A GNU tool for automatically configuring source code
  • 2.25 MiB bluedevil Integrate the Bluetooth technology within KDE workspace and applications
  • 2.27 MiB lftp Sophisticated command line based FTP client
  • 2.38 MiB plasma-systemmonitor An interface for monitoring system sensors, process information and other system resources
  • 2.41 MiB man-db A utility for reading man pages
  • 2.42 MiB parted A program for creating, destroying, resizing, checking and copying partitions
  • 2.43 MiB alsa-utils Advanced Linux Sound Architecture - Utilities
  • 2.47 MiB print-manager A tool for managing print jobs and printers
  • 2.48 MiB dosbox Emulator with builtin DOS for running DOS Games
  • 2.52 MiB bison The GNU general-purpose parser generator
  • 2.52 MiB plasma-sdk Applications useful for Plasma development
  • 2.61 MiB nano Pico editor clone with enhancements
  • 2.62 MiB qqc2-breeze-style Applications useful for Plasma development
  • 2.63 MiB wacomtablet GUI for Wacom Linux drivers that supports different button/pen layout profiles
  • 2.67 MiB xorg-fonts-type1 X.org Type1 fonts
  • 2.74 MiB pluma-plugins A set of plugins for Pluma
  • 2.93 MiB kcalc Scientific Calculator
  • 2.94 MiB dhclient A standalone DHCP client from the dhcp package
  • 3.00 MiB kinfocenter A utility that provides information about a computer system
  • 3.03 MiB terminus-font Monospace bitmap font (for X11 and console)
  • 3.10 MiB highlight Fast and flexible source code highlighter - CLI version
  • 3.13 MiB cockpit-navigator A Featureful File Browser for Cockpit.
  • 3.15 MiB kscreen KDE screen management software
  • 3.16 MiB stacer-git Linux System Optimizer and Monitoring
  • 3.21 MiB drkonqi The KDE crash handler
  • 3.22 MiB sg3_utils Generic SCSI utilities
  • 3.27 MiB tpm2-tss Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)
  • 3.28 MiB libksysguard Library to retrieve information on the current status of computer hardware
  • 3.31 MiB vulkan-extra-tools Vulkan Configurator and Installation Analyzer
  • 3.33 MiB aspell A spell checker designed to eventually replace Ispell
  • 3.42 MiB terminator Terminal emulator that supports tabs and grids
  • 3.46 MiB bluez-utils Development and debugging utilities for the bluetooth protocol stack
  • 3.49 MiB plasma-welcome A friendly onboarding wizard for Plasma
  • 3.57 MiB mencoder Free command line video decoding, encoding and filtering tool
  • 3.60 MiB cockpit-composer Composer generates custom images suitable for deploying systems or uploading to the cloud. It integrates into Cockpit as a frontend for osbuild.
  • 3.77 MiB kde-cli-tools Tools based on KDE Frameworks to better interact with the system
  • 3.78 MiB grub-customizer A graphical grub2 settings manager
  • 3.80 MiB gst-plugins-bad Multimedia graph framework - bad plugins
  • 3.84 MiB openconnect Open client for Cisco AnyConnect VPN
  • 3.97 MiB gpto-bin A tiny unofficial OpenAI client
  • 4.03 MiB ntp Network Time Protocol reference implementation
  • 4.16 MiB ttf-liberation Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New
  • 4.19 MiB ultimate-edition-grub-theme-arch UE Arch Grub Theme. Grub theme for Ultimate Edition Arch
  • 4.27 MiB syslinux Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE
  • 4.40 MiB xfsprogs XFS filesystem utilities
  • 4.46 MiB nm-connection-editor NetworkManager GUI connection editor and widgets
  • 4.51 MiB mplayer Media player for Linux
  • 4.65 MiB modemmanager Mobile broadband modem management service
  • 4.70 MiB open-vm-tools The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools
  • 4.91 MiB transmission-gtk Fast, easy, and free BitTorrent client (GTK+ GUI)
  • 4.93 MiB fail2ban Bans IPs after too many failed authentication attempts
  • 4.97 MiB meld Compare files, directories and working copies
  • 5.00 MiB lynx A text browser for the World Wide Web
  • 5.10 MiB gvfs Virtual filesystem implementation for GIO
  • 5.13 MiB plasma-framework5 Plasma library and runtime components based upon KF5 and Qt5
  • 5.27 MiB sddm QML based X11 and Wayland display manager
  • 5.28 MiB e2fsprogs Ext2/3/4 filesystem utilities
  • 5.38 MiB calc Arbitrary precision console calculator
  • 5.54 MiB man-pages Linux man pages
  • 5.69 MiB ipmitool Command-line interface to IPMI-enabled devices
  • 5.72 MiB avisynthplus An improved version of the AviSynth frameserver
  • 5.86 MiB powerdevil Manages the power consumption settings of a Plasma Shell
  • 5.86 MiB python-lxml Python binding for the libxml2 and libxslt libraries
  • 6.01 MiB mpd Flexible, powerful, server-side application for playing music
  • 6.02 MiB archinstall Just another guided/automated Arch Linux installer with a twist
  • 6.04 MiB mpv a free, open source, and cross-platform media player
  • 6.12 MiB cockpit-file-sharing A Cockpit plugin to easily manage samba and NFS file sharing.
  • 6.25 MiB 7zip File archiver for extremely high compression
  • 6.26 MiB gpt-cli Run linux commands with natural language. Eg 'show my graphic card' instead 'lspci | grep VGA'
  • 6.29 MiB blueman GTK+ Bluetooth Manager
  • 6.30 MiB pulseaudio A featureful, general-purpose sound server
  • 6.34 MiB spectacle KDE screenshot capture utility
  • 6.37 MiB openssh SSH protocol implementation for remote login, command execution and file transfer
  • 6.42 MiB apache A high performance Unix-based HTTP server
  • 6.55 MiB gnome-disk-utility Disk Management Utility for GNOME
  • 6.56 MiB cockpit-sensors Module for Cockpit that displays all data reported by lm-sensors
  • 6.56 MiB zsh A very advanced and programmable command interpreter (shell) for UNIX
  • 6.60 MiB btrfs-progs Btrfs filesystem utilities
  • 6.60 MiB wpa_supplicant A utility providing key negotiation for WPA wireless networks
  • 6.69 MiB libplasma Plasma library and runtime components
  • 6.77 MiB awstats tool that generates web, streaming, ftp and mail server statistics, graphically
  • 6.81 MiB discover KDE and Plasma resources management GUI
  • 6.99 MiB bind A complete, highly portable implementation of the DNS protocol
  • 7.07 MiB mc A file manager that emulates Norton Commander
  • 7.10 MiB gparted A Partition Magic clone, frontend to GNU Parted
  • 7.20 MiB gst-plugins-good Multimedia graph framework - good plugins
  • 7.32 MiB edk2-shell EDK2 UEFI Shell
  • 7.68 MiB denise Highly accurate C64/Amiga emulator
  • 7.74 MiB cockpit A systemd web based user interface for Linux servers
  • 7.83 MiB sudo Give certain users the ability to run some commands as root
  • 7.87 MiB udisks2 Daemon, tools and libraries to access and manipulate disks, storage devices and technologies
  • 8.38 MiB mediaelch-git MediaElch is a MediaManager for Kodi
  • 8.40 MiB ultimate-calamares Distribution-independent installer framework
  • 8.67 MiB syslog-ng Next-generation syslogd with advanced networking and filtering capabilities
  • 8.86 MiB plasma5support Support components for porting from KF5/Qt5 to KF6/Qt6
  • 9.27 MiB boost-libs Free peer-reviewed portable C++ source libraries (runtime libraries)
  • 9.29 MiB octopi A powerful Pacman frontend using Qt libs
  • 10.06 MiB kdeplasma-addons All kind of addons to improve your Plasma experience
  • 10.18 MiB lutris Open Gaming Platform
  • 10.40 MiB yay Yet another yogurt. Pacman wrapper and AUR helper written in go.
  • 10.59 MiB chatgpt-desktop-bin ChatGPT Desktop Application (Mac, Windows and Linux)
  • 11.72 MiB gpt-telegramus-git GPT-Telegramus is a Telegram bot that allows you to interact with various large language models (LLMs), including ChatGPT, Bing AI (also known as Sidney or EdgeGPT), and Gemini.
  • 12.43 MiB plasma-nm Plasma applet written in QML for managing network connections
  • 12.67 MiB mkvtoolnix-gui Set of tools to create, edit and inspect Matroska files
  • 12.69 MiB xorg-fonts-misc X.org misc fonts
  • 12.70 MiB strawberry A music player aimed at audio enthusiasts and music collectors
  • 12.78 MiB cups OpenPrinting CUPS - daemon package
  • 12.88 MiB engrampa A file archiver for MATE
  • 13.73 MiB fwupd Simple daemon to allow session software to update firmware
  • 14.55 MiB python-pip The PyPA recommended tool for installing Python packages
  • 15.38 MiB networkmanager Network connection manager and user applications
  • 16.00 MiB vulkan-radeon Open-source Vulkan driver for AMD GPUs
  • 16.11 MiB filezilla Fast and reliable FTP, FTPS and SFTP client
  • 16.93 MiB caja File manager for the MATE desktop
  • 19.46 MiB steam Valve's digital software delivery system
  • 19.61 MiB ultimate-calamares-config-developer calamares for Ultimate
  • 21.59 MiB oxygen KDE Oxygen style
  • 22.31 MiB ultimate-edition-sound-scheme Ultimate Edition Sound Scheme. Sound Scheme for Ultimate Edition
  • 22.68 MiB ventoy USB boot tool. Ventoy is an open source tool to create bootable USB drive for ISO files. With ventoy, you don't need to format the disk again and again, you just need to copy the iso file to the USB drive and boot it.
  • 22.93 MiB php-apache Apache SAPI for PHP
  • 23.35 MiB qt5-declarative Classes for QML and JavaScript languages
  • 23.47 MiB obs-studio Free, open source software for live streaming and recording
  • 24.17 MiB imagemagick An image viewing/manipulation program
  • 24.20 MiB shellcheck Shell script analysis tool
  • 24.40 MiB dxvk-bin A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
  • 24.77 MiB kwin-x11 An easy to use, but flexible, X Window Manager
  • 24.86 MiB gamehub Games manager, downloader, library that supports GOG, Steam and Humble Bundle
  • 25.86 MiB nmap Utility for network discovery and security auditing
  • 26.76 MiB php-cgi CGI and FCGI SAPI for PHP
  • 27.21 MiB pluma A powerful text editor for MATE
  • 29.63 MiB git the fast distributed version control system
  • 29.74 MiB kwin An easy to use, but flexible, Wayland compositor
  • 30.14 MiB ultimate-edition-cursors Ultimate Edition Cursor Pack. Animated cursors for Ultimate Edition.
  • 30.18 MiB intel-ucode Microcode update files for Intel CPUs
  • 31.83 MiB yt-dlp A youtube-dl fork with additional features and fixes
  • 33.80 MiB vulkan-headers Vulkan header files and API registry
  • 34.20 MiB gutenprint Top quality printer drivers for POSIX systems
  • 34.78 MiB ultimate-edition-theme-arch Ultimate Edition Arch Theme Pack. Entire theme set for Ultimate Edition Arch.
  • 35.11 MiB gimp-brushes Collection of Gimp Scripts. 108 addition scripts for gimp.
  • 35.80 MiB subversion A Modern Concurrent Version Control System
  • 36.10 MiB plasma-desktop KDE Plasma Desktop
  • 36.65 MiB kvirc Qt based IRC client
  • 37.06 MiB php A general-purpose scripting language that is especially suited to web development
  • 38.76 MiB vulkan-intel Open-source Vulkan driver for Intel GPUs
  • 40.06 MiB vlc Free and open source cross-platform multimedia player and framework
  • 41.29 MiB grub GNU GRand Unified Bootloader (2)
  • 41.64 MiB sof-firmware Sound Open Firmware
  • 41.84 MiB caja-actions Extension for Caja which allows the user to add arbitrary program to be launched
  • 42.74 MiB binutils A set of programs to assemble and manipulate binary and object files
  • 44.01 MiB sniffnet Application to comfortably monitor your network traffic
  • 46.42 MiB python-numpy Scientific tools for Python
  • 46.51 MiB ffmpeg Complete solution to record, convert and stream audio and video
  • 52.74 MiB handbrake Multithreaded video transcoder
  • 53.98 MiB plasma-workspace KDE Plasma Workspace
  • 56.87 MiB breezy A decentralized revision control system with support for Bazaar and Git file formats
  • 60.38 MiB ultimate-edition-os-builder Ultimate Edition Builder. Tool used to build Ultimate Edition Operating system.
  • 62.22 MiB samba SMB Fileserver and AD Domain server
  • 68.36 MiB breeze Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
  • 72.61 MiB wordpress Blog tool and publishing platform
  • 79.45 MiB linux-firmware-marvell Firmware files for Linux - Firmware for Marvell devices
  • 92.90 MiB cmake A cross-platform open-source make system
  • 107.05 MiB digikam An advanced digital photo management application
  • 113.81 MiB ultimate-edition-icons-dark-glass Ultimate Edition Dark Glass Icons. Dark Glass icon set for Ultimate Edition
  • 144.73 MiB gimp GNU Image Manipulation Program
  • 148.70 MiB linux-zen The Linux ZEN kernel and modules
  • 160.12 MiB freedownloadmanager FDM is a powerful modern download accelerator and organizer.
  • 167.96 MiB krita Edit and paint images
  • 170.30 MiB code The Open Source build of Visual Studio Code (vscode) editor
  • 173.42 MiB inkscape Professional vector graphics editor
  • 179.09 MiB plasma-workspace-wallpapers Additional wallpapers for the Plasma Workspace
  • 183.98 MiB clamav Anti-virus toolkit for Unix
  • 186.03 MiB cursor-bin AI-first coding environment
  • 186.28 MiB boost Free peer-reviewed portable C++ source libraries (development headers)
  • 191.60 MiB go Core compiler tools for the Go programming language
  • 206.95 MiB netdata Real-time performance monitoring, in the greatest possible detail, over the web
  • 207.17 MiB wine-gecko Wine's built-in replacement for Microsoft's Internet Explorer
  • 208.79 MiB gcc The GNU Compiler Collection - C and C++ frontends
  • 225.25 MiB wine-mono Wine's built-in replacement for Microsoft's .NET Framework
  • 260.93 MiB svp-bin SmoothVideo Project 4 (SVP4)
  • 264.41 MiB linux-zen-headers Headers and scripts for building modules for the Linux ZEN kernel
  • 266.65 MiB discord All-in-one voice and text chat for gamers
  • 270.84 MiB rust Systems programming language focused on safety, speed and concurrency
  • 282.19 MiB kitch-bin The itch.io desktop app (beta channel) (binary release)
  • 360.01 MiB blender A fully integrated 3D graphics creation suite
  • 383.57 MiB google-chrome-dev The popular web browser by Google (Dev Channel)
  • 415.21 MiB libreoffice-fresh LibreOffice branch which contains new features and program enhancements
  • 508.92 MiB wine-staging A compatibility layer for running Windows programs - Staging branch
  • 804.19 MiB zoom Video Conferencing and Web Conferencing Service

Other Applications that may or may not have been installed include:



Services & Networking

The following services are enabed & configured for you: "nasup.service" "uno.service" "scandrives.service" "nmb.service" "smb.service" "avahi-daemon.service" "fail2ban.service" "vsftpd.service" "ventoy-web.service" "smartd.service" "ntpd.service" "sddm.service" "httpd.service" "cockpit.socket" "NetworkManager.service" "bluetooth.service" "blueman-mechanism.service" "netdata.service" "sshd.service" "winbind.service" "reflector.service" "libvirtd.service" "rpcbind.service" "nfsv4-server.service" "nfs-server.service"


Ultimate Edition NAS Tools (Nasup)

Ultimate Edition NAS Tools (Nasup) nasup - A collection of useful scripts that extends Seagateā„¢ Goflex NAS (Network Attached Storage), and Western Digitalā„¢ My Cloud. Both NFS (Network File System) and CIFS (Common Internet File System) are supported.

Status: Installed, Enabled & pre-configured.


Universal Media Server (UMS)

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. If enabled you can access the web interface here.

Not installed, to install: sudo pacman -Syuu ums


Ultimate Network Optimizer (UNO)

Automatically Optimizes Network Connection(s) & increase network security.   Read the UNO manual for further info.

Status: Installed, Enabled & pre-configured.


Scandrives Service

Automatically detects scans fstype and auto mounts drive(s).

Status: Installed, Enabled & pre-configured.


Iventoy Service

iVentoy is an enhanced version of the PXE server. With iVentoy you can boot and install OS on multiple machines at the same time through the network. iVentoy is extremely easy to use, without complicated configuration, just put the ISO file in the specified location and select PXE boot in the client machine. You can access the web GUI if enabled here.

Not installed, to install: sudo pacman -Syuu ventoy


SMB Service

SMB (Server Message Block) is a network protocol that allows computers to share files, printers, and other resources across a network, facilitating communication and collaboration between devices.

Status: Installed, Enabled & pre-configured.


Fail2Ban

Fail2Ban is a log-parsing application that protects Linux servers against security threats like brute-force attacks by monitoring log files for suspicious activity and automatically blocking IP addresses that exceed the allowed number of failed login attempts.

Status: Installed, Enabled & pre-configured.


VSFTPd

vsftpd, short for "Very Secure FTP Daemon," is a popular, open-source FTP (File Transfer Protocol) server software, often used as the default FTP server on Linux distributions, known for its security and performance.

Status: Installed, Enabled & pre-configured.


Ventoy

Ventoy is a free, open-source tool that allows you to create a bootable USB drive capable of booting multiple ISO, WIM, IMG, VHD(x), and EFI files without needing to reformat the drive each time you add a new image. You can access the service here if it is enabled.

Status: Installed, Enabled & pre-configured.


SDDM

SDDM, or Simple Desktop Display Manager, is a modern, free, and open-source display manager for Linux and other Unix-like platforms, particularly recommended for KDE Plasma and LXQt desktop environments, supporting both X11 and Wayland.

Status: Installed, Enabled & pre-configured.


Cockpit

Cockpit is a system administration tool that provides a user interface for monitoring and administering servers through a web browser. It allows you to monitor current values and adjust limits on system resources, control life cycle on container instances, and manipulate container images. If enabled you can access the web interface here.

Status: Installed, Enabled & pre-configured.


NetworkManager

NetworkManager is a standard Linux network configuration tool suite that manages and configures network connections, including wired, wireless, and VPN connections, and is used by most current Linux distributions.

Status: Installed, Enabled & pre-configured.


Bluetooth Service

In Linux, Bluetooth is managed by the BlueZ project, which provides a protocol stack and tools for enabling Bluetooth functionality, allowing devices to connect and communicate wirelessly.

Status: Installed, Enabled & pre-configured.


bluez

BlueZ is the official Bluetooth protocol stack that provides the core functionality to manage Bluetooth devices on your system. Its the fundamental software required to use Bluetooth, handling the complex Bluetooth protocols and integrating with your systems hardware and other applications.

Status: Installed, Enabled & pre-configured.


Conky Builder

Conky-builder is a tool, often a graphical user interface (GUI), that simplifies the process of creating and managing Conky configurations for Linux desktop environments, allowing users to easily design and customize their system monitors without having to edit complex text files directly.

Not installed, to install: sudo pacman -Syuu ultimate-edition-conky-builder


Conky

Conky is a lightweight, highly configurable system monitor for the X Window System (and Wayland support is a work in progress) that allows users to display system information like CPU usage, memory, and network activity on their desktop.

Status: Installed, Enabled & pre-configured.


NetData

Netdata is a partially open source tool designed to collect real-time metrics, such as CPU usage, disk activity, bandwidth usage, website visits, etc., and then display them in live, easy-to-interpret charts.

Not installed, to install: sudo pacman -Syuu netdata


MiniDLNA

MiniDLNA (now also known as ReadyMedia) is a simple, open-source media server software that allows you to stream music, video, and photos from a computer to DLNA/UPnP-AV compatible devices over a network.

Not installed, to install: sudo pacman -Syuu minidlna


SSHD Service

"sshd" refers to the OpenSSH server process, which listens for incoming SSH connections, handles user authentication, encryption, and secure communication,> acting as the server-side component of the SSH protocol.

Not installed, to install: sudo pacman -Syuu sshd


Plank Service

In Linux, "Plank" refers to a lightweight and simple dock application that allows users to start applications and manage windows, similar to the dock on macOS or the taskbar on Windows.

Not installed, to install: sudo pacman -Syuu plank


Gala Service

In the Linux Pantheon desktop environment, "Gala" is the window manager and compositing manager, based on libmutter, designed by elementary for use with Pantheon.

Not installed, to install: sudo pacman -Syuu gala


IO Elementary Wingpanel

In the context of the elementary OS desktop environment, "Wingpanel" is the stylish top panel that holds indicators and spawns the application launcher, similar in function to the GNOME Shells top panel.

Not installed, to install: sudo pacman -Syuu io.elementary.wingpanel


Reflector Service

In the context of Linux, particularly Ultimate Arch Linux, "reflector" is a tool used to automatically update and select the fastest and most reliable mirrorlist for package downloads and updates, improving package download speeds and ensuring a smoother user experience.

Status: Installed, Enabled & pre-configured.


Libvirtd

libvirtd is the server-side daemon component of the libvirt virtualization management system, running on host servers to manage virtualized guests, including starting, stopping, and migrating them, as well as managing networking and storage.

Not installed, to install: sudo pacman -Syuu libvirtd


RPC Bind

rpcbind service (formerly known as portmap) acts as a translator for Remote Procedure Call (RPC) services. It maps RPC program numbers to the network addresses (specifically, ports) where those services are listening. Think of it as a phone book for RPC services: when a client wants to use an RPC service, it first consults rpcbind to find the correct port to connect to.

Status: Installed, Enabled & pre-configured.




Stats & Monitoring

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 in 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: 85%.

I did not by default jack up the security level in the O/S, I leave that up to you. Carries a high security 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 & so can you push it way higher.

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"

I really have turned over a new leaf & help people. I do get accused anytime something bad happens.


Conclusion

PLACEHOLDER

Enjoy,

Glenn Cady


CEO

Leading Programmer

WebMaster

Ultimate Edition Arch Linux

Ultimate Edition Linux

TheeMahn