#tail
5 commande(s) avec le tag #tail
Commandes partagées par la communauté CodeBox, copiables en un clic.
Affiche les logs CloudWatch d'un groupe en temps réel.
aws logs tail /aws/lambda/ma-fonction --follow --format short
Affiche les logs d'accès Apache en temps réel.
sudo tail -f /var/log/apache2/access.log
Angular
Installer TailwindCSS
Installe et initialise TailwindCSS dans le projet.
npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init
Affiche les logs d'accès en temps réel sur CentOS/RHEL.
sudo tail -f /var/log/httpd/access_log
Affiche les logs d'erreur Apache en temps réel.
sudo tail -f /var/log/apache2/error.log