by ray | Aug 13, 2021 | Linux / Ubuntu
Your problem : Virtual Box keeps its folder and settings in your home folder. Delete everything inside the folder. Uninstall VirtualBox first. sudo apt-get remove –purge virtualbox Run these commands to delete all virtual machines and settings and Virtual...
by ray | Aug 13, 2021 | Microsoft
Usually you won’t find this kind of exceptions in new or good configured computers. This exception happens in most of the cases when the virtualization of your CPU is disabled in the Bios. Modern CPUs have technology that can be used to accelerate the...
by ray | Aug 13, 2021 | Linux / Ubuntu
After trying sudo apt-get update –fix-missing and sudo dpkg –configure -a and sudo apt-get install -f the problem of a broken package still exist the solution is to edit the dpkg status file manually. $ sudo nano...
by ray | Aug 11, 2021 | Linux / Ubuntu
vpnc replaces the legacy Cisco VPN client, which used IPSec and thus required a password for a group. Do you need to use Cisco AnyConnect? If you need to use the newer Cisco Anyconnect client, you can install openconnect on Ubuntu using sudo apt-get install...
by ray | Aug 11, 2021 | Linux / Ubuntu
Run sudo apt-get install network-manager-vpnc network-manager-vpnc-gnome Then open network manager and add a new VPN, it should show Cisco Compatible VPN in your list now.