#linux
Read more stories on Hashnode
Articles with this tag
netstat -an | grep 12345 - to view ports which are already running | we can view process on a particular port netstat -putan | grep 12345 - to view...
Open source Operating System: Based on UNIX has different flovours, can be configured in so many ways according to different purpose ARCHLinux - used...
Linux Basic Commands 1) To check your present working directory pwd 2) List all the files or directories ls 3)Lists hidden files or directories: ls...
Git Stash: Git stash is a Git command that allows you to temporarily save changes that are not yet ready to be committed. This is useful when you...
Git Branching: Git branching is a powerful feature of the Git version control system that allows you to work on multiple versions of your code...
What is Git and why is it important? Git is a version control system that helps developers track changes to their code over time, collaborate with...