378 solutions found in general-dev
Page 14 of 19votes
I have this issue during package installation in R version 3.0.2 (2013-09-25) on an Ubuntu machine: install.packages("randomForest") Insta...
votes
I want to change the time zone set in my Amazon EC2 instance running Ubuntu Linux to local time? **My Question** How to change the time zone in Amazon EC...
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
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
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'm using Ubuntu 20.04 via Oracle VM Virtual Box and I faced exactly the same error as all other people. After building Qt6 source code using official Qt...
votes
I'm looking for setup a Rails Environment with Vagrant, for that purpose the box it's been provisioned through bash shell method and includes among othe...
votes
With the usage of wget command line I got a tar.gz file. I downloaded it in the root@raspberrypi. Is there any way to uncompress it in the /usr/src folder?
votes
I am getting some error in my terminal and it says I need to use 4.4.0 version and my current version is ... In my project my current TypeScript version is g...
votes
I have a live server and development box, call them live and dev respectively both running postgresql. I can see both and manage both with pgadmin4 without trou...
votes
I'm new in ASP.NET. Environment: - Ubuntu 18.04 - Visual Studio Code - .NET SDK 2.2.105 I'm in trouble with some command running. I wa...
votes
I tried to install gulp by npm install -g gulp The output seems to be something like this. (i have skipped some logs) npm http 304 https://r...
votes
I've installed Sublime 2 on Ubuntu using a PPA repository and update it via this native Ubuntu mechanism, so it just annoys me to see "A new version is...
votes
I would like to find out my environment variables in bash. Are they stored somewhere?
votes
I'm just finished installing Ubuntu 13.10. I want try Phalcon, and when I build the source (phalcon.so), I have this error :...