Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

Monday, December 11, 2017

how to Hack using cmd basic codes

how to Hack using cmd basic codes


In the starting of this tutorial i want clear this if you misuse this information in hacking someones computer then I am not responsible for it.


In this tutorial you will learn some basic codes and tricks in cmd ( command prompt ) so lets begin the tutorial


Step 1: opening the cmd window
first open start menu > run then type cmd and open it

Step 2: starting commands ping and tracert
Now lets start with it
our first command is ping command

ping command ? what this do

The ping command helps to verify IP-level connectivity. When troubleshooting, you can use ping to send an ICMP echo request to a target host name or IP address. Use ping whenever you need to verify that a host computer can connect to the TCP/IP network and network resources.


to apply the ping command just type the command like
" ping www.thewebsite.com"
ex- ping www.google.com

Now our second command is tracert

what is tracert? what does it do

The TRACERT (Trace Route) command is a route-tracing utility used to determine the path that an IP packet has taken to reach a destination. Note You can run this utitily by typing tracert IPAddress or tracert HostName at the command prompt.


to apply the tracert command just type the command like
" tracert www.thewebsite.com"
ex- tracert www.google.com

Step 3: ipconfig
? Now ipconfig ????

this command is easy to understand

Ipconfig displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Used without parameters, ipconfig displays the IP address, subnet mask, and default gateway for all adapters.


just type " ipconfig " and hit enter it will show you all the details

Step 4: Matrix
matrix is a code which is one of tricks done
in cmd. in this trick there
are different codes come and come and come
to do this tricks just type this code

Title Matrix
color a
mode 1000
:start
Echo %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random%
Go to start

save it as .bat if you want to do it in notepad

how to shutdown your school computer

to do it just type " net view "
then it will appear all the ip address that are connected to that network

when the command finish finding all the ip address then type " shutdown-i "
then a window will appear their are a tab name add just type the ip address of the pc which u want to shut down then their is a scroll box where their are option of shutdown restart or log out chose what u want to do

then their is a check box which is check this check box will sent the message of shut down to have fun just uncheck it
and press the shutdown button

How to create an admin account in windows

Step 1 Open CMD Prompt...
On Windows XP, click the Start button, then open up Run..., and type in "cmd" and click OK.

On Windows Vista or Windows 7, click Start, search for "cmd" and press Enter.

Step 2 Add username and password
Now, in the command prompt window, type:

net user /add [username] [password]

Press Enter. Heres an example of what it should look like:
Step 3 Add as admin
Now type:

new localgroup administrators [username] /add

Press Enter. Heres the example:



Done!
You should now have a new Admin Account on your PC!




visit link download
Read more »

Friday, December 8, 2017

Important Interview questions on basic Programming

Important Interview questions on basic Programming


1. Write a program to find factorial of the given number...
2. Write a program to check whether the given number is even or odd.
3. Write a program to swap two numbers using a temporary variable.
4. Write a program to swap two numbers without using a temporary variable.
5. Write a program to swap two numbers using bitwise operators.
6. Write a program to find the greatest of three numbers.
7. Write a program to find the greatest among ten numbers.
8. Write a program to check whether the given number is a prime.
9. Write a program to check whether the given number is a palindrome c number.
10.Write a program to check whether the given string is a palindrome .
11.Write a program to generate the Fibonacci series.
12.Write a program to print"Hello World"without using semicolon anywhere in the code.
13.Write a program to print a semicolon without using a semicolon anywhere in the code.
14.Write a program to compare two strings without using strcmp() function.
15.Write a program to concatenat e two strings without using strcat() function.
16.Write a program to delete a specified line from a text file.
17.Write a program to replace a specified line in a text file.
18.Write a program to find the number of lines in a text file..
19.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user
inputs a number out of the specified range, the program should show an error and prompt the user for a
valid input.
20.Write a program to display the multiplica tion table of a given number..
21.WAP to check a string is Caliondrom e or not. // Maventic question.
22.WAP to print DONE,witho ut using any loop. // asked to my frnd in any company.
23.WAP to print DONE,witho ut using any loop and any conditonal clause or operators. // asked to me as a cross question of 22th question by the person i asked 22th ques.
24. WAP to find out the longest word in a string.
25.Prog of WORLD MAP. // this code was written by someone,i forgot his name,he won award for this code as short and best c code. JUST FOR FUN //
26.WAP to print the triangle of letters in increasing order of lines..
27.WAP to printxayin place of everyain a string.// DOC Update on 24-jan-12.
28.Count the Total Number of 7 comming between 1 to 100.
29. Code for duplicate s removal,by Amit Aru.. // Similar question was asked in Maventic 2nd round to me,,
30. WAP to find out if a given number is a power series of 2 or not,withou t any loop and without using % modulo operator.. // asked by someone on BJS..





visit link download
Read more »

Monday, December 4, 2017

How to write text on arc in AutoCAD Basic Tutorial

How to write text on arc in AutoCAD Basic Tutorial


Here is how you can write text on an arc in AutoCAD in 3 simple steps. This is on categories Basic tutorial. You can learn tutorial step by step and more easly. so let us start.

textarcautocad
Step 1
Draw your ARC, using a circle and trimming it or using the ARC command.
Step 2
Go on the EXPRESS TOOLS tab, click on ARC ALIGNED TEXT and select the ARC you created in step 1




arctextautocad
Step 3
The following window pops up and allow you to write your text
arctextautocad1
The command line corresponding to this is ARCTEXT. You can go ahead and write ARCTEXT in your command window to notice it activates the same behavior as seen above

Now the tutorial How to write text on arc in AutoCAD has been finished. If you need any tutorial to improve your skill in corel please visit other tutorial on this blog. Ok thanks for coming.

By  computeraideddesignguide


visit link download
Read more »