This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command
$ docker-compose up -d
# To Tear Down
$ docker-compose down --volumes
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
.container { | |
position: relative; | |
text-align: center; | |
color: white; | |
} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
body { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
height: 100vh; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
body { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
height: 100vh; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
body { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
height: 100vh; |
// Direct use | |
// const someText = "Imam Dev"; | |
// const lowercase = someText.toLowerCase(); | |
// console.log(lowercase); | |
// With Function | |
const changeToLowerCase = (text) => { | |
return text.toLowerCase(); | |
}; |
""" | |
How to use this script: | |
1. Go to your blogger account settings | |
2. Search for the "Back up content" link | |
3. Download the content as an XML file | |
4. Run the script with: | |
Usage: python legacy.py [OPTIONS] INPUT_FILE OUTPUT_DIR | |
Arguments: |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist