Syeda Maham FahimforfreeCodeCampfreecodecamp.org·Jan 30, 2025What is a Process ID? How to Use PIDs for Process ManagementHave you ever wondered how a computer knows which program’s output to display, especially when multiple programs are running simultaneously? This is possible because of the Process ID (PID). A PID is a unique identifier that helps the operating syste...System administration
Mahad Ahmedblog.mahad.dev·Jan 20, 2025How to Change Windows 11 to Dark theme from CLI?I'm running windows 11 on a virtual machine to do few tests and I wanted to change the theme but in order to do that you need to activate your copy of Windows. I don't think it's feasible to buy a license to test few things in a virtual machine. If y...Windows
Ricardo Santosrscybertech.hashnode.dev·Dec 24, 2024TryHackMe | Windows Command Line | RSCyberTech➡️ By @RSCyberTech Website: RSCyberTech.com LinkedIn: linkedin.com/in/ricardoams Platform: TryHackMe Learning Path: Cyber Security 101 Room: Windows Command Line 1️⃣ Task 1 - Introduction What is the default command line interpreter in the Wind...tryhackme
vikas bhaskar vooradidevjourney.co.in·Dec 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...44 readscurl
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Nov 25, 2024Group Policy Objects (GPOs) Set upThe next step in our journey is to set up Group Policy Objects (GPOs). At this point, you may be wondering what is it?, why we need it, and how to implement it. Microsoft Group Policy Objects (GPOs): is a collection of Group Policy settings that defi...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground Upwindows server
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 5, 2024CMDSHELL vs CMD in Docker Compose: A Detailed GuideWhen working with Docker, particularly when defining services in docker-compose.yml, the CMD instruction plays a crucial role in specifying the default command that gets executed when a container starts. In the context of Docker Compose, you'll often...1 like·34 readscmdshell
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 4, 2024Understanding CMD vs ENTRYPOINT in a DockerfileWhen working with Docker, a common point of confusion arises between the CMD and ENTRYPOINT instructions in a Dockerfile. Both are used to specify what should run inside a container, but they behave differently and are suited to different use cases. ...cmd
Joshua Natojoshuanato.hashnode.dev·Oct 14, 2024Activity 16: user role in MySQL databaseCreate a New Database First, log in to MySQL with an admin user (like root) and create the new database. The shows the output of a command prompt window in a Windows environment. The first few lines display the operating system information (Micros...MySQL
Arish Ahmadblog.arishahmad.in·Sep 19, 2024Setting Up a Go Web Server on Amazon EC2Launching EC2 with Amazon Linux Open the AWS Management Console and navigate to the EC2. Click “Launch instances”. Enter an appropriate instance name. Select “Amazon Linux” under “Application and OS Images”. Select any “Free tier eligible” I...43 readsec2
Shubham Sutarishubh.hashnode.dev·Sep 19, 2024Command Challenge GameA Command Challenge Game is a type of coding or command line game where players solve tasks by entering specific commands or writing code to manipulate a game environment. This kind of game tests logical thinking, understanding of syntax, and problem...131 readsCoding GamesCoding game