Skip to content

Instantly share code, notes, and snippets.

@alangumer
Last active February 26, 2017 17:48
Show Gist options
  • Save alangumer/d7e5445fa8d35beb2421 to your computer and use it in GitHub Desktop.
Save alangumer/d7e5445fa8d35beb2421 to your computer and use it in GitHub Desktop.

install ubuntu

install sh ~/Downloads/crouton -r trusty -t core,xiwi

xiwi

atom

https://github.com/dnschneid/crouton/wiki/Atom-(the-editor)

sublime text

installing libgtk2.0-0 (for sublime-text) subl -w avoids forking Sublime Text keymap https://gist.github.com/Asuza/a529d930daaa2960fbe2

change DocumentRoot directory apache

000-default.conf add <Directory "/home/horozco/Downloads/Projects"> Options Indexes FollowSymLinks AllowOverride All Require all granted

Note: .htaccess should have execution permission chmod -R a+rx [your_directory]

change DocumentRoot in 000-default.conf /home/horozco/Downloads/Projects and verify and change permission of the new Directory to be www and check permission in the parent directory sudo chmod -R a+rx [your_directory] http://askubuntu.com/questions/413887/403-forbidden-after-changing-documentroot-directory-apache-2-4-6

enable rewrite mod

a2enmod rewrite

folder size:

du -kh

play DVD crouton - Ubuntu 14-04

sudo apt-get update sudo apt-get install vlc

run install libdvd -- dnschneid/crouton#1367

sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh

give permission to your user to play DVD -- dnschneid/crouton#1906

sudo usermod -a -G cdrom myuser

reload your user group

exec su -l myuser

run VLC

vlc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment