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...curl
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 likecmdshell
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...39 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...88 readsCoding GamesCoding game
Mohammed Umarumarcode.hashnode.dev·Sep 13, 2024Mastering Git and GitHub: A Journey Through Version ControlThe rapid changes within the field of software development make it imperative for every developer to have version control systems as some of the key skills. This week, I had a rare chance to explore Git and GitHub—a pair of tools that lie at the very...GitHub
Gift Ayodeledevgifttemitope.hashnode.dev·Aug 31, 2024Command Line Tutorial for Windows (Like You’re 12!)1. What is the Command Line? The Command Line is a tool that lets you interact with your computer using text commands. It’s like sending instructions to your computer in a special language. This might feel different from clicking on things, but once ...command line
Mohammed Umarumarcode.hashnode.dev·Aug 23, 2024Mastering Linux: My Week of Learning and Hands-On PracticeThis week has been an exciting journey into the world of Linux! Whether you're a seasoned pro or just starting, hands-on practice is key to mastering Linux. Here's a look at the exercises I tackled and the insights I gained along the way. 1. Navigati...10 likes·35 readsLinux