Results for "User"

Bio-Scripts

  • Install MySQL on Ubuntu !

    ...mysql_secure_installation #To log in to the MySQL server as the root user type: sudo mysql #If you...word. You can do that by running the following command: mysql > ALTER USER 'root'@'localhost' IDENTIFIED...

    912 days ago

  • Commands to get the detail of disk usage on Linux !

    #A simplistic approach would be du -shc /home/* du -shc /home/jnarayan #To sort it: du -smc /home/* | sort -n #There is also a wellknown Perl script that has the option of mailing disk usage reports per user: durep http://www.ubuntugeek.com/create-disk-usage-reports-with-durep.html

    809 days ago

  • Install GATK 4 using conda !

    ...workspace/bin wget https://github.com/broadinstitute/gatk/releases/download/4.0.2.1/gatk-4.0.2.1.zip unzip gatk-4.0.2.1.zip # make sure ubuntu user can create their own conda en...

    805 days ago