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 ...DiscussAWS
Sachin PalforTeam - GeekPythonteamgeek.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...DiscussPython
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 ...Discussos
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...Discuss·1 like·48 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 ...DiscussNode.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...DiscussLinux
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 6, 2024Fundamentals 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...Discuss·1 like·55 readsTutorial
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...DiscussAWS
Janani Asokanwhat-is-ip-address.hashnode.dev·Oct 2, 2024what is BIOS?HEY GUYS, Today let us talk about BIOS BIOS is a Basic Input/Output System. Basic Input/Output System, also known as the System BIOS, ROM BIOS, BIOS ROM or PC BIOS. When you turn on your computer, BIOS is the first software to run on your computer an...Discusshowdoosworks
Abdullah Azizlinux-with-abdullah.hashnode.dev·Oct 1, 2024Starting with Linux: Easy Installation for BeginnersIntroduction to Linux Installation Options Dual Boot What is Dual Boot? Dual booting is when you install Linux alongside Windows or macOS, allowing you to choose which operating system (OS) to use each time you start your computer. It’s great for u...Discuss·10 likes·27 readslinux for beginners