Refers to a computer system or device that has been configured to operate without a monitor, keyboard, and mouse. A headless system is typically controlled via a network connection.
Questions tagged [headless]
126 questions
34
votes
4 answers
use of gnome-keyring-daemon without X
I'm wondering if it is possible to use gnome-keyring-daemon without X. Normally it will present a graphical prompt in order to acquire a password for the keyring; is there a way around this? I'd like to be able to use ubuntu one without having to…
intuited
- 3,481
29
votes
2 answers
How to make VM in VirtualBox start headless by default?
How to make VM in VirtualBox start headless by default? Not to press SHIFT every time to start headless...
dukasvili
- 583
27
votes
2 answers
Run wine totally headless
I want to run wine headless and avoid the error message:
Make sure that your X server is running and that $DISPLAY is set correctly.
Is there a way or do I have to route/forward it to some output? Can it just run from a command line way?
FabioCosta
- 461
20
votes
1 answer
How to use headless Skype over DBUS on Debian
I installed Skype on Debian and ran it headless, however, I cannot interact with it over dbus.
Some context of what I have so far:
Installed Debian 6 on VMware fusion box from netinst CD
Skype version is 2.2.0.25 dynamic
DBus version is 1.2.24,…
Priit
- 301
16
votes
3 answers
How to turn a desktop Linux box headless
I'm sure this is a question that has been answered before, but with a number of different searches, I can't find it!
I have a computer with Linux already installed (Lubuntu 13.10), and when it boots, it will go right into the desktop environment. I…
asfallows
- 1,061
12
votes
6 answers
Is it possible to launch GUI of headless VirtualBox' machine?
After I launch a virtual machine (Ubuntu 12.04) in headless mode on Windows 7 host
C:\Users\XXX>VBoxManage startvm "ubuntu 12.04" --type headless
Waiting for VM "ubuntu 12.04" to power on...
VM "ubuntu 12.04" has been successfully started.
Can I…
Patryk
- 1,269
11
votes
4 answers
How do I run vino-server without a monitor attached in Ubuntu 10.04
I just upgraded to Ubuntu 10.04 yesterday on a headless home server. I use the server for a variety of purposes, and what I don't know how to do via SSH I've alway been able to do through VNC. However, since the upgrade vino-server will no longer…
Ole
9
votes
6 answers
Which torrent apps work headless (from command line only)?
There's a question on here about what torrent apps work well remotely, but I'm hoping to find out one that works well through a command line interface, preferably with no GUI.
What torrent apps would you recommend for running from the command line?
jweede
- 6,933
9
votes
2 answers
Dual boot a headless machine?
I wondering whether it is possible to set up a headless machine (application server) in a dual boot configuration. The goal is to have linux (debian lenny or sid) and windows (XP pro, no use upgrading to anything newer because my legacy apps won't…
tdammers
- 203
7
votes
5 answers
How to reboot headless server with passphrase?
I have an old desktop computer that I want to start using as a headless server.
With a monitor and a screen attached, I installed Ubuntu Server edition with encrypted LVM on the machine. After installation I rebooted and, still with the monitor and…
BioGeek
- 602
7
votes
2 answers
How can I boot an Ubuntu server without monitor/keybord?
I am new in servers. I have an old PC. I want to install Ubuntu Server on that PC and keep it on my home network. The problem is that I can't keep the monitor and the keyboard. So the questions are:
How can I have the server without…
tioschi
- 173
6
votes
2 answers
Export to PDF with LibreOffice command-line, selecting an output filename
This works to export a PDF:
C:\Program Files\LibreOffice\program\soffice.exe --headless --convert-to pdf test.doc --outdir .
but it doesn't allow to change the output filename. I found the option to change the output directory, but how to change…
Basj
- 2,143
6
votes
3 answers
Virtualbox in Headless mode
I used the virtual machines in virtualbox in a "headless" mode instead of a GUI mode. what are the advantages of using it in a headless mode?? by headless does it mean that the server doesnt have a keyboard or monitor attached or does it mean that…
ask
6
votes
1 answer
NVIDIA Start Xorg Without Monitors
I'm running Redhat 6.4
uname -ra
Linux host.domain 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
The graphics card is an NVIDA Tesla C2075, Driver Version: 319.37
Here's the problem I'm trying to…
MikeP90
- 109
5
votes
2 answers
How to access VNC on a Linux server without having been logged in to the machine first?
Possible Duplicate:
Automatically start VNC server on startup
I have a Linux server at home, and by default no-one is logged in to that box.
I'd like to establish a remote desktop connection to it with VNC but this fails, unless I log in first…
Wabbitseason
- 179