Search Results

Search: Posts Made By: DanielB
11,922
Posted By DanielB
Sure, it can be done. Did you set the...
Sure, it can be done.

Did you set the defaultroute for the Linux box ?
(route add default gw 192.168.0.1 eth0)

To make it permanent you need to edit /etc/route.conf.

After you've done that,...
12,362
Posted By DanielB
Inodes contain information such as ownership,...
Inodes contain information such as ownership, permissions etc. of files. Each file has an inode-number which you can view using the ls command (ls -i). So basically inode errors are errors in the...
297,044
Posted By DanielB
tgz files are gzip compressed tar archives. You...
tgz files are gzip compressed tar archives. You can extract them like this : tar xzf filename
Forum: Filesystems, Disks and Memory 02-07-2002
12,793
Posted By DanielB
You can use dd for that. Lets say you want to...
You can use dd for that. Lets say you want to create an image file of hda you would use : dd if=/dev/hda of=/tmp/hdaimage.

If you got 2 identical disks you could mirror them like this :
dd...
2,636
Posted By DanielB
http://www.linuxdoc.org/HOWTO/DNS-HOWTO.html ...
http://www.linuxdoc.org/HOWTO/DNS-HOWTO.html

There's some theory about DNS in general and even some example zones included in that HOWTO. It should give you the information you need to get started...
5,077
Posted By DanielB
Yes, I know. It was not my question neither was...
Yes, I know. It was not my question neither was the . before the command my example :)
3,237
Posted By DanielB
This one is quite good if you use bash as your...
This one is quite good if you use bash as your shell :

http://www.linuxdoc.org/LDP/abs/html/index.html
5,077
Posted By DanielB
Just rename the script to something else. Test...
Just rename the script to something else. Test does exist already.

-rwxr-xr-x 1 root root 17444 Jan 19 2001 /usr/bin/test

or start it like this :

./test
2,304
Posted By DanielB
1) I would suggest you to get a Linux...
1) I would suggest you to get a Linux distribution like RedHat or SuSE. If you don't want to spend money on them you can even download them for free. Have a look at www.redhat.com or www.suse.com....
3,019
Posted By DanielB
Hi Personally I don't use RedHat but anyway...
Hi

Personally I don't use RedHat but anyway this is what i would check/try .

What kind of network card you got ?
I suppose you use the standard redhat kernel. Check if the kernel supports your...
Showing results 1 to 10 of 10

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