Search Results

Search: Posts Made By: shimb0
3,557
Posted By shimb0
Neo, We love you man...
Neo,

We love you man...
11,286
Posted By shimb0
The easiest thing for you to do would be to just...
The easiest thing for you to do would be to just type linuxconf.

From here, you can configure most of the OS.

Shimb0
6,124
Posted By shimb0
This can be accomplished with the ftpaccess file...
This can be accomplished with the ftpaccess file (in /etc) thru the use of umask and permission restrictions. Try to man ftpaccess

Shimb0
6,090
Posted By shimb0
Chuck, The NameVirtualHost directive is...
Chuck,

The NameVirtualHost directive is only required if you want to run multiple webs from a single IP address. Now you said your box is on 129.250.242.125, and you want the web on...
3
web
1,723
Posted By shimb0
jonas27, To access a web site using lynx,...
jonas27,

To access a web site using lynx, just type lynx websitename as so:

lynx www.cnn.com

Shimb0
2,894
Posted By shimb0
Legato is another good backup solution
Legato is another good backup solution
7,086
Posted By shimb0
Lets see what a df -k looks like. I'd be willing...
Lets see what a df -k looks like. I'd be willing to bet it is trying to install somewhere other than /usr/local (or /usr/local is full)

Shimb0
5,521
Posted By shimb0
Do you have the following line(s) in your...
Do you have the following line(s) in your smb.conf ?

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = workgroup


and this


# Cause this host to announce itself to local...
2,452
Posted By shimb0
In red hat I think it is sndconfig or snd-config....
In red hat I think it is sndconfig or snd-config. But your sound card has to be supported
2,605
Posted By shimb0
Legato is a good product as well. They both...
Legato is a good product as well. They both work, if they are configured correctly, they both work well. I think it depends more on what people are more familiar with. (matter of opinion)

Shimb0
4,213
Posted By shimb0
look in /etc/vfstab (to see if your floppy is...
look in /etc/vfstab (to see if your floppy is listed in there)

the command will probably look something like this

mount -t (fstype) /dev/fd0 /mnt/floppy

man mount

Shimb0
14,263
Posted By shimb0
It depends on what shell they are using for...
It depends on what shell they are using for instance in bash, the file is in their home directory, named .bash_history

Shimb0
4,197
Posted By shimb0
To mount the floppy, this will most likely be the...
To mount the floppy, this will most likely be the syntax

cd mnt
mkdir floppy (if it is not already there)
mount -t vfat /dev/fd0 /mnt/floppy (be sure you have a vfat formatted floppy disk in...
Forum: IP Networking 11-13-2001
33,450
Posted By shimb0
Do find / -named -print lets say it found...
Do
find / -named -print

lets say it found it in /usr/sbin/named

then type
/usr/sbin/named

Shimb0
2,263
Posted By shimb0
As far as your system making a high pitch squeal,...
As far as your system making a high pitch squeal, then freezes, check your CPU fan. I bet thats it. I have had this problem before.

shimb0
7,532
Posted By shimb0
OK, I have the 3 separate files, I'm just...
OK, I have the 3 separate files, I'm just confused on how to use paste to paste them back together. The man page on paste is confusing. Got any examples?
7,532
Posted By shimb0
sed & awk help...
I have a question. Take the following statement

awk -F\| '{print $21}' testfile | sed 's/\//\\/g' > newfile

This will grab the 21st column of a | delimited text file, replace the forward...
9,643
Posted By shimb0
PxT, My justification is this: there are a...
PxT,

My justification is this: there are a great deal of vulnerable services that run from within inetd in redhat (ftp, linuxconf, etc). I would just shutoff inetd, and run as standalone...
9,643
Posted By shimb0
I would consider not even running inetd, period. ...
I would consider not even running inetd, period. If you need any of the inetd services, run them as stand alone daemons.
18,264
Posted By shimb0
Since root can view the encrypted passwd, (in...
Since root can view the encrypted passwd, (in /etc/shadow or /etc/passwd), you can run a passwd cracker utility (such as john), and can usually crack the password. Shadow is available for all...
3,933
Posted By shimb0
I like Legato, but that could be because I am...
I like Legato, but that could be because I am more familiar with it. And if your index gets corrupt, it is usually because of a disk getting full, but this is fixable, by restoring the index from...
Showing results 1 to 21 of 21

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