Skip to content
View xWhaler's full-sized avatar

Block or report xWhaler

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
xWhaler/README.md
  • πŸ‘‹ Hi, I’m @xWhaler🐳
  • πŸ‘€ I’m interested in SysOps Cloud & Virtualization πŸ€“
  • 🌱 I’m currently learning CIS and Business Intelligence
  • πŸ’žοΈ I’m looking to collaborate on projects with anything involving Cloud Computing or Virtualization.
  • πŸ“« How to reach me: email me at [email protected]
  • πŸ˜„ Pronouns: He, Him, Dude 😎
  • ⚑ Fun fact: I enjoy reading historical non-fiction and surfing πŸ„β€β™‚οΈ
  • πŸͺ I πŸ’• Go & Python πŸ€“

Pinned Loading

  1. SSH key generation SSH key generation
    1
    # Generate SSH key 
    2
    ssh-keygen -t rsa -b 4096 -C "[email protected]"
    3
    
                  
    4
    # Setting permissions
    5
    chmod 700 ~/.ssh
  2. Create a VLAN on Arch Linux system Create a VLAN on Arch Linux system
    1
    #Install iproute2 if you haven't already
    2
    sudo pacman -S iproute2
    3
    
                  
    4
    #Ensure the 8021q module is loaded, as this is necessary for VLAN tagging.
    5
    sudo modprobe 8021q
  3. cookbook cookbook Public

    Forked from mistralai/cookbook

    Jupyter Notebook

  4. html-chatbot html-chatbot Public

    simple structure for a chatbot with OpenAI API call example

    HTML 1

  5. xWhaler xWhaler Public

    Config files for my GitHub profile.