Advanced Search
Search Results
16 total results found
Update
Rootzugriff auf das system sudo -s *Kennwort* apt update apt upgrade oder in einem Befehl apt update && apt upgrade -y
Release Update
do-release-upgrade Das kann ein wenig dauern, bis es bis zum Ende durchgelaufen ist. Je nach Leistung des Systems.
IP Adresse ermitteln
ip addr show
SSH im LXC aktivieren
nano /etc/ssh/sshd_config PermitRootLogin yes service sshd restart
Webserver auf einem LXC einrichten
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
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
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
#### 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
# 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
# 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
nano /var/www/nextcloud/config/config.php <?php$CONFIG = array ( 'instanceid' => 'occ5430btupv', 'passwordsalt' => '4bLzkaoiK5OygGgiuEpoPPzaI6TYw3', 'secret' => '9TFBFTtKTbThrWRAqRokQKmD+I8oJobgMh0rfzx4Uf3g9XfH', 'trusted_domains' => array ( 0 => '192...
Docker Installieren
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
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
Auf die Konsole gehen und folgende Befehle ausführen a2dismod substituteservice apache2 restart
Apache2 HTML Conf
<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
sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices