Browsing Tag
linux
94 posts
ytsurf: Watch YouTube Videos Without Leaving Your Terminal
Ever found yourself deep in a coding session, needing to quickly check a tutorial or listen to some…
Introducing LogManticsAI: LLM-Powered CLI for Semantic JSON Log Analysis
In the evolving landscape of IT operations and DevOps, the ability to efficiently analyze and monitor logs is…
How to Partition Using GParted Live
When working with Linux systems, managing disk partitions can be an essential task—especially if you want to create…
Linux Primer
Kebanyakan orang yang tumbuh di zaman sekarang diperkenalkan pada komputer melalui grafis, baik itu melalui konsol video game,…
Debug Smarter: How grep Helps Engineers Fix Issues Fast and Stand Out
In today’s high pressure tech environments, the ability to quickly locate information isn’t just convenient, it’s career-defining. When…
Day 14/ 30 Days of Linux Mastery: Find Command
Table of Contents Introduction What is the find Command? Core find Commands Real-World Scenario: find Command Conclusion Let’s…
My Development Favorite Commands Cheatsheet
CentOS 8 List any process listening to the given port: lsof -i:5000 To kill a process by ID:…
Group Management in Linux: My Journey to Organized Systems
I’ve come to appreciate that effective Linux system management isn’t just about installing software or managing files—it’s also…
If You Can’t Control Access, You Can’t Control the Cloud (Part 2)
Have you had any moment when someone says “I can’t see this file” or worse, “Who deleted our…
Day 5/30 Days of Linux Mastery: User Account Management Like a Pro
Table of Contents Introduction What is a “User” in Linux? Types of Users Important User-Related Files Core User…