Here are the commands to get all the info we need - you can run them one at a time: ```bash # Storage info df -h # Shows disk usage # Memory info free -h # Shows RAM usage # CPU info lscpu # Shows CPU details # OS info cat /etc/os-release # Shows OS version # Python version python3 --version # If CUDA is installed nvidia-smi # Current Python packages pip list # Check SSL certificates (if any exist) ls -la /etc/ssl/certs/ # Check system resources in real-time top # Press 'q' to quit # Network info ifconfig # or 'ip addr' # Check current users and permissions whoami groups ``` Once you run these commands, share the outputs and I can help optimize Devon's setup for your specific system configuration. We can then determine the best approach for: 1. Model loading 2. Resource allocation 3. Service configuration 4. Storage distribution