Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Update the Linux OS !

  • Public
By Abhinav 854 days ago
#To update the linux OS -- run the following sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y' #OR sudo apt-get update && sudo apt-get upgrade