HOWTIvITY

if you got any suggestions put in a comment please and don't forget to Subscribe

join this site

Tuesday, February 28, 2012

How to Become A Hacker


if i told you that am gonna teach U How to Become A Hacker in this one blog then am wasting your time but if you realy wanna be one then you 1st have to read those artical to know what the hacker realy is and you might wanna not to become a hacker cuz you may thought theHacker is a Cracker because ..... any way the articles is    

1.How To Become A Hacker

                                                     by : Eric Steven Raymond

                                                
                                                     by:The Mentor

Thank you for reading

                                                                                                            - Mohammed Zahran -

Monday, February 27, 2012

How to Make Undeletable and Inaccessible Folder (Windows)

have you ever lost data and you were upset about here is a couple solution may help :
1st. is to make a password for a specific folder and keep the important or secret stuff in
to make a password you need a software rather than download one or buying it make
your own now am gonna teach you how to.
actually to be clear this is not a program it is a batch file so you can either download it
from here http://www.mediafire.com/?qaf650hzi7a4ixb or copy the source
code below and paste it in notepad and replace YOURPASSWORD with your password
then save it in bat extension like this Locker . BAT





cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==YOURPASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Now open it and it will automatically make a new folder called Locker but what ever in this folder then open the batch file again you will get a message like this one Are you sure u want to Lock the folder(Y/N)
type y and click return <Enter> now when ever you want to access your files again open the batch file then type your password that you but in place of YOURPASSWORD and it will open.

2nd. is to user cacls.exe to use it lunch the CMD by opening run and type in cmd then click OK . or go traditional open start menu >> All Programs >> Accessories >> Command Prompt.
after doing that go to the directory which the folder is in by typing the name of directory followed by a colon < : > and click return <Enter>
Ex. D:
note : the folder should be in the root directory not in sub one 
Ex. D:\Private\test\MOVIES X
D:\Private                                \ /
next type in cacls Private /e /c /d %username%
now when ever anyone trying to open the folder or erase it this message will pop up


to open your folder open CMD and type




and it will open

Thank you for reading.

                                                                                                            - Mohammed Zahran -

Monday, February 20, 2012

How to learn Jeet Kune Do Martial Arts


                                                                                                            - Mohammed Zahran -

Sunday, February 19, 2012

How To Start programming


if you don't know any thing about programming or you never been coding and you want to start
you see the code scary here is a website make it easy for you with lessons, projects , challenges
try it its a lot of fun and the cool thing is they give you bages when you pass cource you'll know what i talkin about 

Another thing i found this cool youtube channel called braintwill that takes you in a journey to the history of programming show you how every thing realy work in computers thru programming languages, numbers, binary and more it's realy good for  newbie and advanced programmer you should check it out


Thanks for reading

                                                                                                            - Mohammed Zahran -

How To Learn Python Programming Language


I recommend Python as a first programming language to learn actualy a lot of people do but there is a reason It is cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is very powerful and flexible and well suited for large projects.
Now How To Learn Python Programming Language there is a several ways and there all good
i'll give you links and you will know what you talkin about it's not that hard
you Choose and Thank you for reading

                                                                                                            - Mohammed Zahran -

How To Learn HTML and other web related programming languages


There is that Awesome website That have complete tutorials on HTML, CSS, PHP, My SQL, JAVA SCRIPT, ASP, webHosting, XML and More.
http://www.w3schools.com/
they help you to build your own site from scratch and BTW when i mentioned the word complete i meant those tutorials gonna make you professional in web development.
Thanks for reading

                                                                                                            - Mohammed Zahran -

How To Learn JAVA Programming Language


The Java programming language is a high-level language that can be characterized by all of the following buzzwords:
  • Simple
  • Object oriented
  • Distributed
  • Multithreaded
  • Dynamic
  • Architecture neutral
  • Portable
  • High performance
  • Robust
  • Secure
Each of the preceding buzzwords is explained in The Java Language Environment , a white paper written by James Gosling and Henry McGilton.
the links below will help you Learn JAVA Programming Language :
3)Java Programming Notes (this one will help you as a reference after you hook up check it out any way)

Thank you for reading

                                                                                                            - Mohammed Zahran -
back to top