AAArslan Altafinarslanaltaf.hashnode.dev·Mar 2, 2023 · 2 min readFile PermissionFile Permission In Linux, there are three types of a file. User - the permission applies only to the owner of the file or directory, they will not impact the actions of other users. Users can also be called default owners of the file. Group - It is a...00
AAArslan Altafinarslanaltaf.hashnode.dev·Feb 23, 2023 · 1 min readDay 16: DockerDocker Docker is a platform that allows you to build, test and deploy applications quickly. Docker packages software into standardized units called containers that have everything that needs to run including libraries, system tools, code and runtime....00
AAArslan Altafinarslanaltaf.hashnode.dev·Feb 22, 2023 · 1 min readDay 08: Gitgit1)What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple. Git keeps a record of who made changes to what part of a file and you can revert to earlier versions of the...00
AAArslan Altafinarslanaltaf.hashnode.dev·Feb 21, 2023 · 1 min readDay 07:Package Manager1)What is a package manager in Linux? A package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages on an operating system. The package manager can be a graphical application like a software center ...00
AAArslan Altafinarslanaltaf.hashnode.dev·Feb 20, 2023 · 1 min readDay 4: Shell Scripting for DevOps EngineerWhat is Shell Scripting? Shell scripting is a technique in which a programmer writes a series of commands for the shell to execute. Shell scripting is used to automate the process of provisioning and configuring a new server, installing the necessary...00