eHow launches Android app: Get the best of eHow on the go.
Top 23
Imagine that you have saved a file but can't remember the root directory for the file location. If you know how to locate a specific file or files on a UNIX server, you will never be plagued with...
Enriching content on Wikipedia is an important way to participate in the evolution of this popular site. Fortunately, adding audio files to Wikipedia articles is a simple matter.
Secure Shell (SSH) provides a layered mechanism for different types of access. One of these layers is the Secure File Transfer Protocol (SFTP). Utilizing SSH, SFTP can perform file transfers from...
Gzip is a Unix utility program to compress files. Files compressed using Gzip are replaced by a smaller file with the same name and a suffix indicating it is a Gzip file. Gzip possess a number...
Secure Shell (SSH) provides a layered mechanism for different types of access. One of these layers is the Secure File Transfer Protocol (SFTP). Utilizing SSH, SFTP can perform file transfers from...
Python is an object-oriented language. Simply put, this means you can abstract any task as a class. This helps organize, modularize and transport your code. Taking advantage of polymorphism and...
Sometimes you may come across unknown files on your computer. They may be found by accident when you are cleaning up your folders or Desktop. Often someone emails you a file that you can't...
If you've already created a Blender scene that you wish to save or if you've managed to save a Blender file and can't figure out how to load it again, then this article is for you. These are the...
Inside Logwatch, its common to see errors such as “BAD FILE MODE” appear at the end of the crontab section. it should also be kind enough to display which files it didn’t like and errored on. You...
No one likes to look at a website filled with just text. To make web pages more visually appealing, learn how to implement images. You can fill your website with images and photos of all shapes...
Python is a powerful and easy to learn scripting language that is commonly used to automate frequent repetitive tasks. Here we will focus on searching through a directory of files for a specific...
The Norton toolbar, designed and developed by the Norton anti-virus and computer security company, is intended to protect users as they browse the web. The two main features provided by the Norton...
Advanced Interactive eXecutive (shorted to simply "AIX") is an operating system designed by IBM and used across multiple types of platforms, usually computer servers. It is based on the old UNIX...
JAR files (Java Archive) are used to package multiple Java source files that are part of a single Java program. Once a JAR file has been created by a programmer, the JAR file itself needs to be...
Creating a file is very easy to do in Unix. Many Unix users make programs that create zero length files on the fly from the command line. In other cases, Unix users need to create files that have...
When downloading email attachments and transferring files, the file extension may occasionally be truncated or mistakenly omitted by the user when exporting the file. Without the proper file...
Flash videos, an exciting application of Internet technology, can include movies, interactive games or usable Web interfaces. Although building Flash videos can be challenging, if you have a Flash...
This article explains how to create a hyperlink in a Word document that points to a specific location of your choosing within an Excel workbook. Note that you can view larger versions of all...
CDA files are audio files created by Microsoft Windows that do not contain actual music files (pulse code modulation data) but are just representatives of every audio track on a compact disc. CDA...
You've just grabbed one of the latest new laptop deals at your favorite electronics superstore. Now you'd like to pass on its predecessor to your back-to-school teen. But before you can make the...
The UNIX sort command is used to sort ASCII text files. It can be used to sort files of any size. The command can even be used to sort more than one file and place the output into a single file....
You have a Word document you want the world to see. Microsoft Office has made this so easy. You select "File/Save" as a Web Page from the tool bar, name it an Internet-worthy name (no...
Writing a script that accepts a filename as an argument can be done in any common programming language. Many reasons exist for creating such a script, including the need to validate a file's name...