Skip to content

Instantly share code, notes, and snippets.

View generahben's full-sized avatar

Generah Ben generahben

View GitHub Profile
@generahben
generahben / dotnet deployment
Last active August 3, 2023 12:54
DotNet Core Deployement
Install DotNet
----------------
lsb_release -a => Learn Ubuntu Version and Details
Visit Microsoft website for steps to install .Net
Copy from Ftp folder to working folder
--------------------------------------
@generahben
generahben / interface-screenshot.png
Last active November 22, 2022 18:16
VsCode Clean Interface Setting
interface-screenshot.png
@generahben
generahben / nigeria_state_local_geo.sql
Created November 22, 2022 17:57
Nigeria states, Local Government and Geo Political Zone
-- --------------------------------------------------------
-- Host: localhost
-- Server version: 8.0.20 - MySQL Community Server - GPL
-- Server OS: Win64
-- HeidiSQL Version: 10.2.0.5599
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
@generahben
generahben / countries_states_and_local_area.sql
Last active June 28, 2022 18:36
Countries, States and Local Areas. This sql File contains all countries, states and local government areas/province. For Nigeria, it contains local communities within a local communities within a Local Government Area. If you need a sql that contains strictly LGA without communities. You will probably check another of my gist
-- --------------------------------------------------------
-- Host: localhost
-- Server version: 8.0.20 - MySQL Community Server - GPL
-- Server OS: Win64
-- HeidiSQL Version: 10.2.0.5599
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;