Bhanu Prakash Korthiwada
  • Home
Sign in Subscribe

Latest

How to use tar command in Linux?

The tar command on Linux is often used to create or extract .tar.gz or .tgz archive files, also called "tarballs". Command has integrated compression, It can create a .tar archive and then compress it with gzip (.tar.gz) or bzip2 (.tar.bz2) compression in a single command.

By Bhanu Prakash Korthiwada Nov 21, 2020

Search

Why Solr over Lucene.net?

When there is a need to build on-premise Search solution, Solr or Lucene will occupy the top place in the list. They are compared to each other in this article.

By Bhanu Prakash Korthiwada Aug 22, 2018
Git retrieve a single file from old commit

git

Git retrieve a single file from old commit

Many times we wanted to retrieve a single file from old commit, below is the simple command to get the job done. git checkout <commit_hash_value> <file_path_to_retrive> We can also use HEAD reference in place of hash value: * HEAD  will get file

By Bhanu Prakash Korthiwada Jan 9, 2018
Bhanu Prakash Korthiwada
  • Twitter
  • LinkedIn
Powered by Ghost

Bhanu Prakash Korthiwada

Thoughts, stories, solutions and ideas.