I need to use OpenCL library for NVidia GPU in a machine but I can not install globally (I am not the super user), and so I need runtime library which can be used locally. I found in NVidia webpage
the OpenCL library for Ubuntu 16.04 and 18.04 but not 14.04 and it should be install using command
$ sudo sh cuda_10.2.89_440.33.01_linux.run
SO anyone knows where I can find OpenCL library for Ubuntu 14.04 and how to use it locally.
Just tried to install Ubuntu 18.04 LTS Server, and found its TUI quite neat. What TUI lib did the installer use to display its UI?
The new Ubuntu Server installer (since 18.04) is Subiquity ("Ubiquity for servers"). It uses the urwid Python library for its interface.
Since I know these versions doesn't come installed on Ubuntu 16.04, I've got the packages from their website. How can I install it? I've tried a bunch of online tutorials and none of them seem to work.
Are there any hadoop in ubuntu img files avalible? I mean a ubuntu system which has hadoop configured in it.
If you want a distribution install, Cloudera has a painless installation process for Ubuntu using Cloudera Manager. Though it only officially supports 12.04, it should also install on 13.x
You can download it here: Cloudera Manager
Cloudera Manager supports the following operating systems:
Red Hat-compatible systems
Red Hat Enterprise Linux and CentOS 5.7, 64-bit
Red Hat Enterprise Linux and CentOS 6.4, 64-bit
Oracle Enterprise Linux 6.4, 64-bit
SLES systems - SUSE Linux Enterprise Server 11, 64-bit. Service Pack 3 or later is required. Also, the SUSE Linux Enterprise Software Development Kit 11 SP1 is required on cluster hosts running the Cloudera Manager Agents (not required on the Cloudera Manager Server host); you can download the SDK here.
Debian systems - Debian 7.0, 6.0 (deprecated), 64-bit
Ubuntu systems - Ubuntu 12.04, 10.04 (deprecated), 64-bit
AFAIK there are neither no "official" ubuntu packages for hadoop nor customized ditributions, but there is a PPA you could use. See https://launchpad.net/~hadoop-ubuntu/+archive/stable for instructions. So at least you can install "semioffical" packages (including updates).
anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? and how do i manage so that i can easily switch version to run openERP ?
You can run different OpenERP servers on different ports.
For example:
6.0: --xmlrpc-port=9091 --netrpc-port=9090 --no-xmlrpcs
6.1: --xmlrpc-port=9094 --netrpc-port=9093
7.0: --xmlrpc-port=9096 --netrpc-port=9095