378 solutions found in general-dev
Page 13 of 19votes
I am having trouble trying to get theh permissions for some of my external drives set up. I believe the probem is due to how I am dealing with spaces in th...
votes
When I am trying to push to my remote git repository, but it is taking forever and nothing happens. I waited for so long, but push is never getting finished. My...
votes
I am getting the following error while running my rails app in Ubuntu server > FATAL: Listen error: unable to monitor directories for changes. Visit >...
votes
I have a new Ubuntu 12.04 VPS. I am trying to write a setup script that completes an entire LAMP installation. Where I am having trouble is appending a line to...
votes
I program with Emacs on Ubuntu (Hardy Heron at the moment), and I like the default text coloration in the Emacs GUI. However, the default text coloration when E...
votes
I am facing an issue on Ubuntu 12.04: > /usr/lib/ndk/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-andr...
votes
I can't seem to be able to increase the variable value by 1. I have looked at [tutorialspoint's *Unix / Linux Shell Programming* tutorial](http://www.tu...
votes
Is there any difference between pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; **Or** pthread_mutex_t lock; pthread_mutex_init ( &...
votes
I just installed matplotlib in Ubuntu 9.10 using the synaptic package system. However, when I try the following simple example >>> from pylab...
votes
I have a machine with Ubuntu 12.04 and have installed Jenkins ver. 1.424.6 using apt-get based on *[this guide*][1], but there is a new version: New vers...
votes
When running `./gradlew clean build` I get following message: ``` > Task :compileKotlin FAILED FAILURE: Build failed with an exception. * What went...
votes
I have Ubuntu 20.04 and I have tried using `docker login` to log in in terminal, but got: ``` docker login Login with your Docker ID to push and pull imag...
votes
When I first setup an Ubuntu server, I make sure I `aptitude install tzdata`, then `dpkg-reconfigure tzdata` so that I set my timezone properly. I am trying...
votes
I have Ubuntu 11.04 I am trying to install Xvfb and CutyCapt in order to take a snapshot of webpage I followed a instruction https://github.com/jaequery/cuty...
votes
I have a bash script which calls several long-running processes. I want to capture the output of those calls into variables for processing reasons. However, b...
votes
Is there any way to run a C++ program slower by changing any OS parameters in Linux? In this way I would like to simulate what will happen if that particular pr...
votes
I'm running Ubuntu 11.04. I installed the [Terminator Terminal Emulator][1] 0.95, and Zsh, version 4.3.15. <br/> I have (commonly known) problems wit...
votes
I am attempting to use the libtommath library. I'm using the NetBeans IDE for my project on Ubuntu linux. I have downloaded and built the library, I have do...
votes
I'm trying to install package with pip on Ubuntu server: $ pip install MySQLdb Downloading/unpacking MySQLdb Killed And it's getting...
votes
Is it possible to copy text from a file, opened with `nano`, to the shell? I have a text file, and I want to copy several lines to the console, but I cannot...