• Skip to primary navigation
  • Skip to content
  • Skip to footer
Andrew Chaa cha cha
  • Posts
  • Categories
  • Tags
  • About
    Andrew Chaa

    Andrew Chaa

    I’m attracted to places I haven’t been to and roads I haven’t taken …

    • Website
    • Twitter
    • GitHub
    • Instagram

    bash commands

    less than 1 minute read

    # list all open files on the system that are using the port 5000
    lsof -i :5000
    
    # kill the process with PID 546
    kill 546
    
    

    Tags: bash

    Updated: April 13, 2023

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    less than 1 minute read

    Access database through bastion hosts

    1 minute read

    A bastion host is a special-purpose computer on a network specifically designed and configured to withstand attacks, so named by analogy to the military fort...

    How I use gcloud cli

    1 minute read

    Auth

    Getting Started with React Query

    2 minute read

    React Query is a data-fetching library for React and for React Native. It makes fetching, caching, synchronising, and updating server state in your react app...

    • Twitter
    • GitHub
    • Instagram
    • Feed
    © 2023 Andrew Chaa cha cha. Powered by Jekyll & Minimal Mistakes.