Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 152 online users. » 0 Member(s) | 150 Guest(s) Bing, Google
|
Latest Threads |
Cara Memahami Game Cuan P...
Forum: LAMP
Last Post: topupaman
Yesterday, 05:17 AM
» Replies: 0
» Views: 25
|
Panduan Memilih Semen Ber...
Forum: LAMP
Last Post: distributorsemen
2025-08-08, 02:15 PM
» Replies: 0
» Views: 35
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 426
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 86,873
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 40,917
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,873
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,346
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,354
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 116,782
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 54,677
|
|
|
Netgear router/switch VLANs? |
Posted by: sixtymhz - 2005-01-04, 01:57 AM - Forum: Wireless
- No Replies
|
 |
If I have a network with three "departments" (for home) and I need to make sure each department doesn't infect other computers with viruses, how can I go about doing so with Netgear equipment?
Room 1 (personal)
Room 2 (business + server)
Room 3 (fun, experiment)
Room 3 gets a viruses but doesnt infect Room 1 or 2.
Thanks!!
If anything, suggestions would be nice.
I am willing to change anything (equipment wise and wiring)
- sixty
|
|
|
Benchmark program for linux? |
Posted by: kryppe - 2005-01-03, 05:56 PM - Forum: How Do I?
- Replies (6)
|
 |
Is there such a program for linux? Similar to, lets say SiSoft Sandra for windows?
Also, is there a linux program that lets u mount .iso files and other images? Similar to deamon-tools?
tia, kryppe
|
|
|
Ximian Evolution |
Posted by: dubkat - 2005-01-03, 05:40 AM - Forum: How Do I?
- No Replies
|
 |
Ok, i've installed Evolution, imported my email from Thunderbird, setup my POP email accounts, and when i click on Send/Receive it looks like everything is in business.
everything completed to 100%
got no error
where the frack is my mail ?
Im checking 2 pop3 accounts and both appear to be doing their business, but It doesnt seem to show any new mail. (no, my mail isnt 'hidden')
im at a loss
any help is appreciated
|
|
|
clear logs in smoothwall |
Posted by: anyweb - 2005-01-02, 05:13 PM - Forum: Security and Firewalls
- Replies (8)
|
 |
create a simple script such as this
Code: #!/bin/sh
#To clear the Snort logs:
echo > /var/log/snort/alert
rm -Rf /var/log/snort/*.*.*.*
#and to clear your firewall log:
echo > /var/log/messages
#To clear old Snort and firewall logs:
rm -f /var/log/messages.*
rm -f /var/log/snort/alert.*
# delete snort log dir and all files in it
rm -rf /var/log/snort
#recreate snort with correct permissions
mkdir /var/log/snort
echo > /var/log/snort/alert
echo > /var/log/snort/portscan.log
chmod 664 /var/log/snort/alert
chmod 664 /var/log/snort/portscan.log
chown -R snort:snort /var/log/snort
#restart snort
restartsnort
echo -----------------------------
ls -al /var/log/snort/
echo -----------------------------
echo Logs are all cleared.
echo if you see /var/log/snort/alert or
echo /var/log/snort/portscan.log still belonging to root then manually chown them
echo -----------------------------
echo all done.
then make it executable
then add it as a cron job if you wish or run it manually when the logs start filling up your hard disc (and they will....)
thats it !
cheers
anyweb
|
|
|
Fedora Firefox Problem |
Posted by: Mistix - 2005-01-02, 05:09 AM - Forum: Fedora
- Replies (6)
|
 |
Hi all,
I have got a D-Link G604T router/modem, this connects all my computers together with out any problems, I decided to install linux on a rig, I can connect to IRC, GAIM and the rest, just Firefox is causing the problem, any ideas what is wrong? When I try to connect, it says,
sorry, but www.(Website).domain cannot be found.
Any help would greatly be appreciated!
|
|
|
KMail with GMAIL |
Posted by: xDamox - 2005-01-01, 09:16 PM - Forum: SMTP
- No Replies
|
 |
I have tested KMail with gmail and you can recive your messages via POP3
to enable POP in gmail do the following:
Code: SETTINGS >> Forwarding and POP
and enale POP once you have done this open KMail and goto configure
KMail select the network icon and then click the reciving tab click add and select POP3
gmails details is:
Code: Host: pop.gmail.com
Port: 995
Click the extra tab and tick the use SSL button. once this is done goto file and click check mail or
Ctrl + L
Any you are now able to get gmail emails
|
|
|
|