sudo apt-get install -y g++ cpp \
python-dev libxml2 libxml2-dev \
libfreetype6 libfreetype6-dev \
libjpeg62 libjpeg62-dev \
libltdl7 libltdl-dev \
libpng12-0 libpng12-dev \
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ------------------------------------------------ | |
* SERIAL COM - HANDELING MULTIPLE BYTES inside ARDUINO - 03_function development | |
* by beltran berrocal | |
* | |
* this prog establishes a connection with the pc and waits for it to send him | |
* a long string of characters like "hello Arduino!". | |
* Then Arduino informs the pc that it heard the whole sentence | |
* | |
* the same as examlpe 03 but it deploys 2 reusable functions. | |
* for doing the same job. |
#Java and Tomcat6 on Ubuntu
Versions Tested: 10.04/11.10
##Web Apps Path:
/var/lib/tomcat6/webapps/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this to your cron: | |
/etc/rc.d/fuppes updatedb |
Let us list all existing PHP packages to know what version we are running:
# dpkg -l | grep php
So, now we are going to duplicate the existing sources.list and replace the lucid with karmic repos and saving it in sources.list.d
- Install Java and Tomcat 6 > https://gist.github.com/1765586
- Install Solr and Subversion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP5 | |
php5 curl php5-curl php5-xcache php-pear php5-dev | |
GD | |
php5-gd | |
PHP Imagick | |
sudo apt-get install imagemagick libmagick9-dev | |
sudo pecl install imagick |
To replace configuration files that have been deleted, without purging the package, you can do
sudo apt-get -o DPkg::Options::="--force-confmiss" --reinstall install apache2.2-common
To fully remove the apache2 config files, you should
sudo apt-get purge apache2.2-common
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Mods Required | |
a2enmod rewrite | |
a2enmod include | |
Virtual Host: SSI Includes, AllowOverride All, index.php | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride All | |
Order allow,deny |
OlderNewer