Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Last active December 16, 2020 13:00
Show Gist options
  • Save Alir3z4/20644dcd56c617d5f4da to your computer and use it in GitHub Desktop.
Save Alir3z4/20644dcd56c617d5f4da to your computer and use it in GitHub Desktop.

This OS has been customized and pre-configured to be a super light and fast ArchLinux with desktop. Pre-configured installed applications:

  • OpenBox: A super light and blazing fast and user friendly DE.
  • XRDP: Remote Desktop, ability to contiune last closed session.
  • Firefox: Firefox has been chooses to be default browser.
  • Security: SSH Brute Force.
  • Graphical text editor: Medit, Geany.
  • Terminals: xterm, LXTerminal
  • Yaourt: access to thousands of community built ArchLinux packaegs.

With XRDP installed on the VPS you will be able to connect to your VPS via Remote Desktop easily.

The design approach of the development team follows the KISS principle ("keep it simple, stupid") as the general guideline, and focuses on elegance, code correctness, minimalism and simplicity, and expects the user to be willing to make some effort to understand the system's operation. A package manager written specifically for Arch Linux, pacman, is used to install, remove and update software packages.

Application Management

Archlinux is really simple and powerfull and of course weirdly fast when in comes to managing application:

Installing

To install an application, open a terminal and run:

pacman -S application-name

Removing

pacman -R application-name

Please share your exprience with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment