csplit -z -f msg /var/spool/mail/root ‘/^From /’ ‘{*}’
less $(ls msg* | tail -n 1)
tac /var/spool/mail/root | awk ‘/^From /{exit} {print}’ | tac

I don't know what's the matter with people: they don't learn by understanding, they learn by some other way — by rote or something. Their knowledge is so fragile! (Feynman)
csplit -z -f msg /var/spool/mail/root ‘/^From /’ ‘{*}’
less $(ls msg* | tail -n 1)
tac /var/spool/mail/root | awk ‘/^From /{exit} {print}’ | tac
Step 1. – Dora requirements : here
The main participants in a TIBER-EU test belong to one of five different teams, depending on their roles and responsibilities under the TIBER-EU framework:
Puoi usare lsof oppure netstat (se installato):
lsof:netstat (se installato):ss (più moderno):Position file in nexcloud data folder : /var/www/nextcloud/data/NOMEUTENTE/files/
sudo chown -R www-data:www-data /var/www/nextcloud/data/NOMEUTENTE/files/cartella/file.zip
from the root of the web site of nexcloud
sudo -u www-data php occ files:scan –path=”NOMEUTENTE/files/cartella”
We’ve all built a todo list. It’s like the developer’s rite of passage. But now it’s time to evolve. Think Inventory Manager, Student Record System, or Expense Tracker.
Why it matters:
CRUD is the DNA of most web apps. Create, Read, Update, Delete—mastering these operations means you understand real-world app behavior and data flow.
What you’ll learn:
You’re a developer. People Google you. What do they find?
If your portfolio is still “Under Construction,” it’s time to fix that.
Why it matters:
Your portfolio is your digital handshake. It’s where potential clients, recruiters, and collaborators meet you. Make it count.
What you’ll learn:
Nothing says “I get full-stack development” like a real-time app that requires users to sign in and communicate.
Why it matters:
It’s a big step. This project throws you into the deep end—authentication, WebSockets, databases, and frontend-backend interaction.
What you’ll learn:
This is your boss battle. Product listings, cart logic, user accounts, payments—it’s everything rolled into one.
Why it matters:
E-commerce is complex. Building it proves that you can architect large-scale apps, and think like a business owner.
What you’ll learn:
It’s one thing to build pretty UIs. It’s another to design functional admin systems that can scale. Dashboards teach you how real software works.
Why it matters:
This is what companies pay big for—tools that manage, analyze, and control. Building this shows you’re not just a coder, you’re a problem solver.
What you’ll learn: