Grant User sudo Privilege
Let’s see how to grant a regular user sudo privilege, this is summaried from process to use regular user instead of root. Use of s ...
Git Partial Merge
I was previously working on a separate branch branch-tmp, now I want to merge some files in that branch into my main personal bran ...
Leetcode Java Summary
TO-DO hiring season, internal reference position: backend developer, DevOps, Infra system design from x code in my laptop? baidu ...
Openshift Vs Kubernetes
OpenShift version: 3.10 I have worked on Kubernetes and OpenShift for several months, both are good container management and sched ...
Git Origin Vs Upstream
Using Git everyday and pull push everyday, let’s spend time to undestand the concept origin and upstream fully. You can edit the u ...
Tar Path Format Issue
I haven’t noticed the path format when I created tarball, this time the format issue plays as a major blocker. We use a module tar ...
Clean Local Working Branch
Sometimes if the local working branch messes up but you want to sync up with your remote branch, for example origin master, first ...
Git Repository Browser
Note in order to run gitk from terminal you need to have a Desktop GUI environment (for example VNC). gitk is a graphical histor ...
Git Disable Pull Prompt
When run git pull origin master to make your local branch up-to-date, if there are files need to be merged, you will get prompt to ...