Run Shell script from anywhere on Windows
https://stackoverflow.com/questions/1098786/run-bash-script-from-windows-powershell
https://stackoverflow.com/questions/1098786/run-bash-script-from-windows-powershell
Install a npm package globally npm install -g <name> Installing without -g option will install a module to your working directory (in node_modules folder) Check where global packages/libraries are installed: npm list -g to see which global libraries are installed and where they’re located. Additionally --depth=0 can be used to avoid including every package’s dependencies in the tree view (show only the global packages that you installed, not dependencies of them)...
DNS Lookup (resolving the web address) The first step in navigating to a web page is finding where the assets for that page are located (HTML, CSS, Javascript and other kind of files) If we’ve never visited this site before, a Domain Name System (DNS) lookup must happen. DNS servers are computer servers that contain a database of public IP addresses and their associated hostnames (this is commonly compared to a phonebook in that people’s names are associated to a particular phone number)....
When working on multiple simultaneously open VSCode windows, use Peacock for Visual Studio Code Peacock enables you to easily distinguish between and locate different VSCode workspaces. You can set color of your choice for each of the VSCode projects (at workspace level). So you can have different colors for each of your frontend, backend etc. apps. keywords: multiple windows in vscode, window management,
My email ID (with gmail) contains. . Like ab.cd@gmail.com. Usually with Google/gmail it is not a problem - login etc work as usual if I skip the . ab.cd@gmail.com abcd@gmail.com On Gmail, both are equivalemt. Login works with both, as Google ignores dots in Gmail addresses. But for GitHub it is not the case. I had GH setup with ab.cd@gmail.com I was using commit email without the dot, i.e. git config user....