Skip navigation.
Home
Computer Information for the non-computer literate.....

Job Descriptions

On some occasions, I've been asked what some job descriptions are for computer (IT or Information Technology) personnel. I've started to compile this list based upon my own experiences and other people I've asked (who've helped me refine my list). Feel free to browse around in case you are looking for information about specific types of jobs in the IT career field, which is extremely varied.


Modem Commands

Rarely, do you need a list of Modem commands. (For that matter, how do you even send these when troubleshooting a modem? Oh, wait - that's another document I need to produce. How to use the tools that come with Microsoft Windows or Linux to actually send the commands.)

At any rate, if you find the need to actually send commands when troubleshooting a modem, here is a list of some of them.

AT Commands

Color Names

Occasionally I've need a list of the web "safe" colors. But instead of a simple list, I wanted to display the actual color so I might have an idea of what it looks like. This is not expected to be the "real" color, as people who do color matching and typesetting know that your monitor and graphics card(?) have to be setup for the "real" colors to match professional printing. However, this will represent the colors and show relationships for the kind of work I do (i.e., It's good enough).


 

Backing up a MySQL Database

This article only covers backing up from the Command Linux (i.e., the shell, usually bash or korn (ksh) shells).

If you wanted to back up the database timsdata, you would simply use a command like:

mysqldump -c -u tim -p timsdata > timsdata.sql

This would create a file called timsdata.sql in the current directory. You should be aware that where I've entered the name tim in italics, you should specify another authorized user for the database.

Patching Debian

Debian is a great Linux distro, and I'm not the only person who believes this to be true. I am not willing to discuss whether Debian is better or worse than any other linux distribution as that debate will take months or longer, and there are shortcomings of Debian like any other distribution.

That said, there is an easy way to ensure your copy of Debian is kept current with the latest security patches.

1. Login as root (or more appropriately, su to the root account).

Syndicate content