Windows 10 build 1709
Tor 0.3.1.9 win32
Vidalia standalone 0.2.21 win32
Polipo 20140107 win32
This file contains 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
"%ConEmuDrive%\Program Files (x86)\Git\bin\sh.exe" --login -i -new_console:a |
This file contains 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 | |
$tableau = array( | |
"id_cat4" => array( | |
"zom_cat1", | |
"éom_cat1" => array( | |
"nom_elem3" => "description_elem1", | |
"nom_elem2" => "description_elem2", | |
"nom_elem1" => "description_elem2" | |
), |
This file contains 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
#nombre de fichiers dans le répertoire courant inluant les sous répertoires | |
find . -name \* | wc -l | |
#exécuter le script courant dans vim | |
:w | !/bin/bash % | |
#Modifier les droits sur des répertoires X | |
chmod -R a+rX * |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
# | |
# Run as root | |
# $ bash <(curl -s https://raw.github.com/gist/1631411) | |
# | |
# Update, upgrade and install development tools: | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y install build-essential git-core curl \ | |
libssl-dev \ |
This file contains 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
#rightCol { display:none; } | |
#pagelet_bookmark_nav div { display:none; } | |
.homeWiderContent div#contentArea { width:auto!important; padding-right:0!important;} | |
.uiStreamMessage .actorName a, .uiStreamMessage .passiveName { color:#C11F1F!important; font-size:14px; font-weight: normal!important; font-style: italic } | |
.uiStreamHomepage > li { border-top: 1px solid #ccc!important; border-bottom: 1px solid #ccc!important; } |
This file contains 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 adduser \ | |
--system \ | |
--shell /usr/bin/git-shell \ | |
--gecos 'git version control' \ | |
--group \ | |
--disabled-password \ | |
--home /home/git \ | |
git |
This file contains 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
user www-data; | |
worker_processes 2; | |
pid /run/nginx.pid; | |
events { | |
worker_connections 768; | |
multi_accept on; | |
} | |
http { |
NewerOlder