February 2011


http://www.linux.com/learn/tutorials/414268-realtime-collaboration-with-gobby-and-kobby-on-linux

http://www.summa-tech.com/blog/2009/04/20/6-tips-for-managing-property-files-with-spring/

import akka.actor.{ Actor, Scheduler }
import java.util.concurrent.TimeUnit.SECONDS

class SimpleSchedulerActor extends Actor {
override def preStart = {
Scheduler.schedule(self, “a message”, 0, 60, SECONDS)
}
def receive = {
case x => println(“Got: ” + x)
}
}

Actor.actorOf[SimpleSchedulerActor].start

http://www.linuxfordevices.com/c/a/News/Qualcomm-FastLinq/

Just pass the JVM this param -Duser.timezone

http://stackoverflow.com/questions/2493749/how-to-set-a-jvm-timezone-properly/2493805#2493805

Use the Jetty HTTP client:

http://wiki.eclipse.org/Jetty/Tutorial/HttpClient

http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin/src/site/apt/examples/includes-excludes.apt.vm

Go to: /usr/share/misc/acronyms

http://www.thegeekstuff.com/2011/02/linux-boot-process/

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>

Next Page »

Follow

Get every new post delivered to your Inbox.