Octet: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 22: | Zeile 22: | ||
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - | curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - | ||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F | apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F | ||
apt install zram-tools geany google-chrome-stable mariadb-server meld nginx-extras ninja-build \ | |||
openjdk-11-jdk php${PHP_VERSION}-cli cups sane-airscan xsane smartmontools xfce4-sensors-plugin \ | |||
freerdp2-x11 x2goclient x2goserver \ | |||
xxd xz-utils \ | |||
gimp vlc filezilla \ | |||
xfce4-whiskermenu-plugin menulibre | |||
PHP_VERSION=7.4 | PHP_VERSION=7.4 | ||
apt install | apt install php${PHP_VERSION}-common php${PHP_VERSION}-curl \ | ||
php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-igbinary php${PHP_VERSION}-imagick \ | php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-igbinary php${PHP_VERSION}-imagick \ | ||
php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-json php${PHP_VERSION}-mbstring \ | php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-json php${PHP_VERSION}-mbstring \ | ||
php${PHP_VERSION}-memcached php${PHP_VERSION}-msgpack php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache \ | php${PHP_VERSION}-memcached php${PHP_VERSION}-msgpack php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache \ | ||
php${PHP_VERSION}-yaml php${PHP_VERSION}-pgsql php${PHP_VERSION}-zip php${PHP_VERSION}-xml php${PHP_VERSION}-xdebug \ | php${PHP_VERSION}-yaml php${PHP_VERSION}-pgsql php${PHP_VERSION}-zip php${PHP_VERSION}-xml \ | ||
php${PHP_VERSION}-xdebug \ | |||
</syntaxhighlight> | </syntaxhighlight> | ||
== Installation von Downloadpaketen == | |||
* dbeaver-ce | |||
* virtualbox-6.1 | |||
* anydesk |
Aktuelle Version vom 24. Februar 2022, 13:18 Uhr
Installation[Bearbeiten]
- Basis: firmware-bullseye-DI-rc1-amd64-DVD-1.iso
- Wlan-Paket: firmware-iwlwifi (ab Kernel 5.10)
- Ethernet-Paket: firmware-realtek (ab Kernel 5.10)
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh
restoretool -v3 init linuxserver
restoretool -v3 init nginx
restoretool -v3 init cms
restoretool -v3 init mariadb
restoretool -v3 init php 7.3
vi /etc/default/zramswap
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
apt-key adv --fetch-keys https://repo.skype.com/data/SKYPE-GPG-KEY
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13
wget https://packages.sury.org/php/apt.gpg -qO - | apt-key add -
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F
apt install zram-tools geany google-chrome-stable mariadb-server meld nginx-extras ninja-build \
openjdk-11-jdk php${PHP_VERSION}-cli cups sane-airscan xsane smartmontools xfce4-sensors-plugin \
freerdp2-x11 x2goclient x2goserver \
xxd xz-utils \
gimp vlc filezilla \
xfce4-whiskermenu-plugin menulibre
PHP_VERSION=7.4
apt install php${PHP_VERSION}-common php${PHP_VERSION}-curl \
php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-igbinary php${PHP_VERSION}-imagick \
php${PHP_VERSION}-imap php${PHP_VERSION}-intl php${PHP_VERSION}-json php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-memcached php${PHP_VERSION}-msgpack php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache \
php${PHP_VERSION}-yaml php${PHP_VERSION}-pgsql php${PHP_VERSION}-zip php${PHP_VERSION}-xml \
php${PHP_VERSION}-xdebug \
Installation von Downloadpaketen[Bearbeiten]
- dbeaver-ce
- virtualbox-6.1
- anydesk