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

Suggestions for a LDAP Gui suitable for a help desk to manage users

I am running a Solaris 10 environment using Sun Directory Server (LDAP) 5.2 and now 6.3 for managing user accounts. So far I have been managing the environment via scripts to add users and groups but would like to pass this responsibility over to…
douglasj
  • 33
  • 1
  • 5
2
votes
2 answers

OpenVPN administration GUI

Is there a GUI for OpenVPN ? anything I can use to administrate it easily and perhaps create groups of users etc? with access restrictions on specific groups etc? I can't afford to pay for licenses for their commercial product Alternatively is there…
user79089
  • 93
  • 1
  • 6
2
votes
2 answers

Recommended dhcpd Web Interfaces?

Can anyone recommend a solid dhcpd web interface? Google searches turn up all kinds of results, including projects that haven't been updated since 2002. I'm looking for something that is a little more maintained and widely deployed.
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
2
votes
3 answers

Desktop GUI tools to administer Apache2

Are there any (Linux compatible) desktop GUI tools to administer Apache2?
Olivier Lalonde
  • 753
  • 3
  • 13
  • 20
2
votes
3 answers

Git: Is there any GUI for setup a central repository?

I am looking for a wizard-GUI-like interface to create a central repository Git accessible to multiple users with authentication. Is there any GUI for an easy setup a central repository on windows or linux? Maybe a gitosis graphical user interface…
djondal
  • 123
  • 6
2
votes
2 answers

Is it possible to run X on a ESX Service Console?

Ok, we all know (or should know) the ESX Service Console isn't actually a Linux system, but a custom Linux distribution running inside the ESX hypervisor, in order to allow its management. Yet, regardless of that, questions arise: if one were to…
Massimo
  • 70,200
  • 57
  • 200
  • 323
2
votes
2 answers

Run GUI application via cronjob in Ubuntu?

I have a remote server running "Ubuntu 10.04 Desktop". From it I want to run a script that walks through a list of websites and captures screenshots of them. The script is working and thoroughly tested. When I SSH to the server with ssh -X…
Christoffer
  • 257
  • 4
  • 11
1
vote
0 answers

cisco sg550 radius configuration

We have cisco sg550xg switch where we first saw how to configure cisco via GUI, and long story short we got stuck on radius. From what we found on manuals we add a new radius client with server ip address, auth port and account port as well as well…
1
vote
0 answers

Windows Server GUI to Server Core EventID to determine time/who changed configuration

I need to find when/who converted a server from a GUI install to a Core install. I believe there is likely to be an EventID that corresponds to the time of the change. I've searched for the EventID that might correspond to the change from Gui >…
1
vote
0 answers

How to fix java (in javafx) out-of-control memory consumtion besides Xmx, MaxPermSize?

-Xmx, -XX:MaxPermSize not helping, OS is Ubuntu 16.10 First I ran my javafx experiment loading some pics and showing them in cycle using canvas node. Now I run javafx demo apps (different) ver. jdk1.8.0_112 and jdk1.8.0_111 on corresponding jvm's.…
alexey
  • 111
  • 3
1
vote
0 answers

Connecting failure to Azure Ubuntu Server via Remote Desktop

I cannot connect to my Ubuntu Server via RDP. SSH works properly. I have installed ubuntu-dekstop and xrdp as it is well described in this post: https://stackoverflow.com/questions/23496915/how-can-i-connect-to-ubunto-at-azure/23497082#23497082 Both…
KNG
  • 11
  • 2
1
vote
1 answer

Automate Windows administration tasks

I'm diving headfirst into PowerShell (by no means an expert yet) and am looking to build a GUI to automate Windows admin tasks, both for the deskop and server side. I know there are third-party tools and whatnot available as free downloads, but I'm…
1
vote
3 answers

Sample code for nice GUI for imageX? (to automatically deploy WIM-files using Windows PE)

I currently use this simple batch-file to deploy an image to our workstations: ECHO HALLO y: cd \ diskpart /s diskpartcmds.txt imagex.exe /apply y:\image.wim 1 c: bootsect /nt52 c: (Y: is a mounted network share, dispkatcmds.txt is select disk…
Christian
  • 1,052
  • 5
  • 16
  • 24
1
vote
0 answers

Why the result of same squish test suite are different between running locally and running via Jenkins?

Now I'm deploying the auto-test frame for my company, I have several squish Test Suites and Jenkins jobs for these tests. Some of our suites runs well without RDP, but some suites only have expected result while I have a RDP connection, once I…
1
vote
1 answer

Other ways of implementing Crashplan on a LAMP setup

I've got a LAMP setup running Ubuntu 12.04 server and I'd like to integrate it with CrashPlan that I use on all my other mac xserves that I'm running. The problem is that it has to run a gui application to set all the preferences and configurations.…
Snazzy757
  • 11
  • 1