Linux – Connman – W-Lan PSK verbinden

# connmanctl

connmanctl> scan wifi
connmanctl> services
connmanctl> agent on
connmanctl> connect wifi_XXXXX_magaged_psk

Agent RequestInput wifi_XXXXX_magaged_psk
  Passphrase = [ Type=psk, Requirement=mandatory ]
  Passphrase? KENNWORT-EINGEBEN

connmanctl> quit

Ubuntu 16 LTS – NextCloud – HTTPS

apt install apache2 unzip mariadb-server mariadb-client php7.0-fpm php7.0-mysql php7.0-common php7.0-gd php7.0-json php7.0-cli php7.0-curl libapache2-mod-php7.0 php7.0-common php7.0-gd php7.0-json php7.0-curl php7.0-zip php7.0-xml php7.0-mbstring
mysql_secure_installation
mysql -u root -p
(mehr …)