Skip to content
View rukh-debug's full-sized avatar
🔭
Dont visit https://is.gd/rub3nk
🔭
Dont visit https://is.gd/rub3nk
Block or Report

Block or report rukh-debug

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
rukh-debug/README.md

Hello World

impl Default for AboutMe {
    fn default() -> Self {
        AboutMe {
            name: "Ruben Kharel".to_string(),
            display_contact_info: true,
            current_title: "Fullstack Dev && DevOps".to_string(),
            intro: "I am a developer and devops guy actively developing webs and also a learner, passively learning various nerdy stuff.".to_string(),
            contact: Contact {
                email: "talkto-at-rubenk-dot-dev".to_string(),
            },
            social: Social {
                website: "http://rubenk.dev".to_string(),
                linkedin: "https://linkedin.com/in/rubenkharel".to_string(),
            },
        }
    }
}

Pinned

  1. aur-packages aur-packages Public

    Packages that I am maintaining in aru.

    Shell 1

  2. Forwarding incoming request coming o... Forwarding incoming request coming on X interface to Y interface for list of ports at once.
    1
    #!/bin/bash
    2
    
                  
    3
    # Define the destination IP
    4
    DEST_IP="100.124.186.54" # Replace it with your tailscale / Wireguard ip of the destination server
    5