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 255 online users.
» 0 Member(s) | 254 Guest(s)
Bing

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 70
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 73,970
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,518
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,632
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,519
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,257
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,690
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,155

 
  Flash 'n' fun
Posted by: Oroshi - 2004-01-20, 07:42 PM - Forum: General Chat - Replies (6)


Oi, lemme know your score!!

 

Play Flash Game!

 

My score is 593.5 :)

Print this item

  do you feel weird??
Posted by: Oroshi - 2004-01-20, 02:24 PM - Forum: General Chat - Replies (8)


When you use Windows for years. and try to stop useing windows and use Linux. it makes you feel different and, don't know what to do next heh.

 

don't you feel that??

 

i just feel odd... well, i guess - alot of files is on windows machine heh. the sound is so quiet coz normally MSN pops up that make sounds.

Print this item

  hosts
Posted by: ongky - 2004-01-19, 08:56 PM - Forum: How Do I? - Replies (4)


hi... anyone can recommend cheap and good hosts for a personal website? website will have scripting in pages and forums.

 

been looking at supanames.co.uk and oneforone.co.uk but these are UK prices. anyone can recommend some good hosts from the US?

Print this item

  fluxbox in fedora howto + rpm
Posted by: anyweb - 2004-01-19, 02:59 PM - Forum: Fedora - No Replies


to install fluxbox in fedora and add it to your sessions list please read this.

 

cheers

 

anyweb

Print this item

  my home network
Posted by: morbondu - 2004-01-19, 04:39 AM - Forum: General - Replies (2)


Here are a few shot of my home network.

You can see my great wiring, drilling, IT skills!!

 

Picture list:

  • Modem and Wireless Router

  • The wiring job

  • the closet w/ cables

  • the closet

[Image: g1.jpg]

 

[Image: g2.jpg]

 

[Image: g3.jpg]

 

[Image: g4.jpg]

 

fin

Print this item

  .stx to gif or anything else?
Posted by: gamekeeper - 2004-01-19, 02:54 AM - Forum: How Do I? - Replies (4)


Does anyone know how to convert .stx to .gif, .jpg, .png, anything? (friking open office art)

If it is possible at all...

 

I was just playing around and I happend to make somthing pretty cool.

haha.

Print this item

  create your own apt repository!
Posted by: hijinks - 2004-01-18, 11:44 PM - Forum: Updating Linux - No Replies


My job only has a T1 line and we have around 100 RH servers that need to stay updated. If there are upgrades to apply it will quickly saturate the line for a period of time and I could space out all of the upgrade times but that is no fun. So what do I do? I create my own apt mirror from an offical RH mirror site.

 

I use rsync. Here is the contents of my script.

 



Code:
#!/bin/sh


# Doing the RH 9.0 updates
cd /mirror/apt/9.0/RPMS.updates/
rsync -az --delete  --exclude=*src.rpm rsync://mirror.phy.bnl.gov/RedHat-updates/9/en/os/\*/ ./
genbasedir --bloat --bz2only /mirror/apt/9.0 updates




 

that will create an apt updates directory. I also have a RPMS.os dir there all the rpms that come on the 3 cd's are placed.

 

As you can see that script will grab all the rpms but not grab any src.rpm files. Doing things this way only grabs a file once per upgrade. If i did normal upgrades it would need to do that 100 times

Print this item

  iso's
Posted by: tek-69 - 2004-01-18, 11:26 PM - Forum: Filesystem Management - Replies (2)


how do i mount an iso to my harddrive? I'm having trouble burning the iso file , it just burns the one file to disk. anyway i figure it'll be easier to just mount the iso and then move all the files to a cd . so this is what i did:

 

[root@localhost tarballs]# mkdir /mnt/iso

[root@localhost tarballs]# ls /mnt

cdrom cdrom1 floppy hdb iso

[root@localhost tarballs]# /mount slax* /mnt/iso

-bash: /mount: No such file or directory

[root@localhost tarballs]# mount slax* /mnt/iso

mount: slax-3.0.25-2.iso is not a block device (maybe try `-o loop'?)

[root@localhost tarballs]# mount -o slax* /mnt/iso

mount: can't find /mnt/iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# mount -o slax-3.0.25-2.iso /mnt/iso

mount: can't find /mnt/iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# mount -o /mnt/iso slax-3.0.25-2.iso

mount: can't find /home/tim/tarballs/slax-3.0.25-2.iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# rmdir /mnt/iso

[root@localhost tarballs]# ls /mnt

cdrom cdrom1 floppy hdb

[root@localhost tarballs]#

 

what am i doing wrong ?

have fun

-tek-

Print this item

  Sounds dumb
Posted by: gamekeeper - 2004-01-18, 11:19 PM - Forum: Linspire - No Replies

It dosnt sound like the greatest idea.. but what do i know o_O

Print this item

  get two sound streams playing at once
Posted by: hijinks - 2004-01-18, 01:28 PM - Forum: Audio and Video - Replies (2)

I've always hated that linux can't do this and windows can. Why do windows users get to have two different programs access the sound card. Well linux can do it to. The best way is to have a sound card that is supported in Alsa. Most people use xmms. Xmms defaults its output to OSS which will take control of the soundcard and if you launch mozilla and watch a flash page there will be no sound :/. So open up the config in xmms and change the output to Alsa if you use the alsa drivers. If you use kde or gnome you can use artsd or esound. There will be some latency when using those. I'd try alsa first.

Print this item