ariadna

joined 6 months ago
 

Hi everyone. I have a Samsung S20 FE running LineageOS 23 (Android 16). I’d like to disable the Wireless Emergency Alerts service. The plan is to run:

adb shell
pm disable com.android.cellbroadcastreceiver.module

Questions:

Is it safe to disable this module this way?

Will the phone go into a bootloop after the next reboot?

Does anyone have verified information or real experience with this on the S20 FE / LineageOS 23 (a-16)?

[–] ariadna@programming.dev 3 points 3 months ago

In 2025 it sounds funny...

 

I want to automate the installation of ubuntu-desktop v24.04 hybrid.iso using autoinstall.yaml. I found that the steps for this are described here: https://danielpersson.dev/2023/08/07/looki-looki-no-hands-automatic-install-of-ubuntu-server/
https://youtu.be/DtXZ6BMaKbA

After making the necessary changes and repacking the ISO, I ran into a problem:

  • when flashing the image with balenaEtcher, it shows an error that the partition table is missing;
  • if I still write the new image to a USB stick, it doesn’t contain an MBR/GPT partition table and therefore won’t boot on a PC.

My question is: what am I doing wrong? Do I need to manually specify the partition table when repacking the ISO, or is the cause something else?

Thank you in advance)

[–] ariadna@programming.dev 3 points 3 months ago* (last edited 3 months ago)

Aux armes, citoyens,
Formez vos bataillons,
Marchez, marchez !
Qu'un sang impur
Abreuve nos sillons !

[–] ariadna@programming.dev 8 points 4 months ago

I see a familiar pattern. First block internet resources, then block VPN, then build your own isolated internet...

[–] ariadna@programming.dev 6 points 4 months ago

Great app for tracking users and funneling EU citizens' data straight to tech giants — love it! 😅

[–] ariadna@programming.dev 2 points 6 months ago (1 children)

I was thinking along the same lines. At this point, I have:

  • Removed all URLs in about:config
  • Disabled browser updates
  • Disabled all telemetry settings I could find

Despite all these actions, the browser still sends this request on startup. I'm starting to think it might be a setting that can't be changed via about:config.

 

Hi everyone, When starting LibreWolf, I noticed that it sends the following DNS query:

Standard query 0x053e A host
Standard query response 0x053e A host SOA ns0.centralnic.net

The query is for a non-existent domain host, and the response includes an SOA record from ns0.centralnic.net. I'm wondering why LibreWolf is making this request. Is it related to security features, DNS caching, connection checks, or something else?

DNS is set manually, but this query still appears every time the browser launches.

Any insights would be appreciated!