To Fix The Docker and UFW Security Flaw Without Disabling Iptables
- Create a public gist. (Only relevant if you've set gists to be private by default.
:Gist -P
- Create a private gist.
:Gist -p
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 换点火线圈:volvo s80 spark plugs | |
| Volvo Spark Plug Set (Set of 6) - Genuine Volvo 8642661 | |
| https://www.eeuroparts.com/Parts/31154/Spark-Plug-Set-Set-of-6-8642661/?gclid=CJbdrKrd8tMCFRtYDQodpUoBAA | |
| video: | |
| https://www.youtube.com/watch?v=t50If0gibu0 | |
| https://www.youtube.com/watch?v=cXH_1Im_zeo | |
| https://www.youtube.com/watch?v=biKXUi9ZWPE | |
| 2004 Volvo S80 - Timing Belt - Water Pump |
Method #1: Use mysqladmin command to change root password
$ mysqladmin -u root -p'oldpassword' password newpass
Method #2: Changing MySQL root user password using the mysql command
$ mysql -u root -p
mysql> use mysql;
mysql> update user set password=PASSWORD("NEWPASSWORD") where User='nixcraft';
Ctrl-D move half-page down Ctrl-U move half-page up Ctrl-B page up Ctrl-F page down Ctrl-O jump to last (older) cursor position Ctrl-I jump to next cursor position (after Ctrl-O) Ctrl-Y move view pane up Ctrl-E move view pane down