Insha RaminforInsha's Bloginshaweb.hashnode.net·Jul 16, 2021The Ultimate Cheatsheet List For Web DevelopersBeing developers, we work with many different languages. Which makes it humanly impossible to remember all its aspects. Yes, we do have MDN docs, but looking at them for every little issue can be time-consuming. This is when a "Cheat Sheet" comes sup...Suprabha Supi and 7 others are discussing this8 people are discussing thisDiscuss·136 likes·3.4K readscheatsheetNice. Also, check out Ultimate Cheatsheet Compilation. Hope it helps Insha Ramin 🙂 10
Ayesha SaharforAyesha's Tech Bytesayeshasahar.hashnode.net·Dec 8, 2021The Ultimate Linux CheatsheetWhat is Linux? From desktops to supercomputers, Linux is everywhere! You must have heard of it at least once, right? But the question is, what is Linux? Just like Windows and Mac, it is an operating system and has been around since the 1990s. Linux i...Yosra Emad and 7 others are discussing this8 people are discussing thisDiscuss·118 likes·3.2K readsOthersLinuxThanks Ayesha for sharing such an amazing article. 6
Jayesh SomalaforSomala Jayeshjayeshsomala.hashnode.net·Feb 8, 2022Playing with command lineWhy should we learn about command-line? Fluency in using the Linux command-line interface is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a sel...Anagh Bhargava and 26 others are discussing this27 people are discussing thisDiscuss·99 likes·151 readscli
Dhwarika JhaforDwarka jhadwarkajha.hashnode.net·Apr 25, 2023Day12: Linux and Git command cheatsheetLinux Commands: # To check your present working directory: pwd # List all the files or directories ls # Lists hidden files or directories: ls -a # Long listing format: ls -l # Create a new directory: mkdir <directory_name> # Multiple directory c...DiscussGit
MaasumiforMAASUMI'S BLOGrandompattern.hashnode.net·Apr 25, 2023Do You Code?website name [overapi.com] Visit this website for any coding language cheat sheetDiscusscheatsheet
Dipraj Ghoshfordiprajghosh.hashnode.net·Apr 22, 2023Linux Cheat Sheet — DevOpsHere are some important linux commands you must know ! 💠 System/OS related commands. #uname -Displays Linux system information #uname -r -Displays kernel release information #uptime -Displays how long the system has been running #hostname -Shows the...DiscussLinux
Harmanfor#90DaysOfDevopshrmndevops.hashnode.net·Apr 20, 2023Day 20 of #90DaysOfDevops || Docker Cheat sheetA cheat sheet of docker commands of services: Containers docker run <image-name>: Start a new container from an image docker ps: List running containers docker ps -a: List all containers (including stopped ones) docker stop <container-name>: Stop...Discuss#90daysofdevops
Vrishni Shree V BforVrishni Blogvrishni.hashnode.net·Apr 16, 2023DevOps, Day - 12Basic Linux Commands Basic Git & Github Commands Thank you so much for reading. Follow me on LinkedIn to see interesting posts like this : ) linkedin.com/in/vrishni-shree-v-b-8b0122248Discuss·33 readscheatsheet
Shivraj Salunkheforshivrajofficial.hashnode.net·Apr 9, 2023Cheatsheet On Git&GithubGit commands : git clone: Creates a copy of a remote repository on the local machine. This command is used to set up a local development environment from a remote repository. git branch: Lists all the local branches in the repository. This command ...Discuss·37 readsDevops
Tushar KumarforTushar's bloglonecoder.hashnode.net·Apr 2, 2023MySQL Cheat SheetBasic Commands: To connect to a MySQL server: mysql -u <username> -p;To show all available databases: SHOW DATABASES;To use a specific database: USE <database name>;To exit MySQL: exit; Example: mysql -u root -p SHOW DATABASES; USE mydatabase; exit; ...DiscussMySQL
San Samforsandeepsamudralasandeepsamudrala.hashnode.net·Mar 30, 202310 Must-Know Shortcuts for Eclipse and IntelliJ IDEA - Boost Your Productivity Today!If you are tired of wasting time clicking through endless menus in your IDE, have a glance at the below shortcuts, I have created this to help you work comfortably with the most used IDE. I will share the top 10 most commonly used shortcuts for two o...Discusscheatsheet
Rohit Rajput forRohit's blogdevops-rohit.hashnode.net·Mar 25, 2023Day 12: Cheat-Sheet for Linux,Git-GitHub & Cron.It’s #day12 of the #90daysofdevops Challenge under the guidance of Shubham Londhe Sir. Here I have provided cheat sheet related to linux terminal,Git-GitHub & Cron. Linux Cheat-Sheet whoami -> prints the username currently logged into the terminal ...Discuss·10 likes·58 readsDevOpscheatsheet
Kunal Mauryaforkunalmaurya.hashnode.net·Mar 22, 2023Docker Cheat SheetImages ImagesCommand List available imagesdocker images [options] Download an image from a registrydocker pull [image_name] Build an image from a Dockerfiledocker build [options] [path_to_dockerfile] Tag an imagedocker tag [image_name] [new...Discuss·1 like·95 readsdocker cheat sheet