TL Tech Logo
We Solve Your Problems. Seriously, we actually do.
Home
About Us
Services
Stories
Contact Us
Tools
Info Center
  • Sections

    • Code
    • Howto
    • Tips
  • Recent Entries

    • Recovering from a Broken Partition Table
    • RewriteRule in htaccess vs httpd.conf
    • Running PHP through mod_fcgid
    • How They Got Your Password
    • Installing mod_reqtimeout on cPanel
    • Following the Hacker — passwords
    • Using Nginx as a reverse-proxy
    • Dead-simple templates in PHP
    • Tell-a-friend SPAM
    • PHP mail via SMTP

View by topic -- SSH

This listing shows articles relating to this single topic, making it easier to find all the articles that deal with a given subject.

Transferring a MySQL database via SSH

Normally the preferred way to transfer a MySQL database is to use `mysqldump` to create a database backup, possibly compress it with gzip, transfer that backup file to the new server, and then load it using the `mysql` command-line tool.

But what if you wanted to do it all in one step?

Section: Code
Topics: Command-Line, Linux, MySQL, SSH

Pasting Files Into a Text Console

Traditionally it’s been remarkably easy to copy and paste text between programs and between terminal sessions, but it’s been somewhat more tedious to copy files around.

Section: Code
Topics: Command-Line, Linux, SSH
© 2006-2014 TL Tech Services LLC. All rights reserved. Contact us to inquire about republishing rights.