This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:smokeping [2018/11/25 01:32] – external edit 127.0.0.1 | computing:smokeping [2024/12/13 16:14] (current) – oemb1905 | ||
---|---|---|---|
Line 6: | Line 6: | ||
------------------------------------------- | ------------------------------------------- | ||
+ | |||
+ | sudo apt update | ||
+ | sudo apt install smokeping | ||
+ | sudo apt install php7.0-cgi | ||
+ | cd / | ||
+ | nano Targets | ||
+ | | ||
+ | Once you open the file with nano, you will need to format the syntax in a way smokeping understands. | ||
+ | |||
+ | sudo systemctl start smokeping | ||
+ | |||
+ | Navigate to the site using your web browser of choice: | ||
+ | |||
+ | https:// | ||
+ | | ||
+ | This tutorial is a designated " | ||
+ | |||
+ | --- // | ||
+ | |||