Questions tagged [ios]
iOS is the operating system for the iPod, the iPhone and the iPad. Use this tag for questions about the UNIX foundations of iOS, or about interoperating with iOS devices. For other uses check http://apple.stackexchange.com
47 questions
-3 votes
1 answer
92 views
Touch pad: can’t enter CTRL + D to exit cat [closed]
iSH on the Apple iPad is a lifeline between my tablet and my Linux workstation. It’s terrific for testing Bash scripting ideas. But several times now I trapped myself in cat because I can’t enter CTL+...
0 votes
1 answer
111 views
systemd DNS resolver broken by USB-connected iPhone - how to prevent?
Today, on my Ubuntu 22.04.5 computer, I discovered two unknown nameservers in /etc/resolv.conf (symlink to /run/systemd/resolve/resolv.conf): nameserver fe80::e0eb:40ff:fe79:e364%36 # Does not ...
0 votes
0 answers
119 views
.pfx S/MIME certificate generated with openssl - password is not recognised when imported on an iPhone
I have recently obtained an S/MIME certificate from a CA to use with Thunderbird on a Linux system. I used the following command in CLI : openssl pkcs12 -export -in certificate.crt -inkey private_key....
0 votes
1 answer
177 views
gvsf (GNOME virtual file system) on usb-ios, when I git clone, I get: fatal: could not set 'core.filemode' to 'false' , due to OS service to rename
I usb-connect my ios device on my linux laptop. The linux system mounts a gvfs point to it (/run/user/1000/gvfs/afc:host=xxxxxxxxxx,port=3), I change directory there, I can rsync back and forth, but I ...
0 votes
1 answer
2k views
Where to get IPA files for 32-bit iPad Mini
I have an old iPad Mini (2013 model) that I thought to resurrect as a screen for a Raspberry Pi with VNC Viewer, but when I try to download the app (or any app) via App Store I get an error with "...
2 votes
1 answer
16k views
How to SSH on alphine linux with iSH on ipad?
Iam trying out linux on Ipad through the iSH app, however, i cant seem to find my username it always returns 'root' when i do whoami. So now iam confused how I can ssh into another computer or even ...
6 votes
6 answers
717 views
List only sub-directories containing two specific files
I'm running the following code on iOS using my iPhone's terminal, to be clear, this command is run within my jailbroken iphone using a slim terminal tweak called New Term 2: cd /var/mobile/Library/...
1 vote
0 answers
908 views
Connecting iOS devices to KVM guest
I'm trying to connect an iPad to a MacOS guest via KVM. The MacOS guest runs fine, PCIe passthrough to a K4000 also works. OS is Fedora 31, 5.5.10-200.fc31.x86_64. Libvirt/virsh is 5.6.0, QEMU is qemu-...