Thursday, 11 April 2013

video tutorial on How to protect file and folder without any Software

How to protect file and folder without any Software

How to keep Your Computer Fast (Expert Mode) video tutorial

video tutorial on How to keep Your Computer Fast (Expert Mode) 

An A-Z Index of the Bash command line for Linux.

alias Create an alias •

apropos  Search Help manual pages (man -k)

apt-get Search for and install software packages (Debian/Ubuntu)

aptitude Search for and install software packages (Debian/Ubuntu)

aspell Spell Checker

awk Find and Replace text, database sort/validate/index

b

basename Strip directory and suffix from filenames

bash     GNU Bourne-Again SHell

bc Arbitrary precision calculator language

bg Send to background

break Exit from a loop •

builtin Run a shell builtin

bzip2 Compress or decompress named file(s)

c

cal Display a calendar

case Conditionally perform a command

cat Display the contents of a file

cd Change Directory

cfdisk Partition table manipulator for Linux

chgrp Change group ownership

chmod Change access permissions

chown Change file owner and group

chroot Run a command with a different root directory

chkconfig System services (runlevel)

cksum Print CRC checksum and byte counts

clear    Clear terminal screen

cmp Compare two files

comm Compare two sorted files line by line

command Run a command – ignoring shell functions •

continue Resume the next iteration of a loop •

cp Copy one or more files to another location

cron Daemon to execute scheduled commands

crontab Schedule a command to run at a later time

csplit Split a file into context-determined pieces

cut Divide a file into several parts

d

date Display or change the date & time

dc Desk Calculator

dd Convert and copy a file, write disk headers, boot records

ddrescue Data recovery tool

declare Declare variables and give them attributes •

df Display free disk space

diff Display the differences between two files

diff3 Show differences among three files

dig DNS lookup

dir Briefly list directory contents

dircolors Colour setup for `ls’

dirname Convert a full pathname to just a path

dirs Display list of remembered directories

dmesg Print kernel & driver messages

du Estimate file space usage

e

echo Display message on screen •

egrep Search file(s) for lines that match an extended expression

eject Eject removable media

enable Enable and disable builtin shell commands •

env Environment variables

ethtool  Ethernet card settings

eval Evaluate several commands/arguments

exec Execute a command

exit Exit the shell

expect Automate arbitrary applications accessed over a terminal

expand Convert tabs to spaces

export Set an environment variable

expr Evaluate expressions

f

false Do nothing, unsuccessfully

fdformat Low-level format a floppy disk

fdisk Partition table manipulator for Linux

fg Send job to foreground

fgrep Search file(s) for lines that match a fixed string

file     Determine file type

find Search for files that meet a desired criteria

fmt Reformat paragraph text

fold Wrap text to fit a specified width.

for Expand words, and execute commands

format   Format disks or tapes

free     Display memory usage

fsck File system consistency check and repair

ftp      File Transfer Protocol

function Define Function Macros

fuser Identify/kill the process that is accessing a file

g

gawk Find and Replace text within file(s)

getopts Parse positional parameters

grep Search file(s) for lines that match a given pattern

groups Print group names a user is in

gzip Compress or decompress named file(s)

h

hash Remember the full pathname of a name argument

head Output the first part of file(s)

help     Display help for a built-in command •

history Command History

hostname Print or set system name

i

id Print user and group id’s

if Conditionally perform a command

ifconfig Configure a network interface

ifdown Stop a network interface

ifup Start a network interface up

import Capture an X server screen and save the image to file

install Copy files and set attributes

j

jobs List active jobs •

join Join lines on a common field

k

kill Stop a process from running

killall Kill processes by name

l

less Display output one screen at a time

let Perform arithmetic on shell variables •

ln Make links between files

local Create variables •

locate Find files

logname Print current login name

logout Exit a login shell •

look Display lines beginning with a given string

lpc Line printer control program

lpr Off line print

lprint   Print a file

lprintd  Abort a print job

lprintq  List the print queue

lprm Remove jobs from the print queue

ls List information about file(s)

lsof List open files

m

make     Recompile a group of programs

man Help manual

mkdir Create new folder(s)

mkfifo Make FIFOs (named pipes)

mkisofs  Create an hybrid ISO9660/JOLIET/HFS filesystem

mknod Make block or character special files

more Display output one screen at a time

mount Mount a file system

mtools Manipulate MS-DOS files

mtr Network diagnostics (traceroute/ping)

mv Move or rename files or directories

mmv Mass Move and rename (files)

n

netstat  Networking information

nice Set the priority of a command or job

nl Number lines and write files

nohup Run a command immune to hangups

Notify-send Send desktop notifications

nslookup Query Internet name servers interactively

o

open Open a file in its default application

op Operator access

p

passwd Modify a user password

paste Merge lines of files

pathchk  Check file name portability

ping Test a network connection

pkill Stop processes from running

popd Restore the previous value of the current directory

pr Prepare files for printing

printcap Printer capability database

printenv Print environment variables

printf Format and print data •

ps Process status

pushd Save and then change the current directory

pwd Print Working Directory

q

quota Display disk usage and limits

quotacheck Scan a file system for disk usage

quotactl Set disk quotas

r

ram ram disk device

rcp Copy files between two machines

read Read a line from standard input •

readarray Read from stdin into an array variable •

readonly Mark variables/functions as readonly

reboot   Reboot the system

rename Rename files

renice   Alter priority of running processes

remsync  Synchronize remote files via email

return Exit a shell function

rev Reverse lines of a file

rm Remove files

rmdir Remove folder(s)

rsync Remote file copy (Synchronize file trees)

s

screen Multiplex terminal, run remote shells via ssh

scp Secure copy (remote file copy)

sdiff Merge two files interactively

sed Stream Editor

select Accept keyboard input

seq Print numeric sequences

set Manipulate shell variables and functions

sftp     Secure File Transfer Program

shift Shift positional parameters

shopt Shell Options

shutdown Shutdown or restart linux

sleep Delay for a specified time

slocate Find files

sort Sort text files

source Run commands from a file `.’

