Posts

Showing posts from January, 2022

FIXED - CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt | vetechno

Image
FIXED - CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt | vetechno In this blog post we will fix CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt error setting certificate in Windows 10 Xampp server. This error generally comes when you don't have valid CA certificates or missing curl-ca-bundle.crt file in Xampp server for connecting with s3 bucket in AWS. How to Fix Xampp - missing apache\bin\curl-ca-bundle.crt file ? Step1. Stop your Xampp Server. Step2. Download this file and rename the downloaded "cacert.pem"  file to "curl-ca-bundle.crt" and move it to the " C:\xampp\apache\bin\ " folder inside the XAMPP installation directory. Note:- Your Xampp installation directory may be different. Step4. Now restart Xampp server and check the same. If above file will not work then try to download latest caert certificate from: * https://curl.haxx.se/docs/caextract.html * https://curl.se/docs/caextract.html * https://curl.se/docs/sslcerts.html Conclusion:-

How to Install, Configure and Use Wine on Ubuntu 20.04 | veTechno

Image
When we use Linux based Operating system, we may need some windows based applications to run on the same operating system. Many of you don't know how to run windows applications on Linux. Wine is an open-source lightweight compatibility layer that allows you to run Windows-based applications on Unix-like operating systems such as Linux, FreeBSD, and macOS. Wine translates the windows application to Linux specific language. Not all windows applications will work as they work on windows environments. You can also use a virtualization tool like VirtualBox or VMware, but they require more system resources and a Windows installation file. The wine’s latest stable release can be installed on Ubuntu 20.04 LTS from standard and official wine repositories. Also Read How to Install RabbitMQ Server on Ubuntu 20.04 How to install Brave Browser on Ubuntu 20.04 LTS How to Install uTorrent on Ubuntu 18.04 and Ubuntu 20.04 LTS   Prerequisites: 1. Sudo Privileges 2. Ubuntu 20.04 OS 3. Internet   In