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 […]
Our Brain is First-Class simulation software
I’m fascinated by the concept of “reality”, and lately I’ve seen and read from different authors references about the subject. Most recently I read a passage from Richard Dawkins on his book “The God Delusion” that deals with reality. The human brain runs first-class simulation software. Our eyes don’t present to our brains a faithful […]
Test Post
This is a test