Related Posts
command line speed test, see how fast is your server’s connection
Save the following script in a file called speed_test #!/bin/bash # Requirements # sudo apt-get install lftp iperf lftp -e ‘pget http://releases.ubuntu.com/14.04.3/ubuntu-14.04.3-desktop-amd64.iso; exit; ‘ make sure the file is executable: sudo chmod +x speed_test Once you have installed lftp and iperf make sure you have the script somewhere in your $PATH. The script basically downloads […]
How to run your Kotlin gradle built app from the command line
So you build your Kotlin app, you went through the trouble of creating a build.gradle script that you build with gradle assemble this outputs a a “build/libs/kotlin.jar” .jar file, but you have no clue how to run your Kotlin code from the command line. Doing it by hand with “java -cp ” is too much […]
Frostwire: Might end a year long flame war
This screenshot might be the end of a 100 reply flamewar in gnutellaforums.com which started almost a year ago when I said “Browse Host” should be optional in LimeWire. A friend from the Frostwire team sent me a CVS build and it seems they thought about my request, they might include it in their next […]