Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 13, 2024Understanding Linux: A Comprehensive Guide for BeginnersLinux is an open-source operating system that is widely known for its flexibility, security, and diverse distributions (often called "flavors"). This guide will walk you through the fundamentals of Linux, covering essential concepts, commands, permis...linux for beginners
sravani punreddysravanipunreddy.hashnode.dev·Oct 23, 2024Linux Commands:Linux commands provide immense power in managing files and system resources. For developers, DevOps engineers, and system administrators, knowing the right commands can save time and avoid errors. This blog covers some of the most essential commands ...38 readslinux-commands
Ramiz Takildarramiz-devops-labs.hashnode.dev·Oct 22, 2024Understanding Package Manager and Systemctl 🚀In the world of Linux, package managers and systemd's systemctl command play crucial roles in managing software and services. This blog will break down these components to help you understand their importance and functionality. What is a Package Mana...Devops
Michael Jonesyasir252my.hashnode.dev·Oct 16, 2024File Manager Personalizing Your File SystemIn the digital age, a file manager is a vital tool that helps users effectively manage the massive amounts of data that are saved on their devices. A dependable file manager may greatly increase your productivity, regardless of your role—whether you'...filemanagement
Tushar Panttusharpant.online·Aug 24, 2024Day 4 of 90-Day DevOps Challenge: Learning Linux File ManagementAs I continue my journey through the 90-Day DevOps Challenge, Day 4 was dedicated to diving deep into the essentials of file manipulation in Linux. Whether you’re working on configuration files, logs, or scripts, being adept at managing files is a co...21 likes·53 reads90 Days of DevOpsDevops
Anshul Choudharyblog.itsmeradiant.tech·Jun 17, 2024Linux Fundamental Part 1Hackers are doers by nature, craving hands-on interaction and experimentation. We love creating and sometimes breaking things. Few enjoy reading lengthy IT theory before hacking. This chapter provides essential skills for Kali immediately. A Bit of ...32 readsLinux Fundamentals For HACKERSlinux for beginners
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·May 31, 2024Automating Everyday Tasks with Python: Boost Productivity with Simple ScriptsIn our fast-paced world, automation can significantly enhance productivity by handling repetitive and time-consuming tasks. Python, with its simplicity and versatility, is an excellent choice for automating everyday tasks. This comprehensive guide wi...72 likes·232 readsPython
Afridi Shaikcloudcoder.hashnode.dev·Dec 2, 2023Working With FilesManaging Files 1. Linux: Everything Treated as a File In Linux, everything, including devices, directories, and processes, is treated as a file. This abstraction allows a consistent interface for interacting with diverse entities in the system. ...Linux AlchemyLinux files
Omini Okoiprideland.hashnode.dev·Sep 3, 2023Exploring File Listing in Python: A Guide to os.listdir()Introduction File manipulation is a fundamental aspect of programming, and Python provides a rich set of tools to work with files and directories. In this article, we'll delve into the os.listdir() function, a simple yet powerful way to retrieve the ...1 likePython automation
Vineet Singh Negivineetsnegi.hashnode.dev·Aug 27, 2023Python File Handling Made SimpleIn my previous blog, you learned the basics of Python. So now let's dive deep into file handling in Python. So file handling is an important part of any web application. Python has several functions for creating, reading, updating, and deleting files...8 likes·44 readsPython for BeginnersPython