Ubuntu + Virtualbox: Numeric Keypad

The numeric keypad doesn’t work in a fresh Ubuntu install in Virtualbox ( possibly not related to Virtualbox but is one of the factors in my case )… A bunch of Googling leads to two solutions that when put together, worked for me: {Name} ( top right of screen ) -> System Settings -> Keyboard […]

Ubuntu: Remove "Could not reliably determine the server's fully qualified domain name" Message

For some reason, Ubuntu’s default Apache install is missing a directive in /etc/apache2/apache2.conf. This leads to the following message on every service apache2 restart: * Restarting web server apache2 apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName … waiting apache2: Could not reliably determine the server’s fully qualified […]

Linux: Duplicate a Structure with Symbolic Links

Question:  WHY??? Answer:  In my case, I’d like to copy the default adminhtml theme but have everything linked back to the original theme… Weird, I know… but my reasoning makes sense.  I want to be able to replace specific files/etc without having to worry about the upgrade process replacing or when it comes time to […]