Skip to content
View lcuevastodoit's full-sized avatar
✔️
Verified
✔️
Verified
  • Bogota DC, Colombia

Block or report lcuevastodoit

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. docker-routeros docker-routeros Public

    Forked from EvilFreelancer/docker-routeros

    Mikrotik RouterOS inside Docker container

    Shell

  2. mtik mtik Public

    Forked from astounding/mtik

    An interface to the MikroTik RouterOS API (via TCP) in Ruby

    Ruby

  3. Nginx_LetsEncryptCertbot.txt Nginx_LetsEncryptCertbot.txt
    1
    sudo apt-get install nginx
    2
    sudo ufw allow OpenSSH
    3
    sudo ufw allow http
    4
    sudo ufw allow https
    5
    sudo ufw allow 4000
  4. Setting up Qemu with a tap interface Setting up Qemu with a tap interface
    1
    ## Setting up Qemu with a tap interface
    2
    
                  
    3
    There are two parts to networking within QEMU:
    4
    
                  
    5
    - The virtual network device that is provided to the guest (e.g. a PCI network card).
  5. Install Zabbix Agent Ubuntu Install Zabbix Agent Ubuntu
    1
    wget https://repo.zabbix.com/zabbix/5.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.2-1%2Bubuntu20.04_all.deb
    2
    sudo dpkg -i zabbix-release_5.2-1+ubuntu20.04_all.deb
    3
    sudo apt update
    4
    sudo apt-get -y install zabbix-agent
    5
    sudo nano +117 /etc/zabbix/zabbix_agentd.conf
  6. colorized_logs colorized_logs Public

    Ruby gem to colorize Rails logs

    Ruby 1