<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>setup on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/setup/</link><description>Recent content in setup on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Fri, 14 Aug 2020 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Headless Raspbery pi</title><link>https://quicktasks.ismael.casimpan.com/post/headless-raspberrypi/</link><pubDate>Fri, 14 Aug 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/headless-raspberrypi/</guid><description>
Tested on a RaspberryPI 4 B 2GB.
Setup Raspbian OS on the disk In a Mac for example, create a wpa_supplicant.conf in /Volumes/boot. Just replace with your country, ssid and psk 1country=US 2ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev 3update_config=1 45network={ 6ssid=&amp;#34;NETWORK-NAME&amp;#34; 7psk=&amp;#34;NETWORK-PASSWORD&amp;#34; 8} Add blank file ssh to /Volumes/boot Use the disk to boot the pi. More details in https://desertbot.io/blog/headless-raspberry-pi-4-ssh-wifi-setup
Additional Info: https://www.raspberrypi.org/blog/a-security-update-for-raspbian-pixel/</description></item><item><title>Basic Wordpress Setup</title><link>https://quicktasks.ismael.casimpan.com/post/basic-wordpress-setup/</link><pubDate>Sat, 28 Sep 2019 23:17:11 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/basic-wordpress-setup/</guid><description>
1cd /path/to/wordpress/docroot 2wp-cli db export ../backups/example.org_prodDB-icasimpan-2019.02.07.sql 34## On new SITE (example.net) 5cd /path/to/new-wordpress/docroot 6## update &amp;#39;wp-config.php&amp;#39; if needed 7wp-cli db clean 8wp-cli db import /path/to/wordpress/docroot/backups/site_prodDB-icasimpan-2019.02.07.sql 9rsync -avz /path/to/wordpress/docroot/wp-content/ /path/to/new-wordpress/docroot/wp-content/ 10wp-cli search-replace example.org example.net ## PUT &amp;#39;--dry-run&amp;#39; to test first</description></item></channel></rss>