This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$primary: #3b71ca !default; | |
$secondary: #9fa6b2 !default; | |
$success: #14a44d !default; | |
$danger: #dc4c64 !default; | |
$warning: #e4a11b !default; | |
$info: #54b4d3 !default; | |
$light: #fbfbfb !default; | |
$dark: #332d2d !default; | |
$white: #fff !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
# Define a Telegraf service | |
telegraf: | |
image: telegraf:1.4.0 | |
volumes: | |
- ./etc/telegraf.conf:/etc/telegraf/telegraf.conf:ro | |
links: | |
- influxdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-md-12 col-lg-8 offset-lg-2 col-xl-6 offset-xl-0 wow fadeIn pb-5" style="visibility: hidden;"> | |
<div class="row"> | |
<div class="col-5"> | |
<img src="{{ asset('assets/gracz.png') }}" class="img-fluid"> | |
</div> | |
<div class="col-7"> | |
<h3 class="h3 mb-3"> | |
<span class="font-weight-bold">Czym jest historia gier?</span> | |
</h3> | |
<p>DosCraft to serwer gwarantujący dużo dobrej zabawy na wielu trybach rozgrywki. Posiadamy duże doświadczenie w tworzeniu minigier i zajmujemy wysokie miejsce na listach serwerów minecraft. Do budowania i ulepszania serwera stosujemy autorskie rozwiązania, których nie znajdziesz nigdzie indziej. Organizujemy mnóstwo konkursów, za które można otrzymać rangi premium i skrzydełka!</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
screen -dmS mcwnuq java -server -Xmx2G -jar mcwnuq-*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#lastSuccessfulBuild=`curl -s 'https://ci.destroystokyo.com/job/PaperSpigot/api/json' | jq '.lastSuccessfulBuild.number'` | |
NAME="mcwnuq" | |
filename="$NAME-*.jar" | |
lastSuccessfulBuild=`curl -s https://ci.destroystokyo.com/job/PaperSpigot/lastSuccessfulBuild/buildNumber` | |
echo "najnowsza wersja to: $lastSuccessfulBuild" | |
if [ -f $filename ] | |
then | |
version=`ls $filename | cut -d "-" -f 2 | cut -d "." -f 1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@vps415131:~# iperf -c iperf.ovh.net -i1 -r | |
------------------------------------------------------------ | |
Server listening on TCP port 5001 | |
TCP window size: 85.3 KByte (default) | |
------------------------------------------------------------ | |
------------------------------------------------------------ | |
Client connecting to iperf.ovh.net, TCP port 5001 | |
TCP window size: 85.0 KByte (default) | |
------------------------------------------------------------ | |
[ 3] local 217.182.76.147 port 36495 connected with 188.165.12.136 port 5001 |