Difference between revisions of "Debian Incus Container Default Package Installs"

From Jay's Cafe' Wiki
(Created page with "Install netplan, default favorites, x2goserver and ssl server.<syntaxhighlight lang="bash"> apt-get -y install netplan-generator netplan.io systemd-resolved apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all apt-get -y install x2goserver x2goserver-xsession openssl-server </syntaxhighlight>")
 
m
Line 1: Line 1:
Install netplan, default favorites, x2goserver and ssl server.<syntaxhighlight lang="bash">
Install netplan, default favorites, x2goserver, ssl server and lxde.<syntaxhighlight lang="bash">
apt-get -y install netplan-generator netplan.io systemd-resolved  
apt-get -y install netplan-generator netplan.io systemd-resolved  
apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all
apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all
apt-get -y install x2goserver x2goserver-xsession openssl-server
apt-get -y install x2goserver x2goserver-xsession openssl-server
</syntaxhighlight>
apt-get -y install lxde
</syntaxhighlight>Don't forget to configure sshd_config and local x2go clients.

Revision as of 07:09, 15 May 2025

Install netplan, default favorites, x2goserver, ssl server and lxde.

apt-get -y install netplan-generator netplan.io systemd-resolved 
apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all
apt-get -y install x2goserver x2goserver-xsession openssl-server
apt-get -y install lxde

Don't forget to configure sshd_config and local x2go clients.