Securing PC From Phising Attack on Facebook

Here again, kaspersky lab one of many famous developer on computer security answering phising attack recently attacking facebook by free tutorial for internet user to keep their computer secure from any phising activity while online. This security vendor informs to internet that this codes it spreads from social network sites is 10 times more effective infect our computer than malware distributed by email. Read more »

More Than 127 Million User Has Been Attacked by KoobFace

According data of Internet Security Department there are more than 127 million user has been attacked by this virus named koobface using message sending feature of those social network sites to infect our PC. After infecting our PC, this virus also try to get any sensitive information such your credit card etc. Koobface it new method to attack social network sites user. Read more »

Be Careful, Facebook Virus

Inkscape as Vector Image Editor

In previous post, I have posted article about gimp. We call this as a free photoshop like software, why called this? It’s because this soft just like photoshop, it has many features of photoshop and we can use this as an alternative soft of photoshop.

This soft is experts of raster file such jpg, bmp, png and any other. Then what about image file with vector type? Here the soft called Inkscape, this software just like any popular vector image editor spreading around the world (ha.. ha..) such Corel, Adobe Ilustrator, and many more. I used this to create design for my clothes, I tried this, at first time this soft looks like small soft and has not much features like any popular does. But when I googling and found many website wrote tutorial of this software, and “Wow” this software isn’t bad.

This the screenshot:

screenshot1

Features:

  • Multi Platform (we can install it on MacOSx, Windows 98/higher, any Varian of Linux.
  • Supporting Layers
  • This also freeware (we can use, copy, and share it)
  • Need small size of hardisk to install
  • Supporting svg file, adobe ilustrator, and export to png file

Weakness:

  • Can’t export or import corel document

for any tutorial of this software visit here:http://www.inkscapetutorials.wordpress.com

for download this free visit here: http://www.inkscape.org/download/

Hacker Attack (Part III)

In previous post we see that there is a number of method used by hacker to fulfill their ambition. In this post I want to explain how the hacker get the password. From the previous step at previous post, at least there are 3 steps which including activity to get the password, at enumeration, gaining access, and escalating privilege. We can get the password with several way.

Password cracking is just one of the several way used by hacker to get our password. And there are so many way, including social enginering, in other wise called ?????. Read more »

Installing ttf Fonts in Ubuntu

Ttf font is the most popular font for many computer user, When we work with MS Office Document, Design any image that using many fonts we always chose ttf fonts as a favorit fonts, it causes ttf font is easy to search in internet by input ttf font in google and at most is free, but in how to install in ubuntu? it’s very simple

  1. Open terminal from Application > Accessories > Terminal
  2. We have to make custom font folder to input our ttf font by type sudo mkdir /usr/share/fonts/truetype/my_font
  3. Open nautilus with root mode by type sudo nautilus
  4. After nautilus window appear in Desktop, what we gonna do next is just to copy & paste our font to the directory that we just create
  5. Rebuild your font cache in a terminal type: sudo fc-cache -f -v

to download any ttf fonts you can visit this link http://www.youfont.com to free Microsoft fonts and Open MS Office Document in OpenOffice easier install msttcorefonts package by type sudo apt-get install msttcorefonts in terminal