Tag:
format

YouTube Begins Transcoding All Video to WEBM

by
on
April 20, 2011

According to the YouTube official blog post. All new videos uploaded to YouTube are now transcoded into WebM. To put that in perspective, nearly 6 years of video is uploaded to YouTube every day. So far they have already transcoded videos that make up 99% of views on their site or nearly 30% of all [...]

Read More
1 Comment
linux news

Echo text without a trailing newline

by
on
February 18, 2011

By default the echo command will include a trailing newline at the end of a string. There are many times when you may want to suppress this newline for example when you want to format text in a certain way.There are a couple easy ways to do this. First you can use the ‘-n’ option. [...]

Read More
No Comments
bash

Format output with the column utility

by
on
January 29, 2011

The column utility is helpful for taking raw data and formatting it in a way that is easier for humans to comprehend. It can take a single column of data and format it into many equally spaced columns. Alternatively it can format multiple rows of data into tables. In our first example we have a [...]

Read More
No Comments
commands

Insert a timestamp in your Tomboy notes

by
on
January 5, 2011

At can be very handy to automatically add a timestamp to a Tomboy note but the feature is not enabled right out of the box. Fortunately it is very easy to turn on this feature. Open Tomboy Preferences, click on the Add-ins tab, and select the Tools Add-in dropdown list. Select Insert Timestamp and click [...]

Read More
No Comments
guides

How to get Boxee to correctly identify local media files

by
on
December 29, 2010

One of the great features of Boxee is that it can scan your local media collection and retrieves artwork and information from IMDb.com. It does this by doing regular expression matching on each file name to determine what movie, album, or TV episode it is. If you have a collection that is not well named [...]

Read More
No Comments
guides

Convert PDF file to text with pdftotext

by
on
September 9, 2010

In many cases it can be helpful to access text from within a PDF file but accomplishing this can be next to impossible. Luckily in Linux there is a command line program called pdftotext which is included with the xpdf package. This first step is making sure that the xpdf package is installed. In Ubuntu [...]

Read More
No Comments
commands

Customize the BASH PS1 command prompt

by
on
October 19, 2008

The PS1 environment controls the appearance of the BASH command line prompt. There are a variety of default prompts but they usually include username, hostname, and working directory. You can easily customize your prompt to display information important to you as well as add color and style formatting. Here we can see the default prompt [...]

Read More
1 Comment
bash
Copyright 2008-2010 WiredRevolution.com. All rights reserved.