Search Results

Search: Posts Made By: Ralf
Forum: Red Hat 05-26-2006
3,791
Posted By Ralf
There appears to be a limit of 620Mb Ram when...
There appears to be a limit of 620Mb Ram when running RedHat inside a virtual machine. The only workaround is to use the VMware product instead of MS Virtual PC.

I found this site was useful and...
Forum: Red Hat 05-17-2006
3,791
Posted By Ralf
RedHat hang after VFS Mounted Root
I can install RedHat ASE3 on a virtual machine (Ram set to 600Mb) without any problems. However if I start a Virtual machine with greater than 600Mb then either try and boot an existing image or...
Forum: Solaris 03-29-2004
4,076
Posted By Ralf
You could also put the above PATH statement into...
You could also put the above PATH statement into your profile (#home/.profile) and then the values you add would always be set for every telnet window you open.

alternativley you could put the...
3,192
Posted By Ralf
thanks Perderabo, I'll go and check out the links...
thanks Perderabo, I'll go and check out the links ... :D
3,192
Posted By Ralf
Telnet in Japanese
I'm not sure which forum to post this on but ......

I'm currently using Putty as my Telnet tool which is great BUT Only when using European Character sets.
[MAP ISO8859-1 equiv (MS1252). ]
...
5,853
Posted By Ralf
Use a for loop? for Word in `ls <unique...
Use a for loop?


for Word in `ls <unique list of words filename>`
do

sed -e '$Word/d' < file2 > file3

done
2,012
Posted By Ralf
New Style
Hi, I pop in here every so oftern and was suprised to see the changes in colour. I think the new style/colour is great :D
Forum: IP Networking 01-09-2003
5,336
Posted By Ralf
I hope you have permission to use this signal ;)
I hope you have permission to use this signal ;)
2,193
Posted By Ralf
you had piped the output of the sed command to...
you had piped the output of the sed command to the screen and not to file.

Try
$grep yopyop file | sed s/FIToB8df02f/passe/ > text.file

$more test.file
2
3,237
Posted By Ralf
Are you using SQL script in an oracle workbook,...
Are you using SQL script in an oracle workbook, or are you importing them directly from another database ?
6,708
Posted By Ralf
Opps to my typo :o thanks Perderabo
Opps to my typo :o

thanks Perderabo
2,800
Posted By Ralf
How are you connecting? Do you want data for a...
How are you connecting?
Do you want data for a database?

I wonder if you installed the language pack into the web browser. Went to a Japanese web site and save a page with Japanese charaters...
6,708
Posted By Ralf
I though it was the same for all shells? ...
I though it was the same for all shells?

This shold produce a file 'junk.txt' with an error from stderr


$ RunFail > junk.txt 2>$1
2
2,718
Posted By Ralf
thanks TioTony :thumb:
thanks TioTony :thumb:
2
2,718
Posted By Ralf
Ports
I know i can look in the /etc/services file to look at referenced port numbers, but is there a command that will list the current ports being used? (i.e. what is the application does not have an...
8,447
Posted By Ralf
The return value of 0 (zero) indicates that the...
The return value of 0 (zero) indicates that the process ran ok, anything else is set by the process (script) that you ran.

So the number 15 (probably and exit code) came from the script that you...
2,043
Posted By Ralf
You set the type of security permissions of the...
You set the type of security permissions of the mount in the smb.conf file. Sort of like the share permissions you set in windows. NB These are additional to the file system permissions.
7,047
Posted By Ralf
Well i Guess Unix so ipconfig won't work...
Well i Guess Unix so ipconfig won't work :Hugerolleyes:

If you have to change the IP then you should check with you system administrator to obtain the new IP. They should help you re-set the...
2,832
Posted By Ralf
This is a dangerous thing to do berty007. If...
This is a dangerous thing to do berty007. If things go wrong you will not have the source file anymore and thus repairing the damage would be a hassel (you would have to rebuild the source file!)
...
2,052
Posted By Ralf
You should use functions in your shell script. ...
You should use functions in your shell script.

Oh and it is good pratice to give exit statements a value.

i.e.

# My Function
GetStation ()
{
sleep 1
date=`date +%Y%m%d%H%M%S`
...
2,613
Posted By Ralf
Humm.... I was under the impression that Grep...
Humm.... I was under the impression that Grep worked the same under any flavour of Unix ...
20,878
Posted By Ralf
Of course if you are cunning there are ways where...
Of course if you are cunning there are ways where you don't need to provide a userid and password in the shell script ;) ;) :D
You just need to make both machines ..........
8,570
Posted By Ralf
Re: solaris dual boot
the only limitation i know is the amout of HDD spave you have.



I've only tried Windows / Linux ...



pass ... :rolleyes:



well that just depends how you have split up your HDD's

...
28,699
Posted By Ralf
I would assume that a physical partition is like...
I would assume that a physical partition is like a primary partition (which you are very limited on the number you can have) and a logical partition is a partition within an extended partition....
30,882
Posted By Ralf
Thanks everyone :D this is a big help.
Thanks everyone :D this is a big help.
Showing results 1 to 25 of 34

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