Advanced Search
Search Results
3 total results found
Mysql
MYSQL PHPmyAdmin https://mysql.webhosting.rug.nl manual backups / restore CLI dump database $ ssh account@ssh.webhosting.rug.nl $ mysqldump --host mysql01.service.rug.nl -u account -p -D database \ | gzip -c | > ~/backup/database.sql.gz CLI restore databas...
Howto
Registry Server URL: registry.webhosting.rug.nl The primary advantage of maintaining our own registry instead of relying on external services like hub.docker.io is the ability to provide users with unlimited private repositories. This means users can create as...
Git Basic Howto
Git Basic How-To URL https://git.webhosting.rug.nl What is Git? Git is a distributed version control system that allows developers to track changes in their codebase, collaborate with others, and manage different versions of their projects efficiently. Settin...