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 -- Command-Line

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

Recovering from a Broken Partition Table

So you lost your partition table and need to get to find the filesystem it used to contain. Now what?

Section: Howto
Topics: Command-Line, Linux

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

Command-Line MySQL Backups

Using web tools for MySQL backups can be convenient, but sometimes it doesn’t work so well, such as when you have a database that is too large. So it’s good to know how to do it from the command-line. Here’s how you do it.

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