TECH TIPS
The command could not be located because ‘/snap/bin’ is not included in the PATH environment variable
When I try to run git-all-secrets I get Dockerfile: command not found Here is an example of the issue: root@momo22:/home/momo/git-all-secrets# docker run -it abhartiya/tools_gitallsecrets -token=9a8b60a10cf683f238e05 -org=bugcrwod Command 'docker' is available in...
Git automation with OAuth tokens
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
Install Cisco AnyConnect on Windows 10
Install Cisco AnyConnect from Microsoft Store.
Git automation with OAuth tokens
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
Authenticate using access token in GitLab
It’s possible to use an access token like this: git clone https://oauth2:[email protected]/project.git
The right and wrong way to set Python 3 as default on a Mac
I've been dipping my toe back into Python development as I get ready to head to PyCon US. When I installed a module to tinker around with, I got a reminder that I needed to install Python 3 soon. $ pip install todoist-pythonDEPRECATION:...