Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/
./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent
| # Usage: | |
| # ruby concat.rb /path-to-compass-gem/frameworks/compass/stylesheets/_compass.scss > compass-all.scss | |
| @seen = [] | |
| def concat(file) | |
| File.foreach(file) do |line| | |
| if line =~ /^\s?@import "(.+?)";/ | |
| import = $1 | |
| unless @seen.include?(import) |
| #!/bin/bash | |
| # | |
| # Display usage info | |
| vhost-usage() { | |
| cat <<"USAGE" | |
| Usage: vhost [OPTIONS] <name> | |
| -h|--help this screen | |
| -pub to create the webhost root in ~/www/name/public/ | |
| -url to specify a local address, default is http://name.local |
| #!/bin/sh | |
| # | |
| # Erstellt eine lokale Sicherung von /home/username, /var/www/virtual/username und der Datenbanken des Benutzers | |
| # | |
| # Voraussetzungen: | |
| # Auf dem lokalen Computer sind die uberspaces in ~/.ssh/config wie folgt konfiguriert: | |
| # Host uberspacename | |
| # HostName sternenkonstellation.uberspace.de | |
| # User uberspacename | |
| # |
| <?php | |
| /** | |
| * Elegant way to create an API URL | |
| * | |
| * Usage: | |
| * $this->getResourceUrl('/product/%s/id-%d', 'edit', 13); | |
| * // will produce http://domain.com/product/edit/id-13 | |
| * | |
| * // A resource can be an array to embed this method in an other method |
The search on We Love Icon Fonts is a long requested issue.
To use the search, just drag'n'drop the js file (minfied or unminified) in the bookmarks bar.
You can watch an installation video here: https://vimeo.com/94447449.
Lade die neueste "mainline"-Version (hier 1.7.9) von http://nginx.org/en/download.html herunter und entpacke sie:
$ wget http://nginx.org/download/nginx-1.7.9.tar.gz
$ tar xf nginx-1.7.9.tar.gz