Search Engine | Keyword | Suggested URI |
---|---|---|
ge | https://encrypted.google.com/search?q=%s |
|
DuckDuckGo | ddg | https://duckduckgo.com/?kae=t&kaj=m&kam=osm&kav=1&kn=-1&ks=n&q=%s |
This file contains 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
acme-v02.api.letsencrypt.org |
This file contains 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
### | |
### 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 |
This file contains 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
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'. |
This file contains 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
### | |
### 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 |
This file contains 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
#! /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 |
This file contains 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
/* | |
* ---------------------------------------------------------------------------- | |
* "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 $ |
This file contains 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
https://[*.]microsoft.com | |
https://[*.]microsoftonline.com | |
https://[*.]teams.skype.com | |
https://[*.]teams.microsoft.com | |
https://[*.]sfbassets.com | |
https://[*.]skypeforbusiness.com |
This file contains 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
#~/.screenrc | |
terminfo * F1=^[OP | |
terminfo * "^[[23~"=^[OP | |
terminfo * F2=^[OQ | |
terminfo * "^[[24~"=^[OQ | |
bindkey -k F1 prev | |
bindkey "^[[23~" prev | |
bindkey -k F2 next |
NewerOlder