Skip to content
View this-is-yaash's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report this-is-yaash

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
this-is-yaash/README.md

Hello there, I'm Yashwanth 👋

A 4th year MS Student in Software Systems, with a passion & curiousity for contributing to open-source community. I like to research, explore and invent new things related to open-source, linux and AI/ML. I look forward to a better world of open-source and linux.

Skills 🖥️

  • Git
  • Python
  • Shell Scripting

Currently 🌱

  • Conducting research on a project related to Open-Source & Linux.
  • Delving deep into the Linux Systems & Architecture to broaden my understanding.

Pinned

  1. DisBotisCustom DisBotisCustom Public

    Server maintenance discord bot with administration and users accessibility features.

    JavaScript

  2. sneaky-package sneaky-package Public

    This is a sneaky package 🥷, for sneaking stuffs inside 🥸.

    Python 1

  3. REMOVE OLDER KERNEL IN FEDORA LINUX REMOVE OLDER KERNEL IN FEDORA LINUX
    1
    # REMOVE OLDER KERNEL IN FEDORA LINUX
    2
    ### Remove Older Kernel Version ( remove older fedora updates )
    3
    To show which version of kernel are we running right now.
    4
    ```bash
    5
    $ uname -sr 
  4. Add SSH Credentials in Git Add SSH Credentials in Git
    1
    # Generate SSH Key
    2
    ```bash
    3
    ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
    4
    ````
    5