Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,208
» Latest member: slotqris
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 169 online users.
» 0 Member(s) | 167 Guest(s)
Bing, Google

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 74
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 74,219
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,657
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,648
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,053
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,637
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,710
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,396
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,791
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,186

 
  ...use openssl with psybnc?
Posted by: bananajoe - 2007-10-31, 10:35 AM - Forum: How Do I? - Replies (5)


hi...

 

i got a redhat9 linux machine with psybnc installed on it.

everything works fine but i want ssl support with my psybnc.

i got the newest version from openssl.org and installed it...

when doing make menuconfig in psybnc directory it says:

"SSL-Support: No openssl found. Get openssl at www.openssl.org"

i googled already and found out that some ssl libraries (libssl or something like that) are needed to get openssl work with psybnc!? but i can't find the rpm...

it would be great if anyone here could tell me how to get openssl work with psybnc!

 

thanks in advance.

bananajoe

 

p.s.: pls note that i am a real linux noob! although i installed and configured psybnc myself (which was not very hard to do ;)) i don't know much about linux!

Print this item

  Installing Frustration
Posted by: Farside - 2007-10-30, 01:53 AM - Forum: Mandriva - Replies (1)


I have no idea how to install anything with Mandriva 2008.0

 

I see the how to forums and I am just not getting this stuff to click. How can I learn to read the instructions with understanding?

 

Stuff I need installed: Wireless Drivers, nVidia Video Drivers, Beryl

 

 

Thanks a bunch,

 

Farside

Print this item

  whats the gui for raid, lvm, and xfs,jfs,ext3 mgmt? evms?
Posted by: Bjoeboo - 2007-10-29, 09:21 AM - Forum: How Do I? - No Replies

I'm using Fedora 7. I decided I want to switch my LVM2 PV to JFS. But I also want to add another HDD and build a raid array out of three extra HDDs. I saw evms project has a beautiful gui to do all LVM, RAID and formatting in 1 gui place. But I think it says I have to recompile kernel, remove similar distro specific symbols from kernel source, change fstab from lvm to evms while keeping both in the interim. Sounds crazy. Is there an evms replacement in Fedora 7? The evms website documentation is really old, I'm thinking its been replaced. gparted is close, but doesn't do raid or lvm.

Print this item

  new guy in the forum
Posted by: Zad - 2007-10-29, 02:07 AM - Forum: Hello - Replies (1)


so yeah, I'm a noob to linux.

 

 

I got a ps3 that is runnin Yellow Dog 5.0, and I know how to poke buttons and look at the internets, but I have no clue how to run games or emulate windows so that I can run games.

 

But yeah, i'll make a thread in a lil about my problem, but hey, whas up guys.

Print this item

  Apache not visible from external box
Posted by: smlefo - 2007-10-27, 10:24 PM - Forum: LAMP - Replies (1)


Hi,

 

I have two boxes. My main one is Windows XP, and is connected to the internet. My second box is CentOS 5, and is connected directly to my XP box via a crossover cable. It took some work to get XP and CentOS to talk to each other, but now they are actually communicating.

 

I do NOT want a website posted to the public... I just want to be able to access it from my XP box. My linux boxes IP is 192.168.0.245, and I can successfully PuTTy into it from my XP machine. So I know the connection is good to go.

 

I updated my httpd.conf file with the 192.168.0.245, and have the service up and running. I can connect to httpd locally via "telnet localhost 80" no problem. It works.

 

The problem is I can't connect to it from my XP box. I try http://192.168.0.245 in my browser, but that doesn't work.

 

I've tried all sorts of things... after all that's said and done, I think it must be a firewall issue. Maybe not though. I've tried changing the httpd port to 7000, 8000, etc, and it still doesn't work. I tried disabling SELinux, and it still doesn't work (although maybe I disabled it incorrectly?).

 

Right now I'm running it on port 8000 with no luck. Here is some output that might get people started:

 



