Remote JavaScript Debugging

A very fast and easy way to debug your JavaScript applications on mobile devices is to use a remote JavaScript console listener, like jsconsole.com.

All you have to do is:

  1. Insert this code snippet with a unique id:
    <script src="http://jsconsole.com/remote.js?BE73V55D"></script>
  2. Go to http://jsconsole.com/
  3. Type in:
    :listen BE73V55D
  4. Watch your console.log statements, when using your application

Print Windows cmd output with Java

For some Java applications it might be important to access the console to print some information from a console command. That’s why I wrote a little program which reads the output from the Windows command-line interface (cmd) and shows it on the screen. Note: This script also works on a Linux shell!
Print Windows cmd output with Java weiterlesen

RCON (Remote Console) benutzen

Mit der Remote Console (kurz RCON) können Counter-Strike Server außerhalb des Server-Terminals administriert werden. Es ist damit sogar möglich, den Server innerhalb des Spiels zu bedienen. Leider ist die RCON im Spiel sehr versteckt, weshalb ich euch in diesem Beitrag erkläre, wie ihr die Konsole für RCON aktivieren und verwenden könnt.
RCON (Remote Console) benutzen weiterlesen