Skip to content

Instantly share code, notes, and snippets.

View HudsonNicoletti's full-sized avatar

Hudson Nicoletti HudsonNicoletti

View GitHub Profile
# This hosts file is a custom based on https://d3ward.github.io/toolz/adblock.html was missing
#
# Date: 24 February 2023 01:38:06 (UTC)
# Number of unique domains: 184,034
#
# ===============================================================
0.0.0.0 analyticsengine.s3.amazonaws.com
0.0.0.0 analytics.s3.amazonaws.com
0.0.0.0 advertising-api-eu.amazon.com
@HudsonNicoletti
HudsonNicoletti / timemachine.md
Created February 14, 2022 01:09
TimeMachine HomeServer

Time Machine HomeServer

So lets install the dependencies ( I am running ubuntu server 2021 )

$ sudo apt install netatalk
$ sudo apt install avahi-deamon
@HudsonNicoletti
HudsonNicoletti / httpd-xampp.conf
Created July 16, 2017 00:32 — forked from basilfx/httpd-xampp.conf
XAMPP + PHP 7.0 FCGI
#
# XAMPP settings
#
<IfModule env_module>
SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"