To counteract my relative lack of skill with java, I use the smartest IDE I can find; Intellij IDEA. It is really helpful in getting syntax right (and lots of other things, too). Unfortunately, the CS labs do not have it installed, and at 170 MB, I can’t spare enough space to put it on my account.
To solve this problem, I have tried the following solutions:
- VNC using X11VNC
- X forwarding using ssh -X (with and without -C)
- NX
Unfortunately, although my ping time is 6 ms, both VNC and X forwarding are terribly slow. NX has some issues with my ssh configuration, and I have been unable to get it to work properly.
Today I built a little script to solve the lack of this excellent editor. Here is the first iteration: Read More »