Skip to content

Instantly share code, notes, and snippets.

View cham11ng's full-sized avatar
🎯
Focusing

Sagar Chamling cham11ng

🎯
Focusing
View GitHub Profile
@cham11ng
cham11ng / linux-ubuntu-configuration.md
Last active October 22, 2023 13:01
Linux (Ubuntu) Configuration

Linux Configuration

By: Sagar Chamling

First Upgrade

sudo apt update
sudo apt upgrade
@cham11ng
cham11ng / git-ssh-configuration.md
Last active July 13, 2024 19:04
Configuring SSH for Git

Git Installation and SSH Configuration

By: Sagar Chamling

Installation

For Linux (Debian/Ubuntu):

sudo apt install git
@cham11ng
cham11ng / wamp_configuration.md
Last active February 11, 2018 08:32
Installing WAMP Apache2.4, MariaDB and PHP7.1 in Windows

Installing WAMP Apache2.4, MariaDB and PHP7.1 in Windows

Step 1 - Download

Download Apache2.4

We are going to use the unofficial Windows binary from Apache Lounge. This version has performance and stability improvements over the official Apache distribution, although I am yet to notice a significant difference. However, it is provided as a manually installable ZIP file from Download Apache2.4

Download PHP7.1

Download PHP7.1 Extract the PHP binary archive using your unzip utility; C:\php7 is a common location. Copy php.ini-development or php.ini-production to php.ini