Category: Career

Git Proxy

create gitconfig: user> git config –global user.name “jayceee” user> git config –global user.email jicheng17@gmail.com user> git config –global -e edit gitconfig to add in: [http] proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080...

hard link vs symbolic link

#####Hard link vs. Soft link in Linux or UNIX #####Hard links cannot link directories. Cannot cross file system boundaries. Soft or symbolic links are just like hard links. It allows to associate multiple filenames with a single file. However, symbolic links...