- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/) called.ssh. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
| <?php | |
| /** | |
| * | |
| * SEO report for different metrics | |
| * | |
| * @category SEO | |
| * @author Chema <chema@garridodiaz.com> | |
| * @copyright (c) 2009-2012 Open Classifieds Team | |
| * @license GPL v3 | |
| * Based on seo report script http://www.phpeasycode.com && PHP class SEOstats |
| Usage: dockerd COMMAND | |
| A self-sufficient runtime for containers. | |
| Options: | |
| --add-runtime runtime Register an additional OCI compatible runtime (default []) | |
| --allow-nondistributable-artifacts list Push nondistributable artifacts to specified registries (default []) | |
| --api-cors-header string Set CORS headers in the Engine API | |
| --authorization-plugin list Authorization plugins to load (default []) | |
| --bip string Specify network bridge IP |
| { | |
| "data-root": "/mnt/disk1/docker", | |
| "storage-driver": "overlay2", | |
| "insecure-registries" : [ | |
| "192.168.1.200:5000" | |
| ], | |
| "dns": [ | |
| "192.168.1.1" | |
| ], | |
| "registry-mirrors" : [ |
| { | |
| "workbench.editor.showIcons": true, | |
| "workbench.startupEditor": "none", | |
| "editor.fontSize": 12, | |
| "editor.minimap.enabled": false, | |
| "editor.mouseWheelZoom": true, | |
| "editor.tabSize": 4, | |
| "editor.renderWhitespace": "all", | |
| "editor.insertSpaces": true, | |
| "editor.rulers": [ |
| { | |
| "action": "renamed", | |
| "changes": { | |
| "login": { | |
| "from": "codeapprove-test-org" | |
| } | |
| }, | |
| "organization": { | |
| "login": "codeapprove-test", | |
| "id": 85906801, |
WSL 2, Oh-My-Zsh, Windows Terminal, Git, VS Code, and VcXsrv!
Ensure you are running Windows 10, Version 2004, Build 19041 or higher
(Inspired by https://medium.com/@icanhazedit/clean-up-unused-github-rpositories-c2549294ee45#.3hwv4nxv5)
Open in a new tab all to-be-deleted github repositores (Use the mouse’s middle click or Ctrl + Click) https://github.com/username?tab=repositories
Use one tab https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall to shorten them to a list.
Save that list to some path
The list should be in the form of “ur_username\repo_name” per line. Use regex search (Sublime text could help). Search for ' |.*' and replace by empty.
having a web server turned on doesn't necessarily mean you are serving pages on the world wide web. its what allows you to load your own static files (.html, .js etc.) in a browser via http://.
if you're not sure whether or not you have a web server running, no problem! its easy to confirm.