Skip to content

Instantly share code, notes, and snippets.

acme-v02.api.letsencrypt.org
###
### B.1 TOP-LEVEL INTERNET ORGANIZATIONAL WHOIS SERVERS
###
#
# ICANN gTLD WHOIS (run by Verisign)
whois.internic.net
# IANA
#whois.iana.net - NXDOMAIN
whois.iana.org
# Network Solutions, Inc. for Shared Registration System
root@atlasprobe:/opt/ripe-atlas-software-probe# git pull --progress --recurse-submodules --all
Fetching submodule probe-busybox
Already up to date.
root@atlasprobe:/opt/ripe-atlas-software-probe# cd ..
root@atlasprobe:/opt# ./ripe-atlas-software-probe/build-config/debian/bin/make-deb
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
@netravnen
netravnen / install_pimd_dense_repo.sh
Last active November 28, 2023 17:52
Install FRR and Proxmox repositories on non-proxmox and proxmox hosts
###
### Install the PIMD-DENSE repository hosted by troglobit - https://github.com/troglobit/pimd-dense
###
REL=$(lsb_release -sc);
ARCH="amd64";
apt-get install --yes lsb-release gpg curl wget;
if [[ "${ARCH}" == "amd64" ]]; then
#! /usr/bin/env bash
###
#
# Example input 100.64/10 -> 100.64.0.0 255.192.0.0
#
# Split into /24's -> cidr 255.255.0.0
# Split into /16's -> cidr 255.255.255.0
#
# Replace cidr with relavant value, if splitting on non-classful boundaries
@netravnen
netravnen / pcaptail.c
Last active August 9, 2022 13:08
The C program has been modified to be able to compile on Ubuntu 22.04 LTS with `clang -Wall` - Original copyright holder is user @tobez
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42)
* <[email protected]> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Anton Berezin
* ----------------------------------------------------------------------------
*/
/*
* $Id: pcaptail.c,v 1.1 2006/08/21 11:51:17 tobez Exp $
@netravnen
netravnen / inoreader_tags_delete.js
Created July 30, 2022 09:50
Easy delete all your inoreader tags. As the current menu does not allow bulk deleting the tags from the settings menu.
// Last modified: 2022-07-30
setInterval(function () {
// Select tag to delete, goes top down order
var tag = document.querySelector(
'span.icon-delete-subscription[title="Delete tag"]'
)
// Click the trash can (delete) icon
tag.click()
Search Engine Keyword Suggested URI
Google ge https://encrypted.google.com/search?q=%s
DuckDuckGo ddg https://duckduckgo.com/?kae=t&amp;kaj=m&amp;kam=osm&amp;kav=1&amp;kn=-1&amp;ks=n&amp;q=%s
@netravnen
netravnen / teams.txt
Created October 21, 2021 07:43
teams.txt
https://[*.]microsoft.com
https://[*.]microsoftonline.com
https://[*.]teams.skype.com
https://[*.]teams.microsoft.com
https://[*.]sfbassets.com
https://[*.]skypeforbusiness.com
@netravnen
netravnen / .screenrc
Last active February 15, 2021 10:10
basic screen runtime file
#~/.screenrc
terminfo * F1=^[OP
terminfo * "^[[23~"=^[OP
terminfo * F2=^[OQ
terminfo * "^[[24~"=^[OQ
bindkey -k F1 prev
bindkey "^[[23~" prev
bindkey -k F2 next