Final Cut Pro: Audio channel 4 may show no activity in Log and Transfer window with R

When you ingest RED clips with four audio channels, the audio meter may show no activity on channel four when you preview in the Log and Transfer window. More from Apple OS X Support ... (http://support.apple.com/kb/TS2357)

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Shake: May show version 4.1 after update to 4.1.1 on Mac OS X

On a Shake 4.1.1 updated computer: You may notice the Shake title bar reads "Shake 4.1" The "shake -version" command line entry sometimes reports Shake 4.1 Shake 4.1.1 may create scripts labeled as Shake 4.1 More from Apple OS X Support ... (http://support.apple.com/kb/TS2423)

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Gobo Eiffel Project: 3.9 released

The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries. Image: http://www.pheedo.com/img.phdo?p=1 (http://www.pheedo.com/click.phdo?p=1)Image: http://www.pheedo.com/feeds/tracker.php?i=3f68044650cca16a6a8487e5a1b9ff33 More......

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Quick script to display df as a CSV

Hi , Can some one show me how to display a df -k as a CSV. I am guessing it is something like: Code: --------- df -kP /home | awk ' {print $1 "," $2 "," $3 "," $4 "," $5 "," $6} '

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Not Receiving Activation Email

I've tried suggestions from previous threads sending an activation email several times. I'm not sure if email server is blocking domain name. What is the domain name of the activation email...unix.com?

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
sed issues with strange char

Hi all, I try to create a shell script to had the xiti tag at the end of servals web pages just before the tag. here is my script : Code: --------- #!/bin/bash

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Piping syntax question

There are are lots of examples of piping output FROM the 'ls' command TO another command, but how does one pipe output TO the 'ls -l' command? For example, use 'which' to find a file, then use 'ls -l' to view the permissions, groups, etc. in a single step: which | ls -l returns...

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
MobileMe: Repeatedly prompted for user name and password of locked Gallery albums

You may be repeatedly prompted by your Web browser to enter a user name and password when attempting to view various password-protected (locked) albums in a MobileMe Gallery. More from Apple OS X Support ... (http://support.apple.com/kb/TS2445)

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
CDManager: version 0.8.34 released

The CDManager manages records and movies (stored on CD or DVD media). The managed information can be exported to HTML documents. The program has also the ability to store movies in different languages simultanously. Image: http://www.pheedo.com/img.phdo?p=1 ...

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Apple TV: Using AirTunes

With Apple TV Software 2.3 you can now stream music fom your Apple TV to other AirTunes speakers. These can be speakers connected to an AirPort Express base station, or another Apple TV your network. You can even stream music to multiple AirTunes speakers simultaneously. More from Apple OS X...

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Need good slotuion

Hi all I have a script that run fine ,Actually if find 777 directory and take its count and report,There is no problem with the script.But our reporting system have some limitation that dont allow more then 1000 directory to report,Now i want some way i can break this up and then report to the...

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Is it possible to replace more the 1 string with one SED?

i want to replace two phrases in text file originalstringA.1. blah blah.... originalstringB.1. got this code so far: #variables IP=$1

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
string manipulation issue

I have myMethod that gives me available,used,free disk space in KB. I parse the used disk space using awk. That gives me something like 830,016. I want the output to be 830016 so that I can add 100000 to it. In other words I would like to use used_space variable in numeric calculations (using...

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX
Writing a script to work sequentially with bsub

Hi, I am REALLY a newbie of Unix: hope this question is not too odd. Here is my problem: I have to submit jobs to a remote platform (an IBM BCX/5120). To submit I have tobsub < filename.jcf and the .jcf file has usually the following content: #!/bin/bash

Categories: Computers | Linux | nix | The UNIX and Linux Forums | UNIX