diff --git a/15.html b/15.html new file mode 100644 index 0000000..dc164d8 --- /dev/null +++ b/15.html @@ -0,0 +1,141 @@ + + + + + Einführung in Linux + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+

LINUX

+

Das universelle Betriebssystem

+

Eine Einführung - Teil 14 +

Deutsche Angestellten Akademie

+ +
+ +

lampp stack

+ +
+
    +
  • mysql basics
  • +
  • wordpress tabellen ansehen
  • +
  • apache vhost
  • +
  • letsencrypt
  • +
  • +
  • +
  • +
+
+ +
+
~$ sudo apt install apache2 mysql-server phpmyadmin
+ +
~$ mysql -u root -p
+MariaDB [(none)]> CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'some_very_complex_password';
+MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; FLUSH PRIVILEGES;
+MariaDB [(none)]> \q
+
+ +
    +
  • http://localhost/phpmyadmin
  • +
  • user: phpmyadmin
  • +
  • http://localhost/phpmyadmin
  • + +
+
+ + + + + +
+
+ + + + + + + + diff --git a/beispiele/14/a.out b/beispiele/14/a.out old mode 100755 new mode 100644 diff --git a/img/uefi-vs-bios.png b/img/uefi-vs-bios.png new file mode 100644 index 0000000..f8e4500 Binary files /dev/null and b/img/uefi-vs-bios.png differ