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
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...
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.
grep etter flere ting samtidig
ps auxww | grep "udev|devfs" | grep -v "grep" # cat filnavn.txt |grep ""Name"|Description" > skrivere_navn_og_ip.txt
««
«
1
2
3
…
96
97
98
…
126
»
»»