Pario TechnoBlob
About Posts

Posts

Export mysql data to a tab-separated file

mysqldump -u root -p --no-create-info -T=/tmp --fields-terminated-by='\t' db tabell

May 7, 2007 12:56PM
Copying One mySQL database from one machine to another

mysqldump -h host.com -u root -p password sourceDB | mysql -h host2.com -u username -p password -C targetDB Interestingly, you don’t actually have be on the ‘source’ machine...

May 7, 2007 12:55PM
Piping binary data to a remote shell via ssh tar -czpf - source_dir --exclude=/proc --exclude=/mnt | ssh user@desktop 'cat > /path/to/target/dest.
May 7, 2007 12:53PM
grep etter flere ting samtidig

ps auxww | grep "udev|devfs" | grep -v "grep" # cat filnavn.txt |grep ""Name"|Description" > skrivere_navn_og_ip.txt

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