-
Create folder named as
.elasticbeanstalkand create files namedconfigandaws_credentialsin the same folder.- config
[global]
ApplicationName=
| http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html |
phpdoc -d "." -t "/var/www/html/redshopdoc/responsive-twig" --template="responsive-twig"
| #!/bin/sh | |
| # Based on instructions found here: http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat#FFMpegInstallationonCentOSandRedHat-InstallX264 | |
| if [ "`/usr/bin/whoami`" != "root" ]; then | |
| echo "You need to execute this script as root." | |
| exit 1 | |
| fi | |
| cat > /etc/yum.repos.d/centos.repo<<EOF |
| #!/bin/sh | |
| # Based on instructions found here: http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat#FFMpegInstallationonCentOSandRedHat-InstallX264 | |
| if [ "`/usr/bin/whoami`" != "root" ]; then | |
| echo "You need to execute this script as root." | |
| exit 1 | |
| fi | |
| cat > /etc/yum.repos.d/centos.repo<<EOF |
Go through this amazon link http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html
<?php
$string = 'Hello $ World/';
$username = JFilterInput::getInstance()->clean($string, 'USERNAME');You can enable short commands by updating your home .gitconfig file.
Goto /home/{user}/.gitconfig file and add contents from https://gist.github.com/gunjanpatel/10019184 file.
touch ~/.git-completion.bash
touch ~/.git-prompt.sh
$document = JFactory::getDocument();
// Store document script in variable
$scripts = $document->_scripts;
// Clean document script head temporary
unset($document->_scripts);
// Find the redshop js to shift it up