create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| Homebrew is the way of the future.. | |
| 1. Save list of installed ports | |
| 2. Uninstall macports | |
| 3. Install Homebrew | |
| 4. Install old ports using brew | |
| 1. Save list of installed ports | |
| ---------------------------- | |
| 1. port installed > ports_installed.txt |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| #!/bin/bash | |
| # Sometimes you need to move your existing git repository | |
| # to a new remote repository (/new remote origin). | |
| # Here are a simple and quick steps that does exactly this. | |
| # | |
| # Let's assume we call "old repo" the repository you wish | |
| # to move, and "new repo" the one you wish to move to. | |
| # | |
| ### Step 1. Make sure you have a local copy of all "old repo" | |
| ### branches and tags. |
| # Remove fish default greeting | |
| set --erase fish_greeting | |
| # so our brew install override the commands from the system | |
| set -x PATH /usr/local/sbin $PATH | |
| # Path to your oh-my-fish. | |
| set fish_path $HOME/.oh-my-fish | |
| # Theme |
To remove a submodule you need to:
# Key considerations for algorithm "RSA" ≥ 2048-bit
openssl genrsa -out server.key 2048
# Key considerations for algorithm "ECDSA" ≥ secp384r1
# List ECDSA the supported curves (openssl ecparam -list_curves)