Skip to main content

Posts

Showing posts from May, 2020

Wifi automatically disconnecting on Ubuntu

I'm currently using KDE neon and only issue I faced is wifi turning of automatically.  So today I will tell you how to fix this issue. This is happening because of power saving mode turned on for wifi adapter. So we will disable it. Open your terminal and type : sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf After typing above command you will taken to config file Just change the the number from 3 to 2 If this does not solve your problem then you should try restarting network adapter sudo systemctl restart network-manager

root Certificate ERROR while installing .NET Framework

Recently I was trying to install a application in windows, well the installation went without any error. But while opening that application the app kept crashing and when I read FAQ for that application, they said specific version of .NET framework is required. So I downloaded that framework and tried installing.  But it gave me some root certification error. Like this So, in this blog I will fix this problem. As you can see this error is occured due to certificate which is missing from your system. So we will install this certificate  Download the certificate from given link  . Right click on the certificate and install it Keep clicking next until this screen appears Select second option "Place all certificates .......". Now click on Browse And select "trusted root certificate authorities" and press OK. And keep pressing next and atlast on this prompt select "yes" That its  Now try installing your .NET framework