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...Discuss·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. ...Discusscmd
Joshua NatoforJoshua Nato's team blogjoshuanato.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...DiscussMySQL
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...Discuss·27 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...Discuss·68 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...DiscussGitHub
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 ...Discusscommand 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...Discuss·10 likes·35 readsLinux
Debajyati Deydebajyatidey.hashnode.dev·Aug 13, 2024I Wrote A Batch Script to Enhance My Workflow on Command PromptHelllooo, everyone! I just wrote a batch script! ( not bash script! ) Batch is the language in which scripts for windows command prompt(cmd.exe) are written. What is special about this script? That is what I going to discuss. Summary of the Content P...Discuss·40 likes·93 readsLinuxBash
Nile Bitsnilebits.hashnode.dev·Jul 4, 202410 Terminal Tricks to Boost Your ProductivityIn the rapidly evolving world of technology, efficiency is paramount. Despite being more user-friendly, many developers and IT professionals discover that utilizing graphical user interfaces (GUIs) is often slower and less efficient than using termin...Discuss·1 liketerminal