Questions tagged [ubuntu]

GENERAL UBUNTU SUPPORT IS OFF-TOPIC. Support questions may be asked at https://askubuntu.com/. Ubuntu is a free desktop and server operating system based on Debian GNU/Linux. This tag is for programming questions specific to Ubuntu.

Ubuntu is a free desktop and server operating system based on Debian GNU/Linux.

Note: Questions concerning the use and administration of Ubuntu, running third-party applications, development, or services provided by Ubuntu may be better suited for Ask Ubuntu rather than Stack Overflow.

Philosophy

The goal of the Ubuntu project is to provide a free computer environment, centered on a Linux distribution and complemented by online services. See Ubuntu's mission for full details.

Releases

The core of the Ubuntu distribution contains a -based desktop environment which is tightly integrated to the system, in particular providing a GUI for hardware management and system administration. The supported core also includes other desktop environments such as , although their integration is managed by side projects such as Kubuntu.

Ubuntu includes a small amount of non-free software such as drivers. Ubuntu offers a large amount of packages directly taken from Debian's unstable distribution, in the form of the universe repository.

There is a release of Ubuntu every six months: one in April and one in October. One in four is a long-term support (LTS) release, the latest being (Jammy Jellyfish), released in April 2022. LTS releases get 5 years of full support (with additional support available), while non-LTS releases get 9 months.

Derivatives

Side projects of Ubuntu include:

  • Kubuntu: managing the integration of KDE into Ubuntu.
  • Ubuntu Studio: for multimedia production.
  • Xubuntu: managing the integration of Xfce into Ubuntu.
  • Lubuntu: managing the integration of LXDE into Ubuntu, focusing on speed and energy efficiency.

Documentation

Common tasks

Related

60820 questions
19
votes
1 answer

What does an arrow mean when listing files?

I am listing hidden files: ls -ld .?* And I get an output: drwxrwxr-x 3 kisco kisco 4096 Jun 18 19:41 .shutter drwx------ 6 kisco kisco 4096 Jun 17 11:07 .Skype -rw------- 1 kisco kisco 12288 Jun 16 17:47 .swm -rw------- 1 kisco kisco…
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
19
votes
3 answers

Running docker without sudo on Ubuntu 14.04

I attempted to set up Docker so that I do not have to type sudo before using it. The steps that I took: I started with creating a docker group with sudo groupadd docker; I added my current user to the "docker" group with sudo gpasswd -a ${USER}…
luqo33
  • 8,001
  • 16
  • 54
  • 107
19
votes
3 answers

Supervisor gets a SIGTERM for some reason, quits and stops all its processes

I use supervisor on an Ubuntu 12.04 machine (installed with pip) to run gunicorn and Django. I start supervisord and everything is fine. I can reach my Django app through the nginx server which proxies gunicorn. The problem is, that after a few…
Amir Eldor
  • 1,337
  • 1
  • 13
  • 17
19
votes
1 answer

intellij IDEA 14 in ubuntu is very slow

I have an HP Pavilion DV6 laptop with Intel Core-i7 2.00GHz × 8 Processor and 8GB RAM and running Ubuntu 14.04 64bit on it, but after updating to Intellij IDEA 14.0.2 every move in IDE get about 10 to 20 second delay. Anyone having same issue or…
user3717188
19
votes
2 answers

Where to place zsh autocompletion script on Linux?

After installing cheat (command cheat sheets from the command line), I tried to enable the autocompletion using the provided zsh script. However, I don't seem to find the correct location for the script. So far I fetch the cheat.zsh ; copy it to…
Édouard Lopez
  • 40,270
  • 28
  • 126
  • 178
19
votes
5 answers

run selenium with crontab (python)

I have a python script that calls chrome via selenium with the next line. ff = webdriver.Chrome('/home/user01/webScraping/CollectAndGo/chromedriver') The python script is called from a shell script. python…
Usobi
  • 1,816
  • 4
  • 18
  • 25
19
votes
4 answers

Eclipse Kepler freezes on 64 bit ubuntu

I just upgraded my Ubuntu to 14.04 a few days ago and in the process switched from 32 to 64 bits. Ever since, Eclipse has gotten really unstable. After having run for a few minutes it will start randomly freezing for longer and longer periods of…
BadIdeaException
  • 2,125
  • 15
  • 32
19
votes
4 answers

How to upgrade Django on ubuntu?

Not a Django developer. We initially installed Django from Ubuntu packages by typing apt-get install python-django. Now we need version 1.x - our version is 0.96.1 Could you advise an easy way to upgrade?
Devrim
  • 2,826
  • 5
  • 25
  • 31
19
votes
7 answers

How to copy files as fast as possible?

I am running my shell script on machineA which copies the files from machineB and machineC to machineA. If the file is not there in machineB, then it should be there in machineC for sure. So I will try to copy from machineB first, if it is not there…
john
  • 11,311
  • 40
  • 131
  • 251
19
votes
5 answers

Stack guard might have disabled?

I am trying to run the first example in rootbeer library, which you can find from here. The issue is, even though I followed all of their instructions, I am getting the following message when I am trying to run the…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
19
votes
1 answer

App writes to ".log.1" file instead of ".log" file after running logrotate

After force running logrotate, my app keeps writing to my_app.log.1 (the old log that should be archived later) instead of my_app.log. This make my_app.log an empty file, therefore logrotate runs without any effect. And my_app.log.1 keep growing to…
Tung Nguyen
  • 1,874
  • 3
  • 18
  • 28
19
votes
3 answers

production.log empty on Rails 4 / Capistrano / Passenger / Nginx server (digital ocean)

I have set up a rails 4 server on Ubuntu 12.04 using Capistrano, Nginx, Passenger, Postgres, Redis/Resque Everything is working great, except that the production.log file is always empty. I have tried a variety of configuration changes in…
Caleb
  • 3,692
  • 3
  • 24
  • 28
19
votes
8 answers

Changing a hostname permanently in Ubuntu

I want to create a shell script that can change the hostname of my Ubuntu permanently. Whenever I use the hostname New_hostname command, it returns to the original hostname after I restart the machine. I found out that the only way I can change…
user1548960
  • 357
  • 3
  • 8
  • 16
19
votes
2 answers

How to stop keyboard repeat on VirtualBox

I have been using Citrix to remote into a Windows 7 machine that's running Ubuntu in VirtualBox. The issue I ran into was repeated characters all over the place. I tried a few things but the following is what worked for me:
xdotcommer
  • 793
  • 1
  • 7
  • 14
19
votes
1 answer

MongoDB bind_ip error: bind() failed errno:99 Cannot assign requested address for socket

I want to configure mongodb to allow remote connections from an external ip address like 66.31.123.123. Setting 0.0.0.0 to bind_ip works, but I want to be more restrictive and only allow certain ip addresses to connect. I appended 66.31.123.123 to…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
1 2 3
99
100