Skip to content

Instantly share code, notes, and snippets.

View Ghosts's full-sized avatar
🏳️‍🌈
🎮

Caden Sumner Ghosts

🏳️‍🌈
🎮
  • Denver
  • 09:03 (UTC -06:00)
View GitHub Profile
@StephenRadachy
StephenRadachy / wwhack.sh
Last active February 13, 2016 09:44
HIDE WWHack Presentation
###################
# #
# Basics #
# #
###################
# Updating
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
@acrogenesis
acrogenesis / hacks htaccess
Last active January 3, 2016 08:45
.htaccess hacks
Well i didn't see any thread about this so let's start one :DRINK:
Specify the Directory Index:
DirectoryIndex newindex.html
Specify 404 error:
ErrorDocument 404 /404error.html
Redirect 301
Redirect 301 /old.html /new.html