Skip to content

Instantly share code, notes, and snippets.

View dante11235's full-sized avatar

Roman Zelenaj dante11235

View GitHub Profile
# GNU Screen - main configuration file
# All other .screenrc files will source this file to inherit settings.
# Allow bold colors - necessary for some reason
attrcolor b ".I"
# Tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# Enables use of shift-PgUp and shift-PgDn
@dante11235
dante11235 / 00-usage.md
Last active September 29, 2022 09:53 — forked from Benoss/00-usage.md
AutoSSH Tunnel Config

Create a new local tunnel user to keep the .ssh/config clean

sudo useradd -g nogroup -s /bin/false -m tunnel
sudo -u tunnel mkdir -p ~tunnel/.ssh  # and copy your private key here
sudo -u tunnel nano ~tunnel/.ssh/config  # add host and key configs here and a myhostsshconf (or other name)
sudo -u tunnel ssh myhostsshconf  # just make sure to add your host to `known_hosts`

Create a new systemd service with the same name than an entry in the .ssh/config (myhostsshconf in this example)

@dante11235
dante11235 / install-teleport.sh
Last active April 7, 2022 09:43 — forked from vairisingh/install-teleport.sh
Script to install Teleport on a system
#!/bin/bash
export version=v8.0.7
export os=linux
export arch=amd64
#####################################
curl -O https://get.gravitational.com/teleport-$version-$os-$arch-bin.tar.gz
tar -xzf teleport-$version-$os-$arch-bin.tar.gz
@dante11235
dante11235 / keybase-zabbix-webhook.js
Last active February 2, 2022 16:31
Keybase Zabbix Webhook
var Keybase = {
message: null,
sendMessage: function() {
var params = {
msg: Keybase.message,
},
data,
response,
request = new HttpRequest(),

Keybase proof

I hereby claim:

  • I am dante11235 on github.
  • I am dante11235 (https://keybase.io/dante11235) on keybase.
  • I have a public key ASCal4fibDLGJAtDF0WM8i1ecgKed6zaLv2w9VR-uuhSPgo

To claim this, I am signing this object:

@dante11235
dante11235 / README.MD
Created October 1, 2019 06:18 — forked from nzec/README.MD
DeezLoader Offical Page

Deezloader Remix

(Recommended)

Available for macOS, Linux, Windows.

In the process of a rewrite. Final release will be v4.2.0. The repository might get DMCA' so, make Git Clones/Forks
You can compile yourself now to test for bugs (See rewrite branch in the Git repository)