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
#!/bin/bash | |
# --------------------------------------------------------------------------- # | |
# @file | |
# webhost.sh | |
# | |
# Creates a virtual enviroment for web development. | |
# | |
# @author Alysson Azevedo | |
# @link http://lac.eti.br | |
# @license http://www.gnu.org/licenses/gpl-2.0.html |
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
#!/bin/bash | |
# | |
# PostgreSQL Backup Script Ver 1.0 | |
# http://autopgsqlbackup.frozenpc.net | |
# Copyright (c) 2005 Aaron Axelsen <axelseaa@amadmax.com> | |
# | |
# This script is based of the AutoMySQLBackup Script Ver 2.2 | |
# It can be found at http://sourceforge.net/projects/automysqlbackup/ | |
# | |
# The PostgreSQL changes are based on a patch agaisnt AutoMySQLBackup 1.9 |
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
$ bin/cake bake model -c cli Plans | |
Welcome to CakePHP v3.2.8 Console | |
--------------------------------------------------------------- | |
App : src | |
Path: /mnt/data/alysson/ws/flaggs/api/src/ | |
PHP : 5.6.21 | |
--------------------------------------------------------------- | |
One moment while associations are detected. | |
Exception: SQLSTATE[08006] [7] could not connect to server: No such file or directory |