I hereby claim:
- I am linuxoracledev on github.
- I am linuxoracledev (https://keybase.io/linuxoracledev) on keybase.
- I have a public key whose fingerprint is 91A6 DBA7 78C5 B2AB BFDB 10C6 ABD2 CAC9 47AD 8386
To claim this, I am signing this object:
| #To see if existing SSH keys are present. Lists the files in .ssh directory, if they exist | |
| ls -al ~/.ssh | |
| #By default, the filenames of the public keys are one of the following: | |
| #id_dsa.pub | |
| #id_ecdsa.pub | |
| #id_ed25519.pub | |
| #id_rsa.pub | |
| #If you don't have an existing public and private key pair, or don't wish to use any that are available to connect to #GitHub, then generate a new SSH key as bellow | |
| ssh-keygen -t rsa -b 4096 -C "your_git_email@example.com" |
| #!/bin/bash | |
| # update & upgrade system | |
| sudo apt update & sudo apt upgrade --fix-missing | |
| # install apache & add to firewall | |
| sudo apt install apache2 | |
| sudo ufw allow 'Apache' | |
| # restart, enable, stop, start, status, reload apache |
I hereby claim:
To claim this, I am signing this object: