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
0
votes
2 answers

php-gettext don't work in production server. (Ubuntu)

I'm having problems with gettext in PHP; i have two servers, one local (in which I development) in Windows (with vs.php) and works find, and other in Amazon EC2 (Ubuntu 12.04 updated), this is the production server and in this server the same code…
0
votes
1 answer

Unable to run a Windows 7 image on a headless Ubuntu Server that is running on VirtualBox

Messy huh ?! I'll try not to mislead you while explaining this... I'm trying to simulate the environment I'll have to configure in few days. All OS's are 64-bit. I have Windows 7 on my development machine, running headless Ubuntu server 12.04 on…
0
votes
1 answer

JBoss AS 7 on Ubuntu 12.04 server - Deployment errors

Setup I setup a virtual machine with Ubuntu 12.04 64bit where I want to run JBoss AS 7 and deploy Nexus OSS as a war file. This tutorial was used to setup JBoss as a service on linux. I found this thread, too, but the configuration script…
Muki
  • 3,513
  • 3
  • 27
  • 50
0
votes
0 answers

ZendDebugger on Ubuntu server

I like to debug my PHP applications. So, I installed the ZendDebugger. I downloaded and placed the ZendDebugger.so file in /usr/lib/php5/modules/ZendDebugger.so And pasted this code in the php.ini…
LEDfan
  • 175
  • 1
  • 2
  • 17
0
votes
2 answers

can't show firebird data in php-ubuntu server 12.04

my dataTable can't show data from firebird database. it's happen after I move to new server (old server have hard disk damage). all php data and mysql database already backed up then restore to new server. But, one of my php page can't show data…
nunu
  • 2,703
  • 9
  • 33
  • 55
0
votes
1 answer

How can i read data from .accdb access using php?(windows & linux)

I have an Ubuntu server. It runs Apache, Mysql, PHP. I develop on windows using Xampp and copy files into Ubuntu server. I need to use same code for Windows & Linux to read an Ms-access .accdb file using PHP. Is there any solution?
sajad nabavi
  • 79
  • 2
  • 6
0
votes
1 answer

Installing JCE on Ubuntu Server 10.04 with JDK 6

I've been working with cryptography and have some problems. I always get this exception. java.io.IOException: exception decrypting data - java.security.InvalidKeyException: Illegal key size at…
Anibaru
  • 193
  • 1
  • 2
  • 12
0
votes
1 answer

Where might virtual hosts be configured to use https?

I'm trying to setup a virtual host with https on a ubuntu server with a number of other virtual hosts. None of the other virtual hosts make any explicit mention of ssl, and there are no specific host based references in the apache2.conf or…
rix
  • 10,104
  • 14
  • 65
  • 92
0
votes
1 answer

multiple automated tasks to run ubuntu 10.04 server

I need to run automated tasks every 15. The tasks is for my server (call it server A, Ubuntu 10.04 LAMP) to query for updates to another server (Server B). I have multiple users to query for, possibly 14 (or more) users. As of now, the scripts are…
lrpr
  • 85
  • 7
0
votes
2 answers

Problems installing Ruby on rails with apache2 on ubuntu

Using the guide found on http://www.modrails.com/install.html I installed Ruby on rails and phusion-passenger for deployment with apache2. (on ubuntu-server) (This is not the development server). The rails script works fine when i run "rails -s",…
Etse
  • 1,235
  • 1
  • 15
  • 28
0
votes
1 answer

Mod_rewrite getting 500 server error, ubuntu server

Hello i have been struggling alot today with my new home server. I have installed newest release of ubuntu server on it. Installed php, apache, mysql and everything seemed to work perfect. I am trying to set up a website that worked perfectly with…
NikolajSvendsen
  • 345
  • 2
  • 8
  • 16
-1
votes
1 answer

Port22:Resource temporarily unavailable

enter image description here I am still beginner with ubuntu servers and when l was trying to connect to server I got the error in image I searched a lot about the problem to find solution but I didn't find anything help with this problem.
Joe Smith
  • 1
  • 1
-1
votes
1 answer

Sign in to organisation or university via linux server

I've got an Ubuntu server on my workstation in an university. I need to sign in via entering user name and password on a login page to connect to the internet. How can I do this on the Ubuntu server when there is no terminal browser preinstalled on…
Parsa Noori
  • 198
  • 1
  • 1
  • 10
-1
votes
1 answer

wget: unable to resolve host address 'terraria.org'

I am very unfamiliarized with linux and I have a spare pc lying around, I installed Ubuntu Server 20.04.4 LTS. It's all connected to the internet and I have verified that, but when I run: terraria@mc-ubuntu:~$ wget…
-1
votes
1 answer

forward log messages from syslog to custom log in Linux server

I'm going to send my logs from syslog to a custom log in ubuntu server, you guys know what should I do ? how can I config my rsyslog.conf? is there any direct way to send my logs from spring boot app to a custom log not syslog server?
Pouria Saleh
  • 55
  • 1
  • 10