Check for the Flashback Trojan in Mac OS X

You need to do following steps :

    • Launch Terminal (found in /Applications/Utilities/) and enter the following commands:

defaults read /Applications/Safari.app/Contents/Info LSEnvironment

    • If you see a message like “The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist” proceed to the next defaults write command:

defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES

If you see a message similar to “The domain/default pair of (/Users/joe/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist” then the Mac is NOT infected.

if you are seeing anything else like values visit THIS website to remove it

For more information visit THIS website

Diablo 3 System Requirements for Mac & Windows

Minimum System Requirements for Mac OS X

  • Mac OS X 10.6.8, 10.7.*, or newer
  • Intel Core 2 Duo CPU
  • NVIDIA GeForce 8600 GT or ATI Radeon HD 2600 or better
  • 2GB RAM
  • 12 GB of available disk space
  • DVD drive for retail disc versions (digital download available)
  • Broadband internet connection for multiplayer
  • 1024×768 or greater screen resolution

Recommended System Requirements for Mac OS X

  • OS X 10.7.x or newer
  • Core 2 Duo at 2.4GHz or faster
  • 4GB RAM
  • NVIDIA GeForce GT 330M or ATI Radeon HD 4670 or better

Minimum System Requirements for Windows

  • Windows XP, Vista, or 7 with Direct X 9.0c
  • Intel Pentium D 2.8GHz or AMD Athlon 64 4400
  • NVIDIA GeForce 7800 GT or ATI Radeon X1950 Pro or better
  • 1GB RAM for Windows XP, 1.5GB RAM for Vista or 7
  • 12GB disk space
  • DVD drive
  • Broadband internet connection
  • 1024×768 resolution

Recommended System Requirements for Windows

  • Windows Vista or Windows 7 with latest service packs
  • Intel Core 2 Duo 2.4GHz or AMD Athlon 2.8GHZ or better
  • 4GB RAM
  • NVIDIA GeForce 260 or ATI Radeon HD 4870 or better

Quotation from THIS website

How to spoof your Mac address on Mac OS X

Im using this method so you can use this too …

To determine your old mac-address:
ifconfig en1 | grep eth

Do not ‘Turn Airport Off’, instead deactivate your wireless card by:
Click ‘Join Other Network…’ and enter a fake SSID. Allow it to attempt a connection and then go ahead and cancel the request. Your card is now deactivated allowing us to proceed with the following command:

sudo ifconfig en1 ether 00:11:22:33:44:55

Confirm using:

ifconfig en1 | grep ether

Socrates vs Me

Socrates is a man, All men are mortal, therefore Socrates is mortal

I am not Socrates and neither a philosopher . But i will change his idea as (with saying Person A )

Person A is a man , All men are mortal,, therefore Person A will become immortal with what he has done .

Jobs and Jobs Control Facility in Unix

Question: What is the difference between a program and a process ? What is a job ?
A process is an instance of a program . So you can have 3 or more process which belong to a program. A user initially have only a single process running which is shell. When user wants to some task in the background and also when user wants to bring back processes into foreground job control is taking control of these processes. Processes under control of a job control facility are referred to as jobs.

For more information , please visit THIS website.

Surf the web, listen the music ,etc. on the Command Line

Question :Since UNIX is user friendly and is very old, it has many applications that do not require a graphical user interface. There are many applications that use the ncurses library, which gives the command line interface features like drop down menus, right-clicking, etc. as in a graphical user interface. Google for command line applications that will let you surf the web, listen to music, send and receive emails, instant message and download files. Report only their names and their web pages (These applications do not need to use the ncurses library, they just need to run from the command line interface).

I will try to give directly commands and their websites (if its possible)
Surfing web :
1) w3m
2) lynx
3) links
4) retawq

Listening music:
1) afplay
Send and Receive emails:
1) mutt
Instant message:
1) sendxmpp
Download files:
1) FTP
2) scp
3) rcp