Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zerof on github.
  • I am zerof (https://keybase.io/zerof) on keybase.
  • I have a public key whose fingerprint is 9496 BC80 3B9C 3C65 6E78 A5B9 C759 1EFB EDFC 6E11

To claim this, I am signing this object:

@ZEROF
ZEROF / nodewatch.sh
Last active August 29, 2015 14:07
Node watch installation script
#!/bin/bash
# This script will help you to set Nodewatch (http://vpsantiabuse.com/).
# Tested with Debian 7 32/64bit.
# Script 2nd hand author ZEROF <zerof@backbox.org>
# Idea was born here https://vpsaddicted.com/installing-and-configuring-nodewatch-on-debian-7/
# If you like Linux and security join http://backbox.org
# Script version 0.3b
# This script is distributed under a DO WHAT THE F*** YOU WANT TO PUBLIC LICENSE.
# http://rmlh.me/license.html
@ZEROF
ZEROF / beaglebon-linux-settings.sh
Created July 3, 2014 12:31
Driver installation for BeagleBone for Linux user isn't required, but you might find a few udev rules helpful.
cat > /etc/udev/rules.d/73-beaglebone.rules <<EOF
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_interface", \
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a6d0", \
DRIVER=="", RUN+="/sbin/modprobe -b ftdi_sio"
ACTION=="add", SUBSYSTEM=="drivers", \
ENV{DEVPATH}=="/bus/usb-serial/drivers/ftdi_sio", \
ATTR{new_id}="0403 a6d0"
ACTION=="add", KERNEL=="ttyUSB*", \