Software

Software

Install Nvm Ubuntu

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash export NVM_DIR=”$HOME/.nvm” [ -s “$NVM_DIR/nvm.sh” ] && \. “$NVM_DIR/nvm.sh” # This loads […]

Software

MongoDB For Ubuntu 24.04

sudo apt-get install gnupg curl curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | \ sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \ –dearmor echo “deb [ arch=amd64,arm64

Software

Install Hubstaff

Download the hubstaff deb file Click hear Then Go to Download Directory run this command sudo chmod 755 Hubstaff-filename.sh ./Hubstaff-filename.sh

Scroll to Top