Skip to content

Instantly share code, notes, and snippets.

View syst0m's full-sized avatar

Tomislav Tomašić syst0m

  • London, United Kingdom
View GitHub Profile
@dorneanu
dorneanu / chroot.sh
Last active January 21, 2020 13:01
Put nginx and PHP to jail using Debian 8
#!/bin/bash
# Config
N2CHROOT=~victor/tmp/n2chroot
export JAIL=/var/www/chroot
function create_chroot {
# Create devices
mkdir $JAIL/dev
mknod -m 0666 $JAIL/dev/null c 1 3
@venomjke
venomjke / gist:67e74cc7579aeb9ae85e
Created June 13, 2015 00:01
badoo, like autoclicker, liker
setInterval(function(){ document.querySelector('.b-link.js-profile-header-vote').click() }, 1500);
@ashrithr
ashrithr / readme.md
Last active December 7, 2022 01:47
Installing ELK on a single machine

Installing ELK (CentOS)

This is a short step-by-step guide on installing ElasticSearch LogStash and Kibana Stack on a CentOS environment to gather and analyze logs.

I. Install JDK

rpm -ivh https://dl.dropboxusercontent.com/u/5756075/jdk-7u45-linux-x64.rpm
@cstrahan
cstrahan / README.md
Last active June 10, 2023 01:15
Binary transfer script for minicom.

Configure minicom with minicom -s and enter the “File transfer protocols” section. You can add a section there called “binary”, point it at your file, and specify:

Field Value
Name Binary
Program bin-xfer -o %l
Name Y
U/D U
FullScr Y
@mtigas
mtigas / gist:952344
Last active June 20, 2024 11:22
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes: