Social

Microsoft Entra ID va activa automat profilurile Passkey

Microsoft continuă să promoveze autentificarea fără parolă. Începând din martie 2026, passkeys și cheile de acces sincronizate vor fi disponibile în mod general în Microsoft Entra ID. Dacă nu luați măsuri, Microsoft va activa automat passkeys în tenantul dvs. câteva săptămâni mai târziu. Configurația FIDO2 existentă va fi migrată în fundal, iar unele setări implicite se pot modifica fără a fi vizibile.

[mai mult...]

Configurarea și administrarea Google Workspace pentru colaborare digitală în educație

Google Workspace este o suită de aplicații cloud care include Gmail, Google Drive, Docs, Sheets, Slides, Calendar și Google Classroom. În mediul educațional, aceasta permite colaborarea în timp real între profesori, elevi și personal administrativ, fără a fi nevoie de instalări locale complexe.

Avantajul principal este centralizarea conturilor, documentelor și comunicării, cu acces securizat de oriunde.

[mai mult...]

Cloud Privat și Backup Mobil cu Immich

1. Crearea Containerului LXC pentru Docker

  1. În interfața Proxmox, descarcă template-ul de Ubuntu 24.04.

  2. Apasă Create CT:

    • Hostname: immich-cloud

    • Unprivileged container: Bifat (pentru securitate).

    • Features (Tab-ul Options): Bifează obligatoriu keyctl și nesting (esențiale pentru a rula Docker în LXC).

  3. Resurse:

    • CPU: Minim 2 nuclee (pentru procesarea fețelor și AI).

    • RAM: Minim 4 GB (Immich are nevoie de memorie pentru baza de date și Machine Learning).

2. Maparea Stocării 

Nu vrei ca fotografiile să umple discul virtual al containerului. Vrei să fie salvate pe HDD-ul mare de la Soluția 3 (NAS).

  1. În consola Proxmox (Host), editează fișierul containerului (ex: 103.conf): nano /etc/pve/lxc/103.conf

  2. Adaugă linia pentru stocare: mp0: /mnt/pve/HDD_NAS/Photos,mp=/usr/src/app/upload

3. Instalarea Docker și Immich

Intră în consola containerului 103 și execută:

Bash

# 1. Instalează Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

# 2. Creează folderul pentru Immich
mkdir ~/immich && cd ~/immich

# 3. Descarcă fișierele necesare
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
wget https://github.com/immich-app/immich/releases/latest/download/example.env -O .env

Configurare finală: Editează fișierul .env (nano .env) și asigură-te că UPLOAD_LOCATION corespunde căii unde ai mapat hard disk-ul (în exemplul nostru /usr/src/app/upload).

Pornirea serverului:

Bash

docker compose up -d

4. Configurarea Aplicației de Mobil

Acum că serverul rulează, urmează magia:

  1. Acces Web: Intră pe http://IP-CONTAINER:2283 de pe un PC. Creează-ți contul de administrator.

  2. Aplicația Mobilă: Descarcă Immich (iOS/Android).

  3. Logare: Introdu adresa serverului (http://192.168.1.60:2283) și datele tale.

  4. Backup: Mergi la setările de backup din aplicație și selectează albumele pe care vrei să le salvezi automat.

De ce este Immich special?

  • Recunoaștere Facială: Îți sortează automat pozele după persoanele din ele (rulează local pe serverul tău, nu în cloud).

  • Căutare Inteligentă: Poți căuta “câine” sau “munte” și va găsi pozele folosind AI.

  • Viteză: Este mult mai rapid la scroll decât Nextcloud.

Cum accesezi pozele de oriunde 

Pentru că rulezi totul în spatele pfSense (Soluția 2), ai două opțiuni:

  1. VPN (Recomandat): Activează WireGuard pe pfSense. Când ești plecat, pornești VPN-ul pe telefon și aplicația Immich va vedea serverul ca și cum ai fi acasă.

  2. Reverse Proxy: Dacă vrei ca aplicația să meargă mereu fără VPN, va trebui să instalezi un container cu Nginx Proxy Manager și să cumperi un domeniu (ex: poze.familia-mea.ro).

[mai mult...]

Microsoft January 2026 Windows Update: what you need to know

In January 2026, Microsoft released its first major cumulative update of the year as part of the regular Patch Tuesday rollout. This update delivers important security fixes, system stability improvements, and several quality enhancements for both Windows 11 and supported versions of Windows 10.

Major Security Improvements

The January update focuses heavily on security. It addresses a large number of vulnerabilities across Windows and related system components. Among these fixes are multiple critical issues, including several that could allow attackers to execute code remotely or elevate privileges. Because of the severity of some of these vulnerabilities, installing this update promptly can significantly improve system protection against active threats.

Addressing Active Exploits and Zero-Day Issues

Microsoft identified and fixed vulnerabilities that were already being exploited in the wild before patches were available. In addition, the update resolves several zero-day security flaws — bugs that were publicly known but unpatched until now.

These issues affected core operating system components and could, in certain scenarios, be used to gain unauthorized access, leak sensitive information, or disrupt system behavior. The new patches close these gaps, making this update one of the more critical security rollouts in recent months.

Stability and Quality Enhancements

Beyond security, the update includes several quality improvements for everyday Windows use:

  • Power and Battery Management Fixes: Some devices equipped with specialized processors experienced excessive battery drain due to components remaining active when idle. This issue has now been resolved, improving battery life on affected systems.
  • Networking Reliability: Connectivity issues within networking features — especially those affecting Linux subsystem networking and remote connection scenarios — have been addressed to improve stability.
  • Secure Boot Updates: Microsoft has begun rolling out updates for Secure Boot certificates. This helps ensure that the system’s startup process remains protected against unauthorized firmware or bootloader modifications.
  • Removal of Legacy Drivers: Certain outdated modem drivers have been removed to streamline the operating system and reduce potential security risks associated with outdated code.

These enhancements do not introduce major new features but instead focus on improving the overall reliability and performance of the operating system.

Supported Versions and Update Names

This cumulative update applies to all supported versions of Windows 11. Different builds receive their respective patches, which increment the system version numbers and include all previous updates. Additionally, Windows 10 systems that are still in the Extended Security Updates (ESU) program continue to receive security patches, ensuring they remain protected despite the end of mainstream support.

To install the latest Windows update:

  1. Open Settings on your Windows device
  2. Navigate to Windows Update
  3. Click Check for updates
  4. Download and install the available update
  5. Restart your device when prompted to finalize installation.

It’s recommended to install these updates as soon as they become available, especially on systems that handle sensitive data or are connected to enterprise networks.

[mai mult...]