Andrei Pall

Linux Software Engineering

The Hidden Costs of Using Microsoft Windows in the Workplace

Microsoft Windows has long been the dominant operating system in professional environments, valued for its familiarity, broad software compatibility, and enterprise support.

Read More

How to setup Symfony ownership and permissions on Debian Linux

There are basically two ways to setup your ownership and permissions. Either you give yourself ownership or you make the webserver the owner of all files.

Read More

How to install PostgreSQL and pgAdmin on Arch Linux

PostgreSQL is an open source, community driven, standard compliant object-relational database system.

Read More

Fedora with Xfce – installation guide

Fedora is a Linux distribution developed by the community-supported Fedora Project and owned by Red Hat.

Read More

How to install PostgreSQL and pgAdmin on Debian Trixie

Follow this guide to install the PostgreSQL database server and the pgAdmin4 PostgreSQL administration tool to your Debian 13 system

Read More

JPQL functions cheat sheet

Here’s a concise JPQL functions cheat sheet with examples you can use directly in your queries

Read More

Debian Trixie with Xfce – installation guide

Debian is one of the oldest operating systems based on the Linux kernel, and is the basis of many other Linux distributions.

Read More

How to deploy Angular and Spring Boot on Tomcat

To deploy a Spring Boot API with an Angular frontend on Apache Tomcat, you'll need to build both applications, combine them properly, and deploy them as a single .war or serve them separately depending on your setup.

Read More

The Many Flaws of Microsoft Windows - A Critical Examination

Despite its dominance in the global operating system market, Microsoft Windows remains riddled with problems that frustrate users

Read More

Integer literal suffixes in C

The Suffixes of the integer literal indicates the type in which it is to be read.

Read More