How to configure Befinex for Valheim on Linux
Wordpress is the largest CMS used on the web and it has become a common choice. It is very easy to get a up and running website for your blog or business. But sometimes maintenance can be hard, especially if you run an old blog which you have not updated in a while. Running an out of date wordpress can be dangerous, so if you want to keep your old wordpress content page, you can create a static copy of the website, so you don’t need to run a wordpress installation in the backend anymore.
In this article we will be using 2 methods for converting a wordpress page to static html.
Generate static html using wget
Wget is a popular GNU utitliy which allows to download files on the internet from the command line. It can also be used for archiving web pages or even to mirror whole websites and save its html content. This is excactly what we need in order to convert our wordpress to static html.
You can use the following wget command to archive your wordpress blog automatically.
wget -nd -r -k -E --base=https://yoursite.tdl
Generate static html with httrack
Another way to generate static html pages from your Wordpres installation is to use the tool httrack. This is basically a command line webcrawler and has some additional features like concurrent downloads and read from local cache.
To use httrack you can use the following command:
httrack --base=https://