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

ssh to Ubuntu Server, run some commands, and then leave myself the default prompt?

As discussed here, we can SSH remote to Ubuntu Server instance, and run command, and open a prompt ssh -t host 'cmd1; cmd2; sh -i' Though the shell prompt I get on my Ubuntu Server is not the default one i.e. as I try to run ~ ./bashrc, I get the…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
1 2 3
54
55