XLX Base Install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* Install Debian base (Works with Debian 12 at the time of this writing.) | * Install Debian base (Works with Debian 12 at the time of this writing.) | ||
* Install standard packages | |||
<pre> | |||
sudo apt update && sudo apt -y dist-upgrade && sudo apt-get -y autoremove && sudo apt-get clean | |||
apt -y install vim htop mtr nmap whois rsync git curl pwgen screen tmux dnsutils host git tcpdump sudo gnupg2 wget cloud-guest-utils wireguard | |||
</pre> | |||
* Install using https://github.com/n5amd/xlxd-debian-installer | * Install using https://github.com/n5amd/xlxd-debian-installer | ||
<pre> | <pre> | ||
Latest revision as of 12:15, 6 October 2023
- Install Debian base (Works with Debian 12 at the time of this writing.)
- Install standard packages
sudo apt update && sudo apt -y dist-upgrade && sudo apt-get -y autoremove && sudo apt-get clean apt -y install vim htop mtr nmap whois rsync git curl pwgen screen tmux dnsutils host git tcpdump sudo gnupg2 wget cloud-guest-utils wireguard
- Install using https://github.com/n5amd/xlxd-debian-installer
git clone https://github.com/n5amd/xlxd-debian-installer cd xlxd-debian-installer ./xlxd-debian-installer.sh