This file contains hidden or 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
| [Autolykos] | |
| wallet = 9hBpWRih99bF6oQxWkRYp2fF27gopDTyXaMXvnrYfXtKEoPTksX | |
| coin = ERG | |
| rigName = dgW1 | |
| [RandomX] | |
| wallet = 82zpLwZoZFnUE5AeeiGysoWPwsVEEoouSDj255GRtxa1FctJ1RRYWrtWTvGYPddauyaBbcjLL6CWcHdtW3QCvUcA4mnZy6g | |
| coin = XMR | |
| rigName = dgW1M | |
| cpuThreads=4 |
This file contains hidden or 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
| package de.tdlabs.keycloak.client; | |
| import java.util.Arrays; | |
| import java.util.Collections; | |
| import javax.ws.rs.core.Response; | |
| import org.keycloak.OAuth2Constants; | |
| import org.keycloak.admin.client.Keycloak; | |
| import org.keycloak.admin.client.KeycloakBuilder; |
This file contains hidden or 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
| (function($){ | |
| var | |
| stepOne = function(){ | |
| if (null !== $('div[aria-label="Ações de conversa"]')) { | |
| $('div[aria-label="Ações de conversa"]').click(); | |
| setTimeout(stepTwo, 200); | |
| } else { | |
| console.log('There are no messages to delete'); | |
| } | |
| }, |
This file contains hidden or 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
| time ( | |
| array=( | |
| "folder" | |
| ) | |
| for DIRECTORY in "${array[@]}" | |
| do | |
| pwd | |
| printf "\n\n $DIRECTORY \n" |
This file contains hidden or 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
| time ( | |
| array=( | |
| "img" | |
| ) | |
| for DIRECTORY in "${array[@]}" | |
| do | |
| pwd | |
| printf "\n\n $DIRECTORY \n" |
This file contains hidden or 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
| ./wrk -t4 -c1000 -d30s http://172.16.4.156/index.html | |
| ab -kc 1000 -n 100000 http://172.16.4.156/index.html |
This file contains hidden or 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
| USE [master] | |
| GO | |
| --ALTER DATABASE [SONAR_QUBE] SET SINGLE_USER WITH ROLLBACK IMMEDIATE; | |
| --GO | |
| --/****** Object: Database [SONAR_QUBE] Script Date: 27/06/2018 17:06:22 ******/ | |
| --DROP DATABASE [SONAR_QUBE] | |
| --GO | |
| CREATE DATABASE [SONAR_QUBE] |
This file contains hidden or 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
| mkdir -p /opt/compile-nginx | |
| cd /opt/compile-nginx | |
| yum groupinstall -y 'Development Tools' | |
| wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz | |
| tar -zxf pcre-8.41.tar.gz | |
| wget http://zlib.net/zlib-1.2.11.tar.gz | |
| tar -zxf zlib-1.2.11.tar.gz |
This file contains hidden or 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
| git clone http://oauth2:<token>@<url>.git |
This file contains hidden or 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
| sudo npm install -g npm | |
| sudo npm install -g n | |
| sudo n stable | |
| sudo npm install -g npm |
NewerOlder