Android Studio Useful Shortcuts

IDE shortcuts can really make your development workflow fast and smooth. Android Studio comes perfectly in this aspect. Ideally, you should make it a habit to not pick up the…

Clean Up Disk Space on CentOS

Commands to check disk space: $ df command – Shows the amount of disk space used and available in file systems. $ du command – Display the amount of disk space used…