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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,216
» Latest member: distributorsemen
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 542 online users.
» 0 Member(s) | 540 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: 448
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 88,108
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 41,755
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,892
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,374
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,441
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 117,685
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 55,547
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 45,562
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 42,036

 
  Friday Fun! =)
Posted by: lia - 2005-04-15, 12:36 PM - Forum: Jokes - No Replies


Fairies

 

A married couple in their early 60s were out celebrating their 35th wedding anniversary in a quiet, romantic little restaurant. Suddenly, a tiny yet beautiful fairy appeared on their table and said, "For being such an exemplary married couple and for being faithful to each other for all this time, I will grant you each a wish."

 

"Ooh, I want to travel around the world with my darling husband" said the wife. The fairy moved her magic stick and - abracadabra! - two tickets for the new QM2 luxury liner appeared in her hands.

 

Now it was the husbands turn. He thought for a moment and said: "Well this is all very romantic, but an opportunity like this only occurs once in a lifetime, so, I'm sorry my love, but my wish is to have a wife 30 years younger than me". The wife, and the fairy, were deeply disappointed, but a wish is a wish.. So the fairy made a circle with her magic stick and abracadabra! - the husband became 92 years old.

 

The moral of this story..... Men might be ungrateful idiots.... But fairies are......female.

Print this item

  Sound Blaster Audigy Problems
Posted by: rSmEt - 2005-04-15, 07:28 AM - Forum: Audio and Video - Replies (3)


I recently installed Fedora Core 3 to expierment with it. Unfortunately I am unable to get sound.

 

Kernel - 2.6.11-1.14_FC3

SoundCard - Sound Blaster Audigy

 

 

It detected the soundcard without a problem but when tyring to use xmms to get sound nothing happens. I went into the control center i tried hitting the test sound but nothing happened.

 

Screenshot of my info center displaying the sound information:

[/url]http://www.bright.net/~jlm612/infcent.png

 

Screenshot of my xmms configuration:

