Skip to content
View luisehk's full-sized avatar

Organizations

@pymty @vordem

Block or report luisehk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Daily, weekly and monthly backups of... Daily, weekly and monthly backups of host-mounted docker volumes, with slack notifications.
    1
    #!/bin/bash
    2
    
                  
    3
    # make sure we're running as root. need it to backup docker volumes and control services
    4
    if [ "$EUID" -ne 0 ]; then
    5
        echo "Please run as root"
  2. Reverse SSH tunnel as a systemd service Reverse SSH tunnel as a systemd service
    1
    #!/bin/bash
    2
    echo 'Starting reverse SSH tunnel'
    3
    /usr/bin/autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -o "ExitOnForwardFailure=yes" -tt -R \*:2222:localhost:22 user@your.server
  3. .vimrc, .tmux.conf and .bash_aliases .vimrc, .tmux.conf and .bash_aliases
    1
    # List of plugins
    2
    set -g @plugin 'tmux-plugins/tpm'
    3
    set -g @plugin 'tmux-plugins/tmux-sensible'
    4
    set -g @plugin 'tmux-plugins/tmux-resurrect'
    5
    set -g @plugin 'tmux-plugins/tmux-cpu'
  4. Migrate from github to self-hosted g... Migrate from github to self-hosted gitlab
    1
    import subprocess
    2
    import requests
    3
    import os
    4
    
                  
    5
    
                  
  5. herrada.me herrada.me Public

    JavaScript