Skip to content
View subinamathew's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report subinamathew

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
subinamathew/README.md

Pinned Loading

  1. Stop all Cloud foundry apps and Dele... Stop all Cloud foundry apps and Delete all cloud foundry apps
    1
    *STOP ALL APPS*
    2
    
                  
    3
    cf apps | grep started | awk '{print $1}{system("cf sp " $1)}'
    4
    
                  
    5
    *REMOVE ALL APPS*
  2. a list of some alias in my mac a list of some alias in my mac
    1
    alias ip='ifconfig | grep 192 && ping -c3 www.google.com'
    2
    alias http='python -m SimpleHTTPServer 35571'
    3
    alias cls='clear'
    4
    alias ups='cd /Users/-/Desktop/time && echo up >> abc.txt  &&  uptime >> abc.txt'
    5
    alias downs='cd /Users/-/Desktop/time && echo down >> abc.txt  &&  uptime >> abc.txt'
  3. Stop all Cloud Foundry apps in a space Stop all Cloud Foundry apps in a space
    1
    cf apps | grep started | awk '{print $1}{system("cf sp " $1)}'
  4. magnolia-docker magnolia-docker Public

    docker image from tomcat, with ssh function - optimised for magnolia 5.7

    Shell

  5. magnolia-example magnolia-example Public

    Dockerfile