Code:
[root@bleedbox /]# ps aux | grep httpd
root      2809  0.0  1.8  22808  9168 ?        Ss   13:50   0:00 /usr/sbin/httpd
apache    2811  0.0  1.0  22940  5376 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2812  0.0  1.0  22940  5336 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2813  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2814  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2815  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2816  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2817  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
apache    2818  0.0  0.9  22940  4708 ?        S    13:50   0:00 /usr/sbin/httpd
root      3227  0.0  0.1   3880   660 pts/0    R+   14:31   0:00 grep httpd
[root@bleedbox /]# iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited
[root@bleedbox /]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:BA:15:FE:55
         inet addr:192.168.0.245  Bcast:192.168.0.255  Mask:255.255.255.0
         inet6 addr: fe80::250:baff:fe15:fe55/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:4544 errors:0 dropped:0 overruns:0 frame:0
         TX packets:4710 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:429065 (419.0 KiB)  TX bytes:731950 (714.7 KiB)
         Interrupt:12 Base address:0x2000

lo        Link encap:Local Loopback
         inet addr:127.0.0.1  Mask:255.0.0.0
         inet6 addr: ::1/128 Scope:Host
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:56 errors:0 dropped:0 overruns:0 frame:0
         TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:8724 (8.5 KiB)  TX bytes:8724 (8.5 KiB)




 

Any help would be appreciated.

 

-smlefo

Print this item

  Installing Linksys WMP300N wireless-N USB using ndiswrapper on SUSE 10.2
Posted by: Rick-B - 2007-10-27, 09:41 PM - Forum: Wireless - Replies (1)

I am a linux noob and have spent a considerable amount of time searching for information to help me configure my linksys wireless-N USB adapter. I was finally able to just recently

Print this item

  Fedora 7, rdesktop
Posted by: matus - 2007-10-27, 11:01 AM - Forum: Fedora 7 - Replies (10)


Iam Linux-Noob. I managed to install rdesktop - took me half a day. Now iam strugling, when i want to run it.

 

I type

 

rdesktop -u myusername -g 1024x768+0+0 -k en-us **.***.143.6 (my server ip)

 

and i get this:

 

ERROR: Failed to open display:

 

Now i have no idea what should i do. I tried to search forums etc. but this problem can be coused by lot of things...Iam really lost here.

 

Any help would be apriciated.

 

M.

Print this item

  Which laptop supports Fedora 7 "out of the box"?
Posted by: xen - 2007-10-26, 01:10 PM - Forum: Fedora 7 - Replies (1)


Hello lads and lasses,

 

I've just gone back to linux again after running OSX for a few years now, and of course I have PPC, so not all software I would like to use runs on PPC, so I thought about getting a new laptop, with Intel of course.

 

My questions is as following; As I've become spoiled of the slick and simple design from Apple, I wonder if any of you know a nice looking laptop that Fedora supports "out of the box"?

As in, fully support the screen and graphics card, support the (if included) video/dvi out, all the other stuff that makes it usable and of course, the wireless card.

 

To make it easier, I'm not looking for the most powerful laptop. I just need 12" screen, 1GB RAM, 40GB HDD and 54Mbit wifi will do just fine for me, as long it is good looking, portable and affordable.

 

Looking forward reading your advice. Thanks in advance.

Print this item

  run googleearth ?
Posted by: kootenay - 2007-10-24, 10:07 PM - Forum: How Do I? - Replies (3)


Hello All,

My first post. I hope this is the right place.

I downloaded googleearth, and managed to run the .bin file thanks to linux-noob. It gave me a successfully installed screen and placed the googleearth icon on my desktop but when I click on it I get a quick (about one second) white print on black screen, then I'm back to my log-in page ???. I tried typing googleearth in a terminal window but that didn't work either. That's about the limit of my linux skills, as I am a real noobie. Any suggestions would be appreciated.

kootenay

Print this item

 
Posted by: kabifff - 2007-10-23, 03:38 PM - Forum: General Chat - No Replies

I installed a bunch of Linuxes on my windows and since now I'm a 1337

Print this item