Search found 22 matches

by admin
Fri Dec 27, 2024 8:35 pm
Forum: Technical Forum
Topic: REACT VITE APP IN DOCKER BEHIND NGINX REVERSE PROXY IN DUBDOMAIN
Replies: 0
Views: 3169

REACT VITE APP IN DOCKER BEHIND NGINX REVERSE PROXY IN DUBDOMAIN

One can run vite in dev, preview or serve to test the frontend. Serve is used for production. In ideal condition frontend shall be available to the user unobstructed, i mean front end server and user have all ports access. But what if it is required to serve react front end from behind the firewall ...
by admin
Fri Sep 06, 2024 2:43 am
Forum: INVESTING
Topic: DLL LOAD FAILED WHILE IMPORTING _RUST PYTHON ERROR
Replies: 0
Views: 2655

DLL LOAD FAILED WHILE IMPORTING _RUST PYTHON ERROR

Hi, While using python 3.8 i recently came across error in cryptography upgrade. It was showing "ImportError: DLL load failed while importing _rust" there was no proper documentation available. Only you can upgrade to python 3.9.2 can solve as per few blogs. This can be easily solved by two lines of...
by admin
Wed Jun 26, 2024 4:35 pm
Forum: Technical Forum
Topic: WINDOWS 10 SEARCH BAR NOT WORKING PROBLEM SOLUTION
Replies: 0
Views: 5011

WINDOWS 10 SEARCH BAR NOT WORKING PROBLEM SOLUTION

Hi, Many have faced suddenly search bar stopped working in windows 10. I faced same problem. Out of many tricks only one tricks worked for me. 1. Open "C:\Windows\System32\WindowsPowerShell\v1.0\" right click on "powershell_ise.exe" and select Run as administrator. 2. Paste the following code: Get-A...
by admin
Thu May 30, 2024 3:38 pm
Forum: INVESTING
Topic: YAHOO FINANCE ERROR FOR C#
Replies: 0
Views: 3864

YAHOO FINANCE ERROR FOR C#

Yahoo finance provides unofficial api to extract fianancial data. But fetching these data user has to GET access through browser. Earlier using C# httpclient data extraction and calculation was easy. But recent restriction in header by yahoo finance resulted error in c# coders. There is a solution t...
by admin
Sat Apr 13, 2024 1:05 pm
Forum: INVESTING
Topic: INVESTING USING RSI
Replies: 0
Views: 7303

INVESTING USING RSI

WHAT IS RSI? RSI is relative strength index it is a technical indicator to display momentum in marke. It measures the magnitude of recent price changes to analyze overbought or oversold conditions. Now when we talk about only technical analysis in market we are not considering fundamental of the co...
by admin
Wed Apr 03, 2024 10:15 pm
Forum: Technical Forum
Topic: Where is Administrator ddweb.in ??
Replies: 1
Views: 5792

Re: Where is Administrator ddweb.in ??

Contact business@ddweb.in
and
admin@ddweb.in
mention your email id in it.
by admin
Mon Apr 01, 2024 10:37 am
Forum: Technical Forum
Topic: Topic In English Language Only
Replies: 1
Views: 9001

Re: Topic In English Language Only

Hi
First translate using google translator and then post.
For business purpose send email to business@ddweb.in
Thanks & Regards
Admin
by admin
Sat Sep 16, 2023 8:03 pm
Forum: Technical Forum
Topic: ALPINE DOCKER WITH XFCE4 VNC NOVNC
Replies: 0
Views: 15170

ALPINE DOCKER WITH XFCE4 VNC NOVNC

Hi alpine docker is the minimalist docker under 10 MB. We can install xfce4 to run gui applications. Windows applications can be made to run using Wine. In this post i will show how to create a minimalist docker file suitable for running gui application. The steps are as follows: 1. Create docker fi...
by admin
Wed Sep 13, 2023 8:45 pm
Forum: Technical Forum
Topic: EDIT ALPINE DOCKER IMAGE WITH XFCE4 AND NOVNC AND EDIT ENTRY POINT
Replies: 0
Views: 8677

EDIT ALPINE DOCKER IMAGE WITH XFCE4 AND NOVNC AND EDIT ENTRY POINT

Alpine docker is the smallest docker within 5 mb size. If we add xfce4 docker desktop and novnc then we can access docker with gui and can install wine and other application alongwith it. There are many dockers in docker hub which has readymade solution but none of them are uptodate and doesnot have...
by admin
Wed Sep 13, 2023 11:35 am
Forum: Technical Forum
Topic: SETUP GUACAMOLE IN ALPINE LINUX
Replies: 0
Views: 11655

SETUP GUACAMOLE IN ALPINE LINUX

Alpine linux is lightest linux supporting docker. What is Guacamole If you have a network and PC's are behind a firewall you cannot directly RDP or VNC into PC's. To Solve this issue you can host a web server on any one PC behind firewall and through webserver you can access other PC. Apache has sol...