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 | |
# | |
# $Id: fixdns 445 2016-01-25 02:49:25Z carl $ | |
# | |
# Recursive/Caching Nameservers | |
# | |
# Dallas, Standard Network | |
nsc_dl1="72.249.191.254" |
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/sh | |
# If you are new to arch, I encourage you to at least read and understand what | |
# this script does befor blindley running it. | |
# That's why I didn't make a one-liner out of it so you have an easier time | |
# reading and understanding it :) | |
# | |
# This scripts purpose is purly to save you a few seconds on your new installation. | |
# | |
# Enjoy your time on an awesome system. Arch FTW! |
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
for i in $(ls /sys/class/net/) ; do | |
/usr/sbin/ip addr flush $i & | |
done |
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
<script src="//paste.js-cdn.ru/js/jquery-1.11.3.js" integrity="sha256-7LkWEzqTdpEfELxcZZlS6wAx5Ff13zZ83lYO2/ujj7g= sha384-+54fLHoW8AHu3nHtUxs9fW2XKOZ2ZwKHB5olRtKSDTKJIb1Na1EceFZMS8E72mzW sha512-xAERw8wHVOkM9x9y9/FvQ7g1t+gIQj39mfkN1Rd1OLcC5k/x2e6NO8hq6qEbb3oO+CYYTjVLFiFYg5/7ddF0zA==" crossorigin="anonymous"></script> | |
<script src="//paste.js-cdn.ru/js/sjcl-1.0.4.js" integrity="sha256-2pElt7FlibHuIhcmqP8kBm94nycgE0FFs6Qaiwdvs/Q= sha384-lfcQgOvH0hFXkj7sJwTArXZDp+KTfTsxu3cSxm4LsgATzEQ47CkvR441QJWsfzZo sha512-C+yJwJIecUoNyJ9TZbBZxosWOFM9ZSvtBkEG/c6XDLukQouFvRb4kk5H9BtZoaMTMEXJFHRukK8AHz/rLTfTsA==" crossorigin="anonymous"></script> | |
<script src="//paste.js-cdn.ru/js/base64-2.1.9.js" integrity="sha256-TksTMFPWnyzxuc+SAbdtz2TTOz8HcKDvFyme5VoXMi4= sha384-XCWUWOpLYMuCbeTeB0sLgDQNguOwwwlLYIgKC5WYzs8J/FnYZiqekAUvVXkIXoUC sha512-rbqAby7hObftbEoGQzkhUbEh5YkUn2MtekTLs4btvo2oly4CZ3DxhJzEh0u/rNzS54tcJdqi5Ug1ruugEd2U1g==" crossorigin="anonymous"></script> | |
<script src="//paste.js-cdn.ru/js/rawdeflate-0.5.js" integrity="sh |
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
/* exported Script */ | |
const getLabelsField = (labels) => { | |
let labelsArray = []; | |
labels.forEach(function(label) { | |
labelsArray.push(label.name); | |
}); | |
labelsArray = labelsArray.join(', '); | |
return { | |
title: 'Labels', |
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
Instructions: | |
1. Open "/etc/apt/sources.list" in your favourite texteditor. | |
2. Comment out any existing references to "security.debian.org" (or variations thereof) | |
3. Finally add these lines to your sources.list. Make sure to pick either Wheezy or Jessie, | |
depending on what you're running. | |
#for Wheezy | |
deb http://debian-security.mirror.k0nsl.org/debian-security/ wheezy/updates main contrib | |
deb-src http://debian-security.mirror.k0nsl.org/debian-security/ wheezy/updates main contrib |
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
docker run -it -e ROCKETCHAT_URL=k0nsl.org \ | |
-e ROCKETCHAT_ROOM=REDACTED \ | |
-e ROCKETCHAT_USER=REDACTED \ | |
-e ROCKETCHAT_PASSWORD=REDACTED \ | |
-e BOT_NAME=REDACTED \ | |
-e HUBOT_MEMEGEN_USERNAME=REDACTED \ | |
-e HUBOT_MEMEGEN_PASSWORD=REDACTED \ | |
-e HUBOT_OWM_APIKEY=REDACTED \ | |
-e HUBOT_MEMEGEN_DIMENSIONS=500 \ | |
-e GIST_ACCESS_TOKEN=REDACTED \ |
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 | |
##################################################################### | |
# Benchmark Script 2 by Hidden Refuge from FreeVPS # | |
# Copyright(C) 2015 - 2016 by Hidden Refuge # | |
# Github: https://github.com/hidden-refuge/bench-sh-2 # | |
##################################################################### | |
# Original script by akamaras/camarg # | |
# Original: http://www.akamaras.com/linux/linux-server-info-script/ # | |
# Original Copyright (C) 2011 by akamaras/camarg # | |
##################################################################### |
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/sh | |
touch /usr/local/etc/unbound/conf/malwaredomains.conf | |
mv /usr/local/etc/unbound/conf/malwaredomains.conf /dev/null | |
curl -o /root/malwaredomains.txt https://mirror.cedia.org.ec/malwaredomains/justdomains | |
cat /root/malwaredomains.txt | while read DOMAINS | |
do |
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
(overall_footer.html) | |
<script type="text/javascript"> | |
(function($) { | |
$('<div id="banner-xmas"></div>').insertBefore("#nav-main"); | |
$('<div class="forum-xmas"></div>').insertBefore(".forabg, .forumbg"); | |
})(jQuery); | |
</script> | |
<link href="/styles/codoh_blue/theme/santa.css" rel="stylesheet" type="text/css" media="screen" /> |