Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

16 total results found

Update

Ubuntu Server VM & LXC

Rootzugriff auf das system sudo -s *Kennwort* apt update apt upgrade oder in einem Befehl apt update && apt upgrade -y  

Release Update

Ubuntu Server VM & LXC

do-release-upgrade Das kann ein wenig dauern, bis es bis zum Ende durchgelaufen ist. Je nach Leistung des Systems.

IP Adresse ermitteln

Ubuntu Server VM & LXC

ip addr show

SSH im LXC aktivieren

Ubuntu Server VM & LXC

nano /etc/ssh/sshd_config PermitRootLogin yes service sshd restart

Webserver auf einem LXC einrichten

Ubuntu Server VM & LXC

apt-get install apace2 service apache2 restart apt-get install mysql-server php5-mysql mysql -u root mysql -u root -p apt-get install php libapache2-mod-php5 php5-mycrypt apt-get install php5-sqlite

Wireguard im LXC Container

Ubuntu Server VM & LXC

1. apt update && apt upgrade -y   2. do-release-upgrade   3. Befehle in Proxmox Shell!!! (https://pve.proxmox.com/wiki/OpenVPN_in_LXC) nano /etc/pve/lxc/xxx.conf     lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none b...

Heimdall mit Docker

Ubuntu Server VM & LXC

LXC Container als Priviligiert und mit Nesting erstellen ##### install heimdall docker ##### ## install docker && docker-compose apt install docker.io docker-compose -y ## create directory ## mkdir /heimdall cd /he...

Wireguard mit Oberfläche

Ubuntu Server VM & LXC

#### WireGuard installieren mit WG-Easy Docker #### ## Docker Installation ## apt install docker.io ## install wireguard ## docker run -d \ --name=wg-easy \ -e WG_HOST=<YOUR_SERVER_IP> \ -e PASSWORD=<...

Bookstack Installation

Ubuntu Server VM & LXC

# Download the script wget https://raw.githubusercontent.com/BookStackApp/devops/main/scripts/installation-ubuntu-22.04.sh # Make it executable chmod a+x installation-ubuntu-22.04.sh # Run the script with admin permissions ...

Nextcloud Installation

Ubuntu Server VM & LXC

# updating apt update && apt upgrade -y # Installing apache apt install apache2 # Install PHP apt install software-properties-common add-apt-repository ppa:ondrej/php apt update # Install PHP & Modu...

conf.php bearbeiten

Ubuntu Server VM & LXC

nano /var/www/nextcloud/config/config.php <?php$CONFIG = array (  'instanceid' => 'occ5430btupv',  'passwordsalt' => '4bLzkaoiK5OygGgiuEpoPPzaI6TYw3',  'secret' => '9TFBFTtKTbThrWRAqRokQKmD+I8oJobgMh0rfzx4Uf3g9XfH',  'trusted_domains' =>  array (    0 => '192...

Docker Installieren

Ubuntu Server VM & LXC

Folgender Befehl wird für die Dockerinstallation benötigt. apt install docker.io docker-compose -y Mit Enter bestätigen

Well Known & Well Dav Fehler

Ubuntu Server VM & LXC

Im Reverse Proxy unter Advanced folgenden Eintrag hinzufügen location = /.well-known/carddav {      return 301 $scheme://$host:$server_port/remote.php/dav;    }    location = /.well-known/caldav {      return 301 $scheme://$host:$server_port/remote.php/dav;  ...

TurnKey Footer entfernen

Ubuntu Server VM & LXC

Auf die Konsole gehen und folgende Befehle ausführen a2dismod substituteservice apache2 restart

Apache2 HTML Conf

Ubuntu Server VM & LXC

<VirtualHost *:80>     ServerAdmin xxxx@xxxxx.de     DocumentRoot /pfad/zur/seite     ServerName webadresss.de     <Directory /pfad/zur/seite/>        Options +FollowSymlinks        AllowOverride All        Require all granted          <IfModule mod_dav.c>    ...

Indices Fehler

Ubuntu Server VM & LXC

sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices