Skip to content

Commit

Permalink
daily
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 5, 2024
1 parent ec6da41 commit 491fc8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Onboarding2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

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

- Ki lesz a Szolgáltatógazda
- Infrastruktúra szolgáltatók kiválasztása
- Fiók házirend
- Email (személyes, tranzakciós, tömeges) küldés
- Alkalmazás beállítása
- Miről készüljön biztonsági mentés
- Kiberbiztonság
- Belső kommunikációnk
- Fejlesztők informálása

### Speciális infrastruktúra szolgáltatók

Saját tárhely felépítése.
Expand Down
3 changes: 2 additions & 1 deletion backup/system-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Backup a server with S3QL.
#
# VERSION :3.0.3
# VERSION :3.0.4
# DATE :2021-05-31
# AUTHOR :Viktor Szépe <viktor@szepe.net>
# URL :https://github.com/szepeviktor/debian-server-tools
Expand Down Expand Up @@ -163,6 +163,7 @@ Check_db_schemas() # Error 5x
# Triggers included by default / --skip-triggers
# Event Scheduler --events / excluded by default
mysqldump --skip-comments --no-data --routines --triggers --events "$DB" \
| sed -e '1 s#^/\*!999999\\- enable the sandbox mode \*/##' \
| sed -e 's/ AUTO_INCREMENT=[0-9]\+\b//' \
>"$TEMP_SCHEMA" || Error 51 "Schema dump failure"

Expand Down
2 changes: 1 addition & 1 deletion debian-setup/packages/php-wpcli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

set -e -x

Expand Down
1 change: 1 addition & 0 deletions security/myattackers-ipsets/ipset/digitalenergy.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,5 @@ add digitalenergy 185.222.56.0/22

# AS396356 - Latitude.sh
add digitalenergy 108.165.243.0/24
add digitalenergy 136.144.35.0/24
add digitalenergy 185.223.152.0/24

0 comments on commit 491fc8c

Please sign in to comment.