This guide covers setting up the Quectel RM520N-GL 5G modem on Linux (tested on Arch Linux with kernel 6.18).
| Property | Value |
|---|---|
| Model | Quectel RM520N-GL |
| PCI Vendor:Device | 1eac:1007 |
So, you want to do some Android development on Asahi Linux, but figured out that Android Studio isn't compatible with aarch64?
Well, worry not, it actually works but needs some jedi tricks.
First, follow the instructions on this blog post (except the last part, it's not required)
It'll mostly work, but you need to:
| # This is a Mitmproxy plugin that allows overwriting DNS responses to a given domain. | |
| # Currently, it overwrites requests to thesupermac.local to 10.0.2.2 | |
| # There might be some typos -- I'll let this for you to fix; but I can confirm that it works. | |
| # I added some comments to help future users :) | |
| # IMPORTANT: you need to use the Wireguard mode for this to work, as far as I know. | |
| import logging | |
| from ipaddress import IPv4Address | |
| import mitmproxy |
After peeking at it in Mitmproxy, I found out that it not end-to-end encrypted.
Current kb article: http://web.archive.org/web/20240621214336/https://culturedcode.com/things/support/articles/2803605/ Past kb article: http://web.archive.org/web/20201111212426/http://culturedcode.com/things/support/articles/2803605/
This part of the documentation was present in 2020 but removed at some point:
The problem with Arc is that it doesn't allow exporting data (history, bookmarks) to a file natively.
One way to do this is to use a script but that only exports Bookmarks and not the history.
I don't really use the bookmarks feature that much; what I really liked about Arc was that it was really easy to navigate to somewhere I already visited.
So, if you're like me, follow this guide and you'll be able to import your browsing history into Zen browser!
| { | |
| "name": "pgbackrest auto-verifications", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { | |
| "interval": [ | |
| { | |
| "triggerAtHour": 16 | |
| } |