Apple iPad Pro: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Prompt 2 ($15.99) | Prompt 2 ($15.99) | ||
==Raspberry Pi== | ==Raspberry Pi Imager== | ||
<source lang="bash"> | <source lang="bash"> | ||
wget -cq https://downloads.raspberrypi.org/imager/imager_1.8.1_amd64.deb -P ${HOME}/Downloads | wget -cq https://downloads.raspberrypi.org/imager/imager_1.8.1_amd64.deb -P ${HOME}/Downloads | ||
Line 16: | Line 16: | ||
</source> | </source> | ||
==Raspberry Pi Imager== | |||
<source lang="bash"> | |||
sed -z "s|rootwait|modules-load=dwc2,g_ether rootwait|" -i /media/${USER}/system-boot/cmdline.txt | |||
echo 'dtoverlay=dwc2,dr_mode=peripheral' >> /media/${USER}/system-boot/config.txt | |||
</source> | |||
==Playground== | |||
<source lang="bash"> | <source lang="bash"> | ||
df -h | grep /media | df -h | grep /media |
Revision as of 21:21, 29 November 2023
iPad Pro for web developers
Textastic ($9.99) Working copy (Free — $15.99 for pro version) √ Terminus (Free — $6.99/montly for Pro features) √ Blink Shell($19.99) √ Prompt 2 ($15.99)
Raspberry Pi Imager
wget -cq https://downloads.raspberrypi.org/imager/imager_1.8.1_amd64.deb -P ${HOME}/Downloads
sudo apt install ${HOME}/Downloads/imager_1.8.1_amd64.deb
rm -rf ${HOME}/Downloads/imager_1.8.1_amd64.deb
sudo apt --fix-broken install
sudo apt install -f
Raspberry Pi Imager
sed -z "s|rootwait|modules-load=dwc2,g_ether rootwait|" -i /media/${USER}/system-boot/cmdline.txt
echo 'dtoverlay=dwc2,dr_mode=peripheral' >> /media/${USER}/system-boot/config.txt
Playground
df -h | grep /media
sudo umount /media/<user-id>/<disk-id>
sudo eject /dev/sda
udisksctl unmount -f -p /dev/sda1
udisksctl unmount -b /dev/sda1
sudo eject /dev/sda
udisksctl power-off -b /dev/sda