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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,214
» Latest member: topupaman
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 548 online users.
» 0 Member(s) | 546 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: 406
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 85,325
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 39,703
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,856
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,326
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,317
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 115,465
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 53,484
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 43,767
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,715

 
  Securely ERASE a hard disc in linux
Posted by: anyweb - 2004-10-19, 08:23 PM - Forum: Filesystem Management - Replies (4)


as root do this

 



Code:
dd if=/dev/random of=/dev/hda && dd if=/dev/zero of=/dev/hda




 

ps. this takes a long time, so be patient (do it overnight or something)

 

thanks to Grep420

 

cheers

 

anyweb

Print this item

  Forwarding ports for emule
Posted by: pofkezas - 2004-10-17, 10:51 PM - Forum: Security and Firewalls - Replies (5)


Hey there, I have my Linux box working as a gateway for my windows computer. How do I open ports so that my windows box will get a high ID on emule? My current iptables config is



Code:
# Generated by iptables-save v1.2.9 on Sun Oct 17 16:42:51 2004
*filter
:INPUT ACCEPT [5483:1000737]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [6884:1994487]
-A INPUT -i ppp0 -p tcp -m tcp --sport 23 -m state --state ESTABLISHED -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 4661 -m state --state ESTABLISHED -j ACCEPT
-A INPUT -i ppp0 -p tcp -m tcp --sport 4661 -m state --state ESTABLISHED -j ACCEPT
-A INPUT -i ppp0 -p tcp -m tcp --sport 4662 -m state --state ESTABLISHED -j ACCEPT
-A FORWARD -i ppp0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -i eth1 -o ppp0 -j ACCEPT
COMMIT
# Completed on Sun Oct 17 16:42:51 2004
# Generated by iptables-save v1.2.9 on Sun Oct 17 16:42:51 2004
*nat
:PREROUTING ACCEPT [1943:97405]
:POSTROUTING ACCEPT [3:359]
:OUTPUT ACCEPT [1285:83346]
-A PREROUTING -i ppp0 -p tcp -m tcp --dport 4661 -j DNAT --to-destination 10.0.0.254:4661
-A PREROUTING -i ppp0 -p tcp -m tcp --dport 4662 -j DNAT --to-destination 10.0.0.254:4662
-A PREROUTING -i ppp0 -p udp -m udp --dport 4672 -j DNAT --to-destination 10.0.0.254:4672
-A POSTROUTING -o ppp0 -j MASQUERADE
COMMIT
# Completed on Sun Oct 17 16:42:51 2004




 

and iptable -L gives me

 



Code:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:telnet state ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:4661 state ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:4661 state ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:4662 state ESTABLISHED

Chain FORWARD (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
ACCEPT     all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination




 

What am I doing wrong here?

Print this item

  spyware on windows
Posted by: anyweb - 2004-10-17, 09:39 PM - Forum: Windows - Replies (2)


use Mozilla or use FireFox or use Opera or get a clue !

 

look at this poor users Internet Explorer !! ;)

 

hahaha

 

cheers

 

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-12-1098049148.jpg" data-fileid="191">[img]<fileStore.core_Attachment>/post-12-1098049148.jpg[/img]</a>



Attached Files
.jpg   spyware1.jpg (Size: 156.5 KB / Downloads: 0)
Print this item

  Slogan Generator
Posted by: lia - 2004-10-16, 05:55 PM - Forum: General Chat - Replies (2)


Does the Hard Linux for You.

 

This rocks!

 

How many licks does it take to get to the center of Linux

 

[/url][url=http://thesurrealist.co.uk/slogan.cgi?word=Linux]http://thesurrealist.co.uk/slogan.cgi?word=Linux

Print this item

  network slowdown
Posted by: tek-69 - 2004-10-16, 01:28 PM - Forum: Network Problems - Replies (7)


Ok here the situation, Currently i have one box hooked up to my cable net connection. It maintains my

website and the game i run. Recently i agreed to help out one of my musician friends and host some of his music. The problem I'm running into is when people dl his music it's slowing my game down. I guess my main question is, If i move the webserver to a differant box on the same network will this solve the slow down problem? The way i see it, is it's either my box can't handle both or my network can't. How can i determine where the problem is coming from?

Print this item

  fedora of course :)
Posted by: anyweb - 2004-10-15, 07:37 PM - Forum: Linux - No Replies


like this ?

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/post-11-1097869057.png" data-fileid="190">[img]<fileStore.core_Attachment>/post-11-1097869057.png[/img]</a>



Attached Files
.png   Screenshot_18.png (Size: 650.9 KB / Downloads: 0)
Print this item

  Pronunciation of "Linux"
Posted by: seeno - 2004-10-15, 10:20 AM - Forum: General Chat - Replies (2)


Is pronouncing the word "Linux'' one of the great mysteries of this forum ?

Well, not anymore. :P

Print this item

  System freeze
Posted by: fadedambition - 2004-10-14, 11:54 PM - Forum: Fedora - Replies (1)


Okay so I've been reading some of the other threads and I've reasonibly convinced myself this is a unique topic so feel free to link me an answer if that assesment is wrong but here goes.

 

I just freshly installed Fedora Core 2 onto my system, the install seems to have completed sucessfully, except now that it has rebooted I keep getting this screen and it does not progress past the end of it no matter how long I've sat there and waited it out thus far. Does anyone have any ideas or suggestions? I appreciate you taking the time to review this question. :)

 

 

More or less the screen read out:

 

Welcome to Fedora Core

Press "I" to enter interactive startup

 

configuring kernel parameters: ok

setting clock (local time): ok

loading default keymap (us): ok

setting hostname localhost.localdomain: ok

initializing USB controller (ohci-hcd): ok

Mounting USB filesystem: ok

 

Your system appears to have shut down uncleanly

Press Y within 1 second to force file system integrity check...

checking root file system

/: clean, 147399/1240320 files, 727003/2480034 blocks

 

unmount: /initrd: device is busy

Remounting root filesystem in read-write mode: ok

Activating swap partitions: ok

Checking filesystems

/boot: recovering journal

/boot: clean, 30/26104 files. 9245/104388 blocks

 

Mounting local filesystems: ok

Enabling local filesystem quotas: ok

Enabling swap space: ok

Print this item

  Problems with aMule
Posted by: KnightSlayer - 2004-10-13, 08:23 PM - Forum: Fedora - Replies (1)


I have a fresh installation of FC2....I read the document on this site telling me how to install aMule. I followed them to the "T" but I still get errors, telling me that I certain rpms need other stuff to install. My question is: Do I need to go and find each and every package? or can I use apt-get or something like that to get what I need.

 

 

Thanks,

 

Mike

Print this item

  novell zenworks doesnt see network card
Posted by: anyweb - 2004-10-13, 07:36 AM - Forum: Network Problems - No Replies


if you have a computer with a Intel or Broadcom Gigabit network card, and you cannot get novell zenworks to see the network card to create a server image, then the reason is becuase your novell zenworks linux kernel is too old

 

Follow these instructions to get it working:-

 



Code:
Under the directory sys on the novell server you have a folder that is named tftp.

Under this folder you have 2 files called linux.1 and linux.2

rename those file to something else like linux.1.org then just copy the files that I am attaching here.




 

linux.2 is available here

 



Code:
rename linux.1.txt to linux.1 or this will not work




 

cheers

 

anyweb

linux.1.txt



Attached Files
.txt   linux.1.txt (Size: 819.45 KB / Downloads: 19)
Print this item