Skip to content
View khuralyuvraj's full-sized avatar
Block or Report

Block or report khuralyuvraj

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

  1. spaceForceScoringEngineFix spaceForceScoringEngineFix Public

    Here's a more family friendly, and more user friendly version of the space force VM.

    CSS

  2. vscodeExts vscodeExts Public

    A script that installs my personal favorite VSCode extensions or any other .vsix extensions you store in the extensions folder.

  3. Fix for vmmon and vmnet problems in ... Fix for vmmon and vmnet problems in Arch and Debian based systems.
    1
    ## Easiest way
    2
    - Disable Secure Boot
    3
    - And after rebooting, run the following:
    4
    ```
    5
    sudo vmware-modconfig --console --install-all
  4. If you have ever had problems runnin... If you have ever had problems running commands as other users in Ubuntu, this might be helpful.
    1
    # Executing a command as another user
    2
    
                  
    3
    Now the command to run commands as another user is simply:
    4
    ```
    5
    su [user] -c [command]