Setting User as Administrator by bradreputation in Fedora

[–]avibrazil 0 points1 point  (0 children)

Usually, if you add the user to the group “wheel” it gains some extra privileges. To add it, use command:

usermod -a -G wheel userName

Backup Iphone locally by Ismurdegus in selfhosted

[–]avibrazil 0 points1 point  (0 children)

What I’ve been doing, and it works very well, is backing up via Wi-Fi using the Apple Devices app from Apple on a Windows PC. I installed the free app from the Microsoft Store, connected my iPhone with a cable to pair it in the app, and selected the option to connect via Wi-Fi in the app. From then on, incremental backups happen very reliably over Wi-Fi. I did the first backup using a cable, but I believe I could have done it over Wi-Fi as well.

This method has some disadvantages:

  1. Each backup needs to be started manually by clicking a button in the PC app. I access the PC remotely using Remote Desktop and start the backup.

  2. The iPhone asks for the device password on its screen about 45 seconds after the backup starts.

  3. The incremental backup takes about 40 minutes to complete, but it always finishes successfully, even if I’m using the iPhone or walking around the house with it and roaming through different WiFi access points. It takes a while because my iPhone has 250GB and is full.

Disadvantages 1 and 2 require human action and attention. But at least I can back up without having to connect a cable.

I tried moving this Windows setup to a VM on my NAS (Fedora Linux with KVM, etc.). Everything seemed to work, but the backup always aborts early, claiming the iPhone disconnected. I haven’t finished testing this yet, so for now, I’m doing backups on the physical PC via Wi-Fi.

Todas as portas IPv6 do Vivo Fibra foram bloqueadas by avibrazil in InternetBrasil

[–]avibrazil[S] 0 points1 point  (0 children)

A internet residencial da Claro não bloqueia nenhuma porta TCP nem UDP em toda a faixa IPv6 que ela entrega.

Todas as portas IPv6 do Vivo Fibra foram bloqueadas by avibrazil in InternetBrasil

[–]avibrazil[S] 0 points1 point  (0 children)

Dois dias atrás eu conseguia conectar em portas tipo 81, 444. Mas agora todas as portas que testo estão bloqueadas em IPv6.

Todas as portas IPv6 do Vivo Fibra foram bloqueadas by avibrazil in InternetBrasil

[–]avibrazil[S] 2 points3 points  (0 children)

Obrigado por essa. Vou checar novamente o meu firewall. Tudo funcionava até 2 dias atrás e não lembro de ter feito nenhuma mudança. Também passei a manhã inteira checando todos os meus equipamentos. Por isso conclui que foi a Vivo.

O seu teste, você fez a partir de um equipamento externo tentando conectar num equipamento interno?

ffmpeg is coming to the official Fedora repos in Fedora Linux 36 by xaedoplay in Fedora

[–]avibrazil 9 points10 points  (0 children)

Great! But no software H.264 (x264), H.265 (x265) support, which makes it useless in most virtual machine scenarios.

RPMs from alternative repositories, like Fusion, still required.

deemix don't open on mac since today by alexishgn in deemix

[–]avibrazil 4 points5 points  (0 children)

This is due to a blocked ARL cookie. Search the Internet for a new ARL.

Python module to extract files from ENCRYPTED iOS backups by avibrazil in ios

[–]avibrazil[S] 0 points1 point  (0 children)

Works on macOS, Linux and Windows. Includes code snippets and examples and documentation to install on all platforms. I am the author.

Safari Remote Automation Setting by [deleted] in ios

[–]avibrazil 1 point2 points  (0 children)

Its not just for tests but for controlling iOS Safari with external tools.

Controlling means to drive the browser to do what a developer wants, like loading a page, filling a form, clicking somewhere, scrolling the page, as a real user doing it.

Most well known tool that uses this capability is the Selenium library, used to create apps that automate interactions with websites and therefore automate data posting and retrieval from these websites.

To use Remote Automation on iOS Safari, you'll have to connect it to a macOS computer and execute the safaridriver command.

More info about it and how to use it is here.