Search Results

Search: Posts Made By: luiz_fer10
3,558
Posted By luiz_fer10
Hi, The mandrake Linux has a tool called...
Hi,

The mandrake Linux has a tool called DiskDrake, that does de partition split for you. Its very easy to use.
2,115
Posted By luiz_fer10
Hi KrazyGuyPaul, The problem, I think, is...
Hi KrazyGuyPaul,

The problem, I think, is with the Linux Loader (LILO).

Until Red Hat 7.1, LILO was the only one boot loader available, but since Red Hat 7.2 you have the Grub Loader, that...
2,115
Posted By luiz_fer10
Hi KrazyGuyPaul, The problem, I think, is...
Hi KrazyGuyPaul,

The problem, I think, is with the Linux Loader (LILO).

Until Red Hat 7.1, LILO was the only one boot loader available, but since Red Hat 7.2 you have the Grub Loader, that...
3,293
Posted By luiz_fer10
Procmail filter
Hello,

I want to make a filter with procmail, using the day of the week ant the hour to filter the message.

If the day is Tuesday, the message is redirected to one address. On the other days,...
13,281
Posted By luiz_fer10
Hi RTM, Thank you for your help. I...
Hi RTM,

Thank you for your help.

I found an easy solution:

for file in *.mp3
do
newfile=`echo ${file#luiz\ fernando\ }`
mv"$file" "$newfile"
done

Note that both $file and $newfile are...
13,281
Posted By luiz_fer10
I executed the script: for file in *.mp3 ...
I executed the script:

for file in *.mp3
do
newfile=`echo $file | sed 's/black\ sabbath\ //g'`
file=`echo $file | sed 's/ /_/g'`
mv $file $newfile
done

and the result was:

mv: cannot...
13,281
Posted By luiz_fer10
Hello, Thanks for your help but my problem...
Hello,

Thanks for your help but my problem it's a quite different for that answers. I don't want to rename the extensions of my files. I want to change the name of my files like this:

"first...
13,281
Posted By luiz_fer10
Rename multiple files
Hello,

I want to rename multiple files at a time and I don't know how to do it.

I have various ".mp3" files, like "band name - music name.mp3" and I want to remove the "band name" from all...
2,258
Posted By luiz_fer10
Try to use scp, that is a "security copy". ...
Try to use scp, that is a "security copy".

more information: man scp
4
10,165
Posted By luiz_fer10
Hello, sometimes, when I want to compact a...
Hello,

sometimes, when I want to compact a file or a groups of files I use bz2, because it permits appends on the .bz2 file.

If you have a test.bz2 file, you can do something like bzip2 -9...
35,838
Posted By luiz_fer10
Just complementing ... In the awk command,...
Just complementing ...

In the awk command, you may subtitute the $1 for $0 if yoy have space between words, because $0 references the entire line and $1 only the first column.

awk '{if ( $0 !=...
3,990
Posted By luiz_fer10
Hello Creative, Forget about using fips to...
Hello Creative,

Forget about using fips to create your partitions, because its only work in FAT and DOS type partition and WindowsXP uses NTFS system.

Now, I think you really have a media...
3,990
Posted By luiz_fer10
Creative, take a look at ...
Creative, take a look at

http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/custom-guide/dualboot-fips.html

That's all
3,990
Posted By luiz_fer10
Hello creative, To do a partition in your...
Hello creative,

To do a partition in your system at the first time, you must be relax, because needs very attention. To help you, exist some softwares that make it the partitioning to you. One of...
3,990
Posted By luiz_fer10
Hello Creative, If I understood your...
Hello Creative,

If I understood your problem, I already had this problem too.

You said that you already have installed WindowsXP, right? Then, if you didn't made any partitioning, you must to....
3,530
Posted By luiz_fer10
Procmail Tutorial
Hello,

Somebody knows a good procmail tutorial in the net?

Thanks!:)
10,283
Posted By luiz_fer10
The question is that I'm using a terminal...
The question is that I'm using a terminal emulation program (X-Win32) to access Unix, because here in my work we have just WindowsNT in the clients and Solaris at the servers. All the database and...
10,283
Posted By luiz_fer10
Complementing ... I want to use the command...
Complementing ...

I want to use the command "set prompt=..."
10,283
Posted By luiz_fer10
Witt, I want to change the prompt colors or...
Witt,

I want to change the prompt colors or change the fonts to bold, just as we can do with BASH in Linux.

Thanks
10,283
Posted By luiz_fer10
Options for csh shell
Hello,

It's possible to change/put some options of the C-shell, like bold-text, date, etc?

I can't found a web site that have a explanation.

Thanks.
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 06:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy