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…
Say you have an encrypted file file.foo.gpg and you want to make a shorthand command to decrypt that file, you’ll…
As great as EBS volumes are on Amazon Web Services, they can break and not ever mount again, even though…
So you’ve created an Elastic Beanstalk environment, you have a play framework distribution which you’ve created using play dist (either…
Copy and paste the following list on a file, say “packages.txt”. To install all just do: sudo apt-get install $(cat…