Top "Ubuntu-12.04" questions

The previous LTS release of Ubuntu, code-named Precise Pangolin.

Ubuntu 12.04: ld cannot find library

I'm trying to compile Caffe (http://caffe.berkeleyvision.org/installation.html) and I get the following errors: /usr/bin/ld: …

linux ubuntu ubuntu-12.04 ld
Mounting Windows 7 host folder into VirtualBox guest Ubuntu 12.04 directory

I know this is not strictly a question about programming but I need to mount the shared folder in order …

windows-7 virtualbox ubuntu-12.04
How to install Docker on 32bit machine having Ubuntu 12.04?

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04 …

docker ubuntu-12.04 32-bit
cleanest way to restart jboss using a script

I am using " ./standalone.sh -c standalone-full.xml " to start JBOSS. What is the cleanest way to restart jboss in …

linux jboss jboss7.x ubuntu-12.04
php fatal error: class sqlite3 is not found in

Im using ubuntu 12.04, and php 5.x I need to use sqlite3 in it but Im getting an error of php …

php ubuntu sqlite ubuntu-12.04 lamp
Install Navicat on Linux Ubuntu 12.04

How do I install Navicat on Ubuntu Desktop 12.04? I have just configured a new Ubuntu 12.04. Because I'm not so familiar …

mysql ubuntu-12.04 navicat
How do I start cron on docker ubuntu base?

I have installed cron via apt-get install cron Trying to start cron fails (as expected) because of upstart not running. …

ubuntu cron ubuntu-12.04 docker
FreeTDS working, but ODBC cannot connect

I am trying to run connect to a MSSQL server from an Ubuntu 12.04 webserver with FreeTDS and unixODBC. Using tsql …

sql-server odbc ubuntu-12.04 freetds isql
403 Forbidden on nginx/1.4.6 (Ubuntu) - Laravel

I keep getting 403 Forbidden My settings: /etc/nginx/sites-available/default default server { listen 80; root home/laravel-app/; index index.php index.…

php laravel nginx ubuntu-12.04 laravel-5.1
Difference between EUID and UID?

EUID is not the same as UID. At what context are these both are used in the script? I tried …

linux bash shell ubuntu ubuntu-12.04