ps aux | grep-Sprachtool

ps aux | grep-Sprachtool

netstat -tulpn | grep 80port

ODER

ss -tulpn | grep 80port

ss -tulpn | grep 80port

tcp LISTEN 0 50 [::ffff:127.0.0.1]:80port : Benutzer:((“java”,pid=…,fd=136))

grep -rniI “Sprache” ./*.py

Deutschspezifisch:

curl -X POST "http://localhost:8082/v2/check" \
     -d "language=de-DE" \
     -d "text=Sebastian mit nachnamen"