Randy Johnsonrandy.cc·17 hours agoHow to search and replace text in VIMThis post is short and sweet for now. I plan on adding more commands as I get more familiar with VIM. Today I wanted to search and replace text in a JSON file using VIM. Turns out it is rather easy. :%s/"login"/"username"/g In my situation I needed ...DiscussLinux
Shaik Mustafalinux-series.hashnode.dev·Dec 9, 2024Linux Commands Every DevOps Engineer Must KnowLINUX: Linux is an free and Open-source operating system with high security. Linux is multi user based OS. Operating System: An Operating System (OS) is a software that acts as an interface between computer hardware components and the user. Every com...Discuss·6 likes·365 readsLinux
Aniket Moreanikets-tech-diary.hashnode.dev·Dec 9, 2024Archive & Compress files in LinuxIn the last week, I started learning about the files permissions and the operations that can be performed on files. The next step in this journey, is learning about archiving and compressing files or directories on a Linux system. In this article, I ...Discuss#ArchiveFileOnLinux
Madhurinon-tech-meets-devops.hashnode.dev·Dec 8, 2024Linux Unlocked: A Beginner's Guide to Understanding, Installing, and Exploring the OS of the FutureLinux is more than just an operating system; it's a gateway to a world of endless possibilities. Whether you're a student looking to explore new technologies, a professional seeking a secure and efficient platform, or simply someone curious about alt...DiscussLinux
Ansh Balanlinuxfordevops.hashnode.dev·Dec 8, 2024Part 1: Introduction and Essential Linux CommandsLinux is a powerful operating system that's the backbone of many modern infrastructures, especially in the DevOps world. If you're a budding DevOps engineer, mastering Linux and its commands is essential. In this series, we’ll explore Linux basics an...DiscussLinux
Mihir Suratwalamihirsuratwala.hashnode.dev·Dec 7, 2024How to Manage Basic Linux Permissions for BeginnersLast Blog Review → In the last, blog we learned about how permission’s play an important role in the Linux access management and one of the main permission control which is Access Control List that manages specific permission provided to the user for...DiscussAWS
Aniket Moreanikets-tech-diary.hashnode.dev·Dec 7, 2024Linux file permissions : A simple guideHey there, folks! Did you know every Linux command that you use is basically a file that you execute ? In Linux system, each command is stored as a file and when you execute a command, that specific file is accessed from a specific location and run. ...DiscussLinux
Mohammed Umarumarcode.hashnode.dev·Dec 7, 2024Enhancing System Security: Key Initiatives at Alesa AI LtdAt Alesa AI Ltd, security is always a top priority, and this week, I had the privilege of contributing to several key initiatives that have significantly improved the integrity of our systems. Here’s a brief overview of the work completed: 🔒 Firewal...DiscussDevops
Chris Holcombenullvoid.hashnode.dev·Dec 7, 2024Command & Conquer: Understanding Permissions and Process Management (Part 2)Breaking Down Barriers: File Permissions and Process Control Welcome back to Command & Conquer, where we’re sharpening your Linux skills one step at a time. In Part 2, we’ll tackle two crucial topics: file permissions and process management. These co...DiscussCommand & ConquerLinux
PIYUSH SHARMAk8dev.hashnode.dev·Dec 6, 2024What 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