Find the answer to your Linux question:
Results 1 to 8 of 8
I've fedora 11/12 in my desktop in home- some other members in the house also the desktop for various reasons. I noticed that there have been a lot PORNO site ...
  1. #1
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Cool spyware antivirus for fedora 12

    I've fedora 11/12 in my desktop in home- some other members in the house also the desktop for various reasons. I noticed that there have been a lot PORNO site visits from the desktop. The computer kinda running slow- Although I tried to scan - avg and f-prot- somehow I don't see theme scanning my pc - so I can't find any kind of spyware or virus- which I think impossible since there have 100 s of visits on those free adult sites and I am sure they would leave some footprints on my machine.

    I would suggest anything in detail - I would much appreciate. I know I can reformat the hard disk and reinstall the Linux- a last resort.


  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    There's most likely no reason to fear an infection, but if you're in doubt about AVG scanning your system, you could also try ClamAV.
    You might also think about rkhunter.

    Odds are good, though, that all you've got are some cookies that may need cleared from your browser cache.

    I would like to add something, though... When in doubt about what others are doing on my machine, they are no longer allowed on my machine. Food for thought?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    You can also edit your /etc/hosts file to block the porn websites if you like, Suppose you want to block YouTube and Facebook on Linux. Just add the following two lines in the /etc/hosts file
    Code:
    0.0.0.0 www.youtube.com
    0.0.0.0 www.facebook.com
    Last edited by MikeTbob; 04-11-2010 at 04:24 AM. Reason: Added code tags
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  4. #4
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Hello!

    Hope this would not be considered as cross posting but this might also be of interest to the OP (as well as me ).

    Is there another way around? Like instead of adding the bellow in /etc/hosts to block...

    Can we just add the websites that we allow and find a way to automatically block everything? Thanks
    nujinini
    Linux User #489667

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    For that, it might be easier to use something like IPtables.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  6. #6
    Just Joined!
    Join Date
    Apr 2010
    Posts
    1
    beware of fraud anti-virus programs such as sercurity tool

  7. #7
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Quote Originally Posted by stuff77 View Post
    beware of fraud anti-virus programs such as security tool
    Site such as these are a joke if you're on a Linux box.
    They claim to scan your C: drive and D: drive in search of harmful executable files.
    I've hit these pages in accidental redirects while running Linux.
    Best laugh of my day, to tell the truth... "You found how many files on my C: drive? I don't even have a C: drive!"


    On that note, though... the only point of caution I would advise on these sites is this: Don't hand over your credit card info!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  8. #8
    Just Joined! High_Lander's Avatar
    Join Date
    Jan 2010
    Posts
    23

    Smile Problems in installing rkhunter

    [
    Odds are good, though, that all you've got are some cookies that may need cleared from your browser cache.

    I would like to add something, though... When in doubt about what others are doing on my machine, they are no longer allowed on my machine. Food for thought?[/QUOTE]
    I did have problem in installing rkhunter package- although I was able to download the package with yum -
    eg;

    [root@localhost nathan]# cd Download
    [root@localhost Download]# ls
    adobe-release-i386-1.0-1.noarch.rpm f-prot
    avg85flx-r732-a3168.i386.rpm google-chrome-beta_current_i386.rpm
    bbo_setup.exe rkhunter-1.3.6
    clam-latest-32.exe rkhunter-1.3.6.tar
    fp-Linux-i686-ws.tar.gz
    [root@localhost Download]# chown 777 rkhunter-1.3.6
    [root@localhost Download]# cd rkhunter-1.3.6
    [root@localhost rkhunter-1.3.6]# ls
    files installer.sh
    [root@localhost rkhunter-1.3.6]# ./installer.sh
    Rootkit Hunter installer 1.2.13

    Usage: ./installer.sh <parameters>

    Ordered valid parameters:
    --help (-h) : Show this help.
    --examples : Show layout examples.
    --layout <value> : Choose installation template.
    The templates are:
    - default: (FHS compliant; the default)
    - /usr
    - /usr/local
    - oldschool: old version file locations
    - custom: supply your own installation directory
    - RPM: for building RPM's. Requires $RPM_BUILD_ROOT.
    - DEB: for building DEB's. Requires $DEB_BUILD_ROOT.
    - TGZ: for building Slackware TGZ's. Requires $TGZ_BUILD_ROOT.
    --striproot : Strip path from custom layout (for package maintainers).
    --install : Install according to chosen layout.
    --overwrite : Overwrite the existing configuration file.
    (Default is to create a separate configuration file.)
    --show : Show chosen layout.
    --remove : Uninstall according to chosen layout.
    --version : Show the installer version.

    I have tried some other way- I got a note in the web that I need to install hashupd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...