HOW TO CONVERT WEBPAGE INTO PDF

 To convert web page into pdf file
  • Go to the website which you want to convert it into pdf file.
  • Then press ctrl+p .


  • Now change the destination as "save as pdf". then click on print.
  • web page will be saved as pdf in your pc.


  • NOTE; this trick works on only opera mini and chrome browsers.


    HIDE YOUR FILES BEHIND THE IMAGE

    To hide your files behind image fallow the below steps

    STEP-1:


    • First select the file which you want to hide and also select an image (I selected image and file on desktop, you can select them at any location in your pc ).


    STEP-2:

    • convert file into .rar  using winrar



    STEP-3:
    • Now open  Command Prompt(to open  Command Prompt press 'windows+ R' and type cmd)
    • Type cd desktop and press enter in  Command Prompt(this will change dictionary to desktop).
    • Type the below code in  Command Prompt and press enter to hide your file behind the image
                        Copy /b imagename.jpg + filename.rar finalimage.jpg
           
    NOTE: In above code replace imagename with  the name of the image you selected.  .jpg  is the image format, if your image is in png you can change it to imagename.png 
    replace  filename  with the name of your file ,it must be in .rar format
    finalimage may be any name that you want, if your image is in png format change it into finalimage.png. this is the image where your files are hidden.
    open that image it will be opened as a normal image.

    we hide the file behind the image. do u know how to access  that file? to know that fallow the below step

    STEP-4:
         

    • Open winrar drag that image( finalimage) into winrar 
    • extract it ,done

    DHCP

    Dynamic IP assignment:IP addresses that are automatically assigned for a specific period of a
    time might change. 
    EX: DHCP(Dynamic Host Configuration Protocol).

    Static IP assignment: Address that are manually assign and do not change overtime.

    DHCP:


    Dynamic Host Configuration Protocol (DHCP) is a standard protocol that allows a  server to dynamically distribute IP addressing and configuration information to  clients. Normally the DHCP server provides the client with at least this basic information:                       

           IP Address

           Subnet Mask

           Default Gateway

    Other information can be provided as well, such as Domain Name Service (DNS) server addresses and Windows Internet Name Service (WINS) server addresses. The system administrator configures the DHCP server with the options  that are parsed out to the client.

    Advantages:

    1. Decreases the admin burden.

    2. Reduces IP conflict

    3. Automatically we can assign DNS and Gateway.

    4.centralized IP address management.

    Features:

                1. Exclude some addresses.

                2. Static also can be apply for each and every pc by using MAC address

    For obtaining IP using DHCP server it will follow the DORA process

                D= Discover (Discover the server in the network)

                O= Offer       (Server offers IP)

                R= Request  (Client request IP)

                A= Acknowledgement (Server gives acknowledgement)

    The process between client and DHCP service is DORA process.

    The transmission of DORA process is broadcasting.

    Scope: Group of valid range of IP addresses which we want to assign for a system in a network.

                 options:1. Address pool

                             2. Address Lease

     3. Exclusion

     4. Reservation

     5. Lease period

    Address pool: Range of addresses which we want to apply for clients

    Address Lease: The addresses which obtained from the DHCP server the PC’s will be listed in address lease.

    Exclusion: The range of addresses which we want to exclude from address pool.

    Reservation: Used to assign a particular address for particular client by binding MAC address as an IP Address.

    Getting mac address : get mac –s sys2name or get mac \s sys2name

    If DHCP client is running continuously in the network .After completion of 50% or 87.5% of its IP lease duration DHCP client will send request packet DHCP server and request IP lease duration.

    Lease Period:

    limited: 8 Days to 999,23hr,59sec

    Unlimited: Depends upon the system, for more years.

    Allocation

    Reallocation

    Normal operation

    Renewal

    Rebinding

    Release

    If DHCP server is not available in the network then os of DHCP client will assign an IP address automatically.which is called apipa (automatic IP address).

    The range of apipa address is 169.254.0.0 to 169.254.255.255

    Computerized DHCP can be available in windows server 2012,2003,2008,Linux,UNIX.

    The database name of DHCP is DHCP.Mdb(media data base)

    The location of DHCP.mdb is c:/windows/sys32/DHCP.Mdb

                Port number of DHCP server is 67.

                Port number of DHCP client is 68.

    DHCP client and server communicate by using user datagram protocol(UDP).

                            DHCP works on Application layer.


    Installation DHCP in windows server 2012:

    Install DHCP.

    Post-install configuration wizard, click next.

    Click commit to authorize the DHCP server.

    Click close complete authorization of DHCP server.

    Create a scope:

    Expand sys name.

    Right click on IPV4.

    Select new scope.

    Click next.

    Scope name.scope1 then next

    Enter the IP address range to be leased to clients, click next

    Scope range in the same network of DHCP server.

    To execute IP address enter the start and end IP address, click on add, click next.

    In the lease duration screen, you can increase or decrease the value click next.

    Tick yes, I want to configure these options now and click next.

    In router (default gateway)screen .enter the IP address of the router that will function as the default gateway for this scope clients and click add or if you don’t have a router in your network just click next.

    In the domain name and DNS server screen enter the name of the parent domain and IP address of the DNS server.

    click add.

    Click next

    In windows screen enter details of windows server just click next

    Activate scope screen, select yes and click next

    Finish scope.


    Verification:

    Change the select to obtain IP address automatically.

    In cmd type ip config/release.

    Then ip config /renew.

    After right click on network icon

    Select properties to view details.

    Verify IP address leased by the DHCP service along with lease duration

    DHCP reservation:

    Open DHCP

    Expand domain name

    Expand IPV4

    Expand scope

    Right click on reservation

    Select on new reservation.

    Type reservation name and IP and mac address of client system

    Tick as both

    In client system

    In cmd

     config/release

    Then ip config /renew.

    DHCP server backup:

    Open DHCP and right click on server name

    Select backup

    Then select location and click ok.

    Restore:

    Now delete entire scope.

    Right click on server name

    Select restore and select path.

    Configure DHCP server fail-over

    This fracture is available in windows 2012 ensuring continuous availability of DHCP service to clients

    With DHCP failover, two DHCP servers share DHCP scope and lease information ,enabling one server to provide DHCP leases to DHCP clients if the other server is unavailable

    Hot stand-by mode: this mode provides for DHCP service.

    Load balance mode: this mode allocates DHCP client leases across service

    Practical

    Sys2:insatll DHCP server role on sys2 and do not authorize the server

    Sys1 :open DHCP console

    Expand server name

    Expand IPV4

    Right click on scope

    Select config failover.

    Introduction to DHCP failover wizard, click next

    Add failover

    server like (sys2.ss.com)click ok

    Select the mode ,enable message authentication and enter shared next

    To complete the failover,click finish

    Verify summary to be successful.

    Sys2 c:post installation wizard ,click next

    Click commit ,to authorize the DHCP server sys2.ss.com

    Verify summary and close.




    Verification : DHCP console and verify the scope replicated from sys1.

    RUN Command part-2

    Access.cpl =Accessibility properties
    Appwiz.cpl= Add/Remove Programs properties
    Desk.cpl= Display properties
    FindFast.cpl= Find Fast (included with Microsoft Office for Windows 95)
    Inetcpl.cpl=Internet properties
    Intl.cpl= Regional Settings properties
    Joy.cpl=  Joystick properties
    Main.cpl = Mouse, Fonts, Keyboard, and Printers properties
    Mlcfg32.cpl = Microsoft Exchange or Windows Messaging properties
    Mmsys.cpl=Multimedia properties
    Modem.cpl=Modem properties
    Netcpl.cpl=Network properties
    Odbccp32.cpl=Data Sources (32-bit ODBC, included w/ Microsoft Office)
    Password.cpl=Password properties
    Sticpl.cpl=Scanners and Cameras properties
    Sysdm.cpl=System properties and Add New Hardware wizard
    Themes.cpl=Desktop Themes
    TimeDate.cpl=Date/Time properties
    Wgpocpl.cpl=Microsoft Mail Post Office

    TYPES OF NETWORKS

    TYPES OF NETWORKS
     LAN:-local area networks are used to connect networking devices that  are in a very close geographical such as a floor  of a building , a building it self or with in campus.
    MAN:- metropolitan area network are used to connect network devices that may span around a city.
    WAN:-wide area network which connects two or more LAN’S present  geographical locations.

    BASIC REQUIRMENTS TO FORM A NETWORK:-
    ·       NIC(network interface card) also called LAN card.
    ·       Media.
    ·       Network devices.(hub, switch, router, etc..
    ·       Protocol’s.
    ·       Logical address(IP address).
    NIC:- NIC/ LAN card, NETWORK adapter,RJ-45port,Ethernet catd
        It has 8 pin.
    Physical address/hardware address.
    MAC(media access control).
    Mac is 12hex/48bits.
    Ex:- 0A-45-9C-65-7F-6D
       Oa-44-9c is the manufacture id and   66-7f-3d is the serial number.
    To get mac address in windows in cmd window ‘getmac’  or ‘ipconfig’
    In linux to get mac address type in cmd window ‘ifconfig’
    NIC is a interface  between the computer and the network.
    Ethernet cards have a unique 48 bit address called MAC address(media access control).
    MAC address is also called as physical address (or )hardware address.
    The 48bit MAC address  is represented as 12 hexadecimal   numbers.
    Ex:- 10-16-DF-FC-45-3F.


    Network cards are available in different speed.
    ·       Ethernet (10MBPS)
    ·       Fast Ethernet (100MBPS)
    ·       Gigabit Ethernet (1000MBPS)

    NETWORKING



    Network
    Inter connection of two or more  devices is called as a network.
    The communication b/w two or more inter connected devices is called the networking.
    An inter network is a connection of two or more network’s. It means  communication between networks.
    Need for computer network
    Computer network allows you to share data with other users in a network, for example, a company having a number of computers which are connected in a network.  Computer network will enable the user to share files and folders and get synchronized with other users.
    Computer network also allows the user to share resources such as printers and faxes. Printer can be installed on one computer and can be accessed by other user.




    facebook
    google-plus
    twitter
    pinterest