Home

Welcome to My Personal Blogging Area

Piyush Gupta

  • HTTP response status codes

    HTTP response status codes

    July 11, 2018 by

    HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: informational responses, successful responses, redirects, client errors, and servers errors. Status codes are defined by section 10 of RFC 2616. Information responses (HTTP response status codes) 100 Continue This interim response indicates that everything so far is OK… Read more

  • Transfer files using SCP Command in Linux

    December 16, 2019 by

    Author : Piyush GuptaSCP (Secure Copy) is a command line tool for Linux systems for securely transfer files from local to remote server or vice a versa. SCP uses SSH protocol for transferring files between two systems which is more secure than ftp. Syntax: (Local to Remote) scp /path/to/local/file.txt user@192.168.10.100:/remote/path/ Syntax: (Remote to Local) scp… Read more

  • How to Kill a Process by Name in Linux

    December 15, 2019 by

    Command line users rely on the ‘kill’ command to terminate a process as defined by the appropriate process identifier (PID). While there’s nothing wrong with targeting processes by their PID, another approach which is often easier is to target a process by name, rather than its unique identifier. There are a few ways to kill… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started