Change the current working directory to your local project. Initialize the local directory as a Git repository.
git init
SSL Certificates -> Domain Validation SSL from top menu.Details button on row Comodo - Free SSL.Create New Order button.Product Type = SSL Certificates and Select Item = Comodo Trial SSL, then click Complete Order button.Incomplete Orders link.List of all your SSL certificates table click Generate button.| # redirect output and errors into file output.log: | |
| nohup some_command > output.log 2>&1& | |
| # abbreviated syntax for bash version >= ver.4: | |
| nohup some_command &> output.log |