Všechno Nové

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Přihlásit se

Všechno Nové Přihlásit se

Všechny gisty

Nedávno Vytvořeno
Nejméně nedávno Vytvořeno
Nedávno Aktualizováno
Nejméně nedávno Aktualizováno

vlad / DK stats for levels before 55

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
Use SQL to insert DK stats for below 55. See https://github.com/azerothcore/azerothcore-wotlk/issues/18769
azerothcore
1 DELETE FROM `player_class_stats` WHERE `Class` = 6 AND `Level` < 55;
2 INSERT INTO `player_class_stats` (`Class`, `Level`, `Strength`, `Agility`, `Stamina`, `Intellect`, `Spirit`) VALUES
3 (6, 1, 23, 20, 22, 20, 20),
4 (6, 2, 24, 21, 23, 20, 20),
5 (6, 3, 25, 21, 24, 20, 21),
6 (6, 4, 26, 22, 25, 20, 21),
7 (6, 5, 28, 23, 26, 20, 21),
8 (6, 6, 29, 24, 27, 21, 21),
9 (6, 7, 30, 24, 28, 21, 22),
10 (6, 8, 31, 25, 29, 21, 22),

vlad / restore_sqlite_db.sh

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 2 months ago
1 #!/bin/bash
2 # Usage: `restore_sqlite_db.sh db.sqlite3`
3 # See https://stackoverflow.com/a/15874884/3645337.
4 cat <( sqlite3 "$1" .dump | grep "^ROLLBACK" -v ) <( echo "COMMIT;" ) | sqlite3 "fix_$1"

vlad / tar.md

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
`tar` command help
CLI

Tar

Create archive

Basic syntax:

tar -cvf archive.tar file1 file2 dir/
Novější Starší

Vytvořeno pomocí Opengist ⋅ Load: 92ms⋅

Čeština
العربية Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 简体中文 繁體中文