Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Cross-platform GUI for UNIX based scripts

by LanX (Saint)
on May 24, 2013 at 09:44 UTC ( [id://1035094]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Cross-platform GUI for UNIX based scripts
in thread Cross-platform GUI for UNIX based scripts

> People really love fancy GUIs though and few share my love to command lines.

You didn't give us much information about the context.

TUIs are semantically not much different from GUIs, it's just the optics and Tk is nowadays far from common taste, especially when confronted with Win/Mac folks.

Anyway the other client/server approaches will produce overhead, if you need to duplicate features which are already provided by ssh/putty.

For instance "user authentication":

  • Does security matter?

  • Who's allowed to use/connect to your web-app?

  • Who's account is used to start your process?

  • Who is in charge for necessary port forwardings?

  • and so on ...

Maybe your use case is plain vanilla and security doesn't matter!

But better be sure of the features needed when replacing ssh/putty as a tool and the amount of time you are able to invest.

I've seen too many badly maintained GUI's/ web-apps because the amount of work to keep everything up to date was underestimated.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^3: Cross-platform GUI for UNIX based scripts

Replies are listed 'Best First'.
Re^4: Cross-platform GUI for UNIX based scripts
by Anonymous Monk on May 24, 2013 at 09:54 UTC
    Seems like I was underestimating the work required for such solution.. The application is for a company (not familiar with putty/UNIX) but will also be available to public (most users very tech savvy). I think I will stick with the simpler solutions, thanks.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1035094]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found