Skip to content
View BeKnowDo's full-sized avatar
:bowtie:
Focusing
:bowtie:
Focusing

Highlights

  • Pro

Block or report BeKnowDo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
BeKnowDo/README.md
  • 👋 Hi, I’m @BeKnowDo
  • 👀 I’ve learned true leadership during my service to the Army.
  • ❤️ I love web-based technologies, user experience, and I'm a linux nerd.
  • 🌱 I’m currently continuing to improve my DevOps knowledge and skill.
  • 💞️ I’m looking to collaborate on autism focused software solutions.
  • 📫 You can reach me on Instagram @veteranpatriot

Pinned Loading

  1. bkd-puppeteer bkd-puppeteer Public

    Puppeteer Website Screenshots Generator for UI Regression testing or general UI Testing

    JavaScript 1

  2. Setting up Ubuntu for my development... Setting up Ubuntu for my development environment and other utilities
    1
    ## Ubuntu 24.10
    2
    ### Installing gDebi
    3
    ```sudo apt install gdebi-core```
    4
    
                  
    5
    ## Sharing Drives via Samba
  3. Fedora Developer Setup Fedora Developer Setup
    1
    | **Software**       | **Installation Steps**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
    2
    |--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
    3
    | **ZSH**            | - **Install via dnf:**<br>  `sudo dnf install zsh -y`<br><br> - **Verify the installation:**<br>  `zsh --version`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
    4
    | **Oh My Zsh**      | - **Run the installer:**<br>  `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`<br><br> - **Set ZSH as the default shell:**<br>  `chsh -s $(which zsh)`<br> Try `sudo usermod -s /bin/zsh $USER` if `chsh` doesn't work<br>  *(Log out and log back in to apply the change)*                                                                                                                                                                                                                                                                                                                                                                                                                                          |
    5
    | **nvm**            | - **Ensure curl is installed:**<br>  `sudo dnf install curl -y`<br><br> - **Run the install script:**<br>   `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh \| bash` <br><br> - **Activate nvm:**<br>  Restart your terminal or run `source ~/.zshrc`<br><br> - **Verify installation:**<br>  `nvm --version`                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  4. Common Linux Commands Common Linux Commands
    1
    # Common Linux Commands
    2
    The purpose of this this is to document every day commands we use in the terminal on linux based systems.<br/>
    3
    <em>(we'll use ZSH as our shell)</em>
    4
    
                  
    5
    ## Copy files to/from a remote server
  5. MacOS Catalina Setup MacOS Catalina Setup
    1
    ## MacOS Catalina Setup
    2
    ### Install Xcode
    3
    - [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
    4
    
                  
    5
    ## VS Code Installation