https://www.viget.com/articles/how-to-use-docker-on-os-x-the-missing-guide https://hub.docker.com/r/openstreamch/magento2/
Category: Apache server
Using vagrant to run virtual machines with desktop environment
I just got this working with basically three steps. The advice from askubuntu.com didn't quite work for me, so try this simplified version: Get a basic Ubuntu image working. You should be able to boot it and vagrant ssh. Next,...
How To Add Swap Space on Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts Introduction The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on...
Using a Mac keyboard in Lubuntu 13.10 March 30, 2014 · 0 Comments
sudo apt-get install autokey-gtk Run autokey by typing autokey in a terminal. You can find a beginner’s guide to autokey here. You can create a new folder for your scripts (by clicking on the New button). I recommend ~/bin/autokey as...
Virtual host for MAMP on Mac OSX
Virtual host for MAMP on Mac OSX I do this thing around 10th time, how to create a Virtual Host for MAMP stack setup on my Mac. Seems I still need to Google after for some details, so let this...