[url=http://www.bright.net/~jlm612/xmms.png]http://www.bright.net/~jlm612/xmms.png

 

Creative's website doesn't list a driver for my Audigy card but I figured a fairly popular card such as the audigy would work in Linux. I also tried using my onboard sound (nForce2 chipset) but that also failed to play back anything so I removed the configuration. Any help is much appreciated!

 

EDIT-- Also note that I did do the *fix* to get mp3's to play properly in xmms.

Print this item

  Protecting your box in an emergency
Posted by: Shock Wave - 2005-04-15, 05:19 AM - Forum: How Do I? - Replies (4)


What's the best way to disable terminal and modem logins in an emergency panic situation?

 

I know you can set the file /etc/securetty to contain only the local console device, or just comment the rest of the contents, but what are the other options?

Print this item

  HOWTO - Azureus BitTorrent Client on Fedora Core 3
Posted by: mechtn - 2005-04-15, 04:32 AM - Forum: Fedora Core Release 3 - Replies (1)


HOWTO - Azureus BitTorrent Client on Fedora Core 3

by MECHTN

April 14th, 2005

 

First you will need to download the two latest versions of Java and Azureus.

 

At the time of this HOWTO I found links to both downloads from the following link.

[/url]http://azureus.sourceforge.net/download.php

 

To go directly to the Java download use this link.

http://jdl.sun.com/webapps/download/AutoDL?BundleId=9987

(Latest version at time of HOWTO - jre-1_5_0_02-linux-i586)

 

To go directly to the Azureus download use this link.

[url=http://prdownloads.sourceforge.net/azureus...ar.bz2?download]http://prdownloads.sourceforge.net/azureus...ar.bz2?download

(Latest Azureus version at time of HOWTO - Azureus_2.2.0.3_linux.GTK)

 

Once you have both downloaded

 

- Go to a terminal and Type: su

- Enter your root password.

- Copy the file to the directory in which you want to install. Type: cp jre-1_5_0_02-linux-i586-rpm.bin /usr/local

- Change to the directory in which you want to install. Type: cd /usr/local

- Give the file execute permissions Type: chmod a+x jre-1_5_0_02-linux-i586-rpm.bin

- Start the installation process. Type: ./jre-1_5_0_02-linux-i586-rpm.bin

- Enter yes to proceed with the installation after reading license agreement.

- The installation file creates jre-1_5_0-linux-i586.rpm file in the current directory.

- Type: rpm -iv jre-1_5_0_02-linux-i586.rpm

- The Java installation is now complete.

- Change to the directory in which you saved the Azureus download

- bunzip2 Azureus_2.2.0.2_linux.GTK.tar.bz2

- tar xvf Azureus_2.2.0.2_linux.GTK.tar

- mv azureus ~/

- The Azureus installation is now complete. The start Azureus just run ./azureus from the ~/azureus directory.

 

I wrote this HOWTO as I was installing Azureus tonight. I hope that it is not too confusing.

 

Thanks,

MECHTN

Print this item

  Can't startx in FC3
Posted by: Seyfert - 2005-04-15, 01:17 AM - Forum: Xorg Problems - Replies (4)


So currently I'm really fed up with all this linux thing, every time I try a distro... it's either this problem or my bad luck...

Presently I'm with Fedora Core 3 and Mr X doesn't want serve his humble master and I even tried to play hide and seek with his xorgconfig, as people told me to do, although resistance was futile.

If someone wants to help a lonely human, please do so.

Thanks! :)

Print this item

  bind + chroot
Posted by: hijinks - 2005-04-14, 06:12 PM - Forum: DNS and DHCP - No Replies


This will go over howto setup bind in a chroot enviroment. Newer versions of the bind rpm provide a bind-chroot rpm that sets some of it up for you. So I'm assuming you can install that. So here are the bind rpms I have installed on my system

 



Code:
bind-utils-9.2.5-1
bind-libs-9.2.5-1
bind-9.2.5-1
bind-chroot-9.2.5-1




 

You will want to install those. Now you your first step is to change the homedir of the named user that the bind rpm should have created

 

Here is what mine looks like by default

 



Code:
named:x:25:25:Named:/var/named:/sbin/nologin




 

The bind-chroot rpm installs its dir structure in /var/named/chroot. so we need to change the /var/named section in the /etc/passwd file. You can do that by editing the file or running this command

 



Code:
usermod -d /var/named/chroot named




 

now open up the file /etc/sysconfig/named and if you see the following line.. that file is good to go

 

ROOTDIR=/var/named/chroot

 

If its not there add it.. If its there but a different dir.. you want to change it.

 

then just startup named

 

service named start and you should be set.

 

You should see something like this in your /var/log/messages

 

Apr 14 19:07:16 redhost named[19195]: starting BIND 9.2.5 -u named -t /var/named/chroot

 

make sure -t is pointed to your chroot dir. Remember when it says reading from /etc/named.conf that really means /var/named/chroot/etc/named.conf

 

another quicky from J to the Y

Print this item

  GIMP problems
Posted by: mephistophyles - 2005-04-13, 07:13 PM - Forum: How Do I? - Replies (1)


Hey, I'm on a mandrake 9.2 distro at the moment and I wanted to download and install GIMP as a linux alternative to Photoshop. I downloaded the tar.gz and I haven't a clue which commands to use in the Konsole or otherwise. Also I downloaded firefox, and it works from its shortcut but there is no icon in the 'start button menu' thingy. Maybe I installed it wrong or something, any help will be greatly appreciated.

 

PS how do I instert pictures properly into OpenOffice Writer? I tried doing the insert -> picure and it gives me a lot of pages (like 2000 or something) with a bunch of garble on half of each page?

Print this item

  April 2005 Security update
Posted by: anyweb - 2005-04-13, 06:13 AM - Forum: Security - Replies (2)


-----BEGIN PGP SIGNED MESSAGE-----

Hash: SHA1

 

MICROSOFT SECURITY UPDATE ALERT

 

April 12, 2005

 

SECURITY UPDATE INFORMATION

Microsoft has released several security updates that address newly discovered issues in Microsoft software. Information about these updates and which software is affected is available on the Microsoft.com Security Web site:

[/url]http://www.microsoft.com/updates

 

______________________________________________________________________

_

 

*NEW* SECURITY UPDATES RSS FEED

This month marks the first updates release that we are broadcasting through our new RSS feed. This feed delivers the headlines on major security update releases, which are usually released on the second Tuesday of each month.

To subscribe, add this URL to your RSS reader:

http://www.microsoft.com/security/bulletins/updates.xml

If you are new to RSS, you can learn more about the feed on the Security Web site:

http://www.microsoft.com/security/rss.mspx

 

______________________________________________________________________

_

 

SECURITY UPDATE ALERT SLATED FOR RETIREMENT

This alert e-mail will be discontinued in July, but there are several other ways to get Microsoft security update information.

The Security Newsletter for Home Users provides general notice about major new security update releases. You can preview it on the Microsoft Security at Home Web site:

http://www.microsoft.com/athome/security/s...ws/default.mspx

Our new Security Update Alerts provide notification when security updates are released and allow you to receive the alerts through MSN Messenger, Windows Messenger, your e-mail, or on a mobile device such as your phone or PDA:

http://www.microsoft.com/security/bulletins/alerts.mspx

The Security Newsletter for IT Professionals is perfect for those Who crave in-depth technical information:

http://www.microsoft.com/technet/security/...ws/default.mspx

Our Technical Security Notifications alert IT pros whenever Security updates and bulletins are released or changed:

http://www.microsoft.com/technet/security/...tin/notify.mspx

You can change your subscription preferences now by visiting the Subscription Center:

https://profile.microsoft.com/RegSysSubscriptionCnt/

If you take no action, you will automatically receive the Security Newsletter for Home Users beginning in July.

 

______________________________________________________________________

_

 

HOW TO VERIFY THE AUTHENTICITY OF A MICROSOFT SECURITY E-MAIL MESSAGE

Before you take any advice on downloading software or updating your computer, make sure you can trust the source. Learn the warning signs for spotting a fraudulent security bulletin, as well as how to check the security certificate for any Web site:

[url=https://www.microsoft.com/verifymail/]https://www.microsoft.com/verifymail/

 

______________________________________________________________________

_

 

ABOUT THE MICROSOFT SECURITY UPDATE

The Microsoft Security Update is an e-mail alert service designed for home users and small businesses that provides information about Microsoft security updates and virus alerts.

You have received this update because you are a subscriber. If you would like to unsubscribe, follow the instructions at the bottom of this page.

______________________________________________________________________

_

 

-----BEGIN PGP SIGNATURE-----

Version: PGP 8.1

 

iQIVAwUBQlwcgoreEgaqVbxmAQJXRQ/9HQOLIsY0gOTRIu7UWJbQ25ix4jA/B+hx

5Fme4f+x51eBDDOJDfDm3ZhUTniJDqpn/aFBhhDATJFwURiEyioqOkaIVa3Se93g

6teC8NqXXKbvlWe51HXvglssFfTc/iPPAeN+s0tE1jGjsIAvoCa0Rz7O4WsaELkJ

G8FSiSV6DbymdsvUA/mmygcaaIeflG60AZHdCmo6gM2tug9XEG0ZYQ+M0/XGsSJM

bZ1Y0RbAofdM/pb8Nnw08rkAwGuPpiT3WlKyNJXsNGkEqWviQtY9T8sAuD9cNsRz

8f2AxGijsEFLKOstzFzvdjE8/2oe5HSb+WFxiNgUx2hrm43bXyoSzNdQbepx+gvD

RPd8g/LdfLVJU/uM0gqNIA6ShpiQJYgXwYsday1TLVEFzq0OfI2WQXHb3hfbRim/

j0R6AOjCmTeMJCy+OeR2SwtJrjGJjBAfIgDdI6pC4EyvK8DapUPT58Z0BfMk95al

PA+xsmzV3/i5UkrXJ8QjfKCH9xFo1ZN1DC0frmxmegeawKEaaMCEIx0Dkebb2NRN

m+0oC2RvK6QVDnEe5NWBOGYfQpitSheZBfMC+YwML3anJ+NYZJIrxjRWBsqUVU7x

T3NFqI18vZ9VjWBiJXoOXjq7H53d21kq8k8F4IO9cf/3XZYUiohb8Np0cW4O6XTw

rQnFT3kReqk=

=h4yt

-----END PGP SIGNATURE-----

To cancel your subscription to this newsletter, reply to this message with the word UNSUBSCRIBE in the Subject line. You can also unsubscribe at the Microsoft.com web site <http://www.microsoft.com/misc/unsubscribe.htm>. You can manage all your Microsoft.com communication preferences at this site.

 

Legal Information <http://www.microsoft.com/info/legalinfo/default.mspx>.

 

This newsletter was sent by the Microsoft Corporation

1 Microsoft Way

Redmond, Washington, USA

98052

Print this item

  is linux ready for the desktop ?
Posted by: anyweb - 2005-04-13, 06:05 AM - Forum: Polls - Replies (10)


is linux ready for the desktop yet for business and home use ?

 

personally i believe it 'nearly' is, there are just some things that need to be ironed out in order to make it professional enough to go mainstream

 

my gripes are

 

* power management (still sux more or less, think hibernation/standby)

* hardware support (raid SATA where are the drivers ?)

* peripherals support (webcams/scanners etc)

 

apart from that i love to use linux daily, and would love to see more of it in business,

 

please note: i am talking about normal users in business and not WEB SERVERS etc,

 

what about you ?

 

cheers

 

anyweb

Print this item

  No Screens Found after editing xorg.conf
Posted by: User10293 - 2005-04-13, 02:12 AM - Forum: Xorg Problems - Replies (4)


Hi,

I recently edited the xorg.conf file so I could use the extra buttons on my mouse, but now when I try to boot up Mandrake, it says "No Screens Found" and it says something about finding /var/X11/xorg.conf or something similar to that. Is there any way to get it back to normal?

 

Thanks

Print this item