Skip to content
View Tharun-DV's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Tharun-DV

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
Tharun-DV/README.md

Hi 👋, I'm Tharun D V

A C0MPUT3R SC13NC3 Student

mindbender

  • 🔭 I’m currently working on To create a Custom Linux Iso

  • 🌱 I’m currently learning Rust programming , Machine Learning , Cybersecurity

  • 💬 Ask me about Linux , Artificial Intelligence

Connect with me:

tharun-dv tharundv

Languages and Tools:

bash c docker figma git hugo linux mysql python rust scikit_learn

Pinned

  1. bspwm bspwm Public

    Shell 2

  2. C-Programming C-Programming Public

    C 1

  3. Dark-WebCrawler Dark-WebCrawler Public

    Python 1

  4. Linux-basics Linux-basics Public

    C 1

  5. Fix Locales in any distro Fix Locales in any distro
    1
    #!/bin/bash
    2
    
                  
    3
    echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment
    4
    echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
    5
    echo "LANG=en_US.UTF-8" | sudo tee -a /etc/locale.conf
  6. vaishal-as/House-Price-Prediction vaishal-as/House-Price-Prediction Public

    CSS