IPad
From Indie IT Wiki
Revision as of 12:43, 22 January 2019 by imported>Indieit
OpenVPN
ipad mini keeps turning off unexpectedly. doesn't shut down, just have to hit start and the fingerprint sensor to bring it back up.
Try this first, a hard reboot. Hold down the Home and Wake/Sleep buttons at the same time for about 15-20 seconds until the Apple logo appears. Ignore the "Slide to power off" text if it comes up. You will not lose anything.
https://discussions.apple.com/thread/7184261
IMAP Email
http://www.rackspace.com/apps/support/portal/1249
http://techbase.msu.edu/article.asp?id=14538
iFuse
iFuse is a Linux software package used for mounting your iPad or iPod without the need for Jailbreaking or ssh.
To install:
Linux Terminal:~$ gksu gedit /etc/apt/sources.list
Add the following lines to the sources.list
Linux Terminal:~$ deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu <the name of your Ubuntu distribution here> main deb-src http://ppa.launchpad.net/jonabeck/ppa/ubuntu <the name of your Ubuntu distribution here> main
Save and close the editor, then add the security keys and then install iFuse:
Linux Terminal:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F0876AC9 sudo apt-get update && sudo apt-get install ifuse
Information for the above was found here.