How to open VSCode editor in Github
1 . Edit the URL after httpps://vscode.dev/ 2.Edit the URL add 1s like this after GitHub name enter just1s github1s. 3 just press dot(.) in your keyboard
Search for a command to run...
1 . Edit the URL after httpps://vscode.dev/ 2.Edit the URL add 1s like this after GitHub name enter just1s github1s. 3 just press dot(.) in your keyboard
Hi Everyone, Let's see how to install Linux on Windows. We can use Linux on Windows without needing to install VMware or the Ubuntu OS. We have an option called Windows Subsystem for Linux, which you can install from the Microsoft Store. It will hand...
https://partyrock.aws/u/guhi/TZgRVynfV/Shell-Scripting-App?input_fill=%7B%22User+Input%22%3A%22create+a+script+for+deleting+15+day+old+logs%5Cn%22%7D
systeminfo | find "System Boot Time" use this command in windows command prompt
we can reset outlook email using this command windows + R type --- outlook.exe /cleanviews
#!/bin/sh log="schk.log" if [ -f "$log" ] ; then rm $log ; fi #for process in ps -ef | grep $pattern | grep -v grep | awk '{print $2}' for process in ls /proc do if [ -f "/proc/$process/status" ] ; then stat=`grep --color VmSwap /proc/$proces...
These 10 ChatGPT prompts help you to crack tough interview questions: 1. Why are you interested in this position? Prompt: "Provide an example of how to express interest in a software engineering position at a tech startup." 2. Tell me about you...
Terraform commands along with brief explanations:- 1. terraform init: Initializes a working directory containing Terraform configuration files.2. terraform plan: Generates an execution plan, outlining actions Terraform will take.3. terraform apply:...
Hi Everyone now we can use GitHub Codespaces without installing the software on our local machines we can use online platforms to precise our technologies got your repository and click on the Codespaces option shown above the image it will open visua...