What is User Management in Linux ? User management in Linux means creating, modifying, and deleting user accounts on the system. It includes setting usernames, passwords, and assigning users to groups. Each user can have different permissions to acce...
As DevOps evolves, automation is crucial to improve efficiency and ensure faster delivery of software. Manual and repetitive tasks can be time-consuming. Automating these tasks using scripting tools like Bash and Python increases the speed of workflo...
Hey everyone! 👋 I'm Nishant, and this week I took my first steps into the world of Bash scripting. It was a great experience that helped me understand how powerful the command line can be. Here's a quick breakdown of what I worked on! 🔰 Level 1: B...
Bash scripting is a powerful tool for automating tasks, managing systems, and boosting your productivity as a developer. Whether you're a command-line newbie or a seasoned coder, this guide will take you from Bash basics to advanced scripting with pr...
A bash script is a great way to turn a series of repetitive commands into one commands. In my case it was just moving a WASM files into my web directory. #! /bin/bash echo "Moving wasm files" cp pkg/wasm_game_of_life_bg.wasm ../www/wasm cp pkg/wasm_...
I’m not the most careful person when it comes to laptops — or any device, really. At one of my former jobs, I ended up replacing my machine three times (not proud of it 💀). By the third round, I was already sick of going through the whole setup proc...
Imagine this… All your apps your browser, your code editor, your music player are fighting over your CPU, memory, and disk at the same time, no rules, no separation, just pure chaos !😵💫 ->That’s exactly what would happen if there was no operat...
Access the code on GitHub Today , I encountered another beginner friendly challenge, the task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the directory. The script should create time-stam...
Introduction In 2014, I was experimenting with a vulnerable virtual machine from VulnHub when I accidentally discovered a way to trigger a system shutdown just by altering a form field. What I stumbled into was one of the most dangerous vulnerabiliti...
Selamlar! Yazılım dünyasında her gün kullandığım Linux (Ubuntu) terminalimi hem daha şık hem de daha işlevsel hâle getirmek için ufak bir maceraya atıldım. İşin aslı, kullandığım terminalin sade görünüşü beni bir süre sonra sıkmaya başladı. Üstelik t...