KTKhushbu Tiwariinkhushbutiwari.hashnode.dev·Dec 5, 2023 · 8 min readDockerBasics of Docker Docker was first release in March 2013. It is developed by Soloman Hykes and Sebastian Pahl Docker is set of platform as service that uses O.S level virtualization whereas VMware uses hardware level virtualization. Docker is an op...00
KTKhushbu Tiwariinkhushbutiwari.hashnode.dev·Nov 21, 2023 · 4 min readGit and GitHubSource code management Source code management (SCM) is used to track modifications to a source code repository. SCM tracks a running history of changes to a code base and helps resolve conflicts when merging updates from multiple contributors. SCM is...00
KTKhushbu Tiwariinkhushbutiwari.hashnode.dev·Nov 21, 2023 · 3 min readHow to Exit VimVim is a popular text editor that is known for its power and efficiency. However, for those who are new to Vim, one of the biggest challenges can be simply figuring out how to exit the editor, when unintentionally entering it. In this article, we’ll ...00
KTKhushbu Tiwariinkhushbutiwari.hashnode.dev·Nov 20, 2023 · 15 min readShell ScriptingWhat is shell script? A shell script is a file containing a series of commands.The shell reads this file and carried out the commands as thought they have been carried out directly on the command line. Following steps are required to write shell scri...00
KTKhushbu Tiwariinkhushbutiwari.hashnode.dev·Nov 17, 2023 · 3 min readLinux File PersmissionsToday we will discuss about file permissions in context of Linux.In this session, we will delve into the world of Linux permissions and ownership, and engage in practical tasks related to both. Let's begin by exploring the realm of Permissions. File ...00