Questions tagged [ubuntu-server]

Ubuntu Server is a flavour of the Ubuntu operating system. It is the same core product as the Desktop version, but with certain differences that make it more suitable as a server. Most notably, it's missing a GUI. is a free desktop and server operating system based on Debian GNU/Linux. Note that https://askubuntu.com is specifically dedicated to Ubuntu questions.

Philosophy

The goal of the Ubuntu project is to provide a free computer environment, centered on a Linux distribution and complemented by online services.

Releases

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 four is a long-term support (LTS) release.

Links

Common tasks

812 questions
3
votes
1 answer

How install MySQL 5.1 in Ubuntu 12.04 server from repository

I need to install MySQL 5.1 in Ubuntu Server. I have seen in other question to use deb http://packages.dotdeb.org lenny all but it is not working. Are there any other repository??
2
votes
1 answer

Ubuntu Lucid, cgi-bin, and MathTex

So I have several dedicated servers out there running Ubuntu Lucid server. They primarily run WordPress sites - LAMP. However, one of my original sites is a controls engineering site that uses MathTex to render the equations. MathTex is pretty…
Gabe Spradlin
  • 1,937
  • 4
  • 23
  • 47
2
votes
1 answer

Remote git repo refuses my public key. How to retrieve my repository?

I have a remote VPS with a Rails website and a git repo. After a lot of years I tried to make changes to it and when I tried to push them via git, I got "Permission denied (publickey)". For some reason 'git' user stopped working and I don't know…
Jonas S.
  • 111
  • 1
  • 6
2
votes
0 answers

Apache2 serve multiple laravel project

I have an ubuntu 22.04 webserver on which i have configured php, mariadb, apache2 stack. I then deployed a laravel project, which works fine, under the path. /var/www/html/site1.it So now I created a project under the path /var/www/html/site2.it and…
64Bit1990
  • 302
  • 2
  • 16
2
votes
0 answers

Cannot connect to a remote server using Atom and Remote-FTP

I cannot connect to a remote server from Atom using the Remote-FTP package and SSH keys. Every method and solution I have tried gives me the error Error: All configured authentication methods failed. The server is Ubuntu Server 22.04 running on…
Norman
  • 6,159
  • 23
  • 88
  • 141
2
votes
0 answers

Connection error with Django and PostgreSQL in Ubuntu Server

I have a virtual machine running Ubuntu Server and I want to set a connection using Django in my pc and a postgre's database in Ubuntu Server. This is my first time developing a database in server and I don't know if this is the correct way. I get…
Br0k3nS0u1
  • 51
  • 5
2
votes
0 answers

Problem with kex_exchange_identification: read: Connection reset by peer

I have a problem during deployment process of my web app (a university's project) to Ubuntu Server from Macbook with my university's VPN. This is my first time deploying a software so this is a lot of new things for me. I was trying to configure the…
2
votes
1 answer

Minimum resource to run a Spring Boot app

I'm just starting to test out deploying my spring boot webapp onto AWS. I've currently got a t2.micro (1vcpu/1gb) running Ubuntu server and I've packaged my app into a fat jar using mvn clean install. The tomcat server initially deploys fine and I…
2
votes
1 answer

Puppeteer Error: Failed to launch the browser process!, pthread_create, ERROR:platform_thread_posix.cc(135), resource temporarily unavailable (11)

I have this Puppeteer file I'm trying to run on an Ubuntu server: var puppeteer = require('puppeteer') const browser = await puppeteer.launch({ 'headless' : true, "executablePath": "/usr/bin/chromium-browser", "args": [ …
Ben
  • 31
  • 1
  • 5
2
votes
0 answers

Can't run mopidy docker

I'm trying to install mopidy docker ( https://github.com/wernight/docker-mopidy) that would play music and send sound to pulseaudio. I'm trying to compose it with tihs: mopidy: container_name: mopidy image: wernight/mopidy volumes: -…
pinq-
  • 367
  • 2
  • 17
2
votes
3 answers

schedule python script with crontab

I have a bash script that I am trying to run with a cron job. I'm trying to run the cron job on my ubuntu server. I want it to run everyday at 8 hr utc. the bash script activates a conda python virtual environment and runs a python script. the…
user3476463
  • 3,967
  • 22
  • 57
  • 117
2
votes
2 answers

Using a GUI when remotely accessing a Ubuntu server

Is it possible to use a GUI (gnome) that is installed on another machine to display the contents of a server, kind of like a remote connection but the server itself does not have a desktop manager installed?
Frank Vilea
  • 8,323
  • 20
  • 65
  • 86
2
votes
1 answer

JZMQ failing to build debian package on Ubuntu

At the moment, I'm having serious problems getting JZMQ to compile on Ubuntu (10.04.2 LTS Server, x86). I've installed 0MQ from source, but the debian package build for JZMQ is failing with: dpkg-shlibdeps: error: no dependency information found for…
Nathan Kleyn
  • 5,103
  • 3
  • 32
  • 49
2
votes
1 answer

How to send email of a GSuite/Google Workspace alias domain externally (e.g. via Ubuntu)

Scenario I have domain.com on GSuite. Then I have aliasdomain.com (which is set as an alias domain for that in GSuite.) And I have a GSuite User admin (which is both admin@domain.com and admin@aliasdomain.com just like I want them to be. Emails…
spcsLrg
  • 340
  • 2
  • 11
2
votes
1 answer

unique identifiers of a VPS

I am trying bind my application just to my VPS. Can you please tell me about some identifier that each VPS has unique? Ideally something that can be determined by command in Ubuntu server. Thanks in advance.
Riki137
  • 2,076
  • 2
  • 23
  • 26