Skip to content

Instantly share code, notes, and snippets.

Munin monitoring unbound installation
sudo apt install munin munin-node munin-plugins-extra
Activate unbound plugins:
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_class
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_flags
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_opcode
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_rcode
@ZEROF
ZEROF / extract-cert-ovpn.sh
Created October 15, 2020 08:21
Extract the certificate and key from an .ovpn file
#!/bin/bash
# This script will extract the certificate and key from an .ovpn file
# into their own files, which makes it possible to use them to configure
# the VPN using Ubuntu's network manager
# Usage example:
# >> ovpnconvert username.dev.ovpn
sed '1,/<ca>/d;/<\/ca>/,$d' $1 > $1.ca.crt
@ZEROF
ZEROF / PC Engine apufix1a = heat spreader placement fixture for apu-2,3,4 boards 3D printing module.md
Last active December 28, 2019 22:44
PC Engine apufix1a = heat spreader placement fixture for apu-2,3,4 boards 3D printing module

From @BalCC0n orga team for hackers communities

People from our team have PC Engine small single board computers for networking in their office or home office. To protect board we are using this case:

image

The heat spreader kit is included with apu boards but because of his size it's not really easy to place it where we want. People from PC Engine are selling heat spreader placement fixture (apufix1a https://pcengines.ch/apufix1a.htm)), but in some countries is not even possible to order it.

@ZEROF
ZEROF / Fixing VMWARE Workstation 15.5.x kernel 5.4 modules issue.md
Created December 15, 2019 13:15
Fixing VMWARE Workstation 15.5.x kernel 5.4 modules issue

Hi folks,

For some time now there is an issue for all people running VMWARE Workstation (i think even player) with vmmon and vmnet kernel modules. When you start Workstation you will get message "Before you can run VMWare, several modules must be compiled and loaded into the running kernel". You will try to click on install, but in the end you will get an error message with path to error log file.

VMware-Kernel-Module-Updater

I'm running kernel 5.4 because this version is fixing few hardware issues I have with "modern hardware" on my laptop.

@ZEROF
ZEROF / Lenovo Carbon X1 (7th generation) battery not charging (solution).txt
Created December 12, 2019 08:58
Lenovo Carbon X1 (7th generation) battery not charging (solution)
I woke up, started my laptop, and I got laptop poweroff just after booting. My Carbon X1 (7th generation) is only 2 months
old. Not really best way to start a day.
Solution:
1. Power off your lap top
2. Find this little reset button on the bottom of your laptop
3. Hold for five seconds let go; plug laptop back
4. Hit power button
@ZEROF
ZEROF / vmware_player_15.5__for_ubuntu_and_backbox_install.txt
Created September 28, 2019 20:37
Install VMWare Player 15.5 for Ubuntu 18.04 and BakcBox Linux
## Install VMWare Player 15.5 for Ubuntu 18.04 and BakcBox Linux
I don't know if VMWare is messing with Linux users or they just don't care, installing VMWare player was not pleasure at all.
You need hackish brain to make it working with Remove Console who is kind of dependency for VMWare WebSphere and
advanced users of VMWare products. Anyway ..
## Step by step
Install older version of VMWare Player 12.5.9
THIS IS OLD VERSION NOT SUPPORTED ANYMORE
Check: https://gist.github.com/ZEROF/10743343
#!/bin/bash
# This script will help you to set Hiawatha Server.
# Tested with Debian 7/8 32/64bit.
# Script author ZEROF zerof at backbox dot org
# If you like Linux and security join http://backbox.org
# Script version 0.5t
# This script is distributed under a DO WHAT THE F*** YOU WANT TO PUBLIC LICENSE.

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 / openvas-backbox4.sh
Last active September 30, 2016 02:17
OpenVAS 7 BackBox 4 installation
#!/bin/bash
# Install OpenVas 7 with BackBox 4.0
# Author ZEROF <zerof at backbox dot org>
# Orginal idea (not working any more): http://www.mockel.se/index.php/2014/02/openvas-7-beta-on-ubuntu-14-04-lts-beta/
# This installation guide was update and translated to script by ZEROF for BackBox 4 users.
# -OpenVas packages updated to last version /x2
# -Fixed installation erros
# -Installing gpg key for feeds upgrade
# -Setting user and password
# -Remove script was upgraded and remove menu option included
@ZEROF
ZEROF / ftp-backup.pl
Created October 7, 2014 16:43
FTP Perl backup script for Debian 7
#!/usr/bin/perl -w
# ORGINAL FTP BACKUP SCRIPT V1.00
# Version 1.01 2nd hand coded BY ZEROF <zerof at backbox.org>
# This script was updated because some providers support only FTP passive mode (like online.net)
# And I needed Debian support as well (replaced path of gzip)
# SFTP support didn't work, need few lines of new code I guess, I didn't spend to much time on that part
# i just disabled, for now. If you have idea about fixing this, keep me posted.
# Is this best solution you will find? Nop, find some more secured scipt like duplicity
# COPYRIGHT 2013 - WEBHOSTINGHERO.COM