Dhananjay Patel Logo
  1. Home
  2. / Blog
  3. / Useful Terminal Commands
  4. / Lessons
  5. / 1

Prev

Next

Create SSH key

Terminal window
ssh-keygen -t ed25519 -C "dhananjaypatel.mailto@gmail.com"

Command to show content of file

Terminal window
cat file.txt ==>> console at
nano file.txt ==>> open simple terminal-based text editor

Continuously ping the domain to check if domain is live

Terminal window
ping -t <url with out http|s> //it send packet to check for connecion | press ctrl+c for quit

Prev

Next