Thursday 6 May 2010

WebSphere Portal Enable 6.1.5 / 6.1.30 - Unpacking on Linux ...

Following on from my occasional series of unpack scripts, here's the one that I've been using to install WebSphere Portal Enable 6.1.5 on Linux ( 32-bit ): -

unzip    cz8g9ml.zip       -d    IL-Setup
mkdir                            IL-1
tar    xvzf cz8h5ml.tgz    -C    IL-1
mkdir                            IL-2
tar    xvzf cz8hdml.tgz    -C    IL-2
unzip    cz8ibml.zip       -d    IL-3
unzip    cz8icml.zip       -d    IL-4
unzip    cz8idml.zip       -d    IL-5
unzip    cz8ieml.zip       -d    IL-5A

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...