Skip to content

Instantly share code, notes, and snippets.

View amjadjibon's full-sized avatar
💬
When life gives you lemonade, make lemons. Life will be all like, 'Whaaaaaat?!'

Amjad Hossain amjadjibon

💬
When life gives you lemonade, make lemons. Life will be all like, 'Whaaaaaat?!'
  • Arvato Systems Malaysia
  • Kuala Lumpur, Malaysia
  • 03:54 (UTC +08:00)
View GitHub Profile

Using Git for Windows within WSL2 for Windows File Paths

WSL2 can be slow when accessing Windows files, but you can speed things up by using Git for Windows when working with Windows file paths. Follow these steps:

  1. Install Git for Windows

  2. Install Git on WSL

    • Install Git on your WSL2 environment if you haven't already:
@amjadjibon
amjadjibon / sed.md
Last active June 30, 2023 13:19
SED Command: .env file hacks

SED Command: .env file hacks

Envfile: .env

# Start Environment

FOO=Bar

# This commant is to create confusion
@amjadjibon
amjadjibon / LICENSE
Created July 1, 2022 18:14 — forked from shaneutt/LICENSE
Golang: Demonstrate creating a CA Certificate, and Creating and Signing Certs with the CA
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit