Skip to content

Instantly share code, notes, and snippets.

View linuxoracledev's full-sized avatar
💭
I may be slow to respond.

Mohammad Abul Kalam Azad linuxoracledev

💭
I may be slow to respond.
View GitHub Profile
@linuxoracledev
linuxoracledev / ssh.sh
Last active December 7, 2022 07:50
Add ssh key to ssh-agent
#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"
@linuxoracledev
linuxoracledev / lamp.sh
Last active November 6, 2019 18:39
LAMP Install Ubuntu 18.04 LTS
#!/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
@linuxoracledev
linuxoracledev / keybase.md
Created November 4, 2019 18:10
my keybase

Keybase proof

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: