ubuntu-12.04 Questions
6
Solved
Im using Windows8, the problem is while connecting to Ubuntu though VMware I receives an error that I do not have a rights. It is not my first time I use it. Don't know what gone wrong.
The error I...
Areta asked 29/3, 2015 at 11:1
4
Solved
In ubuntu linux if we want to set up python path we do something like this:
export PYTHONPATH=/etc ...
Now, how I would know what the current path I have?
Hendecahedron asked 6/12, 2013 at 12:37
6
Solved
I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04
The step
$ sudo apt-get install docker-engine
fails saying
E: Unable ...
Marcelinomarcell asked 23/6, 2016 at 10:52
10
Solved
Im using ubuntu 12.04, and php 5.x I need to use sqlite3 in it but Im getting an error of
php fatal error: class sqlite3 not found
I done all the installation processes,
like
$ sudo apt-get instal...
Multidisciplinary asked 24/10, 2013 at 11:55
16
I am trying to add my GPG public key as a part of our appliance installation process. The purpose of it to encrypt any important files like logs before admin pulling them into his local using admin...
Hoodoo asked 29/10, 2012 at 5:45
6
I am trying to compile a code and I get the error
undefined reference to boost::program_options::options_description::m_default_line_length
I use g++ in Ubuntu 12.04. Although I have done some...
Greasewood asked 29/8, 2012 at 13:31
6
Solved
Unable to get shebang line working in Ubuntu for python script. I only get a command not found error each time.
test.py
#!/usr/bin/env python
print ('!')
Ran
:which python
/usr/bin/python
P...
Diseuse asked 11/2, 2013 at 21:17
17
I'm trying to install some node packages through npm, but it won't go.
I've already tried to install/unistall/update node, but nothing seems to work.
I'm using ubuntu 12.04 - Here is how i'm tryin...
Trabue asked 29/4, 2013 at 13:50
11
Solved
Recently I set up a new EC2 instance. The next day I was not able to connect to my instance via ssh. I could connect and disconnect the day before, I am sure I did nothing. Here is ssh debug info:
...
Esther asked 7/6, 2013 at 20:58
17
I'm unable to ssh to my EC2 server and am getting the error:
ssh -i /Users/Skeniver/Keepass/skeniver.pem [email protected]
Identity file /Users/Skeniver/Keepass/skeniver.pem not acc...
Controversy asked 11/6, 2013 at 6:45
6
Solved
I have a Postgres db 9.1 running on AWS EC2, with ubuntu 12.04.
I messed a lot with the instance (i.e installed all kinds of postgres X.X before i settled on 9.1).
Now after a month working on th...
Calcifuge asked 13/5, 2013 at 6:4
4
Solved
I have Vagrant/VirtualBox running an Ubuntu 12.04 LTS OS. I have configured Vagrant to forward the guest port 8000 to my host port 8888.
[default] Preparing network interfaces based on configurati...
Run asked 10/8, 2013 at 0:4
2
Whenever I try to compile a C++ file with IOStream , I get this error.. I've tried reinstalling GCC G++ (both 4.6 and 4.9) AND cpp.. It hasnt helped (or maybe I didnt do it the right way). How do I...
Clyde asked 13/11, 2014 at 3:22
2
Solved
I am only allowed to work with the command line terminal on Ubuntu.
I need to create a job in Jenkins with security credentials.
I already installed Jenkins in my machine, but the access is open. I...
Toothbrush asked 10/7, 2013 at 12:31
14
Solved
I do not know the service's name, but would like to stop the service by checking its status.
For example, if I want to check if the PostgreSQL service is running or not, but I don't know the serv...
Endorse asked 10/9, 2013 at 14:7
4
Solved
ubuntu:~$ sudo apt-get install mariadb-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that ...
Loxodromics asked 29/7, 2013 at 19:53
3
I started to create a simple Java application to print "Hello World" with the following code:
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.awt.print.*;
public cla...
Macklin asked 22/7, 2013 at 17:9
2
When running gradle build from command line and manually terminating with Ctrl+Z, the .lock files, generated by gradle aren't removed. During the next build, I get a build failure with the followin...
Barrens asked 31/8, 2015 at 10:24
14
Solved
I am new to Android programming; I am using Intellij IDEA. When I compile my hello-world program, I get this error "Android Source Generator: [project] AndroidManifest.xml file not found"...
Scofflaw asked 28/7, 2013 at 18:21
19
Solved
I have a problem with phpmyadmin on ubuntu 12.04.
I have already installed apache2, php5, mysql and phpmyadmin.
The phpinfo(); script, don't show nothing about mysqli or mysql extension.
When I t...
Lashondra asked 26/5, 2012 at 19:30
4
I have a camera set up on my ARM based system running ubuntu 12.0.4 LTS. I am accessing internet from an ethernet cable of my modem. I am able to view the live stream from my camera using mot...
Vivianaviviane asked 1/11, 2015 at 15:37
4
i've downloaded the gitlab deb file and rpm(alien conversion).
In all two cases dpkg finish installation sucessfully.
But when i try to start
gitlab-ctl reconfigure
the process stop(pause) on t...
Petulia asked 11/3, 2014 at 14:37
12
I'm working with Ubuntu 12.04 LTS.
I'm going through the hadoop quickstart manual to make a pseudo-distributed operation. It seems simple and straightforward (easy!).
However, when I try to run...
Obstinacy asked 14/1, 2013 at 19:52
5
Solved
I am trying to put wkhtmltopdf onto a virtualbox'ed ubuntu 12.04 64bit server. So far no luck.
The package from the repositories wants to have xserver running and the static version:
wkhtmltopdf g...
Stoic asked 6/10, 2012 at 16:52
3
Solved
When I run below command on shell, it works properly. but if I write it in a Makefile and call it with "make" command it doesn't work.
cp wpa_{cli,supplicant,passphrase,event} /usr/local/bin/
...
Godfather asked 11/10, 2012 at 11:17
© 2022 - 2024 — McMap. All rights reserved.