- conemu
- kitematic
- vagrant
- virtualbox
- cygwin
Once these are installed, you'll want the following Cygwin packages:
- zsh
- apt-cyg
- python
sed -e 's~&~\&~g' -e 's~<~\<~g' -e 's~>~\>~g' -e 's~\"~\"~g' -e "s~\'~\'~g" |
./alfresco-installer.bin --help | |
Alfresco One 5.0.1 | |
Usage: | |
--help Display the list of valid options | |
--version Display product information | |
--unattendedmodeui <unattendedmodeui> Unattended Mode UI | |
Default: none |
aws opsworks --region us-east-1 describe-instances --instance-ids 82hu7s86-ff57-4fc8-0000-f3cb364b125e | grep PrivateIp | awk -F '"' '{print $4}' |
//server-name/share-name /media/local-location cifs defaults,uid=1000,gid=1000,credentials=/root/.smbcredentials,iocharset=utf8 0 0 |
0 0 * * * /usr/bin/mysqldump -u mysql_adm -P 3306 -h 127.0.0.1 -pPASSWORD DBNAME | gzip -c > /tmp/backups/DBNAME`date +\%d-\%m-\%Y`.gz && sudo mv /tmp/backups/* /media/local-location/ |
Import-Module "sqlps" -DisableNameChecking | |
Function Get-DBBackupInfo ($SQLInstance, $DBName) | |
{ | |
if ($SQLInstance.Contains("`\")) | |
{ $location = "SQLSERVER:\SQL\$SQLInstance\Databases" } | |
0 0 * * * tar czf /tmp/backups/TotaraSiteData`date +\%d-\%m-\%Y`.gz /var/sitedata/ && mv /tmp/backups/* /media/cifsshare/ |
######################################################## | |
### Getting Docker on a Macintosh 10.10 computer & ### | |
### Commands to use for administration of Docker ### | |
### "ubuntu" is used as a variable name here ### | |
### for a generic instance name. ### | |
######################################################## | |
### Most of the commands are cribbed from "Docker ### | |
### up and Running" ### | |
### http://shop.oreilly.com/product/0636920036142.do ### | |
### The rest are things related to personal testing ### |
brew install zsh | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions | |
brew install tmux mc wget vim |
Once these are installed, you'll want the following Cygwin packages: