Skip to content

Instantly share code, notes, and snippets.

View cipherleaf's full-sized avatar
🎶
Googling

MJ cipherleaf

🎶
Googling
View GitHub Profile
@cipherleaf
cipherleaf / ssh-setup.md
Last active December 22, 2025 14:10
SSH Setup and Commit Signing with SSH

SSH Setup and Commit Signing with SSH

This guide sets up SSH for GitHub access and enables signed Git commits using your SSH key.


🔐 Generate SSH Key

If you don't have one yet:

@cipherleaf
cipherleaf / install-lamp-and-phpmyadmin.md
Last active June 3, 2025 12:45
10 Steps to Install LAMP and phpMyAdmin in Fedora Linux

How To Install LAMP [ Linux, Apache, MariaDB, PHP ] and phpMyAdmin in Fedora 34

A straight-forward guide in installing LAMP and phpMyAdmin in Linux Fedora 34.
This guide is dedicated for personal use only, but if others find it useful then it is more than better.

Prerequisites

  • You have access to the Terminal
  • You have access to the root from Terminal using the root password.
    If you haven't configure your root password yet, follow this link

Steps