FreeAntivirus

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

Tuesday, February 23, 2010

HOW TO INSTALL ANGRY IP SCANNER ON UBUNTU

Posted on 6:53 AM by Unknown
Currently there are many security software available for Linux and Windows. The Angry IP Scanner is one of the popular open source software in network security category. Here, I will guide you how to install the Angry IP Scanner on Ubuntu. Based on its website, the Angry IP Scanner is is fast and friendly network scanner for Windows, Linux, and Mac. It is very extensible, allowing it to be used
Read More
Posted in How to ..., ubuntu | No comments

How to fix corrupted Windows registry from Ubuntu

Posted on 6:46 AM by Unknown

The registry is one of the most important part of the Windows Operating System. Any problem with the registry can have far reaching consequences. A corrupted registry can prevent Windows from even starting up.In this article, we will show you how you can fix a corrupted Windows registry from an Ubuntu partition.So, if there is some problem with your Windows registry and you cannot start Windows,
Read More
Posted in How to ..., ubuntu | No comments

Thursday, February 11, 2010

Decorate Grub 2 boot loader using BURG

Posted on 2:56 AM by Unknown

BURG is a program based-on Grub 2,BURG uses new menu list,screen layout and shortcut keys that all easily customized.Following is tested in Ubuntu Karmic.
1.Install BURG
Edit source.list file(Open terminal from Applications/Accessories/Terminal):sudo gedit /etc/apt/sources.listadd following into the file and save it.deb http://ppa.launchpad.net/bean123ch/burg/ubuntu karmic main
deb-src http://
Read More
Posted in | No comments

Tuesday, February 9, 2010

How to install Gyachi in ubuntu 9.10 (Karmic)

Posted on 2:52 AM by Unknown

This yahoo client for Linux operating system supports almost all of the features you would expect to find on the official Windows Yahoo! client: Voice chat, webcams, faders, ‘nicknames’, audibles, avatars, display images, and more. Yet, it remains very light-weight and memory-friendly. GyachE Improved uses Gtk-2 for its user interfaces (Gtk-2 2.0.6 or better required).Install gyachi in Ubuntu
Read More
Posted in How to ..., ubuntu | No comments

Sunday, February 7, 2010

How to install Windows 7 from Ubuntu without burnning a disc

Posted on 2:51 AM by Unknown

If you’re running on ubuntu and want to install Windows 7 without burning a disc,you can try following steps to install Windows 7 with the iso file.Step1:Download grub4dos from:http://download.gna.org/grub4dos/grub4dos-0.4.4-2009-06-20.zip Decompress the grub.exe and put this file into root directory of Ubuntu partition (”/”).Step2:Create a 4GB ntfs partition and paste all files from Windows7
Read More
Posted in How to ..., ubuntu | No comments

Saturday, January 23, 2010

How to benchmark a C++ code

Posted on 12:07 AM by Unknown
As the last step of software development you should test the performance of your code. This is a simple example how to benchmark the time consumption of different procedures in a C or C++ code. We will compare two procedures: calculating sinus and exponential values for 5e7 numbers. Let write a code with name test.cpp

#include
#define LIMIT 50000000
void exponential(){
double a;
for(int i=1;
Read More
Posted in How to ... | No comments

Friday, January 22, 2010

How to Periodically remove temporary files in Linux

Posted on 12:05 AM by Unknown
To remove periodically some files from a specific directory you can easily setup a cron entry. Execute in shell

crontab -e

and add

*/60 * * * * find /home/my_home/some_dir/ -name '*.dat' -mmin +60 -exec rm {} \;

where .dat is the suffix of the files and "-mmin +60 -exec rm {}" is the option telling to remove the files with data modified more than 60 minutes ago.

If your crontab uses Vim
Read More
Posted in How to ... | 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