ubuntu-12.04 Questions

3

Solved

I have an app running on example.com and now I wanna redirect all the traffic to the www.example.com since we are collaborating with Akamai's CDN for your website. My domain is parked in Route53, a...

4

Solved

I'm running Ubuntu 12.04 LTS, and installed Ruby via RVM. The problem is, when I type ruby -v into the terminal, it says that my Ruby version is 1.8.7, and using the shotgun gem for Sinatra also s...
Protolanguage asked 31/8, 2013 at 14:16

3

I am trying to run connect to a MSSQL server from an Ubuntu 12.04 webserver with FreeTDS and unixODBC. Using tsql i can connect to the server with ~$ tsql -S dbs3 -U <username> -P <passw...
Charland asked 14/8, 2013 at 12:57

2

Solved

I am searching for a method to change the font of status bar of Sublime Text 3.. Is there a way to do it? I tried changing system fonts (I am on Ubuntu 12.04), searching through Google gave me no h...
Ratib asked 13/2, 2014 at 9:37

1

Solved

I am creating a Ubuntu 12.04 docker image that has gcc 4.8.5. I am getting gcc 4.8.5 source and building it myself. This container will be running on a Ubuntu 18.04 host. Referencing the code at t...
Victimize asked 29/1, 2019 at 7:45

3

How do I install CLang on Ubuntu, using precompiled binaries of CLang that I downloaded? Here's how I downloaded CLang: "LLVM Download Page" -> "Download LLVM 3.2" -> "Clang Binaries for Ubuntu-1...
Riarial asked 11/6, 2013 at 13:56

2

Solved

This question comes from a problem much similar to this https://serverfault.com/questions/320607/ubuntu-jaunty-sendmail-php-mail-premission-errors But those answers don't solve my problem I have ...
Hunter asked 14/4, 2014 at 3:45

2

Solved

I have verified that the git repository is being accessed by my jenkins user through the build task, and set git config for jenkins user.name and user.email, which I have confirmed using: su - jen...
Brouhaha asked 24/11, 2012 at 2:14

1

Solved

I've been trying to enable some UDP discovery between a few containers. It tuned out that containers have disabled broadcasts by default, missing brd for inet in: $ ip addr show dev eth0 27: eth0:...
Shelburne asked 27/10, 2015 at 22:50

4

Solved

I am trying to run an exe which uses libudev.so but it gives this error : error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory Running ...
Jahdiel asked 16/1, 2014 at 4:24

2

Solved

I'm writing some python tests using selenium 2.25.0 and the Firefox webdriver. I previously had Firefox version 16 (which worked just perfectly), but now it automatically updated itself to version...
Illnatured asked 30/1, 2013 at 18:6

5

Solved

I've been curious how rem in Linux works and trying to write my own C code that can delete a file but when I searched for the answer, I only got the programs that were using remove() system call. ...
Sagittal asked 15/5, 2013 at 11:53

7

Solved

The Issue: I am having trouble installing wxPython on Ubuntu 12.04. I would like to find a simple, straightforward way of doing this. What I've Done So Far: The most relevant instructions that I h...
Collins asked 22/12, 2012 at 23:47

5

Solved

I have followed a tutorial to install ActiveMQ http://servicebus.blogspot.com/2011/02/installing-apache-active-mq-on-ubuntu.html I dont quite understand this part of the tutorial Now, you must cr...
Spitz asked 3/11, 2012 at 10:57

2

I get the following link error when I'm compiling a small function using ncurses for an Ubuntu 12.04 running on arm. The error is arm-linux-gnueabihf/bin/ld: cannot find -ltinfo A lot of hints a...
Energetic asked 15/1, 2014 at 12:49

3

Solved

I'm trying to compile g++ 4.7.1 from source on Ubuntu 12.04 32 bits. For the moment I've exactly done that : https://askubuntu.com/questions/168947/how-to-upgrade-g-to-4-7-1 Except just before the ...
But asked 3/9, 2012 at 23:28

1

I can't get RGDAL to install in R. I'm using Ubuntu 12.04. configure: error: gdal-config not found or not executable. ERROR: configuration failed for package ‘rgdal’ * removing ‘/home/james/R/x86_...
Rollet asked 10/7, 2015 at 13:53

2

Solved

I am using Ubuntu and I want to search for a specific Directory called "sdk". All that I know is, that "sdk" Directory is located somewhere under /user Directory how can I search for "sdk" Direct...
Zagreb asked 19/12, 2017 at 12:53

7

Solved

Ubuntu 12.04 Apache 2.2.22 pip has stopped working on my ubuntu server and gives the below error when I try to download anything. $ sudo pip install SQLAlchemy Downloading/unpacking SQLAlchemy...
Reaper asked 7/6, 2014 at 20:28

11

Solved

This appears to be a common problem on 12.04. I've tried everthing in this thread including: sudo apt-get clean sudo apt-get autoclean sudo apt-get remove --purge mysql-client-5.5 mysql-client-c...
Salacious asked 7/11, 2012 at 18:43

1

Solved

I have a process that I want to start as soon my system is rebooted by whatever means so I was using upstart script for that but sometimes what I am noticing is my process doesn't get started up du...
Immesh asked 17/10, 2017 at 23:21

4

I already have OpenCV2.4.2 installed as part of ROS(Fuerte) in my computer(installed from Ubuntu Software Center, something due to ROS). How should I install OpenCV as a standalone? I went through...
Tearing asked 16/2, 2013 at 14:30

3

After installing pocketsphinx , when I tried to run the pocketsphinx_continuous program then I got this error.. _oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory FATAL...
Dunfermline asked 16/6, 2013 at 10:13

4

Solved

After changing the hostname gedit is not working as expected, it shows error always in my root "No protocol specified" ** (gedit:23330): WARNING **: Could not open X display No protocol specified ...
Orontes asked 16/12, 2013 at 13:10

3

I'm using Ubuntu 12.04 and the binary I'm trying to run needs glibc2.16, I tried updating glibc by using apt-get install libc6 but only glibc2.15 got installed , can someone suggest me how to get g...
Snoddy asked 24/7, 2017 at 7:40

© 2022 - 2024 — McMap. All rights reserved.