Arish Ahmadblog.arishahmad.in·5 hours agoSetting 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...Discussec2
Shubham Sutarishubh.hashnode.dev·16 hours agoCommand 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...DiscussCoding 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
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·28 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·74 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
Computer Garagecomputerg.hashnode.dev·Jul 1, 2024JAR File Creation with Command Prompt: A Simple TutorialOverview A JAR (Java Archive) is a package file format that compresses compiled class files, metadata, and resources (text, images, etc.) into one file for easy distribution. An executable Java program can be packaged into a JAR file. The manifest sp...DiscussJAR file creation
Genish Prakashgenishprakash.hashnode.dev·Jun 26, 2024A Guide to Essential CLI CommandsThe Command Line Interface (CLI) is a tool for interacting with your operating system.This is a guide to some of the most commonly used CLI commands. Navigating File System pwd - Print the working directory Usage: $ pwd home/user ls - List all ...Discuss·7 likescli
Saad dastgirsaaddastgir.hashnode.dev·Jun 13, 2024Linux Networking Essentials: From Terminal to DeploymentIn the intricate world of DevOps and system administration, understanding and effectively managing network resources are paramount. Linux, renowned for its robust command-line interface and powerful networking capabilities, offers a suite of tools th...Discuss·2 likes·29 readsLinux
manvendra singhmanvendra-singh.hashnode.dev·Jun 13, 2024Accessing Your EC2 From Windows Machine.In our last blog, we created our first EC2 instance. Now, we’ll explore how to access it from a Windows machine . We'll start by accessing it or by connecting it to our windows machine. This will allow us to Run Commands, Manage file, Install Softwar...Discuss·2 likes·29 readsAWS