Skip to content

Instantly share code, notes, and snippets.

View chiennq2's full-sized avatar
๐ŸŽฏ
Focusing

Chien Nguyen chiennq2

๐ŸŽฏ
Focusing
  • #F
  • Viet Nam
View GitHub Profile
@chiennq2
chiennq2 / gist:75c23b19e829e40a84dee831253abb76
Created September 14, 2024 18:25
Giรกng sinh [html]
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Musical Christmas Lights</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
@chiennq2
chiennq2 / README.md
Created August 16, 2024 06:13 — forked from markuman/README.md
๐Ÿ—บ๏ธ OSM - self host the entire planet ๐ŸŒŽ in ~30 minutes ๐Ÿš€

๐Ÿ—บ๏ธ OSM - self host the entire planet ๐ŸŒŽ in ~30 minutes ๐Ÿš€

TL;DR

mkdir osm
wget -O osm/planet.mbtiles https://hidrive.ionos.com/api/sharelink/download?id=SYEgScrRe
podman run -ti --rm -p 9000:9000 --name sms -v $(pwd)/osm/:/data/ registry.gitlab.com/markuman/sms:latest
firefox http://localhost:9000
@chiennq2
chiennq2 / export_vscode_extesions.md
Created April 24, 2024 09:27 — forked from joseluisq/export_vscode_extesions.md
How to export your VS Code extensions from terminal

How to export your VS Code extensions from terminal

Note: Unix-like systems only.

  1. Export your extensions to a shell file:
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh
@chiennq2
chiennq2 / Remove-DotNet-Linux.md
Created April 23, 2024 05:51 — forked from DamianSuess/Remove-DotNet-Linux.md
Remove DotNet From Linux (Ubuntu)

Remove .NET From Linux

This document outlines steps for performing a deep clean on your Linux (Ubuntu 20.04) machine.

An example for performing could be, if your installation does not show in dotnet --list-sdks. Performing this deep clean and reinstalling will solve it in most cases.

Install

wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb