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
// ==UserScript== | |
// @name Video Bypass (maxs19.fun, maxstream.video) | |
// @version 1.0.6 | |
// @description Bypass Anti-AdBlock | |
// @author antwal, ngi | |
// @match https://*.maxs19.fun/watchfree/* | |
// @match https://*.maxstream.video/* | |
// @match https://maxmon23.online/watchfree/* | |
// @match https://fmax13.lol/watchfree/* | |
// @match https://sumax43.autos/watchfree/* |
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
// Compiled by Igor Shults | |
// Last Updated: July 23, 2020 | |
GRAILS GROOVY SOURCE | |
4.1.0 2.5.14 https://github.com/grails/grails-core/blob/v4.1.0/gradle.properties | |
4.0.4 2.5.6 | |
4.0.3 2.5.6 | |
4.0.2 2.5.6 | |
4.0.1 2.5.6 | |
4.0.0 2.5.6 https://github.com/grails/grails-core/blob/v4.0.0/build.gradle |
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
server { | |
listen 80; | |
listen 443 ssl; | |
server_name support.itsimplycom.it; | |
ssl_protocols TLSv1.2; | |
ssl_ciphers EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5; | |
ssl_prefer_server_ciphers On; | |
ssl_certificate /etc/letsencrypt/live/support.itsimplycom.it/fullchain.pem; |
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
description "Tomcat Server" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
respawn limit 10 5 | |
# run as non privileged user | |
# add user with this command: | |
## adduser --system --ingroup www-data --home /opt/apache-tomcat apache-tomcat |
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 nano /usr/share/tomcat7/bin/setenv.sh | |
sudo chown tomcat7:tomcat7 /usr/share/tomcat7/bin/setenv.sh |
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
#!/bin/bash | |
# Credit to http://ubuntuforums.org/member.php?u=126210 | |
# This script helps to install fonts | |
# | |
# Set your default font storage directory here | |
##DEFAULT_DIR="$HOME/fonts" | |
DEFAULT_DIR=`pwd` | |
# Set the default font installation directory here | |
DEFAULT_DEST="/usr/share/fonts/truetype/font-install" |
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
def maleNames = [ 'Andrea', | |
'Luca', | |
'Marco', | |
'Francesco', | |
'Matteo', | |
'Alessandro', | |
'Davide', | |
'Simone', | |
'Federico', | |
'Lorenzo', |