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
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
<?php
$string = 'Hello $ World/';
$username = JFilterInput::getInstance()->clean($string, 'USERNAME');Go through this amazon link http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html
| #!/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 |
phpdoc -d "." -t "/var/www/html/redshopdoc/responsive-twig" --template="responsive-twig"
| http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html |
| <?php | |
| require_once JPATH_SITE . '/components/com_redshop/helpers/user.php'; | |
| $rsUserhelper = new rsUserhelper; | |
| $shopperGroupId = (int) $rsUserhelper->getShopperGroup(JFactory::getUser()->id); | |
| $shopperGroup = $rsUserhelper->getShoppergroupData(JFactory::getUser()->id); |