Questions tagged [ubuntu-server]

An edition of Ubuntu which provides server applications and a text-mode environment in place of a GUI. You may want to consider asking on http://askubuntu.com/.

Ubuntu Server is an edition of the Debian-based Ubuntu Linux distribution designed for use on servers. The default installation eschews the X Window System and desktop environments in favor of a text-mode environment, and provides essential packages for use on servers such as Apache and MySQL. Ubuntu Server shares the same APT package repositories as the desktop edition, so the same packages can be installed on both editions.

You may want to consider asking Ubuntu-specific questions on one of our sister sites, Ask Ubuntu.

321 questions
512
votes
14 answers

How to fix warning about ECDSA host key

I'm trying to setup password-less SSH on an Ubuntu server with ssh-copy-id myuser@myserver, but I'm getting the error: Warning: the ECDSA host key for 'myserver' differs from the key for the IP address '192.168.1.123' What's causing this, and how…
Cerin
  • 8,746
  • 16
  • 54
  • 65
29
votes
2 answers

Where to store cronjob script?

I'd prefer to not keep it in my /home/myusername directory. Is there a best practice of where to store your shell scripts for cronjobs? At the root level? I'm running ubuntu server 12.04 right now.
tarabyte
  • 2,133
  • 7
  • 37
  • 42
27
votes
3 answers

Make a network drive available over the internet?

I recently built a small server machine, using Ubuntu Server and Samba, to act as a file server (among other things) so that my entire family can access certain files over the network from Windows machines. However, I would love to take this a step…
Sasha Chedygov
  • 6,939
  • 12
  • 48
  • 55
23
votes
4 answers

Port Forwarding to a VMware Workstation Virtual Machine

I am running VMware Workstation 8 (build 471480). I want to setup a small content server, mainly for images and such for my website, on my desktop in a virtual server (just for the heck of it)... I now have everything installed on a VMWare virtual…
ShadowZzz
  • 365
  • 1
  • 2
  • 9
19
votes
1 answer

How do I host multiple physical Web servers behind a single IP address?

I am running multiple web servers in my house, each of which is plugged into my router. Server A Server B Server C I currently can only use one server since my IP (xx.xxx.xx.xx) port 80 is pointing towards server A. However some domains point to…
13
votes
1 answer

Enable audible bell in gnu screen current window

I use putty to ssh to a ubuntu bash shell, which holds irssi in a screen session. I figure I can probably configure irssi to send system bell when certain messages show or activity happens, and I have already managed to configure putty to flash in…
Zaz
  • 584
  • 4
  • 13
13
votes
3 answers

Add multiple @groups to valid users

In smb.conf I have the line valid users = @Staff @Directors Is this a valid syntax to add two groups to the valid users line? It does not seem to work right on our xp pro clients. If not which of the following is the proper way (if any) to make two…
skids89
  • 263
  • 1
  • 2
  • 9
12
votes
4 answers

What are reasons to disallow ICMP on my server?

An EC2 Instance has ICMP services disabled by default. While it's not totally clear to me why, I think it's because it could be a potential security risk. At the moment I'm enabling Echo Responses only when I'm restarting the server so I can see if…
3k-
  • 223
  • 1
  • 2
  • 6
12
votes
4 answers

Changing keyboard layout to Dvorak in Ubuntu-server

I want to set my keyboard layout to Dvorak. How do I do that exactly?
elviejo79
  • 1,075
  • 2
  • 8
  • 12
10
votes
1 answer

Unicode Characters in Ubuntu Server

I recently migrated from Ubuntu Desktop 13.04 to Ubuntu Server 13.10 and now my filesystem doesn't seem to support unicode characters. I use rsync to backup/sync files and it shows the proper characters, but it wants to delete the non-matching…
James
  • 453
  • 4
  • 9
10
votes
5 answers

Is there any easy way to copy from a VirtualBox Guest to the Host?

I have Windows 7 and use VirtualBox. I have installed Ubuntu Server as a guest. Is there any easy way where I can copy text in the Ubuntu Server terminal to my Windows 7 host? How about in the other direction?
Jonas
  • 26,874
  • 52
  • 105
  • 125
9
votes
4 answers

Running Cronjobs as per Local Time rather than Universal Time

On running dpkg-reconfigure tzdata in terminal and i get 2 different time on my machine Local time is now: Wed May 1 11:58:55 IST 2013. Universal Time is now: Wed May 1 06:28:55 UTC 2013. The Problem is i want to run my cronjobs as per…
Jigar
9
votes
2 answers

Is there a speed difference between transferring files over FTP and Samba?

I have a home network setup with a desktop PC, two laptops and a ubuntu server desktop all connected to a router (DD-WRT). I want to setup the ubuntu server on a separate subdomain (security reasons: I have websites coming into the server) but I…
James Mertz
  • 26,224
  • 41
  • 111
  • 163
8
votes
1 answer

Are automatic security updates recommended for Ubuntu Server

I'm setting up a new server. It will be mostly hands of for sysadmin management, because it's not used for anything too high traffic/ enterprise. If I choose automatic security updates will the updates cause the server to restart on its own (in…
shupru
  • 117
  • 2
  • 7
8
votes
2 answers

What's the best way to store an encrypted svn password on Ubuntu Server?

Hullo, I have Ubuntu Server running a subversion server. I'm running the client on the same machine through SSH, and I'd like the svn client to remember my password, but not to store it as plaintext. Looking here I see two methods: gnome-keyring and…
Andy
  • 3,037
  • 3
  • 20
  • 28
1
2 3
21 22