Skip to content

Instantly share code, notes, and snippets.

View ahmedsadman's full-sized avatar
🏠
Working from home

Sadman Muhib (Samyo) ahmedsadman

🏠
Working from home
View GitHub Profile
@ahmedsadman
ahmedsadman / copy-keys.sh
Created March 29, 2024 21:28 — forked from tosin2013/copy-keys.sh
copy-keys.sh -> to be used for github actions
#!/bin/bash
# Check if all required arguments are provided
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <username@host.com> <your_email@example.com>"
exit 1
fi
# Step 1: Generate an SSH Key
ssh_key_file="github-actions"
@ahmedsadman
ahmedsadman / docker-help.md
Last active August 9, 2019 10:33 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info