Tuesday, October 9th, 2007
Some useful articles about the Linux console.
Posted in BrnDmp | No Comments »
Tuesday, October 9th, 2007
Updated client moodle from version 1.6 to 1.8:
copied app directory to backup: cp -Rvf moodle/* moodle_app.bak20071009/.
backed up database: mysqldump -u moodleuser --password=pw --single-transaction -C -Q -e -a moodle > moodle-database.20071009.sql
stopped custom cron jobs: crontab -e
removed old moodle-code (1.6): rm -Rvf moodle/*
extracted new moodle code (1.8): tar xzvf moodle-latest-18.tar
Changed ownership of ...
Posted in BrnDmp | No Comments »