14.04

Setting up a LAMP (Apache, MySQL, PHP) development environment on Ubuntu 14.04 (Trusty) LTS for local Drupal/Wordpress development

This is how I normally set up my local Drupal development machines after a fresh Ubuntu 14.04 LTS (desktop/MATE edition) install.

1. Install required packages

From Terminal, execute the following command to update the repository information and to get the system up-to-date:

sudo apt-get update
sudo apt-get upgrade

Next, install some basic necessities:

[SOLVED] How to fix breaking/cracking audio on MSI X320 or similar Poulsbo chipset based laptops on Ubuntu / Linux Mint

Though this fix was tested on an MSI X320 running Ubuntu 14.04, it should work fine on most other Poulsbo based devices. Please let me know your device make, model, if it did / did not work for you.

Just run this command in Terminal:

sudo echo "options snd-hda-intel position_fix=1" >> /etc/modprobe.d/alsa-base.conf

Then restart for the settings to apply.

Subscribe to RSS - 14.04