Questions tagged [graphical-user-interface]

A Graphical User Interface is a human-computer interface which predominantly uses images to communicate state to the user, and often involves use of a pointing device for receiving input.

152 questions
0
votes
1 answer

How to not startx in hosted inux CentOS 5.5 ,and how to make full screen

Im beginner to VMWare player , im using CentOS 5.5 as the virtual OS and installed the VMWare Player in windows xp 32 bit And its working great , but when I like to start the GNUME gui to use x server its starting the GUI desktop right inside the…
user61104
  • 519
  • 1
  • 8
  • 16
0
votes
1 answer

Fedora 13 loads without GUI after installing Gnome Environment

I have had a Fedora box that serves as a development box, it started with Fedora Core 6 and has been upgraded over a few years and now has Fedora 13. After Fedora 9 I switched to mode 3 or text-only mode since then I have become familiar with the…
ricbax
  • 169
  • 1
  • 12
0
votes
2 answers

GUI FTP and File Management for Linux VPS

I'm interested in how I could remotely control FTP and file management on my Linux VPS with a GUI. I frequently transfer sites to my VPS for testing, and I'd much rather do it directly on the high bandwidth connection instead of my 10down, 2up…
Cyrcle
0
votes
4 answers

Recommended programming language for linux server management and web ui integration

I am interested in making an in house web ui to ease some of the management tasks I face with administrating many servers; think Canonical's Landscape. This means doing things like, applying package updates simultaneously across servers, perhaps…
Brendan Martens
  • 186
  • 1
  • 5
0
votes
0 answers

ISC DHCP server web interface

I want to ask what web interface could be used for isc dhcp server on Ubuntu 22.04 server. I want to create dhcp server on ubuntu, I installed and configured isc dhcp but now i want to manage it from web ui(see statistics, clients, etc.). I found…
skoczo
  • 9
  • 3
0
votes
0 answers

Wireguard setup for 1 "master" and many client groups?

I need to separate my Wireguard clients into groups/subnets, but I need one "master-group" (subnet) that can reach all clients. 10.11.2.0/24 BestPizzaShop-Town1 10.11.3.0/24 PepperoniPizzaShop-Town2 ... 10.11.133.0/24 xxxxShop-Town133 10.11.1.0/16…
0
votes
1 answer

Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8

Nagios core GUI/UI fails to open after nagios-4.4.6-4 to 4.4.9-1 update on Rhel8 vm. Whoops! Error: Could not read host and service status information! Nothing in /var/log/nagios/nagios.log. /sbin/nagios -v /etc/nagios/nagios.cfg doesn't report any…
0
votes
0 answers

Resolve variables in .desktop

I'm trying to make a link to open a browser window using a .desktop file, opening to a webserver on the same box. I'm currently doing this through: Exec=browse http://localhost This seems to work great, except I want to use the box's own hostname;…
Snappawapa
  • 101
  • 4
0
votes
1 answer

Run webmin alongside with Plesk for managing server OS?

I'm just bit curious if it is possible to install Webmin on a Plesk system for admin purposes. Yes I know this is like break the holy grail for many sysadmins which love the prompt, but we in our company actually like using the UI for managing our…
0
votes
0 answers

Ist it possible to manage old and new Data Protector Cell managers from one GUI?

I wonder: Reading that it's possible to manage multiple Data Protector Cell Managers (CM) from on GUI (using MS-Windows), I wonder whether that is still true if one installation uses the old Data Protector port 5555, and another uses the current…
U. Windl
  • 366
  • 3
  • 17
0
votes
0 answers

Chrome without headless and GUI

When I run Chrome with --headlees attribute then browser dosn't requare GUI, but for my application need run Chrome without headless mode becouse app dosn't work under headless. Maybe there is way run Chrome without X server?
andymi
  • 1
0
votes
0 answers

Unable to remote to VM instance with Oracle Linux 8.6 and XRDP using Remote Desktop Connection

I created a VM instance on Oracle Cloud, using Oracle Linux 8.6. I added TCP 3389 port in VCN on OCI before installing GUI. I want to install GUI and allow RDP connection to VM instance, so I installed GNome GUI and XRDP with the following commands…
0
votes
0 answers

How to run a Python script in interactive desktop session on Windows 10 remotely?

In other words: how do I run a GUI app on Windows 10 remotely? Background: we build and test plugins for third-party CAD engineering software. In order to run tests of our plugins, we need to first activate the CAD software license and this can only…
0
votes
0 answers

cacti does not show graphs

reinstall an operating system and some graphs do not work for me and others do, especially one of the ones I need is this one and it does not show data I show you here the debug in case anyone sees an error Comando RRDtool: /usr/bin/rrdtool graph -…
zapeador
  • 1
  • 2
0
votes
0 answers

how do I create multiple VMs from the same OS image with the same rendering output?

Currently I am doing pixel v pixel on a single AWS VM. I am running all test on a single machine comparing golden vs test image. Id like to do pixel v pixel tests on multiple machines to parallelize testing using a single master golden image…