
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
- Ultimate Edition Arch Developer version / build info?
- Ultimate Edition Arch Developer?
- Ultimate Edition Arch?
- Services & Networking
- Stats and Monitoring
- Security
- Customization
- Gamer?
- Packages
- Conclusion
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 a developer operating system with kde maximum compression
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.
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.
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.
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-themesTotal 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 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.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-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.04 MiB xf86-input-vmmouse X.org VMWare Mouse input driver
- 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 gnu-netcat GNU rewrite of netcat, the network piping application
- 0.06 MiB gpart Partition table rescue/guessing tool
- 0.06 MiB hddtemp Gives you the temperature of your hard drive by reading S.M.A.R.T. information
- 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 protonup-git Install and Update Proton-GE
- 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 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.11 MiB ultimate-edition-code-cleanup Tools to cleanup code. Tools to automatically clean up code & scan for dependencies in bash scripts.
- 0.12 MiB layer-shell-qt Qt component to allow applications to make use of the Wayland wl-layer-shell protocol
- 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 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.15 MiB xdg-user-dirs Manage user directories like ~/Desktop and ~/Music
- 0.16 MiB breeze-plymouth Plymouth theme for the Breeze visual style for the Plasma Desktop
- 0.17 MiB bc An arbitrary precision calculator language
- 0.17 MiB hdparm A shell utility for manipulating Linux IDE drive/driver parameters
- 0.17 MiB pkgconf Package compiler and linker metadata toolkit
- 0.18 MiB patch A utility to apply patch files to original sources
- 0.19 MiB dmidecode Desktop Management Interface table related utilities
- 0.19 MiB iptraf-ng Console-based network monitoring utility
- 0.19 MiB xdg-user-dirs-gtk Creates user dirs and asks to relocalize them
- 0.19 MiB xf86-video-vmware X.org vmware video driver
- 0.20 MiB bashtop Linux resource monitor
- 0.20 MiB debootstrap Bootstrap a basic Debian system
- 0.20 MiB exfatprogs exFAT filesystem userspace utilities for the Linux Kernel exfat driver
- 0.20 MiB hyperv Hyper-V tools
- 0.20 MiB mkinitcpio Modular initramfs image creation utility
- 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 ffmpegthumbnailer Lightweight video thumbnailer that can be used by file managers
- 0.27 MiB vsftpd Very Secure FTP daemon
- 0.28 MiB milou A dedicated search application built on top of Baloo
- 0.28 MiB plymouth-kcm KCM to manage the Plymouth (Boot) theme
- 0.28 MiB pulseaudio-bluetooth Bluetooth support for PulseAudio
- 0.29 MiB amd-ucode Microcode update image for AMD CPUs
- 0.29 MiB cockpit-files A Featureful File Browser for Cockpit
- 0.29 MiB less A terminal based program for viewing text files
- 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 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 dmraid Device mapper RAID interface
- 0.31 MiB kde-gtk-config Syncs KDE settings to GTK applications
- 0.31 MiB pv A terminal-based tool for monitoring the progress of data through a pipeline
- 0.32 MiB kglobalacceld Daemon providing Global Keyboard Shortcut (Accelerator) functionality
- 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.35 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 nilfs-utils A log-structured file system supporting continuous snapshotting (userspace utils)
- 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.40 MiB dosfstools DOS filesystem utilities
- 0.40 MiB erofs-utils Userspace utilities for linux-erofs file system
- 0.40 MiB flatpak-kcm Flatpak Permissions Management KCM
- 0.40 MiB unrar The RAR uncompression program
- 0.46 MiB dhcpcd DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client
- 0.46 MiB dialog A tool to display dialog boxes from shell scripts
- 0.46 MiB lm_sensors Collection of user space tools for general SMBus access and hardware monitoring
- 0.46 MiB plasma-integration Qt Platform Theme integration plugins for the Plasma workspaces
- 0.47 MiB kpipewire Components relating to pipewire use in Plasma
- 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 net-tools Configuration tools for Linux networking
- 0.49 MiB viewnior A simple, fast and elegant image viewer program
- 0.50 MiB perl-io-socket-ssl Nearly transparent SSL encapsulation for IO::Socket::INET
- 0.51 MiB plasma-thunderbolt Plasma integration for controlling Thunderbolt devices
- 0.52 MiB cockpit-podman Cockpit UI for podman containers
- 0.52 MiB perl-cpanel-json-xs cPanel fork of JSON::XS, fast and correct serializing
- 0.53 MiB dcraw Decodes any raw image from any digital camera
- 0.54 MiB gst-plugins-ugly Multimedia graph framework - ugly plugins
- 0.54 MiB sddm-kcm KDE Config Module for SDDM
- 0.55 MiB plasma-browser-integration Components necessary to integrate browsers into the Plasma Desktop
- 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 kdiskmark HDD and SSD benchmark tool with a very friendly graphical user interface
- 0.59 MiB plasma-disks Monitors S.M.A.R.T. capable devices for imminent failure
- 0.60 MiB ethtool Utility for controlling network drivers and hardware
- 0.61 MiB cpupower Linux kernel tool to examine and tune power saving related features of your processor
- 0.61 MiB squashfs-tools Tools for squashfs, a highly compressed read-only filesystem for Linux
- 0.62 MiB yad A fork of zenity - display graphical dialogs from shell scripts or command line
- 0.63 MiB cockpit-docker Cockpit UI for docker containers
- 0.63 MiB plasma-activities-stats A library for accessing the usage data collected by the activities system
- 0.64 MiB faad2 Freeware Advanced Audio (AAC) Decoder
- 0.64 MiB krdp Library and examples for creating an RDP server
- 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.70 MiB vorbis-tools Extra tools for Ogg-Vorbis
- 0.72 MiB partimage Partition Image saves partitions in many formats to an image file.
- 0.73 MiB jq Command-line JSON processor
- 0.74 MiB plasma-activities Core components for KDE Activities
- 0.75 MiB kactivitymanagerd System service to manage user activities and track the usage patterns
- 0.76 MiB cockpit-storaged Cockpit user interface for storage, using udisks
- 0.76 MiB protonup-qt Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris
- 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 gstreamer-vaapi Multimedia graph framework - vaapi plugin
- 0.78 MiB pithos Native Pandora Radio client
- 0.80 MiB cockpit-packagekit Cockpit user interface for packages
- 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 screen Full-screen window manager that multiplexes a physical terminal
- 0.83 MiB ultimate-edition-repostorm Ultimate Repostorm. Software suited for conversion, error correction and maintaining a repository.
- 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 pavucontrol PulseAudio Volume Control
- 0.92 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.93 MiB jfsutils JFS filesystem utilities
- 0.96 MiB dnsmasq Lightweight, easy to configure DNS forwarder and DHCP server
- 0.96 MiB mdadm A tool for managing/monitoring Linux md device arrays, also known as Software RAID
- 0.98 MiB cockpit-machines Cockpit UI for virtual machines
- 0.98 MiB kscreenlocker Library and components for secure lock screen architecture
- 0.99 MiB bash-completion Programmable completion for the bash shell
- 1.00 MiB qemu-guest-agent QEMU Guest Agent
- 1.05 MiB systemsettings KDE system manager for hardware, software, and workspaces
- 1.07 MiB cvs Source control
- 1.07 MiB inetutils A collection of common network programs
- 1.07 MiB tcpdump Powerful command-line packet analyzer
- 1.16 MiB breeze-gtk Breeze widget theme for GTK 2 and 3
- 1.23 MiB libkscreen KDE screen management software
- 1.26 MiB kscreen KDE screen management software
- 1.27 MiB nfs-utils Support programs for Network File Systems
- 1.29 MiB gpgme A C wrapper library for GnuPG
- 1.30 MiB plasma-firewall Control Panel for your system firewall
- 1.31 MiB plasma-pa Plasma applet for audio volume management using PulseAudio
- 1.34 MiB inxi Full featured CLI system information tool
- 1.35 MiB gimp-scripts Collection of Gimp Scripts. 108 addition scripts for gimp.
- 1.41 MiB open-iscsi iSCSI userland tools
- 1.42 MiB alsa-tools Advanced tools for certain sound cards
- 1.48 MiB ksystemstats A plugin based system monitoring daemon
- 1.49 MiB diffutils Utility programs used for creating patch files
- 1.52 MiB plasma-vault Plasma applet and services for creating encrypted vaults
- 1.53 MiB zstd Zstandard - Fast real-time compression algorithm
- 1.55 MiB networkmanager-openvpn NetworkManager VPN plugin for OpenVPN
- 1.58 MiB bluez Daemons for the bluetooth protocol stack
- 1.59 MiB baobab A graphical directory tree analyzer
- 1.59 MiB ntfs-3g NTFS filesystem driver and utilities
- 1.62 MiB automake A GNU tool for automatically creating Makefiles
- 1.62 MiB xdg-desktop-portal-kde A backend implementation for xdg-desktop-portal using Qt/KF5
- 1.67 MiB lynis Security and system auditing tool to harden Unix/Linux systems
- 1.67 MiB make GNU make utility to maintain groups of programs
- 1.68 MiB testdisk Checks and undeletes partitions + PhotoRec, signature based recovery tool
- 1.83 MiB nvme-cli NVM-Express user space tooling for Linux
- 1.85 MiB refind An EFI boot manager
- 1.85 MiB stacer Ubuntu System Optimizer
- 1.88 MiB kmenuedit KDE menu editor
- 1.89 MiB polkit Application development toolkit for controlling system-wide privileges
- 1.98 MiB curl command line tool and library for transferring data with URLs
- 2.02 MiB plasma-systemmonitor An interface for monitoring system sensors, process information and other system resources
- 2.04 MiB ocean-sound-theme Ocean Sound Theme for Plasma
- 2.06 MiB w3m Text-based Web browser as well as pager
- 2.07 MiB oxygen-sounds The Oxygen Sound Theme
- 2.07 MiB qqc2-breeze-style Applications useful for Plasma development
- 2.14 MiB bluedevil Integrate the Bluetooth technology within KDE workspace and applications
- 2.17 MiB plymouth Graphical boot splash screen
- 2.22 MiB autoconf A GNU tool for automatically configuring source code
- 2.27 MiB lftp Sophisticated command line based FTP client
- 2.35 MiB man-db A utility for reading man pages
- 2.38 MiB plasma-sdk Applications useful for Plasma development
- 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.48 MiB dosbox Emulator with builtin DOS for running DOS Games
- 2.52 MiB bison The GNU general-purpose parser generator
- 2.53 MiB plasma5support Support components for porting from KF5/Qt5 to KF6/Qt6
- 2.56 MiB ncmpcpp Featureful ncurses based MPD client inspired by ncmpc
- 2.58 MiB nano Pico editor clone with enhancements
- 2.60 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.73 MiB vulkan-extra-tools Vulkan Configurator and Installation Analyzer
- 2.74 MiB plasma-welcome A friendly onboarding wizard for Plasma
- 2.80 MiB kinfocenter A utility that provides information about a computer system
- 2.87 MiB print-manager A tool for managing print jobs and printers
- 2.90 MiB kcalc Scientific Calculator
- 2.94 MiB dhclient A standalone DHCP client from the dhcp package
- 3.02 MiB highlight Fast and flexible source code highlighter - CLI version
- 3.03 MiB terminus-font Monospace bitmap font (for X11 and console)
- 3.06 MiB libksysguard Library to retrieve information on the current status of computer hardware
- 3.13 MiB cockpit-navigator A Featureful File Browser for Cockpit.
- 3.17 MiB drkonqi The KDE crash handler
- 3.19 MiB grub-customizer A graphical grub2 settings manager
- 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.30 MiB terminator Terminal emulator that supports tabs and grids
- 3.32 MiB kwayland Qt-style Client and Server library wrapper for the Wayland libraries
- 3.33 MiB aspell A spell checker designed to eventually replace Ispell
- 3.33 MiB bluez-utils Development and debugging utilities for the bluetooth protocol stack
- 3.54 MiB gamehub-bin Games manager, downloader, library that supports GOG, Steam and Humble Bundle
- 3.56 MiB devede Program to create Video DVDs and CDs
- 3.58 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.75 MiB kde-cli-tools Tools based on KDE Frameworks to better interact with the system
- 3.79 MiB gst-plugins-bad Multimedia graph framework - bad plugins
- 3.84 MiB openconnect Open client for Cisco AnyConnect VPN
- 4.05 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.22 MiB gpto-bin A tiny unofficial OpenAI client
- 4.23 MiB xfsprogs XFS filesystem utilities
- 4.28 MiB syslinux Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE
- 4.46 MiB nm-connection-editor NetworkManager GUI connection editor and widgets
- 4.53 MiB mplayer Media player for Linux
- 4.75 MiB powerdevil Manages the power consumption settings of a Plasma Shell
- 4.84 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
- 4.98 MiB lynx A text browser for the World Wide Web
- 5.04 MiB python-lxml Python3 binding for the libxml2 and libxslt libraries
- 5.11 MiB gvfs Virtual filesystem implementation for GIO
- 5.13 MiB plasma-framework5 Plasma library and runtime components based upon KF5 and Qt5
- 5.22 MiB e2fsprogs Ext2/3/4 filesystem utilities
- 5.25 MiB archinstall Just another guided/automated Arch Linux installer with a twist
- 5.27 MiB sddm QML based X11 and Wayland display manager
- 5.36 MiB calc Arbitrary precision console calculator
- 5.61 MiB man-pages Linux man pages
- 5.62 MiB octopi This is Octopi, a powerful Pacman frontend using Qt libs
- 5.65 MiB avisynthplus An improved version of the AviSynth frameserver
- 5.69 MiB ipmitool Command-line interface to IPMI-enabled devices
- 5.70 MiB openssh SSH protocol implementation for remote login, command execution and file transfer
- 5.86 MiB modemmanager Mobile broadband modem management service
- 5.87 MiB spectacle KDE screenshot capture utility
- 5.89 MiB kitch The best way to play itch.io games.
- 5.90 MiB mpd Flexible, powerful, server-side application for playing music
- 5.98 MiB mpv a free, open source, and cross-platform media player
- 6.06 MiB pulseaudio A featureful, general-purpose sound server
- 6.19 MiB 7zip File archiver for extremely high compression
- 6.26 MiB blueman GTK+ Bluetooth Manager
- 6.26 MiB gpt-cli Run linux commands with natural language. Eg 'show my graphic card' instead 'lspci | grep VGA'
- 6.39 MiB kdeplasma-addons All kind of addons to improve your Plasma experience
- 6.41 MiB apache A high performance Unix-based HTTP server
- 6.51 MiB btrfs-progs Btrfs filesystem utilities
- 6.55 MiB gnome-disk-utility Disk Management Utility for GNOME
- 6.56 MiB libplasma Plasma library and runtime components
- 6.56 MiB zsh A very advanced and programmable command interpreter (shell) for UNIX
- 6.60 MiB wpa_supplicant A utility providing key negotiation for WPA wireless networks
- 6.64 MiB discover KDE and Plasma resources management GUI
- 6.76 MiB awstats tool that generates web, streaming, ftp and mail server statistics, graphically
- 6.94 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.16 MiB gst-plugins-good Multimedia graph framework - good plugins
- 7.18 MiB edk2-shell EDK2 UEFI Shell
- 7.43 MiB udisks2 Daemon, tools and libraries to access and manipulate disks, storage devices and technologies
- 7.68 MiB denise Highly accurate C64/Amiga emulator
- 7.70 MiB cockpit A systemd web based user interface for Linux servers
- 7.76 MiB sudo Give certain users the ability to run some commands as root
- 8.28 MiB ultimate-calamares Distribution-independent installer framework
- 8.48 MiB cockpit-file-sharing A Cockpit plugin to easily manage samba and NFS file sharing.
- 8.67 MiB boost-libs Free peer-reviewed portable C++ source libraries (runtime libraries)
- 9.75 MiB yay Yet another yogurt. Pacman wrapper and AUR helper written in go.
- 10.18 MiB lutris Open Gaming Platform
- 10.59 MiB chatgpt-desktop-bin ChatGPT Desktop Application (Mac, Windows and Linux)
- 10.77 MiB plasma-nm Plasma applet written in QML for managing network connections
- 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.29 MiB strawberry A music player aimed at audio enthusiasts and music collectors
- 12.52 MiB mkvtoolnix-gui Set of tools to create, edit and inspect Matroska files
- 12.69 MiB xorg-fonts-misc X.org misc fonts
- 12.73 MiB cups OpenPrinting CUPS - daemon package
- 12.79 MiB vulkan-radeon Open-source Vulkan driver for AMD GPUs
- 12.88 MiB engrampa A file archiver for MATE
- 13.83 MiB fwupd Simple daemon to allow session software to update firmware
- 14.98 MiB dvdstyler DVD authoring application for the creation of professional-looking DVDs
- 15.22 MiB networkmanager Network connection manager and user applications
- 15.86 MiB filezilla Fast and reliable FTP, FTPS and SFTP client
- 15.92 MiB python-pip The PyPA recommended tool for installing Python packages
- 16.95 MiB caja File manager for the MATE desktop
- 18.23 MiB oxygen KDE Oxygen style
- 18.50 MiB php-apache Apache SAPI for PHP
- 18.65 MiB steam Valve's digital software delivery system
- 19.61 MiB ultimate-calamares-config-developer calamares for Ultimate
- 20.60 MiB intel-ucode Microcode update files for Intel CPUs
- 22.02 MiB php-cgi CGI and FCGI SAPI for PHP
- 22.31 MiB ultimate-edition-sound-scheme Ultimate Edition Sound Scheme. Sound Scheme for Ultimate Edition
- 22.40 MiB shellcheck Shell script analysis tool
- 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.
- 23.09 MiB imagemagick An image viewing/manipulation program
- 23.09 MiB qt5-declarative Classes for QML and JavaScript languages
- 23.46 MiB obs-studio Free, open source software for live streaming and recording
- 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)
- 25.00 MiB nmap Utility for network discovery and security auditing
- 27.21 MiB pluma A powerful text editor for MATE
- 28.71 MiB git the fast distributed version control system
- 30.14 MiB ultimate-edition-cursors Ultimate Edition Cursor Pack. Animated cursors for Ultimate Edition.
- 30.54 MiB vulkan-headers Vulkan header files and API registry
- 31.05 MiB yt-dlp A youtube-dl fork with additional features and fixes
- 31.40 MiB kwin An easy to use, but flexible, composited Window Manager
- 31.49 MiB php A general-purpose scripting language that is especially suited to web development
- 33.20 MiB plasma-desktop KDE Plasma Desktop
- 34.05 MiB sof-firmware Sound Open Firmware
- 34.11 MiB vulkan-intel Open-source Vulkan driver for Intel GPUs
- 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.65 MiB grub GNU GRand Unified Bootloader (2)
- 36.04 MiB subversion A Modern Concurrent Version Control System
- 36.26 MiB kvirc Qt based IRC client
- 37.05 MiB sniffnet Application to comfortably monitor your network traffic
- 39.94 MiB ffmpeg Complete solution to record, convert and stream audio and video
- 41.78 MiB binutils A set of programs to assemble and manipulate binary and object files
- 41.84 MiB caja-actions Extension for Caja which allows the user to add arbitrary program to be launched
- 43.68 MiB svp-bin SmoothVideo Project 4 (SVP4)
- 47.72 MiB python-numpy Scientific tools for Python
- 51.45 MiB handbrake Multithreaded video transcoder
- 54.95 MiB plasma-workspace KDE Plasma Workspace
- 57.06 MiB breezy A decentralized revision control system with support for Bazaar and Git file formats
- 57.72 MiB vlc Multi-platform MPEG, VCD/DVD, and DivX player
- 60.38 MiB ultimate-edition-os-builder Ultimate Edition Builder. Tool used to build Ultimate Edition Operating system.
- 62.40 MiB samba SMB Fileserver and AD Domain server
- 62.75 MiB linux-firmware-marvell Firmware files for Linux - marvell / Firmware for Marvell devices
- 70.86 MiB wordpress Blog tool and publishing platform
- 71.84 MiB breeze Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
- 78.83 MiB cmake A cross-platform open-source make system
- 89.05 MiB code The Open Source build of Visual Studio Code (vscode) editor
- 108.33 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
- 125.83 MiB plasma-workspace-wallpapers Additional wallpapers for the Plasma Workspace
- 143.12 MiB linux-zen The Linux ZEN kernel and modules
- 144.45 MiB gimp GNU Image Manipulation Program
- 166.54 MiB netdata Real-time performance monitoring, in the greatest possible detail, over the web
- 166.72 MiB krita Edit and paint images
- 169.54 MiB cursor-bin Cursor App - AI-first coding environment
- 173.79 MiB inkscape Professional vector graphics editor
- 181.34 MiB boost Free peer-reviewed portable C++ source libraries (development headers)
- 202.43 MiB gcc The GNU Compiler Collection - C and C++ frontends
- 207.17 MiB wine-gecko Wine's built-in replacement for Microsoft's Internet Explorer
- 223.16 MiB wine-mono Wine's built-in replacement for Microsoft's .NET Framework
- 232.80 MiB linux-zen-headers Headers and scripts for building modules for the Linux ZEN kernel
- 237.76 MiB go Core compiler tools for the Go programming language
- 251.86 MiB discord All-in-one voice and text chat for gamers
- 274.89 MiB rust Systems programming language focused on safety, speed and concurrency
- 275.59 MiB linux-firmware Firmware files for Linux
- 328.44 MiB ums Universal Media Server: a DLNA-compliant UPnP Media Server.
- 330.58 MiB blender A fully integrated 3D graphics creation suite
- 355.83 MiB google-chrome-canary The popular web browser by Google (Canary Channel)
- 412.27 MiB libreoffice-fresh LibreOffice branch which contains new features and program enhancements
- 501.80 MiB wine-staging A compatibility layer for running Windows programs - Staging branch
- 594.98 MiB zoom Video Conferencing and Web Conferencing Service
Other Applications that may or may not have been installed include:
Services & Networking
The following services many are enabed & configured for you: "ums-web.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" "conky-builder.service" "conky.service" "netdata.service" "sshd.service" "winbind.service" "reflector.service" "libvirtd.service"
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.
Status: Enabled
Ultimate Network Optimizer (UNO)
Automatically Optimizes Network Connection(s) & increase network security. Read the UNO manual for further info.
Status: Enabled
Automatically detects scans fstype and autounts drives.
Status: Enabled
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.
Status: Enabled
The term "nmb service" can refer to either the NetBIOS Message Block (NMB) service, which facilitates name resolution and browsing on SMB networks,
Status: Enabled
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: Enabled
Avahi-daemon is a service on Linux systems that facilitates local network discovery using the mDNS/DNS-SD protocol, allowing devices to find each other and services like printers and file shares without manual configuration.
Status: Enabled
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: Enabled
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: Enabled
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: Enabled
smartd is a daemon that monitors the Self-Monitoring, Analysis and Reporting Technology (SMART) system built into many ATA-3 and later ATA, IDE and SCSI-3 ...
Status: Enabled
In Linux, the ntpd service, short for Network Time Protocol daemon, is a program that synchronizes the system clock with NTP servers, ensuring accurate timekeeping.
Status: Enabled
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: Enabled
"httpd" refers to the Apache Hypertext Transfer Protocol (HTTP) server program, often referred to as the Apache Web Server, which is a software that runs in the background, listening for network requests and serving web content.
Status: Enabled
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: Enabled
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: Enabled
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: Enabled
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.
Status: Enabled
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: Enabled
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.
Status: Enabled
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.
Status: Enabled
Jellyfin is a free and open-source media server and suite of multimedia applications that allows users to organize, manage, and stream their digital media files to networked devices, offering an alternative to proprietary solutions like Plex and Emby
Status: Enabled
"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.
Status: Enabled
Stats & Monitoring
- linux-dash
- Netdata
- Cockpit (username: ultimate password: leave blank. Your username and password once installed.)
- PHP Info
- Ultimate Arch Universal Media Server
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 systemWill tell you where you sit at time of build: 66%.
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"
Conclusion
PLACEHOLDER
Enjoy,
Glenn Cady
CEO
Leading Programmer
WebMaster
Ultimate Edition Arch Linux
Ultimate Edition Linux