Search the Wiki

Viewing 11 to 20 of 33 items

Scanning your Linux box with ClamAV antivirus

Hi, a ClamAV tuto about how to scan properly your linux box: [cc lang="BASH"] clamscan -v –detect-pua –heuristic-scan-precedence=yes –algorithmic-detection=yes –scan-pe=yes –scan-elf=yes –scan-ole2=yes –scan-archive=yes –log=/tmp/viri–move /tmp/viri/ -r / [/cc] Before you execute this it’s better for you to do a freshclam , and update your virus database. clamscan –help for more info about what the above  Full Article…

0

SEO secrets and good SEO practices

Hello, this post will be dedicated to my fellow webmasters friends on SEO and some quite easy, good and clean practices on how to be on top of search engines. If we search in this moment on http://www.google.com with “VLAN Tutorial” , “Tcpdump Tutorial” , “ubuntu 10.04 ldap” you will find my page on the first  Full Article…

0

The Spammers are becoming more sophisticated..

The Spammers are becoming more sophisticated , from terrible spam bot to a charming one Newbie, old style spam example : jonson spamlink.com jonson83@gmail.com 92.61.113.185 2010/10/26 at 12:02 am bsJLV5 http://cra3Zzphuremovedhvmremovedbmp82f0vremoveds.com This is really bad spam, very obvious, and does not pass any spam checker. Old style, obvious spam: Musical Instruments Website spammermail@gmail.com 85.17.90.205 2010/10/25  Full Article…

0

IPTables Firewall Script V2.0 – major release

ContentsBest Firewall Ever :) NOTE: Very Restrictive, this will allow only what you really define to be allowed. Best Firewall Ever [cc lang="BASH"] #!/bin/sh #***************************************************************** #AlbanianWizard Iptables Firewall Script v 2.0 [re-design] #Tested against most nmap personalised scans. #Author : Arditi #License : GPLv3 #Contact : arditi[nospam]hush.ai #WARNINGS: You must be root to run this, #  Full Article…

0

IPTables Command Reference short command reference

ContentsShort IPTables command reference. Short IPTables command reference. Short Useful Commands iptables-save | less (list the configuration and browse throw it) iptables -nvL “VPNTRAFFIC” (for listing only the chain of your interest) iptables-save > beforechange (save the current iptables settings & chains to a file) iptables-restore < beforechange (restore the settings back to the “beforechange”  Full Article…

1

Linux System Health Check

ContentsLinux System Health Check – (will be constantly updated) Linux System Health Check – (will be constantly updated) We must check if somebody have doomed up the system with some bad commands or if is done something nasty with the system, check first the history than the last log-ins, system uptime, last reboot, # history;  Full Article…

1

Why softwares have bug-z? – bug biography

ContentsWhy software’s have bug-z?Bug Causes Why software’s have bug-z? Hi, This time, we will treat with experience and as you have never read of course based on experience. Before we begin, we must understand what is a “bug” in programming. A bug is a malfunction, or a non expected functioning or an error (that depends  Full Article…

0