Here is RedHat OpenShift ASCII Logo and Shebang Script For Decorating Your rhc Client Tool. Enjoy the ASCII Art While Enjoying PaaS Cloud. We have published HP Logo as ASCII Art for the HP Cloud Users. This time, we are releasing another ASCII Art!
RedHat OpenShift ASCII Logo and Shebang Script : Legal
There is obvious legal matters :
https://www.openshift.com/legal/site_terms
---
Basically, unless someone is claiming that – the Art is created by me HENCE the logo is mine, it is not illegal. Abnormal and invalid logic.
Quite obviously, this is an intellectual property of RedHat and OpenShift. This is a community development for decoration.
RedHat OpenShift is less restrictive about Logo than HP because the later has lot of Hardware products. Obviously, you should not abuse it. Abuse means – if you put in your website’s sidebar in a manner, as if you are official personel of RedHat OpenShift, then it can be abuse. You have to append “Site Powered By” or “We Support” like phrase. Obviously, ask RedHat OpenShift for such usage.
RedHat OpenShift ASCII Logo and Shebang Script
So, we are talking about the rhc client tool, which is a Ruby Gem.
Understand it :
In case of HP Cloud, we added things on the instance. But, in this case, we are Editing the rhc Ruby Gems. As Ruby Version can be different plus there are hundreds of modifiable things for Ruby – OS, OS Version, Ruby Version etc. it is not possible for us to Edit and supply you a readymade thing. These 9 Gems associated with rhc tool :
1 2 3 4 5 6 7 8 9 10 11 12 | # dependencies net-ssh-<version-number>.gem net-scp-<version-number>.gem net-ssh-gateway-<version-number>.gem net-ssh-multi-<version-number>.gem net-ssh-multi-<version-number> archive-tar-minitar-<version-number>.gem highline-<version-number>.gem commander-<version-number>.gem httpclient-<version-number>.gem # the thing rhc-<version-number>4.gem |
In case of OX, you have to navigate to /Library/Ruby/
, then right click and select Get Info and change the Read Only
Permission to Read and Write
. Then open Terminal (not iTerm2), run sudo su
, then type :
1 | groups $(whoami) | cut -d' ' -f1 |
You will get your group name. It is usually staff
. Usually the file ownership is :
root:wheel
We talked about UNIX Wheel Group, this is an example of UNIX Wheel group. You need to chown
the file you want to edit :
1 | sudo chown staff:root /path/to/file/ |
As root
also a member of wheel
group, we can add staff
. It is sad to become staff
after paying $2500+ for a MacBookPro! Basically, for these various reasons; both Richard M. Stallman and Linus Torvalds removed the UNIX Wheel Group in GNU Linux. It was for the mainframe computers running original UNIX. Story of 50 years back.
Anyway, here is the Git repo – https://github.com/AbhishekGhosh/RedHat-OpenShift-ASCII-Logo
Editing is fully up to you, there is doc on OpenShift’s site and you have manually look and Edit. What we have done, we have added a Shebang Script (Shell Script) for preview. We have not added the Red color unlike we did for HP. Because it is Ruby.
For Local testing, do these :
1 2 3 4 | git clone https://github.com/AbhishekGhosh/RedHat-OpenShift-ASCII-Logo.git cd Red* chmod +x openshift.sh ./openshift.sh |