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...
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...