Skip to content
View subinamathew's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report subinamathew

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
subinamathew/README.md

Pinned

  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