Soluții

Raspberry Pi ca AdBlock universal pentru toată casa – cu Pi-hole

Situația – Reclamele au devenit imposibil de evitat

Reclamele online nu mai sunt doar în browser. Le găsim:

  • În jocuri pe telefon
  • În aplicații gratuite (vreme, știri, fitness, etc.)
  • Pe YouTube, în aplicațiile Smart TV-urilor
  • În meniurile unor televizoare, console sau chiar routere

Chiar dacă folosim AdBlock în browser, multe reclame trec prin rețea pentru aplicații unde nu putem instala extensii (de exemplu pe televizor, pe telefon sau tabletă în afara browserului).

Soluția – Pi-hole pe un Raspberry Pi

Pi-hole este un server DNS local care interceptează și blochează cererile către domenii de reclame și trackere, înainte să ajungă la dispozitivul tău. Gândește-te la el ca la un „filtru de internet” pentru toată rețeaua ta, care funcționează în fundal și nu are nevoie de aplicații pe fiecare device.

Ce face concret Pi-hole?

  • Blochează domenii de reclame, tracking și malware
  • Funcționează ca AdBlock, dar pentru toate dispozitivele din rețea
  • Nu necesită extensii de browser
  • Este complet local și gratuit
  • Poți vedea ce a fost blocat, cât trafic ai avut, etc.

Ce ai nevoie:

  • Un Raspberry Pi (recomandat model 3, 4 sau 5)
  • Sursă de alimentare
  • Card microSD de minim 8GB (de preferat 16–32GB)
  • Conexiune la internet (Wi-Fi sau cablu Ethernet)
  • Timp: 30–45 minute.
[mai mult...]

Add Custom Backgrounds to Messages in iOS 26

Apple’s iOS 26 finally brings custom conversation backgrounds to the Messages app, letting you personalize your chats with photos, colors, or images generated by Image Playground. Third-party messaging apps like WhatsApp have offered this kind of feature for years, so finally iPhone owners can now also add their own visual flair to text conversations in Apple’s stock messaging app.

Custom backgrounds can help you organize conversations at a glance and add a personal touch to your most important chats. You might choose a sunset photo for family group chats, a solid color for work messages, or a fun AI-generated image for conversations with friends. Just note that when you change the background, everyone in the conversation will also see it.

[mai mult...]

What is Bazzite and why i should install it as a gaming OS

Bazzite is a customized, gaming-focused variant of Fedora Atomic Desktops (specifically Kinoite), developed by the open-source team at Universal Blue. It is designed to deliver an optimized out-of-the-box gaming experience for both desktop PCs and handheld devices like the Steam Deck.

Create a Bootable USB Drive
Use a tool like:

Rufus (Windows)

dd (Linux/macOS)

balenaEtcher (Cross-platform)

Example with dd:

bash
Copy
Edit
sudo dd if=bazzite-xyz.iso of=/dev/sdX bs=4M status=progress && sync
Replace /dev/sdX with the path to your USB stick.

Boot and Install

  • Boot from the USB stick (adjust BIOS boot order if needed).
  • Bazzite will boot into a live environment.
  • Follow the Anaconda installer process:
  • Choose language, disk, and partitions.
  • Set up a user and password.

Install.

Warning: This will overwrite your target drive unless you’re dual-booting. Backup important data.

Post-Install Configuration
Once installed and rebooted into Bazzite:

1. First Boot Tasks
Log into your user account.

Perform initial update (if prompted) via GNOME Software or CLI.

bash
Copy
Edit
rpm-ostree upgrade
2. Steam Setup
Steam is preinstalled, but you can:

Log in to your account.

Enable Proton Experimental in settings for broader compatibility.

Add non-Steam games via Lutris/Bottles (already installed).

3. System Management Tools
Flatpak is your default app store:

bash
Copy
Edit
flatpak install flathub com.discordapp.Discord
Nix Package Manager is also supported (optional but powerful):

bash
Copy
Edit
curl -L https://nixos.org/nix/install | sh
4. Rebase to Another Variant (Optional)
Want to switch between KDE, GNOME, etc.?

bash
Copy
Edit
rpm-ostree rebase ostree-unverified:ghcr.io/ublue-os/bazzite-gnome:latest
Then reboot:

bash
Copy
Edit
systemctl reboot

Useful Bazzite CLI Commands
Command Description
rpm-ostree upgrade Check for and apply system updates
rpm-ostree install <pkg> Layer in additional RPM packages
rpm-ostree status View deployment status
rpm-ostree rollback Roll back to previous working deployment
flatpak install <app> Install Flatpak apps
bazzite-device-setup (Steam Deck) Reconfigures device-specific tweaks.

[mai mult...]