Important Linux Commands
-
ssh connection with key ssh -i ~/.ssh/wpengine user@ipaddress
-
My Sql Dump
mysqldump -u dev3 -p database_name > dumpname.sql
- show file size
Important Linux Commands
ssh connection with key ssh -i ~/.ssh/wpengine user@ipaddress
My Sql Dump
mysqldump -u dev3 -p database_name > dumpname.sql
| Lists (Ordered Lists and Unordered Lists) | |
| Lists are made by using indentation and a beginning-of-line marker to indicate a list item. For example, unordered lists are made like this: | |
| * One item | |
| * Another item | |
| * A sub-item | |
| * A deeper item | |
| * Back in sub-item land | |
| * And back at the main level | |
| Unordered lists can use an asterisk (*), plus (+), or minus (-) to indicate each list item. |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Factorial</title> | |
| </head> | |
| <body> | |
| <h2>Find Factorial</h2> |