Skip to content

Instantly share code, notes, and snippets.

View vuthanhdatt's full-sized avatar

VU THANH DAT vuthanhdatt

View GitHub Profile
@vuthanhdatt
vuthanhdatt / gist:011ed43948b88ec67d005799cac5727d
Created November 13, 2024 07:37
check wget download speed
wget -O /dev/null --report-speed=bits http://www.ovh.net/files/10Mb.dat 2>&1 | grep -o "[0-9.,]\+ [KM]*[Bb]/s"
@vuthanhdatt
vuthanhdatt / markdown.json
Last active January 5, 2022 14:09
My personal code snippet for Markdown in VSCode
{
// In oder to enable quickSuggestions for Markdown. Add this code to setting.json
// "[markdown]": {
// "editor.quickSuggestions": true
// },
"Markdown link": {
// : [l]ink
"prefix": ":l",