Category: Linux

2 Posts

Download the entire website by using wget2

wget is a built-in tool that can download the entire website on Linux. The downloaded HTML project can be hosted as a static website. However, you might have discovered that the built-in wget command didn't download some files from the website, such as images, even though the URLs for those files were presented in your downloaded HTML files. Go to page

Deploy Cloudflare tunnel on RISC-V PC

Cloudflare Tunnel is an online service that allows users to host a website on the public web using their own local servers, without the need of a fixed IP address. If you've noticed the lack of documentation to install Cloudflare Tunnel library on RISC-V architecture and are looking for a solution, you may check out this article. It provides guidance on setting up Cloudflare Tunnel on a RISC-V PC. Go to page