Octet: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 6: Zeile 6:
* Ethernet-Paket: firmware-realtek (ab Kernel 5.10)
* Ethernet-Paket: firmware-realtek (ab Kernel 5.10)


<source lang="bash">
<syntaxhighlight lang="bash">
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh
bash /tmp/basic_install.sh  
bash /tmp/basic_install.sh  
Zeile 15: Zeile 15:
restoretool -v3 init php 7.3
restoretool -v3 init php 7.3
vi /etc/default/zramswap
vi /etc/default/zramswap
apt install geany google-chrome-stable mariadb-server meld nginx-extras ninja-build
 
apt install openjdk-11-jdk php7.4-cli php7.4-common php7.4-curl php7.4-fpm php7.4-gd
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
apt install php7.4-igbinary php7.4-imagick php7.4-imap php7.4-intl php7.4-json php7.4-mbstring
apt-key adv --fetch-keys https://repo.skype.com/data/SKYPE-GPG-KEY
apt install php7.4-memcached php7.4-msgpack php7.4-mysql php7.4-opcache  
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13
apt install cups sane-airscan xsane smartmontools xfce4-sensors-plugin
wget https://packages.sury.org/php/apt.gpg -qO - | apt-key add - 
apt install freerdp2-x11 x2goclient x2goserver
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
apt install xxd xz-utils
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com BE3E6EA534E8243F
apt install gimp
 
</source>
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 \
</syntaxhighlight>
== Installation von Downloadpaketen ==
* dbeaver-ce
* virtualbox-6.1
* anydesk

Aktuelle Version vom 24. Februar 2022, 15: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