Anup kafleblog.anupkafle.com.np·20 minutes agoLearn Bash Scripting: A Beginner's GuideLearn Bash Scripting: A Beginner's Guide Table of Contents Introduction Bash Scripting Basics Variables and User Input Conditional Statements Loops and Iterations Functions Working with Files Scripting Best Practices Conclusion 1. Introdu...DiscussBash
PIYUSH SHARMAk8dev.hashnode.dev·5 hours agoWhat the Hell is Dev?Mastering GitHub and DevOps: The Blueprint for Modern Development GitHub and DevOps are two integral aspects of modern software engineering that focus on collaboration, automation, and efficiency. By mastering both, teams can optimize the software de...DiscussGit
Chris Holcombenullvoid.hashnode.dev·Dec 5, 2024Command & Conquer Mastering Linux From Scratch (Part 1)Welcome to the Void: Mastering Linux Commands, One Step at a Time In the digital trenches, Linux commands are your sword and shield. Whether you're a total newbie or brushing up your skills, this series, Command & Conquer, is here to guide you throug...DiscussCommand & ConquerNullVoid
Aniket Moreanikets-tech-diary.hashnode.dev·Dec 2, 2024Nano : A handy text editor in LinuxHi there, folks! Did you know there are two types of text editors in Linux? One is CLI (Command-Line Interface) based, and the other is GUI (Graphical User Interface) based. I started by learning the Vim editor first. If you want to know more about V...Discuss#NanoEditor
Bittu Sharmabittublog.hashnode.dev·Dec 1, 2024Mastering Linux: A Key Step for DevOps SuccessWhat is Operating system? An operating system (OS) is software that manages the resources of a computer and provides a platform for other software to run on. It is the most important type of system software because it manages all of the other softwar...DiscussLinux
Danish Tambolidanish-tamboli.hashnode.dev·Nov 30, 2024🛠️ Top Tools for Software Engineers on Ubuntu: A Beginner-Friendly Guide 🐧✨🛠️This blog will guide you through the best tools✅, how they can help you, and real-life examples to get you started🏆. 🐧 Why Ubuntu is a Software Engineer’s Paradise?🗂️ Ubuntu isn’t just an operating system🌱; it’s a complete toolkit for developer...Discuss·1 likeLinux Ubuntu for DevUbuntu
Sagar Ghargegsagar-devops.hashnode.dev·Nov 29, 2024Basic Commands for Linux System AdministrationBasic Commands for Linux System Administration Linux is a powerful operating system widely used for servers, system administration, and development. Mastering its commands is essential for every system administrator. Here’s a quick guide to the most ...DiscussLinux
Aniket Moreanikets-tech-diary.hashnode.dev·Nov 28, 2024Vim : A Powerful CLI Editor for Linux UsersHi there, folks! Have you ever used Notepad on a windows machine! It is the simplest text editor out there and almost everyone has come across it. But have you ever wondered - What about Linux ? Does it have it’s own text editors ? The answer is a bi...Discussvim
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 28, 2024Networking Essentials for DevOps ProfessionalsIntroduction: Networking forms the backbone of modern IT infrastructure, and it is essential for DevOps professionals to grasp its fundamental concepts. Key topics include IP addressing, CIDR, network models, DNS, load balancing, network security, an...Discussnetworking
Dinesh Kumar Kblog.dineshcloud.in·Nov 28, 2024Setting Up a Website with Nginx and CertbotNginx (pronounced as "Engine-X") is a powerful and high-performance web server and reverse proxy server. It is widely used for its ability to handle a large number of concurrent connections with low resource usage. Originally designed as a web server...DiscussWeb ServerLinux