Moodle: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> </pre>“) |
|||
| Zeile 1: | Zeile 1: | ||
<pre> | <pre> | ||
| + | 1 ping 8.8.8.8 | ||
| + | 2 ping google.de | ||
| + | 3 ping -4 google.de | ||
| + | 4 firewall-cmd --zone=public --add-port=8472/tcp --permanent | ||
| + | 5 firewall-cmd --reload | ||
| + | 6 vi /etc/sysconfig/selinux | ||
| + | 7 reboot | ||
| + | 8 id thomas | ||
| + | 9 visudo | ||
| + | 10 exit | ||
| + | 11 ping heise.de | ||
| + | 12 dnf repoliste | ||
| + | 13 dnf repolist | ||
| + | 14 hostnamectl | ||
| + | 15 host | ||
| + | 16 hosts | ||
| + | 17 ip a s | ||
| + | 18 vi /etc/hosts | ||
| + | 19 nft list ruleset | ||
| + | 20 systemctl disable cockpit dhcpv6-client | ||
| + | 21 systemctl disable cockpit | ||
| + | 22 systemctl | ||
| + | 23 dnf install vim sqlite bash*comp* dnf-utils bind-utils epel* tar zip wget curl unix2dos mlocate tree | ||
| + | 24 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | ||
| + | 25 dnf config-manager --enable crb epel | ||
| + | 26 dnf config-manager --disable epel-cisco-openh264 | ||
| + | 27 dnf repolist | ||
| + | 28 sudo dnf install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm | ||
| + | 29 dnf config-manager --enable crb remi | ||
| + | 30 dnf repolist | ||
| + | 31 exit | ||
| + | 32 dnf module list | ||
| + | 33 dnf module reset php | ||
| + | 34 dnf module install php:remi-8.1 | ||
| + | 35 ss -lntp | ||
| + | 36 dnf list mariadb* | ||
| + | 37 curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash | ||
| + | 38 cd /etc/yum.repos.d/ | ||
| + | 39 ls | ||
| + | 40 cat mariadb.repo | ||
| + | 41 dnf list mariadb* | ||
| + | 42 dnf list maria* | ||
| + | 43 history | grep dnf | ||
| + | 44 dnf list mariadb* | ||
| + | 45 dnf list *mariadb* | ||
| + | 46 dnf list Mariadb* | ||
| + | 47 dnf install MariaDB-server MariaDB-client | ||
| + | 48 history | ||
| + | |||
</pre> | </pre> | ||
Aktuelle Version vom 16. Oktober 2024, 17:49 Uhr
1 ping 8.8.8.8
2 ping google.de
3 ping -4 google.de
4 firewall-cmd --zone=public --add-port=8472/tcp --permanent
5 firewall-cmd --reload
6 vi /etc/sysconfig/selinux
7 reboot
8 id thomas
9 visudo
10 exit
11 ping heise.de
12 dnf repoliste
13 dnf repolist
14 hostnamectl
15 host
16 hosts
17 ip a s
18 vi /etc/hosts
19 nft list ruleset
20 systemctl disable cockpit dhcpv6-client
21 systemctl disable cockpit
22 systemctl
23 dnf install vim sqlite bash*comp* dnf-utils bind-utils epel* tar zip wget curl unix2dos mlocate tree
24 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
25 dnf config-manager --enable crb epel
26 dnf config-manager --disable epel-cisco-openh264
27 dnf repolist
28 sudo dnf install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm
29 dnf config-manager --enable crb remi
30 dnf repolist
31 exit
32 dnf module list
33 dnf module reset php
34 dnf module install php:remi-8.1
35 ss -lntp
36 dnf list mariadb*
37 curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
38 cd /etc/yum.repos.d/
39 ls
40 cat mariadb.repo
41 dnf list mariadb*
42 dnf list maria*
43 history | grep dnf
44 dnf list mariadb*
45 dnf list *mariadb*
46 dnf list Mariadb*
47 dnf install MariaDB-server MariaDB-client
48 history