Server/VPS Benchmark Script, System Info, I/O Test & Speedtest
- Ivan Ivanov
- Linux

The bench.monster Script is almost fully applicable to the Network (downstream) and Server, System, IO Testing of Various Linux Distributions. And the Test Results are Displayed in a more aesthetic way.
1. Display Various System Information of Current test.
2. Test Points from [...]
Wrapper Script - Kingston DataTraveler Vault Privacy 3.0
- Ivan Ivanov
- Linux

Kingston’s DataTraveler® Vault Privacy 3.0 USB Flash drive provides affordable business-grade security with 256-bit AES hardware-based encryption in XTS mode. It protects 100 percent of stored data and enforces complex password protection with minimum characteristics to prevent unauthorized [...]
Read MoreHow to Download an Entire Site using wget Command Line
- Ivan Ivanov
- Linux

Probably many people like me once wondered how they could download an entire site. I remember years ago that I did it with wget with the -r option, but today I found a brutal way to shred everything with a single Linux command.
wget --random-wait -r -p -e robots=off -U mozilla http://www.site [...]
How to Find Out Top Directories and Files
- Ivan Ivanov
- Linux

As a Linux Administrator, you must periodically check which files and folders are consuming more disk space. It is very necessary to find the unnecessary junks and free up them from your hard disk.
Some of you would like to display the above result in a human-readable format. i.e you might want [...]
How to retry connections with wget?
- Ivan Ivanov
- Linux

If you have very unstable internet connection or you are downloading files as large as 200GB or even less you could experience timeout issue and you would have to start your wget download again which is quite frustrating especially if the download was close to 90%. Of course there is a quick work-around [...]
Read More