Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
65 views

Is there something like xinput but for output instead

I just found out that you can use xinput to sniff key strokes across apps running on X Is there something similar but to output data to whatever app has the focus now? I would like to implement ...
2
votes
3answers
544 views

Where does xhost store the allowed network addresses?

Where does xhost store the allowed network addresses ?
2
votes
1answer
446 views

Responsive lightweight remote GUI connection

Currently I know several methods of connecting to a GUI remotely, or running GUI applications remotely: Microsoft Terminal Services (only works for remote windows; installation); VNC (it's slow); ...
1
vote
3answers
722 views

X-server for Windows CE

I'm trying to run an app from a remote X session (Ubuntu, 9.04) on a handheld device powered by Windows Mobile. I want to do this by running an X-server of some description on the mobile device and ...
0
votes
1answer
122 views

Starting hsqldb database manager from the jmx console with jboss 6.0

While using a database server login module for authentication in jboss 6, I found it very useful managing principals and roles with the hsqldb database manager gui. This can be invoked via the JMX ...
0
votes
3answers
149 views

Ssh terminal emulation for windows

is there a good and comfortable ssh terminal emulation for Windows? I want to connect to a ubuntu server and work remotely like i can do with ssh -Y . I am currently using cygwin for this, but it ...
0
votes
2answers
44 views

What is the trailing x

I noticed that their are a lot of technologies that uses X in their names like Directx and PhysX and X server ... is there a something common? Or is there any reason to choose X?
0
votes
2answers
159 views

X authority bypass

I'm trying to write an application that runs as a daemon and monitors running X sessions. Right now I'm struggling to find documentation regarding the X security model. Specifically, I'm attempting to ...