XLX Base Install: Difference between revisions

From Useful notes
Jump to navigation Jump to search
(Created page with "* Install Debian base (Works with Debian 12 at the time of this writing.) * Install using https://github.com/n5amd/xlxd-debian-installer")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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>
git clone https://github.com/n5amd/xlxd-debian-installer
cd xlxd-debian-installer
./xlxd-debian-installer.sh
</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
git clone https://github.com/n5amd/xlxd-debian-installer
cd xlxd-debian-installer
./xlxd-debian-installer.sh