Installing VMware Tools in an Ubuntu virtual machine

https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1022525 or better: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2073803 sudo apt install open-vm-tools sudo apt install open-vm-tools-desktop

Ubuntu updates via command line

Update: sudo apt-get update # Fetches the list of available updates sudo apt-get upgrade # Strictly upgrades the current packages sudo apt-get dist-upgrade # Installs updates (new ones) Clean up the system from old packages: sudo apt-get update && sudo apt-get autoclean && sudo apt-get clean && sudo apt-get autoremove Check the Ubuntu version: lsb_release … Read more

How to install Mono on Ubuntu

sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list sudo apt-get update sudo apt-get install mono-runtime

How to install .Net Core on Ubuntu 16.04

Add the dotnet apt-get feed In order to install .NET Core on Ubuntu, you need to first set up the apt-get feed that hosts the package you need. sudo sh -c ‘echo “deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main” > /etc/apt/sources.list.d/dotnetdev.list’ sudo apt-key adv –keyserver apt-mo.trafficmanager.net –recv-keys 417A0893 sudo apt-get update Install .NET Core SDK Before you … Read more

Authentic Louisiana Red Beans and Rice Gumbo

Products for the gumbo 1 pound dry kidney beans 1/4 cup olive oil or sunflower 1 large onion, chopped 1 green bell pepper, chopped 2 tablespoons minced garlic 2 stalks celery, chopped (optional) 8 cups water 2 bay leaves 1 teaspoon Cajun seasoning 1 pound andouille sausage, sliced 1 tablespoon salt Products for the rice … Read more