FreeAntivirus

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, January 11, 2009

Quick and Easy VNC Server setup

Posted on 7:59 PM by Unknown
VNC, or Virtual Networked computing, is a way of controlling a remote computer just as though you are sitting in front of it. In the Windows world it is also known as remote desktop but it's normally referred to as VNC in the linux world. All that happens is that you connect using a VNC client to a remote computer running the VNC server, then an image of the remote desktop is transmitted to
Read More
Posted in | No comments

Parallel Windows Password Brute Forcing Tool

Posted on 9:19 AM by Unknown
Bruter is a parallel network login brute-forcer on Win32. This tool is intended to demonstrate the importance of choosing strong passwords. The goal of Bruter is to support a variety of services that allow remote authentication.Bruter is a tool for the Win32 platform only.PROTOCOL SUPPORT It currently supports the following services: FTP HTTP (Basic) HTTP (Form) IMAP MSSQLMYSQL POP3
Read More
Posted in | No comments

How To disable SELinux security policy in Redhat and Fedora

Posted on 9:18 AM by Unknown
Login as root then:Edit SELinux config file:# vi /etc/selinux/configThen set SELINUX= to disabled.SELINUX=disabledReplace the current line which most of the time will be set to enforcing. This disabled SELinux on boot, however it is still enabled to disable it without having to reboot execute:setenforce 0Take a look on setsebool command, if you want to enable specific applications without
Read More
Posted in How to ... | No comments

Saturday, January 10, 2009

How to store downloaded packages in yum cache of fedora after Installing

Posted on 10:33 AM by Unknown
In Fedora based systems,, the packages downloaded by YUM wont be stored in cache.. to enable this feature.. use this tip..edit the /etc/yum.conf ina text editor and replace the following line#keepcache=0with#keepcache=1
Read More
Posted in Fedora, How to ... | No comments

Know your neighboring machines

Posted on 10:11 AM by Unknown
The simplest way I can do is use ping, I can send a broadcast packet to everyone in a subnet, so that they can response back. Let say I am in subnet of 192.168.0.x and the broadcast IP is 192.168.0.255, I can do this:ping -b 192.168.0.255How I know the broadcast IP is 192.168.0.255? I can check with ifconfig.ifconfig eth0 | grep BcastSome routers are configured to filter broadcast and multicast
Read More
Posted in trickz n tipz | No comments

Friday, January 9, 2009

Convert Gmail account into Web based file server

Posted on 9:08 PM by Unknown
PhpGmailDrive (PGD) turns your Gmail account into a Web based file server. You may add more than one Gmail account, arrange attachments in multiple folders, and apply themes to the interface. It can be embedded into any HTML page.PhpGmailDrive is a new type of file sharing utility. Unlike typical file servers (say xDrive) it uses Gmail as backend file server. You can enjoy it simply by
Read More
Posted in | No comments

Repair Corrupt RPM Database

Posted on 11:45 AM by Unknown
Strange things sometimes happen, one of them is a corrupt rpm database. This means that the computer tells you something is installed and it really is not.Here is how to solve this problem.First backup and then delete by doing the following command:$ su# cp /var/lib/rpm/__db.001 /home/nikesh# rm /var/lib/rpm/__db.001# cp /var/lib/rpm/__db.002 /home/nikesh# rm /var/lib/rpm/ __db.002# rpm –rebuilddb
Read More
Posted in Database | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Google introduced new Voice and Video Chat !!
    Google today launched Gmail voice and video chat, making it simple for people around the world to chat in high-quality video for free right ...
  • UNP a Universal File Unpacking Utility for Ubuntu / Debian
    Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, ch...
  • Google's G1 phone : Reviews
    The T-Mobile G1 Android-powered phone is the first mobile phone with the operating system (OS) designed by Google.Given Google's reputat...
  • Reducing load on web server by using reverse proxy - squid
    Many large organizations use caching proxy servers to save on network bandwidth utilization (and costs) and improve browsing response times...
  • File Access Permissions on Linux
    File protection with chmod chmod 400 file    To protect a file against accidental overwriting.chmod 500 dir     To protect yourself from acc...
  • Linux for Kids
    LinuxKidX was, until recently, a Brazilian-only Linux distribution, but, as of March 20th 2009, it is also available in English, so a lot mo...
  • Convert text files to MP3 under Linux
    First we would need to install festival. We can install festival with the following command :sudo apt-get install festivalNow we need to ins...
  • Visual Browser for Wikipedia
    No matter what you think about the quality and nature of Wikipedia articles, there is no denying that the encyclopedia provides an immense ...
  • How to recover/repair lost/damage partitions
    TestDisk is a powerful free data recovery software ! It was primarily designed to help recover lost partitions and/or make non-booting disks...
  • Install Themes and Emerald in Ubuntu
    You see cool themes on almost all screenshot of Ubuntu all over the internet but don't know how to do it. No worries, it can be done in ...

Categories

  • administration
  • Antivirus
  • Apache
  • Apple
  • AppZ
  • Blog
  • boot
  • CentOS
  • Communication
  • Database
  • disc
  • Download
  • Drivers
  • Editor
  • encryption
  • Fedora
  • File management
  • Filesystem
  • Font
  • Fun
  • gaming
  • Gnome
  • Google
  • Gossips
  • How to ...
  • internet
  • KDE
  • Kernel
  • Kidz
  • laptop
  • Linux
  • Linux embedded Devices
  • Mail
  • Media centre
  • Memory
  • mobile
  • MS
  • multimedia
  • network
  • News
  • Oracle
  • PDF
  • pendrive
  • Perl
  • processor
  • Programming
  • proxy
  • Reviews
  • script
  • security
  • sql
  • Squid
  • ssh
  • Supercomputer
  • SuSe
  • Themes
  • trickz n tipz
  • TweakZ
  • ubuntu
  • Video
  • Video editing
  • Virus
  • zip

Blog Archive

  • ▼  2010 (62)
    • ▼  June (1)
      • How to prevent redirection to motive.bsnl.co.in wh...
    • ►  May (6)
    • ►  April (28)
    • ►  March (11)
    • ►  February (5)
    • ►  January (11)
  • ►  2009 (367)
    • ►  December (16)
    • ►  November (23)
    • ►  October (45)
    • ►  September (44)
    • ►  August (35)
    • ►  July (1)
    • ►  June (20)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (151)
  • ►  2008 (69)
    • ►  December (31)
    • ►  November (38)
Powered by Blogger.

About Me

Unknown
View my complete profile