Cookies help us deliver our better services. By using our site, you agree to our use of cookies.

Featured projects

  • Integria

    Integria

  • Nioxin Romania

    Nioxin Romania

  • Distrident Plus

    Distrident Plus

  • Colorstrap

    Colorstrap

  • Integria.ro

    Integria.ro

  • Agrinest

    Agrinest

  • Rockna logo redesign

    Rockna logo redesign

  • Audiobyte

    Audiobyte

Services

Frontline softworks is a Romanian web development and IT business company with over 11 years of strong experience and we have clients all around the world. Each of the services that we provide is based on cutting-edge technology and advertising strategies meant to achieve maximum impact on the market together with unique design solutions reflecting your own corporate vision.

Meet the team

  • Andreia Carmen

    Andreia

    Web Designer
  • Sorin Pohontu

    Sorin

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

    Adi

    Rockstar web designer

We are a team of young IT professionals that is trained to develop and manage any project from scratch. We are equally preoccupied to develop our own web, mobile and desktop projects, now professionally enhanced with a vast experience in the online and offline environment.

Latest from the blog

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 ...