Top "Ubuntu-12.10" questions

The October 2012 version of the Ubuntu Linux Operating System(Quantal Quetzal)

Python Requests requests.exceptions.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol

I'm on Ubuntu 12.10 with OpenSSL 1.0.1c, python 2.7.3, Requests 1.0.3 and 1.0.4 (tried both), and when attempting to connect to the website in …

python openssl httprequest python-requests ubuntu-12.10
I screwed up the system version of Python Pip on Ubuntu 12.10

I wanted to update pip on my main install of Python, specifically to get the list command. Which also includes …

python pip ubuntu-12.10
Set mysql skip-networking to off

I'm trying to setup my Ubuntu 12.10 server to accept remote mysql connections, however I am having difficulties setting skip-networking to …

mysql ubuntu-12.10
How to get CMake to recognize pthread on Ubuntu?

If I compile on the command-line with g++ directly, I can see everything I need is there: $ g++ -pthread test.…

c++ pthreads cmake ubuntu-12.10
PHP warning : Module 'mcrypt' already loaded

When I run a command with PHP, it shows me an error. E.g when I run php -v to …

php ubuntu-12.10
Connecting to host by SSH client in Linux by proxy

I am really struggling with this. My host (A) is behind a proxy/firewall (PF) and needs to connect to …

linux ssh proxy ubuntu-12.10
C++ / mysql Connector - undefined reference to get_driver_instance - already tried the easy stuff

Yes this question has been asked before ... I've tried everything mentioned in the previous answers. My setup is really straightforward …

c++ mysql ubuntu-12.10
Unable to install curb gem

It gives me the error of gem install curb Building native extensions. This could take a while... ERROR: Error installing …

ruby ubuntu curl gem ubuntu-12.10
adb error on Android SDK. Using Linux Ubuntu 64 bit 12.10

I looked on this site for this error I'm encountering: Stopping ADB server failed (code -1). Unable to run 'adb': …

android linux ubuntu-12.10
"src/common.hpp:52:32: fatal error: boost/shared_ptr.hpp: No such file or directory" when building websocket++

I know next to nothing about linux or c++. I generally followed these instructions to build boost on ubuntu 12.10 http://…

c++ build makefile ubuntu-12.10 websocket++