Pario TechnoBlob
About Posts

Posts

Dump/image CDROM to ISO file To create an ISO image from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it. # dd if=/dev/cdrom of=/path/til/ISO-fil To make an...
May 7, 2007 1:10PM
Dump/image floppydisk to file

dd if=/dev/fd0 of=image_fd0 bs=1k count=1440

May 7, 2007 1:10PM
Import csv data to mysql This is a short note about how to import comma separated data, CSV, from a file into a mysql database from a shell. Log in to your mysql database and choose the database you...
May 7, 2007 1:09PM
mySQL dump i batch mode

mysql dbname -B -N -e "SELECT serial FROM serials" >/path/to/outfile -B or –batch: prints rows tab-separated and turns off the borders -N or –skip-column-names:...

May 7, 2007 1:08PM
«« « 1 2 3  …  95 96 97  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom