Skip to content

Instantly share code, notes, and snippets.

View apampolino's full-sized avatar

apampolino apampolino

  • Manila, Philippines
View GitHub Profile
@apampolino
apampolino / pldt_fiber_default_passwords.txt
Created April 1, 2021 03:37 — forked from earljon/pldt_fiber_default_passwords.txt
Default Admin Passwords for PLDT Fiber, Ultera and myDSL
PLDT myDSL, Fiber Home, ULTERA Username and Admin
Router: Fiberhome AN5506-04-FA PLDDTHOMEFibr modem
(debug switch)
(step1)
IP Address: 192.168.1.1/fh
Username: fiberhomesuperadmin
Password: sfuhgu
@apampolino
apampolino / 2019-https-localhost.md
Created May 9, 2020 11:31 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@apampolino
apampolino / .htaccess-basic-auth-exclude-url
Created January 14, 2020 10:47 — forked from fmtarif/.htaccess-basic-auth-exclude-url
#htaccess HTTP Basic authentication excluding specific url
#for Apache 2.4
SetEnvIf Request_URI ^/tracking/logs auth=1
SetEnvIf Request_URI ^/anotherdir/logs auth=1
AuthName "Please login"
AuthType Basic
AuthUserFile "/srv/http/.htpwd"
# first, allow everybody
Order Allow,Deny
@apampolino
apampolino / update-vbox-add.sh
Last active March 7, 2019 08:04 — forked from fernandoaleman/gist:5083680
How to update VirtualBox Guest Additions with vagrant
# Start the old vagrant
$ vagrant init centos-6.3
$ vagrant up
# You should see a message like:
# [default] The guest additions on this VM do not match the install version of
# VirtualBox! This may cause things such as forwarded ports, shared
# folders, and more to not work properly. If any of those things fail on
# this machine, please update the guest additions and repackage the
# box.