Abhishek

Abhishek @abhishekbhakat

About: Software Developer

Location:
Pune, Maharashtra, India
Joined:
Aug 19, 2020

Abhishek
articles - 11 total

Run Airflow on Windows without Virtualization

Setting up Podman on Windows with MSYS2 This guide walks through the process of setting up...

Learn More 0 0Feb 12

My Home Lab setup 💻

Here is my homelab setup that my brother and I created after so many horrific experiences. The list...

Learn More 7 0Sep 3 '23

WSL change LocalState path

List the ditros you have wsl -l -v Change the directory to a folder with space to export the distro...

Learn More 0 0Mar 24 '23

Is python slow ?

Here are a few superchargers 🚀 for your python. PYPY Plane simple easy to use but...

Learn More 5 0Jun 16 '22

Mac OS Python build from source with optimizations and debugging

brew install openssl xz gdbm zlib export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib...

Learn More 5 1Apr 8 '22

Manage homebrew on M1 mac with rosetta 2

If you don't have rosetta installed: softwareupdate --install-rosetta Enter fullscreen...

Learn More 2 0Nov 19 '21

Mac OS Big Sur CPPFLAGS and LDFLAGS

While building python packages, dependency development libraries are required. We can install the...

Learn More 4 0Sep 7 '21

Macbook Flapdown (Lid) settings

You can use the command line utility pmset to change the behavior of the lid closed/open state. To...

Learn More 2 0Jun 27 '21

Expose docker api on Ubuntu

Change file /etc/default/docker # Use DOCKER_OPTS to modify the daemon startup options. DOCKER_OPT...

Learn More 5 0May 23 '21

Citrix reciever for ubuntu add ssl certs

Just few commands: sudo ln -s /usr/share/ca-certificates/mozilla/*...

Learn More 0 0Feb 16 '21

Docker Desktop on Windows expose daemon to LAN

Steps : Enable "Expose daemon on tcp://localhost:2375 without TLS" in settings. From admi...

Learn More 7 0Feb 10 '21