Popular posts from this blog
How to move WSL from one drive to another drive
Hi, let's see how to move the WSL from C Drive to D Drive. Run the below command to check the WSL list Create a new folder inside D Drive Run command wsl --export Ubuntu D:\wsl\ubuntu.tar to export ubuntu as tar file to D drive Un register ubuntu, using command wsl --unregister Ubuntu Move the ubuntu from the tar file to D Drive Run the below command to set ubuntu as default distro Run the below command to view the list of wsl distro. Now, we can see the ext4 file is moved to the D Drive. Thank you!.
How to connect to postgres database in activepieces
In this post, we will see how to connect to postgres database in local activepieces development environment. Add the Below mentioned env variables Follow below link to install and setup postgres https://simplelinuxlearnings.blogspot.com/2025/10/in-wsl-how-to-create-database-update.html Create a new database named activepieces like below. Now, start the application using npm start, your postgres database should be utilized by activepieces.
Comments
Post a Comment