Tag: Linux

Install Maximo 7.6.1 on Ubuntu, Websphere Liberty, and Oracle Express database

Install Maximo 7.6.1 on Ubuntu, Websphere Liberty, and Oracle Express database

I am starting with an objective to create a relatively faster and lightweight development VM for Maximo 7.6.1. To cut down on the size and hopefully gain a bit more speed, I am going to use the following components: Operating System Ubuntu 16.04.5 LTS (64-bit) Database Oracle 11g Express Edition Application Server Websphere Liberty 18.0.0.2…

Read More Read More

Installing Visual Studio Code (VSCode) on Manjaro linux

Installing Visual Studio Code (VSCode) on Manjaro linux

Install from AUR (Method # 1) 1- Acquire build files from Arch Linux user repository. $ curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/visual-studio-code-bin.tar.gz 2- Extract the downloaded package $ tar -xvf visual-studio-code-bin.tar.gz 3- Change directory to the extracted package $ cd visual-studio-code-bin 4- Build and install the package $ makepkg -si   Install using Yaourt (Method # 2) It…

Read More Read More