Madhav Ganesanmadhavganesan.hashnode.dev·Dec 1, 2024A Deep Dive into Operating SystemsAn operating system is software that manages a computer’s hardware. A computer system can be divided into four components: the hardware, the operating system, the application programs, and a user. The hardware — the central processing unit (CPU), the...os
Arindam Baidyavim-editor-ops.hashnode.dev·Nov 21, 2024VIM EditorMastering Vim: The Ultimate Cheat Sheet for Beginners If you've ever felt overwhelmed by the complexity of Vim, you're not alone. This powerful text editor, though intimidating at first glance, becomes an incredible tool once you master its commands....vim
Kasturi Nithinnithin1.hashnode.dev·Nov 17, 2024Establishing connection btwn ec2 instance and windows using MobaXterm.Let’s deep dive into creating an ec2 instance and connecting it with windows operating system using mobaxterm. Create a ec2 instance Log in to your aws account or signup to take use of 12-months free trial .After logging in head towards Console Home ...AWS
Sachin Palteamgeek.geekpython.in·Nov 14, 202410 Useful yet Rarely Used OS Functions in PythonYou must have used functions provided by the os module in Python several times in your projects. These could be used to create a file, walk down a directory, get info on the current directory, perform path operations, and more. In this article, we’ll...Python
Aditi Sitauladeepdiveos.hashnode.dev·Nov 12, 2024How does Ls work internally? A deep dive into files, devices and OSWhen you’re working with Linux, one of the most common commands you'll use is ls. Whether you're listing files in your home directory, exploring device files in /dev, or examining the contents of a system directory, ls is an essential tool. But have ...os
Arindam Baidyadevprocess.hashnode.dev·Nov 8, 2024Operating System (OS)What is OS? OS is an interface between Applications and Hardware. It is a piece of software that manages a computer system's resources, both hardware and software. OS acts as a resource manager and provides a convenient environment for users to run t...1 like·57 readsoperating system
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Oct 28, 2024How to Upgrade Node.js on Different Operating SystemsNode.js, a popular JavaScript runtime, regularly releases updates to improve performance, fix bugs, and add new features. Staying up-to-date ensures compatibility with new libraries and keeps your system secure. Here’s a step-by-step guide on how to ...Node.js
Anish Agrawalanish29801.hashnode.dev·Oct 16, 2024Unix vs. LinuxWhen it comes to operating systems, Unix and Linux are often mentioned in the same breath due to their shared history and similar commands. However, they have significant differences in terms of origin, architecture, usage, licensing, and adaptabilit...Linux
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 6, 2024Day 2 : Fundamentals Of LinuxToday, We will learn about Linux fundamentals. Let's talk about the What, Why, and How of Linux. What is Linux? As we all know, Linux is an operating system that is open-source and has many flavors (different distributions). Some well-known flavors o...1 like·60 reads90 Days Of DevOpsTutorial
Mihir Suratwalamihirsuratwala.hashnode.dev·Oct 5, 2024Why Linux is Vital for DevOps: Architecture ExplainedWhat is OS ?? An operating system is software that manages all of the hardware resources associated with your desktop or laptop. To put it simply, the operating system manages the communication between software and hardware. Linux Architecture Appl...AWS