PHP-FPM 5.6 & 7.1, Apache2.4, MySQL, Sendmail
# You must be root
sudo su
apt update \
&& apt install -y software-properties-common \
cat /TRINITY_CORE/sql/updates/world/*.sql >> all_world.sql |
# (simple) TrinityCore (linux (Debian)) restarter (using a bashscript) for posterus.cz | |
# required applications | |
# sudo apt-get update && sudo apt-get install screen mutt gdb | |
# INFO | |
# ./_restarter > Starts the world server with restarter | |
# ./_auth_starter > Starts the auth server without restarter | |
# ./_world_starter > Starts the world server without restarter |
#!/bin/bash | |
## CONF ## | |
ADMINEMAIL="[email protected]" | |
CPUJOBS=8 | |
DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P) | |
##DIRPATH="/home/wow/server" | |
if [ "$1" = "clone" ]; then | |
cd $DIRPATH && rm -rf TrinityCore |
#!/bin/bash | |
SCREENNAME="ts3srv" | |
MAILREPORT=0 | |
ADMINEMAIL="[email protected]" | |
# SCRIPT | |
DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P) | |
TEAMSPEAK=`ps ax | grep ts3server | grep -v grep | wc -l` | |
if [ "$TEAMSPEAK" -eq 0 ] |
################################################################################################### | |
# AUCTION HOUSE BOT SETTINGS | |
# | |
# AuctionHouseBot.Update.Interval | |
# Description: Interval in seconds for AHBot to get updated | |
# Default: 20 | |
# | |
AuctionHouseBot.Update.Interval = 20 |
#! /bin/bash | |
mkdir -p mmaps | |
screen -L -A -m -d -S tmp_mmaps_generator ./mmaps_generator | |
echo "Check Progress: screen -x tmp_mmaps_generator" | |
echo "" |
mapextractor.exe | |
vmap4extractor.exe | |
md vmaps | |
vmap4assembler.exe Buildings vmaps | |
pause |
(SELECT MIN(t1.UID + 1) AS id FROM task_read t1 LEFT JOIN task_read t2 ON t1.UID + 1 = t2.UID WHERE t2.UID IS NULL) |
Toto nastavení GPO zablokuje spouštění Utilman z login screenu v rámci celé domény :) | |
---------------------------------------------------------------------------------- | |
Computer Configuration > Policies > Windows Settings > Security Settings > File System | |
>>>> Add File > Type in the following; | |
Navigate to C:\Windows\System32 | |
Find UTILMAN.EXE | |
Right Click, then Properties | |
Security, Advanced, Permissions (Continue) | |
Change the owner at the top from "TrustedInstaller" to "Administrators" (ensure you have and Administrator account) | |
Add a permission, and then click Select a "Principal" |