Questions tagged [ubuntu-15.10]

Ubuntu operating system, version 15.10

Ubuntu is a free desktop and server operating system based on Debian GNU/Linux. Ubuntu 15.10 was released on October 2015.

Note that this is for programming questions specific to Ubuntu and http://askubuntu.com is dedicated to answering general Ubuntu questions.

101 questions
0
votes
1 answer

Desktop configuration file cannot launch Android Studio in Ubuntu 15.10

I did not want to launch Android Studio from terminal, so I wrote the following android-studio.desktop file [Desktop Entry] Version=1.0 Type=Application Name=Android Studio Exec=sh /home/ashraf/tools/android/android-studio/bin/studio.sh …
ashubuntu
  • 747
  • 7
  • 20
0
votes
0 answers

Python console "EOF when reading a line" error using raw_input

Using Pyhton 2.7 and Ubuntu 15.10 I faced an annoying issue when using raw_input in a python console of some IDES like ninja-ide or genay (console plugin). They cast a "EOFError: EOF when reading a line" and don't allow to write. Meanwhile…
-1
votes
2 answers

Cannot install virtualbox on ubuntu 15.10

I operate according to https://gist.github.com/PartTimeLegend/5328700, But I got the following error: Loading new virtualbox-5.0.14 DKMS files... First Installation: checking all kernels... Building only for 4.2.0-42-generic Building initial module…
-1
votes
2 answers

Want to add swap partition

I wanted to add swap partition in my Ubuntu 15.10 Using dual boot with windows XP, & Building Cyanogenmod 13 with Linux but always getting error as following, make:*fork:*Cannot allocate memory which is related to RAM I have searched & found that…
Som Adsul
  • 1
  • 1
-1
votes
1 answer

Installing Rails on Ubuntu 15.10

I'm trying to install Rails on my laptop running Ubuntu 15.10 by using a book called "Beginning Rails 4, 3rd Edition" by Apress. It uses the rvm method and I just wanted to know if anyone knew of an easier way to install Rails.
AdamG
  • 71
  • 1
  • 10
-1
votes
1 answer

Setting up a ruby on rails server for use on my webpage

I have my own rack server and I host my own web server on it. pretty standard ubuntu 15.10 Linux, Nginx web server, PHP5, MySQL... So assume everything there works right out of the box, the site-enabled conf is the only thing I changed to include…
-1
votes
1 answer

Outdated update information [Ubuntu][15.10]

I am getting an "Outdated update information" warning on the top right corner of my screen. I try to update using the terminal and I get the warning: W: Failed to fetch…
Death_by_Ch0colate
  • 379
  • 1
  • 2
  • 7
-1
votes
1 answer

PHPStorm on Ubuntu

I started PHPStorm (newest) on Ubuntu 15.10 few minutes before on the second monitor and now all it's really big (look at Screenshot). I'm using normal OpenJDK (not Sun). How I get it in normal size? Monitor Screenshot:
WPler
  • 21
  • 9
-2
votes
1 answer

a simple typographical erro

gcc -wall -w -werror hello.cpp -o hello show me : gcc: error: unrecognized command line option ‘-wall’ ,and ==> gcc: error: unrecognized command line option ‘-werror’
pejman
  • 17
  • 7
-2
votes
1 answer

Access from LAN and remotely to the same svn server

I have my own "server" (old laptop) which I use for SVN, Samba and some other things. I own another Laptop which I sometimes use from my home and sometimes outside. Right now, I can sync via SVN locally and it works great. I was wondering if there's…
Ckubrak
  • 7
  • 2
-3
votes
1 answer

How to extract .tar.gz file in ubuntu

I want to extract an archive named kdiff3.tar.gz. Using tar -xzvf kdiff3.tar.gz, doesn't extract the file. It gives this error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors Using…
1 2 3 4 5 6
7