Skip to content

Instantly share code, notes, and snippets.

View bradInside's full-sized avatar

Aurelien bradInside

  • Gibmedia
  • Toulouse
View GitHub Profile
@webdevilopers
webdevilopers / app_dev.symfony.conf
Last active June 28, 2019 21:03
Symfony2 virtual host conf with SYMFONY_ENV for development on Ubuntu14
<VirtualHost *:80>
ServerName dev.symfony.com
DocumentRoot /var/www/symfony/web
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/symfony/web">
DirectoryIndex app_dev.php
AllowOverride None
<IfModule mod_rewrite.c>
@magnetikonline
magnetikonline / README.md
Last active September 18, 2025 20:18
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.