Faizan Khanfaikhan-ec2.hashnode.dev路Nov 17, 2024Creating an AWS EC2 instanceI created an account on AWS and spun up an EC2 (Elastic Compute Cloud) instance. I had to try three times. The first attempt was the most tedious, as there was a lot to read, especially about the free-tier services. After some reading, watching a few...DiscussAWS
Sammyskinekwokdoodle.com路Oct 26, 2024Configuring your first Active Directory server | Active Directory Domain Services (ADDS)Introduction Welcome, doodler! In this blog, we will discuss what an Active Directory is, know how it works, and configure it in our environment. What is Active Directory? It is a proprietary directory services product built by Microsoft Corporation ...DiscussActive Directory
Thomas Sch眉hlytschuehly.de路Oct 26, 2024Deploy your Spring Boot Application in minutes instead of hours with Dokploy on a Hetzner VPSI鈥檝e recently started using Dokploy for getting my projects to production quickly. It is a great alternative to Coolify. Some of the features that are really nice to have: Continuous deployment using GitHub System Monitoring Paketo Buildpack suppo...Discuss路326 readsdokploy
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 ...Discuss路28 readslinux-commands
Pushpendra Boverflowbyte.tech路Oct 22, 2024Discovering the Power Behind Popular Linux GUI ApplicationsLinux is renowned for its versatility and its ability to run a wide variety of GUI applications. While these programs offer user-friendly interfaces, they are often driven by powerful command-line tools. In this post, we鈥檒l explore five popular GUI a...DiscussLinux
Alla Yasheelacloud-z.hashnode.dev路Oct 14, 2024Configuration ManagementConfiguration Management is a vital aspect of DevOps, allowing engineers to manage the configurations and settings across numerous servers in a consistent and automated way. To make this concept easier to grasp, we鈥檒l break it down with simple exampl...Discussconfiguration management
Aman Sharmashell-scripting.hashnode.dev路Oct 14, 2024Day 2 - Linux Basics & Commands (continued) Intro to Shell-scriptingIntroduction to Shell Scripting Shell scripting is a powerful tool for automating repetitive tasks, managing system operations, and enhancing productivity in Linux environments. It combines the efficiency of command-line tools with the logic of progr...Discuss路1 likeLinux
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev路Oct 13, 2024Mastering Essential Linux Commands for DevOps & DevelopmentHey everyone! 馃憢In my DevOps learning journey, I鈥檝e been diving deep into Linux, and today I鈥檓 going to share some of the key commands I鈥檝e learned so far. Whether you're a beginner or just want to brush up on your Linux skills, these commands will h...Discuss路3 likesLinux
Aman Sharmashell-scripting.hashnode.dev路Oct 13, 2024Day 1 - Linux Basics & CommandsWhat is Linux? Linux is an operating system, just like Microsoft Windows and Apple鈥檚 iOS and macOS. It is an open-source, Unix-like operating system kernel that serves as the core software, managing hardware resources and enabling software to run on ...Discuss路1 like路31 readsLinux
Mohi uddinmub.hashnode.dev路Sep 14, 2024A Beginner's Guide to Key Linux Commands for DevOpsBasic File and Directory Operations ls Purpose: List files and directories. Usage: ls Options: -l (long format): Provides detailed information. -a (all): Includes hidden files. Example: ls -la (lists all files, including hidden ones, with de...DiscussDevOps Basics