Author Archives: Sachin Kumar

Install any perl module on CentOS

First make user CPAN is installed. To check run ‘cpan’ command. If it is installed then you be in the cpan CLI. To quit the CLI write ‘q’ and press enter. If not installed please go here To install any module, use following command: In above command ‘SHA’ is the module that is installed.

Install CPAN on CentOS

CPAN allows to install perl modules. Use following command to install CPAN: Then configure it using following command: Most of the configuration could be done automatically. So choose that option. To quit the cpan CLI write ‘q’ and press enter.

Reset Android Studio on Mac

Delete the following folder: ~/Library/Application Support/Google/AndroidStudio4.1 Please check for the version in name ‘AndroidStudio4.1′, as it could be different depending on which version you are using. You may also find folders with older Android Studio versions.