Blog

Bash script to install nodejs automatically on Linux

Nodejs has multiple versions that different software developed with nodejs may require a specific version. The following is a bash script to make it easy to insall the version of your choice: #!/bin/bash # Script to install Node.js using NVM on Ubuntu without sudo # Function to install NVM install_nvm() { echo "Installing NVM..." curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && [...]
Continue Reading

NMR-based Metabolomics APPROACH to Study Cancer Metabolism And develop biomarker for early diagnostic

Cancer is a leading cause of death worldwide, accounting for nearly 10 million deaths in 2020 (WHO). The most common causes of cancer death in 2020 were: lung (1.80 million deaths);colon and rectum (916 000 deaths);liver (830 000 deaths);stomach (769 000 deaths); and.breast (685 000 deaths). The cancer burden can be reduced through early detection of cancer and appropriate treatment and care of patients who develop cancer. [...]
Continue Reading