http://www.linux.com/learn/tutorials/414268-realtime-collaboration-with-gobby-and-kobby-on-linux
February 2011
February 25, 2011
February 24, 2011
February 18, 2011
import akka.actor.{ Actor, Scheduler }
import java.util.concurrent.TimeUnit.SECONDS
Scheduler.schedule(self, “a message”, 0, 60, SECONDS)
}
case x => println(“Got: ” + x)
}
Actor.actorOf[SimpleSchedulerActor].start
February 15, 2011
February 11, 2011
Just pass the JVM this param -Duser.timezone
http://stackoverflow.com/questions/2493749/how-to-set-a-jvm-timezone-properly/2493805#2493805
February 11, 2011
February 10, 2011
How to include/exclude files in the Maven Shade plugin
Posted by giovanni under UncategorizedLeave a Comment
February 8, 2011
Go to: /usr/share/misc/acronyms
February 7, 2011
February 3, 2011
Remote host
If you use KDM, you have to edit /etc/kde/kdm/kdmrc and set, in the [Xdmcp] section, Enable to “true”.
If you’re using XDM, comment the following line in /etc/X11/xdm/xdm-config
DisplayManager.requestPort: 0
Local host
Use the following command:
$ X :1.0 -query <hostname>