Cookie-urile ne ajuta in imbunatatirea serviciilor furnizate. Folosind acest site, sunteti de acord cu folosirea cookie-urilor.

Proiecte recente

  • Nioxin Romania

    Nioxin Romania

  • Essencia

    Essencia

  • Colorstrap

    Colorstrap

  • Remary

    Remary

  • Audiobyte Remote APP

    Audiobyte Remote APP

  • Olaplex Romania

    Olaplex Romania

  • Rockna Audio

    Rockna Audio

  • Immaxia

    Immaxia

Servicii

Frontline softworks are 11 ani experienta in mediul IT si dezvolta proiecte pentru clienti din orice tara. Orice serviciu pe care il punem la dispozitie este construit folosind tehnologii de ultima generatie si strategii de promovare cu impact maxim, imbinate cu o idee de design unica si potrivita aspiratiilor dumneavoastra.

Cine suntem

  • Andreia Carmen

    Andreia

    Web Designer
  • Sorin Pohontu

    Sorin

    Analyze, code, test ... repeat ...
  • Adi Purdila

    Adi

    Rockstar web designer

Suntem o echipa tanara de profesionisti IT, pregatiti sa realizam orice proiect pentru clientii nostri, pornind de la zero. In acelasi timp, avem propriile noastre proiecte web, mobile si desktop, la care contribuie intreaga noastra experienta de lucru cu mediul online si offline.

Articole recente

Shrink Proxmox LVM root partition and extend data partition

Shrink Proxmox LVM root partition and extend data partition

Reducing the size of /dev/pve/root (the root logical volume in a default Proxmox setup using LVM) and extend the space of /dev/pve/data can be done using SystemRescueCD (or any live Linux environment with LVM and filesystem tools).

This i ...

Extract all destinations (email recipients) from Postfix queue

Extract all destinations (email recipients) from Postfix queue

To extract all destinations (i.e., the recipients) from the Postfix mail queue (mailq), you can use the following Bash one-liner:

mailq | awk '/^[A-F0-9]/ {in_msg=1; next} in_msg && /^[ \t]*[^ ]+@[^ ]+/ {print $1}' | sort | uniq

E ...

How to configure OpenDKIM with Postfix on Debian 12 (bookworm)

How to configure OpenDKIM with Postfix on Debian 12 (bookworm)

Here is a step by step guide to configure OpenDKIM with Postfix on Debian 12 bookworm.

We're gonna modify default configuration files to keep only minimal or required settings.

Install openDKIM

sudo apt-get install opendkim opendkim-tools

Conf ...