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
-1
votes
1 answer

Creating an interactive lab environment with a server

I want to install an interactive lab environment in which students can code within that environment. I want to use codeboard.io for the IDE part. But, I don't want students to access the Internet apart from codeboard.io. So, how can disable the…
Enes Altuncu
  • 449
  • 2
  • 7
  • 14
-1
votes
1 answer

Backup Ubuntu Server with Azure

I want make an automatic Backup of our Samba(Ubuntu) Server. This automatic backup should go over to an Azure(Ubuntu) Server. So how must I configure our local server that it backup the Data and send it to Server at Azure? Image Edit: The working…
DarthKeks
  • 53
  • 10
-1
votes
1 answer

Matplotlib on OS without GUI

Though the question may seem strange, sometimes it really can be useful. For example, I have to build a histogram using plt.hist, but I am not going to plot it, only to send the heights of the bars to the front-end side for actual plotting, and…
Gevorg Davoian
  • 484
  • 5
  • 13
-1
votes
1 answer

after a while I opened phpmyadmin and this appeared on ubuntu 17

getHeader(); $scripts = $header->getScripts(); $scripts->addFile('jquery/jquery-ui-timepicker-addon.js'); $scripts->addFile('jquery/jquery.uitablefilter.js'); $scripts->addFile('tbl_change.js'); $scripts->addFile('indexes.js');…
Enrico Tempesti
  • 125
  • 1
  • 5
-1
votes
1 answer

I want to open a software GUI on ubuntu SERVER.

I would like to know open a GUI of a software called datacenter datastax which is a UI for Cassandra where we can manipulate the data. Firstly, I want to install datacenter on my office server where multiple VMs are setup. Out of one of those VMs,…
-1
votes
1 answer

gre tunnel issues - one sided communication

I have two machines: Ubuntu 16.04 server VM (172.18.6.10) Proxmox VE5 station (192.168.6.30) they are communicating through a third machine that forwards packets between the two. I want to create a gre tunnel between the two machines and to do…
-1
votes
1 answer

implement CVE-2017-7494 (samba cry) on ubuntu server 16.04

Recently my experiment needs to implement CVE-2017-7494 (the so called sambacry), and I am trying to rebuild the vulnerable environment I am new to this, not very sure how to set all the path and conf right here is what I did: # wget…
galagala
  • 179
  • 1
  • 1
  • 7
-1
votes
1 answer

DigitalOcean - How to deploy two WordPress installations on the same droplet?

I have two domains, www.example.com and blah.example.com. I want to map them to two different WordPress installations on the same DigitalOcean server running Ubuntu 16.04. I tried following a tutorial here:…
Vijay Kumar
  • 922
  • 7
  • 12
-1
votes
1 answer

UBUNTU 14.04/16.04 Server Boot: Dev Mount failed, falls to initramfs

When booting a virtual server with Ubuntu 14.04/16.04 (I had the issues with both), it cant find the boot partition for root and the system falls to the initramfs shell with the following error: (initframs) exit Gave up waiting for root device.…
Sampgun
  • 2,822
  • 1
  • 21
  • 38
-1
votes
1 answer

How to replicate virtual box linux server to my own server?

I have one virtual box linux server which shows only command prompt... And I want to have that server files and Database to my another server... How can I achieve that?
Akshay Ambekar
  • 325
  • 1
  • 3
  • 14
-1
votes
1 answer

Installed nginx on ubuntu server, still seeing apache2 default screen

I installed nginx on ubuntu server 16.10, and it appeared to work fine, When I accessed the machine, I got the the default nginx welcome page. "Welcome to nginx"... I did't work with the machine for 2 days, but when I accessed it today, I got the…
user3812031
  • 19
  • 1
  • 3
-1
votes
1 answer

UbuntuServer 16.04 VirtualBox Machine - Emergency Mode for Network Interfaces

I'm using a virtual machine with Ubuntu16.04Server O.S. on a Windows host. Everything was working perfectly but after switching off everything and then coming back to my virtual server, the machine doesn't start. It shows: [FAILED] Failed to start…
pittuzzo
  • 493
  • 8
  • 29
-1
votes
1 answer

How do run Mongo on Ubuntu Server, getting error

I have been trying to install MongoDB and have been following instructions on the Mongo docs, I am trying to start Mongo and I get this error It appears as if it says that the "addr already in use"? I restarted my server and this still comes up I…
illcrx
  • 774
  • 1
  • 12
  • 32
-1
votes
1 answer

Cannot connect to tomcat server

I am trying to install tomcat in a Ubuntu Server machine. At first i installed tomcat8 through apt-get and i was able to connect. Then i tried to add some webapps for dspace, and from the time i added them, i cannot connect to the 8080 port. I…
dermitzos
  • 1
  • 2
-1
votes
2 answers

Setup Node server with multiple websites and have each site on its own thread

I have a laptop that I am running node on, a Ubuntu Server with a quad core processor. There is a plan for 2-3 sites on this server and I am not a really good admin and needed help getting this one site going so I dont want to start from scratch…
illcrx
  • 774
  • 1
  • 12
  • 32