Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir /var/www/keuangan.com
- chown -R $USER:$USER /var/www/keuangan.com
- cp /etc/nginx/sites-available/phpmyadmin.com /etc/nginx/sites-available/keuangan.com
- nano /etc/nginx/sites-available/keuangan.com
- ln -s /etc/nginx/sites-available/keuangan.com /etc/nginx/sites-enabled/
- -----------------------
- Created symlink /etc/systemd/system/multi-user.target.wants/php7.3-fpm.service -> /lib/systemd/system/php7.3-fpm.service.
- auto start php7.3-fpm
- ======================
- 1. command terminal
- systemctl edit --force --full php7.3-fpm.service
- 2. paste command terminal
- [Service]
- ExecStart=
- ExecStart=/usr/sbin/php-fpm7.3 --allow-to-run-as-root --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf
- 3. command terminal
- sudo systemctl daemon-reload
- UPDATE wp_posts SET post_date = DATE_FORMAT(FROM_UNIXTIME(UNIX_TIMESTAMP('2018-08-01') + FLOOR(0 + (RAND() * 63072000))), '%Y-%m-%d');
- UPDATE wp_posts SET post_date_gmt = DATE_FORMAT(FROM_UNIXTIME(UNIX_TIMESTAMP('2018-08-01') + FLOOR(0 + (RAND() * 63072000))), '%Y-%m-%d');
- UPDATE wp_posts SET post_modified = DATE_FORMAT(FROM_UNIXTIME(UNIX_TIMESTAMP('2018-08-01') + FLOOR(0 + (RAND() * 63072000))), '%Y-%m-%d');
- UPDATE wp_posts SET post_modified_gmt = DATE_FORMAT(FROM_UNIXTIME(UNIX_TIMESTAMP('2018-08-01') + FLOOR(0 + (RAND() * 63072000))), '%Y-%m-%d');
- bin/wordpress2blogger.sh wordpress.WordPresMacbookPro:convert niammuddin$ bin/wordpress2blogger.sh wordpress.WordPress.2019-08-30.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement