Skip to content
Tawfiq's Blog
  • Home
  • WordPressExpand
    • WooCommerce
    • Plugins
    • Elementor
    • Divi
    • Avada
    • Speed Optimization
  • SEO
  • Front-endExpand
    • CSS
    • Bootstrap
    • JavaScript
  • Snippets
  • Tips & TricksExpand
    • Linux/Ubuntu
    • Mac OSX
    • Hosting
    • VPS
    • Nginx
  • About Me
Tawfiq's Blog
  • How to make an offline mirror or duplicate copy of a website using wget
    Linux/Ubuntu

    How to make an offline mirror or duplicate copy of a website using wget

    ByTawfiqur Rahman November 8, 2017November 4, 2022

    Sometimes you want to create an offline copy of a site that you can take and view even without internet access. Using wget you can make such copy easily: wget –mirror –convert-links –adjust-extension –page-requisites –wait=2 -o log –no-parent http://example.org Explanation: –mirror // Makes (among other things) the download recursive. –convert-links // convert all the links…

    Read More How to make an offline mirror or duplicate copy of a website using wgetContinue

  • Wordpress

    Download and Install WordPress via Command Line SSH

    ByTawfiqur Rahman November 3, 2017November 4, 2022

    SSH is a lot faster downloading WordPress and uploading it to your server than via FTP. These are the SSH commands to get the latest WordPress package and install it on your server. To run these commands, you must have an SSH client installed. In Mac OSX and Linux SSH client is build it with Terminal…

    Read More Download and Install WordPress via Command Line SSHContinue

Page navigation

Previous PagePrevious 1 … 8 9 10

© 2025 Tawfiq's Blog

Scroll to top
  • Home
  • WordPress
    • WooCommerce
    • Plugins
    • Elementor
    • Divi
    • Avada
    • Speed Optimization
  • SEO
  • Front-end
    • CSS
    • Bootstrap
    • JavaScript
  • Snippets
  • Tips & Tricks
    • Linux/Ubuntu
    • Mac OSX
    • Hosting
    • VPS
    • Nginx
  • About Me
Search