Archive for August, 2006

Ping Windows XP from Fedora

from fedora how can i ping my windows xp?

to day i put one of my server box
fedora
i have problem
from my windows xp ping 192.168.1.10 is fedora ip

is ok work i have reply
buy
when i pt
need user name and password
to locek from windows xp
O_O
i dont understand that ??

Read the rest of this entry »

Comments

Start httpd appon boot

Since i have downloaded all the updates my httpd does not start appon boot
how do i fix it ?

chkconfig
i am running fedora 4
i can start the httpd manualy
chkconfig –level httpd 35
chkconfig –level httpd on

ehh lolol
sec
chkconfig –level 35 httpd on
haha
yes
service httpd start
thanks

Comments

Configure fetch mail

how do i configure fetch mail to run automaticly ?

with out anyone loging in
I need some help setting up fetchmail
Well Heres what i have dones so far

Read the rest of this entry »

Comments

Pass a parameter to the bash script

quick question for you guys

in my bash script i have the following line:
perl -le 'print join("n", grep {((stat($_))[7] ne "0")}< $1*>)'

I pass a parameter to the bash script but for some reason it doesnt replace $1 in the line with that parameter, any ideas?

subshell it
`$1`
thnx will try

not sure if perl will handle that though
might need brackets or something

great it worked
thanks!

Comments

Add a flag to the x window system start

where is the x window system started in FC5 by default?

Where can i add a flag to it?

its started using init
/etc/init.d/
to change init levels
or init 3
to check runlevel …

runlevel

right i looked there but didn't see anything regarding X / xdm /gdm
xorg.conf
right.. but that doesn't have the startup X flags in it such as -audit and such
/etc/X11
/etc/X11/gdm/

Comments

Switch from gnome to kde

i've just installed kde from the packages manager.

How can i switch from gnome to kde ?

And make kde my default GUI on startup ?

on the logon screen, click on sessions
you can switch to kde there :)
ok thanks :D

trying it right away

np

thanks again it worked just fine :)

Comments

Configure ip address using ifconfig

I created ifcfg-eth0:0

ifconfig eth0:1 ip netmask 255.255.255.0
ifconfig eth0:2 ip2 netmask 255.255.255.0
ifconfig eth0:4 ip3 netmask 255.255.255.0
etc
Inside I placed:
if thats your netmask btw
DEVICE=eth0
BOOTPROTO=static
BROADCAST=xxx.xxx.xxx.xxx
HWADDR=00:13:72:FC:3C:36
IPADDR=THE IP
NETMASK=255.255.255.0
NETWORK=xxx.xxx.xxx.0
ONBOOT=yes
TYPE=Ethernet
ok its in the same subnet right?
yes
so cp ifcfg-eth0 ifcfg-eth0:1
edit that change the device to eth0:1 and ip
if you have another
:2
and so on
Thank you, thats all i need to know :)

Comments

« Previous entries ·