Monthly Archives: March 2014

Beyond Chef and Puppet: Ten essential DevOps tools

1. Git and GitHub: Git is a repository for storing versions of code, otherwise known as a revision-control system; GitHub is a publicly hosted repository of code that can be downloaded and shared. Both are key for running DevOps environments, according

Tagged with: , ,
Posted in DevOps, Technology

How To? Linux Delete Symbolic Link ( Softlink )

Linux Delete Symbolic Link ( Softlink ). Create symbolic link sudo ln -s <link name> <target file/folder> Delete Symbolic Link File – Use the following syntax: rm linkname (or) unlink linkname Delete Symbolic Link Directory – Use the following syntax: rm linkDirName

Tagged with: ,
Posted in Technology