Pages

Search

Firewalls, antivirus, etc - Forums Linux

Firewalls, antivirus, etc - Forums Linux


Firewalls, antivirus, etc

Posted: 20 Jan 2008 09:38 AM PST

Thanks again Bit, Natural, Alan, and Ann....there is much to learn here....I
wonder if one of the wireless accounts would be fast enough or is this too
slow compared to broadband? In the meantime we have much to read, to be
continued....
thanks mc


How to bootloader my OS kernel with grub

Posted: 19 Jan 2008 07:56 PM PST

On 21 Jan, 04:14, Bill Mar <net> wrote: 

Yes,Yes...the kernel is writeen all by myself, Not linux, Not Minix,or
any other kernel have been existing now.

how configure apache to accept PHP

Posted: 16 Jan 2008 06:50 AM PST

Dave Uhring wrote: 


There are a couple of lines that may or may not need adding ALSO, to the
apache config files. IIRC i needed to add these once to one installation
when stuff got installed in the 'wrong' order.

Here's mine on a debian sarge

/etc/apache2$ grep php */*
mods-available/dir.conf: DirectoryIndex index.html index.cgi
index.pl index.php index.xhtml index.htm
mods-available/php5.conf:<IfModule mod_php5.c>
mods-available/php5.conf: AddType application/x-httpd-php .php .phtml .php3
mods-available/php5.conf: AddType application/x-httpd-php-source .phps
mods-available/php5.load:LoadModule php5_module
/usr/lib/apache2/modules/libphp5.so
mods-enabled/dir.conf: DirectoryIndex index.html index.cgi
index.pl index.php index.xhtml index.htm
mods-enabled/php5.conf:<IfModule mod_php5.c>
mods-enabled/php5.conf: AddType application/x-httpd-php .php .phtml .php3
mods-enabled/php5.conf: AddType application/x-httpd-php-source .phps
mods-enabled/php5.load:LoadModule php5_module
/usr/lib/apache2/modules/libphp5.so

need help opening *.php

Posted: 15 Jan 2008 12:04 PM PST

On Jan 15, 9:50 pm, The Natural Philosopher <a...@b.c> wrote: 

Hi this is mine:
debian:/etc/apache2# grep php */*
mods-available/dir.conf: DirectoryIndex index.html index.cgi
index.pl index.php index.xhtml
mods-available/php4.conf:<IfModule mod_php4.c>
mods-available/php4.conf: AddType application/x-httpd-
php .php .phtml .php3
mods-available/php4.conf: AddType application/x-httpd-php-
source .phps
mods-available/php4.load:LoadModule php4_module /usr/lib/apache2/
modules/libphp4.so
mods-enabled/dir.conf: DirectoryIndex index.html index.cgi
index.pl index.php index.xhtml
mods-enabled/php4.conf:<IfModule mod_php4.c>
mods-enabled/php4.conf: AddType application/x-httpd-
php .php .phtml .php3
mods-enabled/php4.conf: AddType application/x-httpd-php-source .phps
mods-enabled/php4.load:LoadModule php4_module /usr/lib/apache2/modules/
libphp4.so
but I did add the last lines myslf to the end of /etc/apache2/
apache2.conf.
is this right?

Thanks again for update.

<IfModule mod_php3.c> 

Error: "PCI: No IRQ known for interrupt pin A of device 0000:00:03:0.Please try using pci=biosirq."

Posted: 14 Jan 2008 04:40 PM PST

On Tue, 15 Jan 2008 00:40:55 UTC in comp.os.linux.development.system,
com wrote:
 

This is almost certainly the wrong newsgroup for this thread. This n.g is for
discussion of development of parts of the Linux system. You'd do better in,
f.e., c.o.l.hardware. You also don't give enough (any!) details about your
hardware, your linux distribution or any other kernel messages you might get.
The output from dmidecode might help too. The lspci utility will tell you what
device 0.0.3:0 is - that might be useful information. You also don't give any
details about what type of Linux you're running and whether it has an up to date
kernel or not.

I would try hunting to see if there is a BIOS update for your laptop first.

--
Trevor Hemsley, Brighton, UK
Trevor dot Hemsley at ntlworld dot com

reset the suse root passwd

Posted: 14 Jan 2008 04:13 AM PST

On Mon, 14 Jan 2008 04:13:24 -0800 (PST), com wrote: 

Pick Failsafe

when the prompt shows up

passwd root
new_pw_here
new_pw_here
exit

Ubuntu /etc/init.d/mountnfs missing

Posted: 13 Jan 2008 07:21 AM PST

On 13 Jan, 15:37, Nico Kadel-Garcia <com> wrote: 

Because that would, I expect, just involve me in another set of
problems, and be different from the 4 other Debian systems that I
already have. I would only consider that if I was reliably informed
that Ububtu did not support nfs mounting file systems during reboot
(and if that were the case, I'd try harder to revert to using standard
Debian, which I didn't use originally because I couldn't get a CDROM
driver for the board)

PNP error 81 when fetching irq routing table

Posted: 12 Jan 2008 04:49 PM PST


Do you actually need PNP (assuming Plug & Play) for any devices?
Sometimes if it's in use it might cause odd behavior like you're
seeing. I have a modem that has something on it that gets enabled by
Plug & Play, but it also works fine without it even in-kernel.

autofs not working - mkfifo failed

Posted: 12 Jan 2008 12:55 PM PST

On Jan 15, 1:11 am, JOHN MATHEW <com> wrote: 

Thanks for the replay. Unfortunately, it didn't really help because my
whole point is to use autofs. I've had no problems use fstab, but they
have different purposes.

Thanks, anyway.
-Brian

P.S. It's linux to linux

Problems with udev

Posted: 09 Jan 2008 10:46 AM PST


Here is a summary of my final results in trying to make /dev/cdrom
always point to /dev/hdc.

It looks like the only thing that will work for me is to change
the lines in:

/etc/udev/rules.d/75-optical-devices.rules

from:

ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:1",
SYMLINK +="cdrom"

to

ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-0:0",
SYMLINK +="cdrom"

So I recommend setting the link first in /dev/

%rm /dev/cdrom
%ln -sf /dev/hdc /dev/cdrom

and then making the change above.

Everything else I did as mentioned in the previous posts resulted in
it being
occasionally overwritten by udev on the next boot up to /dev/hdd.

I still don't understand the behavior of udev or what the numbers
above mean,
but everything seems to work, so ...

Anyway, thanks for all who replied so that I could solve this problem.