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…
Save the following script in a file called speed_test #!/bin/bash # Requirements # sudo apt-get install lftp iperf lftp -e…
Download settings.jar (Import with `File -> Import Settings`) I got to IntelliJ after years of using Emacs and Eclipse. Here’s…
I remember being in school back around 1998 and not knowing enough about C to do this. After coding in…
I thought this would be a simple exercise in case of having to interview someone for a JavaScript position. “How…
by Angel Leon. March 17, 2015. Include Paths On the compilation phase, you will usually need to specify the different…