Govindgovindyadav.hashnode.dev·Nov 19, 2023Behind the Scenes: How Computers Keep Track of TimeTime at it's simplest is just a series of increasing seconds. However, keeping track of time across the world is a much more difficult practice. Let’s look at the basics of how time works and then we will see ways how we manage it in computers. Under...Discusstime ni computers
Ankit Jaiswalankitjaiswal.hashnode.dev·Nov 2, 2023Operating Systems: IntroductionThis is a foundational introduction to the core concepts of operating systems, including the role of an operating system, process management, memory management, and system calls. It uses the xv6 operating system as a practical example to illustrate t...DiscussKernel
Kamran Arifkamranarif.hashnode.dev·Nov 2, 2023Day 02/90: Basic Linux CommandsWhat is Linux: Linux is an open-source, Unix-like operating system kernel that serves as the core component of many different Linux distributions, commonly referred to as "Linux" as well. It was created by Linus Torvalds in 1991 and has since become...Discussunix
Rakesh Tulserakeshtulse7.hashnode.dev·Oct 31, 2023Unix File Permissions:In Unix-like systems, every file and directory has a set of permissions. These permissions are divided into three categories: User (u): The owner of the file. Group (g): The group associated with the file. Others (o): Everyone else. For each cat...DiscussLinux
vaibhav zingadevaibhavzingade.hashnode.dev·Oct 27, 2023Day 4 : Basic Shell Scripting for DevOps.What is Shell Scripting for DevOps? Shell scripting is a programming language that can used to automate tasks in a Linux/Unix environment. In the context of DevOps, shell scripting is used to automate repetitive and streamline the development and de...Discuss·1 like·26 readsDevops
Amrutha Damruthadronamraju.hashnode.dev·Oct 26, 2023Windows Commands Vs Unix CommandsThe differences between Windows commands and Unix commands, and provide examples of common tasks and their corresponding commands in both systems. Windows Commands: This section introduces Windows commands as a set of instructions executed in the C...DiscussPython/Linux Interview Q/Awindows-commands
Nitish Chintakindinitishchintakindi.hashnode.dev·Oct 24, 2023Introduction To Linux And Its Basic Commands🚀🐧What is Linux Linux is an operating system like Windows, but it's open-source, meaning anyone can use, modify, and distribute it for free. There are many "flavors" of Linux, called distributions (distros), like Ubuntu, Fedora, and Debian, each wi...Discuss·7 likes·44 readsDevops
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Oct 9, 2023Docker (not Podman) & Docker compose for Oracle ComputeA blog for this? surely it's just the command below, right? # Don't actually run this # sudo dnf install docker No, it doesn't. Because this command installs Oracle's flavour of Docker called podman-docker. Here is proof: Podman might be fine for y...Discuss·46 readsDocker
Sabhi Sharmasabhisharma.hashnode.dev·Oct 3, 2023Understanding the Command LineIn this article, we will understand a Unix-based command line, the Bash! What are Shell and Kernel? In any computing system, say we consider the Operating System as a "Pistachio". The core of the Operating System is called a Kernel. The Kernel has c...Discuss·3 likes·204 readscommand line
raju ghoraicoderj001.hashnode.dev·Sep 30, 2023Unlocking the Power of Unix Philosophy: Crafting Streamlined ScriptsIn the world of scripting and automation, there exists a philosophy that has stood the test of time – the Unix philosophy. Originating from the brilliant mind of Ken Thompson, this philosophy serves as a guiding light for software developers seeking ...DiscussLinux