background preloader

Documentation

Facebook Twitter

Learn the DD command. This post contains comprehensive documentation with examples for one of the most useful Linux/UNIX/Windows commands: dd.

Learn the DD command

Dd is a bit-stream duplicator. If you have questions, post them. The latest addition, How To Encrypt an 8.0 GB SDHC MicroSD Card was on 06-19-2011. First Time visitors please reply. How To Encrypt an 8.0 GB SDHC MicroSD Card Put the card into an USB adapter. Code: ls /dev/sd* /dev/sdb /dev/sdb1 Write random data to the drive: dd if=/dev/urandom of=/dev/sdb bs=4k /dev/sdb is only an example. apt-get install cryptsetup Learn to use parted, or I quit!

Cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb1 Open the encrypted device: cryptsetup luksOpen /dev/sdb1 vol_1 Create a filesystem: mkfs.xfs -imaxpct=3 /dev/mapper/vol_1 Mount: mkdir /AES_Drive && mount /dev/mapper/vol_1 /AES_Drive Umount: umount /AES_Drive && cryptsetup luksClose /dev/mapper/vol_1 Just a footnote, Laptops that went to sleep with the encrypted volume open, may wake up with it open! Warning!! #! And so on. Again. HowTos. Category:HowTo From Xen Jump to: navigation, search Go here to see a list of documents in this category.

HowTos

This category contains HowTo documents. HowTo documents are detailed "how to" documents on specific subjects. External HowTo's Grant McWilliam's XCP HowTos Other XCP HowTo's: XCP HowTo, Index of File System DomainU Guest Windows 7/XP/Vista/Server 2008 Consoles DomainU Migration USB Devices Adding USB Devices to a Xen HVM Guest Install Xen on Various Linux Distros and OpenSolaris Writing Good HowTos Good HowTo documents include. XenServer 4.0.1 Documentation Index. The documentation for XenServer is available in PDF format for printing, as multiple HTML pages for on-line viewing, or as a single large HTML file for off-line viewing.

XenServer 4.0.1 Documentation Index

Please select the documents you wish to view below: XenServer Release Notes [pdf] [html] [single-html] The release notes cover any known issues with this release of XenServer. Please read them before installing the product. XenServer Installation Guide [pdf] [html] [single-html] The installation guide walks you through how to install the software on a physical machine to convert it into a XenServer virtualization platform. XenServer Virtual Machine Installation Guide [pdf] [html] [single-html] Once you have installed a XenServer system, this guide will show you how to install guest operating systems such as Windows or Linux. Developer Information.

Cheat Sheets.