DKDeepak Kashyapinshare.hashnode.dev·Jun 4, 2021 · 4 min readWhat is RACI MatrixBe Aware Of Who Is Doing What With many smart minds coming together to solve a problem at hand one big chunk of work is divided into many modules and through the essence of team work the solution is delivered but quite often this leads to queries lik...00
DKDeepak Kashyapinshare.hashnode.dev·Jan 17, 2021 · 12 min readCreate and Manage Google Cloud Resources*Notes about different modules as part of 'Create and Manage Cloud Resources'. DYOR as this is more from my understanding and articles may not be updated to stay relevant. The code snippets and instructions are mostly copy pasted from QWIK Labs manu...00
DKDeepak Kashyapinshare.hashnode.dev·Jan 5, 2021 · 4 min readLinux - User and GroupsAny process or action performed in the RHEL has to be associated with an user id #Command used to get information of logged in user ls -l #Command which lists the user associated with the files ps -au #Command to list all processes along with user a...00
DKDeepak Kashyapinshare.hashnode.dev·Jan 4, 2021 · 5 min readLinux - File SystemLinux File System is like a single inverted tree of directories. Parent or main directory or top of hierarchy of all is called as root and can be accessed by / Files can be of below 4 types: Static: File contents which remains the same until edi...00
DKDeepak Kashyapinshare.hashnode.dev·Dec 31, 2020 · 6 min readLinux - Local and Remote Logins (SSH)History of Linux Development: Started in MIT as part of project MULTICS (Multiplexed Information and Computing Service) Dennis Ritchie then wrote the complete OS in C language and named it as UNICS which finally ended up being UNIX Linus Torvalds ...00