2108 solutions found
Page 62 of 106votes
I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to commit to locally, and for others remotely. What are the step...
votes
There was an error when I tried to remove a package, so it was left in a broken state. I tried the following: sudo dpkg --remove --force-remove-reinstreq...
votes
While other questions deal with [how to use things like git-bash][1], giving the new WSL a spin as the terminal for VS Code is not the same: it gives you access...
votes
I'm trying to run [Telescope][1] (a meteor app) on an Ubuntu 16.04 server. I follow the instructions in the readme: curl https://install.meteor.com/...
votes
I have the easiest code ever: #include <iostream> #include <thread> void worker() { std::cout << "an...
votes
I've installed Android Studio and tried to run my first project in it, and I've got following error: Error Output was: ```bash /home/user/androi...
votes
When i try to install php5 in Ubuntu 16.04 by using following code: sudo apt-get install php5 php5-mcrypt I get following error: Reading packag...
votes
I am new to system administration. After installing nginx [via puppet][1] on Ubuntu I get the following output: [alert] could not open error log file: op...
votes
Under `/usr/share/applications` I created: `intellij.desktop`: #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Application...
votes
In PHP I'm getting the following warning whenever I try to connect to a database (via `mysql_connect`) >Warning: mysql_connect(): Headers and client l...
votes
When I deploy Apache Mesos on Ubuntu12.04, I follow the official document, in step "make -j 8" I'm getting this error in the console: g++...
votes
I am using two versions of ROS next to each other. To use one I have to source some environment variables for the specific version. I would like to create a scr...
votes
I'm trying to run a `bash script` on my Ubuntu machine and it is giving me an error: > function not found To test, I created the following scri...
votes
I'm using IntelliJ IDEA, but I think this applies to any IDE. In IDEA, some [very useful keyboard shortcuts][1] conflict with Ubuntu keyboard shortcuts....
votes
When I try to open ```psql``` with this command: ``` psql -U postgres ``` I get this error: ``` psql: error: connection to server on socket "/var/run...
votes
Where is the default global node_modules folder on Ubuntu. For example where would this get installed: `npm install -g gulp`
votes
After I have upgraded my system from Ubuntu 13.04 to 13.10 several problems have occurred with apache, mysql and php configurations. I solved most of them b...
votes
When I ask to see the current version of cc I get this. $ cc --version cc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software...
votes
If I have a text file with a separate command on each line how would I make terminal run each line as a command? I just don't want to have to copy and paste...
votes
I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I have is the Amazon username and password. Any ideas?