split Split a file into fixed-size pieces

ssh Secure Shell client (remote login program)

strace   Trace system calls and signals

su Substitute user identity

sudo Execute a command as another user

sum Print a checksum for a file

suspend Suspend execution of this shell •

symlink Make a new name for a file

sync Synchronize data on disk with memory

t

tail Output the last part of files

tar Tape ARchiver

tee Redirect output to multiple files

test Evaluate a conditional expression

time Measure Program running time

times User and system times

touch Change file timestamps

top List processes running on the system

traceroute Trace Route to Host

trap     Run a command when a signal is set(bourne)

tr Translate, squeeze, and/or delete characters

true Do nothing, successfully

tsort Topological sort

tty Print filename of terminal on stdin

type Describe a command •

u

ulimit Limit user resources •

umask Users file creation mask

umount   Unmount a device

unalias Remove an alias •

uname Print system information

unexpand Convert spaces to tabs

uniq Uniquify files

units Convert units from one scale to another

unset Remove variable or function names

unshar Unpack shell archive scripts

until Execute commands (until error)

useradd Create new user account

usermod Modify user account

users List users currently logged in

uuencode Encode a binary file

uudecode Decode a file created by uuencode

v

v        Verbosely list directory contents (`ls -l -b’)

vdir     Verbosely list directory contents (`ls -l -b’)

vi Text Editor

vmstat Report virtual memory statistics

w

watch Execute/display a program periodically

wc Print byte, word, and line counts

whereis Search the user’s $path, man pages and source files for a program

which Search the user’s $path for a program file

while Execute commands

who Print all usernames currently logged in

