Linux frequently Used Commands
Command Usage Info df -h Check Disk Space du -ah / | sort -rh | head -n 10 Biggest Directory on top sudo rm -rf /tmp/* Remove File sudo rm…
Command Usage Info df -h Check Disk Space du -ah / | sort -rh | head -n 10 Biggest Directory on top sudo rm -rf /tmp/* Remove File sudo rm…
Ensure SQL user : user has access to superset database After first run change the docker file as follows Issues and Resolutions Frequently used Commands