by ray | Aug 13, 2021 | Microsoft, Microsoft Windows
While most recent PCs support hardware virtualization, not all computer vendors enable this feature as shipped from the factory. To turn this feature on, try these instructions based on Red Hat instructions: Reboot your computerRight when the computer is coming...
by ray | Aug 13, 2021 | Linux / Ubuntu
Install slack Installing slack package on Ubuntu is as easy as running the following command on terminal: sudo apt-get update sudo apt-get install slack
by ray | Aug 13, 2021 | Linux / Ubuntu
Uninstall slack To uninstall just slack package itself from Ubuntu execute on terminal: sudo apt-get remove slack Uninstall slack and it’s dependent packages To uninstall the slack package and any other dependant package which are no longer needed on Ubuntu....
by ray | Aug 13, 2021 | Linux / Ubuntu
Pre-requirements VirtualBox v6 Download the Ubuntu 18.04 LTS image, Go to https://ubuntu.com/download/desktop,Download `Ubuntu 18.04.3 LTS`,Save as `ubuntu-18.04.3-desktop-amd64 .iso` 2. Create an Ubuntu VM in VirtualBox Open VirtualBox, Click...
by ray | Aug 13, 2021 | Linux / Ubuntu
The best way to login to a guest Linux VirtualBox VM is port forwarding. By default, you should have one interface already which is using NAT. Then go to the Network settings and click the Port Forwarding button. Add a new Rule. As...