Apple iPad Pro: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
Blink Shell($19.99) √ | Blink Shell($19.99) √ | ||
Prompt 2 ($15.99) | Prompt 2 ($15.99) | ||
==Raspberry Pi== | |||
<source lang="bash"> | |||
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 | |||
</source> | |||
==References== | ==References== |
Revision as of 19:34, 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
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