Skip to content

Ranjan Kumar

Menu
  • About Me
  • My Papers
Menu

Tips & Tricks – Software Development

Posted on January 8, 2023January 8, 2023 by Ranjan Kumar

Kill a process running on a port, running on windows

Step 1: Find process id

netstat -ano | findstr <Port Number>

Step 2: Kill the process

taskkill /F /PID <Process ID>

Github

git clone https://github.com/username/repo-name.git

git add .
git commit -m "comment"
# git push origin master
git push origin main

git pull

username: username
password: your-personal-access-token-from-github(settings/developer settings/personal access tokens) 

Raspberry Pi

  • 24 Best Raspberry Pi Camera Projects to Help You Get Started! – Link
  • Tutorial: Tactile switch – Link

Search

Recent Posts

  • Leadership Pointers
  • Tips & Tricks – Software Development
  • Design Principles
  • Clustering
  • Search Engine
  • Medical Imaging
  • Cloud Computing Concepts
  • Distributed Deep Learning
  • Multimodal Deep Learning
  • Deep Reinforcement Learning

Categories

  • AI & ML
  • Cloud Computing
  • Computer Vision
  • Deep Learning
  • Deep Reinforcement Learning
  • Explainable AI
  • Medical Imaging
  • Others
  • Reinforcement Learning
  • Software Development
  • Uncategorized