August 30, 2006 at 1:00 am
· Filed under Linux Community, Fedora, Linux, Unix, Unix HELP, Windows, Windows XP
Wordpress Web Hosting | Wordpress Hosting
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 »
Permalink
August 30, 2006 at 12:55 am
· Filed under Linux Community, Fedora, Linux
Affordable Web Hosting | Affordable Hosting
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
Permalink
August 30, 2006 at 12:52 am
· Filed under Linux Community, Fedora, Linux
Personal Web Hosting | Personal Hosting
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 »
Permalink
August 30, 2006 at 12:47 am
· Filed under Linux Community, Linux Help, Fedora, Linux
Best Web Hosting | Best Hosting
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!
Permalink
August 30, 2006 at 12:43 am
· Filed under Linux Community, Linux Help, Fedora, Linux
Best PHP Web Hosting | Best PHP Hosting
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/
Permalink
August 28, 2006 at 8:28 am
· Filed under Linux Community, Linux Help, Fedora, Linux, Unix, Unix HELP
Affordable Tomcat Web Hosting | Affordable Tomcat Hosting
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
trying it right away
np
thanks again it worked just fine
Permalink
August 28, 2006 at 8:26 am
· Filed under Linux Community, Linux Help, Fedora, Linux
PHPBB Web Hosting | PHPBB Hosting
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
Permalink