Skip to content

Instantly share code, notes, and snippets.

@eSkiSo
eSkiSo / my.cnf
Created April 16, 2024 08:38 — forked from fevangelou/my.cnf
Optimized my.cnf configuration for MySQL/MariaDB (on Ubuntu, CentOS, Almalinux etc. servers)
# === Optimized my.cnf configuration for MySQL/MariaDB (on Ubuntu, CentOS, Almalinux etc. servers) ===
#
# by Fotis Evangelou, developer of Engintron (engintron.com)
#
# ~ Updated December 2021 ~
#
#
# The settings provided below are a starting point for a 8-16 GB RAM server with 4-8 CPU cores.
# If you have different resources available you should adjust accordingly to save CPU, RAM & disk I/O usage.
#
// Pi-Hole - Group management -> Adlists
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
https://v.firebog.net/hosts/static/w3kbl.txt
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
https://someonewhocares.org/hosts/zero/hosts
https://raw.githubusercontent.com/vokins/yhosts/master/hosts
https://raw.githubusercontent.com/RooneyMcNibNug/pihole-stuff/master/SNAFU.txt
@eSkiSo
eSkiSo / install_oci8_ubuntu20_php7.4.md
Created March 12, 2021 16:05
Install OCI8 (Oracle) in Ubuntu 20 with PHP 7.4
@eSkiSo
eSkiSo / teste.ipynb
Created November 25, 2019 14:16
teste
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Trabalho (traindata)"
]
},
{
@eSkiSo
eSkiSo / Math.php
Last active August 7, 2019 17:09 — forked from jgrossi/Math.php
Math class
<?php
class Math {
/**
* The base.
*
* @var string
*/
private static $base = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
@eSkiSo
eSkiSo / changepassword.php
Created November 19, 2016 10:39 — forked from mattrude/changepassword.php
LDAP PHP Change Password Page
<?php
/**
* LDAP PHP Change Password Webpage
* @author: Matt Rude <http://mattrude.com>
* @website: http://technology.mattrude.com/2010/11/ldap-php-change-password-webpage/
*
*
* GNU GENERAL PUBLIC LICENSE
* Version 2, June 1991