Skip to content

Commit 491fc8c

Browse files
committed
daily
1 parent ec6da41 commit 491fc8c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

Onboarding2.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
További részletek a [webes alkalmazás futtatásáról](/CV2.md)
1111

12+
- Ki lesz a Szolgáltatógazda
13+
- Infrastruktúra szolgáltatók kiválasztása
14+
- Fiók házirend
15+
- Email (személyes, tranzakciós, tömeges) küldés
16+
- Alkalmazás beállítása
17+
- Miről készüljön biztonsági mentés
18+
- Kiberbiztonság
19+
- Belső kommunikációnk
20+
- Fejlesztők informálása
21+
1222
### Speciális infrastruktúra szolgáltatók
1323

1424
Saját tárhely felépítése.

backup/system-backup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Backup a server with S3QL.
44
#
5-
# VERSION :3.0.3
5+
# VERSION :3.0.4
66
# DATE :2021-05-31
77
# AUTHOR :Viktor Szépe <[email protected]>
88
# URL :https://github.com/szepeviktor/debian-server-tools
@@ -163,6 +163,7 @@ Check_db_schemas() # Error 5x
163163
# Triggers included by default / --skip-triggers
164164
# Event Scheduler --events / excluded by default
165165
mysqldump --skip-comments --no-data --routines --triggers --events "$DB" \
166+
| sed -e '1 s#^/\*!999999\\- enable the sandbox mode \*/##' \
166167
| sed -e 's/ AUTO_INCREMENT=[0-9]\+\b//' \
167168
>"$TEMP_SCHEMA" || Error 51 "Schema dump failure"
168169

debian-setup/packages/php-wpcli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
WPCLI_URL="https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar"
4-
WPCLI_COMPLETION_URL="https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash"
4+
WPCLI_COMPLETION_URL="https://github.com/wp-cli/wp-cli/raw/main/utils/wp-completion.bash"
55

66
set -e -x
77

security/myattackers-ipsets/ipset/digitalenergy.ipset

+1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ add digitalenergy 185.222.56.0/22
148148

149149
# AS396356 - Latitude.sh
150150
add digitalenergy 108.165.243.0/24
151+
add digitalenergy 136.144.35.0/24
151152
add digitalenergy 185.223.152.0/24

0 commit comments

Comments
 (0)