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
YagneshwarChinniyagneshwarchinni.hashnode.dev·Jul 17, 2024The Ultimate List of 50 Essential Windows Command Prompt Commandscd - Change Directory dir - List Files and Directories mkdir - Make a Directory rmdir - Remove a Directory copy - Copy Files move - Move or Rename Files rename - Rename Files del - Delete Files type - Display File Contents echo - Display Tex...Command prompt
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...JAR file creation
Gautami Shettygautamishetty.hashnode.dev·Jun 6, 2024Important Commands of Command PromptIn this blog I'll mention some of the important commands which will be mostly used in Java: cd: This command is used to exit the folder E: (Drive name) This command is used to jump from one drive to another drive cd folderName: This command is ...Commands
Karuppiah Natarajankaruppiah.dev·May 7, 2024I never want to see (reverse-i-search) ever again :)Yes, you read that right! I never want to see (reverse-i-search) ever again :) Or anything similar I use bash shell 🐚 and I'm lazy to type out all the commands, especially commands I have typed before. Though I could use my clipboard manager Clipy a...fzf
Gaurav Aggarwalaggarwalgaurav1012.hashnode.dev·Mar 27, 2024Command Line InterfaceIn the world of computers, there are typically two main ways to interact with them: through a Graphical User Interface (GUI) and through a Command Line Interface (CLI). While GUIs are often more visually appealing and user-friendly, CLIs hold a speci...cli
Abdurrahman Adenowooadeo6.hashnode.dev·Dec 24, 2023What happens when you type google.com in your browser and press EnterConcepts.... DNS TCP/IP Firewall Https/SSL Load balancer Web server Application server Database Intro.. How you ever been curious about what happens between the period of you putting in a URL like google.com into a search engine and rece...terminal
Pratik MforOmniGuruomniguru.net·Oct 17, 202321 Essential Crosh Commands for Every Chromebook UserAs a Chromebook user, you may be wondering about Crosh, the built-in terminal that provides access to a command-line interface for debugging, running tests, or just exploring. In this article, we will discuss 21 essential Crosh commands that can impr...231 readsChrome OS
Subash Neupaneblogs.subashneupane3.com.np·Oct 2, 2023Unlocking the CLI: File and Directory Essentials for Every UserAnyone dealing with a computer, whether they are an experienced IT expert, a software developer, or just an average user, has to be familiar with file and directory commands. You can effectively navigate, work with, and manage files and directories w...cli
Oluwatosin Aladetoyinboiamtoxima-1684971929980.hashnode.dev·Aug 24, 2023Mastering Git: Cloning GitHub Repositories and Pushing to Origin Using the TerminalIntroduction Welcome to Mastering Git: Cloning GitHub Repositories and Pushing to Origin Using the Terminal. This guide unlocks version control, collaboration, and coding efficiency. Whether you're a novice or pro, we'll cover cloning repositories, c...1 like·28 readsGitHub