Public

warning: Creating default object from empty value in /home/uo3mew6y2886/public_html/modules/taxonomy/taxonomy.pages.inc on line 33.

MySQL Dump Command

To back up a big MySQL server use the following on the command line:

 mysqldump --all-databases --add-drop-table -c -u -p | bzip2 -c > .bak.sql.bz2

It will use mysqldump and it will compress the sql file. You will backup the entire server with this command.

Backup Procedure. Using tar.

Procedures to backup files using the tar linux command.

Steps Overview

  • Programs Needed
  • Procedure
  • Append Files or Folders to an Archive
  • Links of Interest

Programs Needed

tar

Procedure

The following procedure is done at the command line. You will need administrative privilages, as in root priviliges, if you need to back up files or folders outside your own home directory.

Command

tar -vccf <name_of_archive> <file_or_folder_to_archive>

Creating a Custom LiveCD

This is a draft article.

This is an article on how to create a custom LiveCD based on IYCC.net Linux. IYCC.net Linux is a Debian like distribution.

Steps Overview

  • Software needed
  • Configuring lh_config
    • Adding hooks
  • Building the image with lh_build

Software Needed

We need to install live_helper, so on a Debian like distribution you can run:

apt-get install live_helper
Syndicate content