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
100% working onion links, all checked! Last updated July 2016. | |
======================================================== | |
.::Wikis and Search Engines::. | |
======================================================== | |
DuckDuckGo Search Engine: http://3g2upl4pq6kufc4m.onion/ | |
TORCH '96 Tor Search Engine: http://xmh57jrzrnw6insl.onion/ | |
Uncensored Hidden Wiki: http://zqktlwi4fecvo6ri.onion/wiki/index.php/Main_Page | |
The Hidden Wiki: http://kpvz7ki2v5agwt35.onion | |
TorLinks: http://torlinkbgs6aabns.onion/ |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude"> | |
<resistance> | |
<strength>10</strength> | |
<screen_edge_strength>20</screen_edge_strength> | |
</resistance> | |
<focus> | |
<focusNew>yes</focusNew> | |
<!-- always try to focus new windows when they appear. other rules do | |
apply --> |
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
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
// ... give time for script to load, then type. | |
jQuery.noConflict(); |
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
<html> | |
<head> | |
<title>LOIC'Online v0.1</title> | |
<!-- <link rel="shortcut icon" type="image/x-icon" href="http://loic-online.site90.net/LOIC.ico" /> --> | |
</head> | |
<center><h1>LOIC Online Anonymous'Edition</h1></center> | |
<body style="background-color:black; color:#FFFFFF;"> | |
<div style="position:absolute; width:100%; height:100%;"> | |
<div style="width:490px; height:326px; position:absolute;"> | |
<img alt="LOIC"src="http://www.calgarc.com/images/loop.png" /> |
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
git config --global user.name "Your Name Here" | |
git config --global user.email "[email protected]" | |
echo "# EDIT ME" >> README.md | |
git init | |
git add . |
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
<?php | |
$output = shell_exec('ls'); | |
echo "<pre>$output</pre>"; | |
?> |
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
Add the above text to /etc/apache2/apache2.conf | |
Changing the AllowOverride None to AllowOverride All. | |
Through SSH run 'a2enmod rewrite' | |
Then to restart Apache run 'service apache2 restart' |
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 apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk |
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 | |
lsblk | |
echo | |
read -p "What do you want to mount?(sdb1, sdb2 ect?): " | |
echo | |
drive=$REPLY | |
read -p "Where do you want to mount it?(media/<LOCATION>): " | |
echo | |
target=$REPLY | |
cd /. |
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
; Maximum allowed size for uploaded files. | |
; http://php.net/upload-max-filesize | |
upload_max_filesize = 32M |