whoami Print the current user id and name (`id -un’)

Wget     Retrieve web pages or files via HTTP, HTTPS or FTP

write Send a message to another user

x

xargs Execute utility, passing constructed argument list(s)

xdg-open Open a file or URL in the user’s preferred application.

yes Print a string until interrupted

. Run a command script in the current shell

Wednesday, 10 April 2013

Teenage Mutant Ninja Turtles

  Teenage Mutant Ninja Turtles

  • Publisher: Ubisoft
  • Developer: Ubisoft Montreal
  • Release Date: March 20, 2007
  • Genre: Action

About Teenage Mutant Ninja Turtles

This Teenage Mutant Ninja Turtles game is based on the CG animated movie produced by Imagi Animation Studios and based on Mirage Studios' Foot Clan-kicking Turtle heroes. The game takes place in a New York City plagued by secretive villains and strange, otherworldly creatures. Faced with these perils, the Turtles will experience their most trying time as heroes and as a family, as Raphael, Donatello and Michelangelo lose their focus and struggle to maintain their unity and ninja discipline. It's up to Leonardo and the faithful father figure Splinter to reunite the band of brothers and save New York City from a monstrous evil that lurks around every corner. Players engage in over-the-top acrobatic navigation, collaborative combat and powerful fighting moves.

Minimum System Requirements

  • OS: Windows XP/Vista
  • Processor: Pentium 4 @ 1.5 GHz or Athlon Equivalent
  • Memory: 512 MB
  • Hard Drive: 1.6 GB Free
  • Video Memory: 64 MB
  • Sound Card: DirectX Compatible
  • DirectX: 9.0c
  • Keyboard & Mouse
  • CD/DVD Rom Drive

Recommended System Requirements

  • OS: Windows XP/Vista
  • Processor: Pentium 4 @ 2 GHz or Athlon Equivalent
  • Memory: 1 GB
  • Hard Drive: 1.6 GB Free
  • Video Memory: 128 MB
  • Sound Card: DirectX Compatible
  • DirectX: 9.0c
  • Keyboard & Mouse
  • CD/DVD Rom Drive

Download Teenage Mutant Ninja Turtles [Full] – Direct Links

Part 1 – 700 MB

Part 2 – 700 MB

Part 3 – 264 MB

Crack

www.elj-games.blogspot.com

How to Hide IP address | Change IP address | maximum anonymity

Hiding your IP address is really important when it comes to Hacking. You must hide your original IP address while trying to hack something.
Hiding your IP address will prevent the legal authorities from tracing you back.
It will also prevent from other hacker’s attacks. That is why one should seek for the maximum anonymity while surfing or hacking online.
Some hackers use web based proxies or port proxies but those proxies are not useful and even use of these proxies lead to a security loop. Owner of that proxy can set a data sniffer on its server so what so ever you do will be recorded. All your login details or any other data will be logged there.

Disadvantages of FREE proxies :

1) They are really slow.
2) They are harmful and will surely lead to your own security loop.
3) They are not completely anonymous – You can still be tracked down by legal authorities.

Instead of using Free web based proxies I myself use HMA Pro VPN. This tool by HMA is uber cool.
Advantages of HMA pro VPN :
1) Proxies are completely anonymous. No one can trace you back if you are using paid version of HMA pro VPN.
2) You can change your ip address every minute. They have got an option which automatically changes your ip address after specific time interval.
3) You can choose proxies of specific countries. Just one click and it will change your ip address to a specific country’s IP address.
4) The data transferred is encrypted automatically so that no one else can see what we are doing which is the best part about this HMA Pro VPN.


Hide My ass Pro VPN | How to change your IP address

Saturday, 6 April 2013

How to transfer balance from mobiles? For All Networks

We often see that our friends have lots of balance in their mobiles and we wish to have a little from it. You can do it now by following the below steps :D
Choose the network below and follow the steps :) 

For Aircel Users :
To Transfer the Balance you just need to Dial *122*666# and Follow the Instructions...
You Can Transfer Rs, 5,10,15,25,50,75,100!!


For Idea Users :
To Transfer the Balance just Send SMS as GIVE MobileNumber Amount And Send It To 55567.
E.g. GIVE 9676555212 30 To Transfer 30 Rupees.


For Vodafone Users :
To Transfer the Balance you just need to Dial *131*Amount*Mobile No#
E.g
. *131*50*9975426210# To Transfer 50 Rupees Of Balance.

For Uninor Users :
To Transfer the Balance you just need to Dial *202*MobileNumber*Amount#
E.g. *202*97755210*30# To Transfer 30 Rupees.


For BSNL Users :
To Transfer the Balance Just Send SMS GIFT MobileNumber Amount To 53733.
E.g. GIFT 9487677710 50 To Transfer 50 Rupees Of Balance.

enjoy :) 

Friday, 5 April 2013

New Skype malware spreading at 2,000 clicks per hour makes money by using victims machines.

New Skype Malware spreading at 2,000 clicks per hour makes money by using victims machines.
A new piece of malware propagating across Skype has been discovered that tries to convince the recipient to click on a link. What makes this particular threat different is that it drops a Bitcoin miner application to make the malware author money.



Security Lab Kaspersky discovered the threat, which it names Trojan.Win32.Jorik.IRCbot.xkt, on Thursday night. At the time, most of the potential victims were from Italy, Russia, Poland, Costa Rica, Spain, Germany, and Ukraine, with the average clicking rate hitting 2,000 clicks per hour.

The initial trojan is downloaded from a server located in India, and many anti-malware programs as measured by VirusTotal don’t detect it. Once the machine is infected, the trojan drops multiple other pieces of malware, using Hotfile to grab the bits and also connecting to a server located in Germany for further instructions. Its quit cleverly coded but there is one really huge bug in code that it slow down computer by using whole CUP.

To avoid this threat and others like it, don’t click on random links you receive on Skype. You’ll be doing yourself a favor, helping stop the spread of malware, and ensuring criminals get a smaller pay day.

Reference : Link