Sunday, 18 December 2011

HOW TO SECURE YOUR FACEBOOK ACCOUNT FROM POSTING DIRTY POSTS ON YOUR WALL FROM HACKERS

You might have heard that there are some dirty posts on  facebook members wall, that can be seen by only your friends. You can secure your facebook account from thick kind of posting by following the simple steps given below.

  1. Go in to your account settings.
  2. Click on Security in the left side.
  3. Now select Secure Browsing and Tick on  Browse Facebook on a secure connection  .
  4. Click Save Changes.
Plz share this in facebook 

Thursday, 15 December 2011

How to hide a hard disk partition in windows 7,8 and vista


Do the following steps

  1. Right click on my computer and click on manage
  2. A window will open,click on storage in the left side of window.
  3. Now click on Disk Management.
  4. On the right side of the window we can see all partitions of your HDD.
  5. Just below that we can see all partitions in rectangle in accordance with the name and size.
  6. Right click on the desired partition and select Change driver letter and paths.
  7. A small window will open with drive name (say E:) and some options then click on Remove button and click Yes.
  8. Then the device will not available on opening my computer ( the drive is hidden).
  9. To unhide the drive do the steps 1 to 6 and click on Add button.
  10. Select a drive letter and press OK. Thats all

Be a member of this blog .Dont forget to like and share in facebook Thank you, visit daily and have fun.

Monday, 5 December 2011

Proffessional Networking and one sitting CCIE Training at lowest price in kerala, students get real router experiance.

                                        Most of the students have no idea about networking side of IT field. It's a most promising and successful profession. The most attracting thing is the high salary a networking professional get.

Generally  we can categorize Cisco certification into 3 levels.

1.CCNA-Cisco Certified Networking Associate.
       Its the basic networking certification.
       Duration -hardly 2 months
2.CCNP-Cisco Certified Networking Professional.
      Networking in WAN(Wide Area Network) level
      Duration -4 months
      CCNP can be done only if you are a CCNA certified pearson.
3.CCIE-Cisco Certified Internetwork Expert.
       Its comes into communication between WANs
       Duration - 8 to 12 months.
       CCNA and CCNP certification NOT required.

   

Why CCIE?
            A CCIE certified fresher get minimum starting salary of Rs.80,000/- . In networking certification Cisco certification is the most valid one and  CCIE is the topmost certification. It is known as the PhD in networking. The most attracting feature is that even if you don't pass CCIE lab, successful candidate who attempted the lab will be called to top MNCs. This shows the value of CCIE certification and is a 100% job guaranteed course.

Who can study and get CCIE?
             There is no Specific criteria for it. Anybody who pass the 10th class can join.  If you have a degree in CS,IT,Electronics,etc , it will be an added advantage for them.

                          Only a very few institutes in kerala  provide direct CCIE training. Network Academy in Cochin is One the first  and top Institute, that provide direct CCIE training.
                         
                          Network academy is a leading provider of quality consultancy services and world class education in the computer networking infrastructure space. We specialize in providing premium training in the areas of Internetworking Technologies (including Convergent Networks using Data/Voice technologies, Wireless/Optical Networks and Storage Area Networks), Operating Systems, Relational Database Systems, Web Servers and Security/Firewalls. We not only provide quality training but also help students in strengthening their soft skills.

Why Network Academy?


  • Best Infrastructure: Our Lab is being installed with the most modern machines to cover all the theory topics in clear, easily digestible format

  • Upgradation on lab facilities in tune with the latest technological developments and the students can be better equipped in dealing with experimental problems

  • Individual attention : While impart training we foresee in students a bright future and impart individual attention focusing on his/her individual talents


For admission details contact +919447367630 


Other courses offered in Network Academy
  • CCNA (R & S , Voice , Security , Wireless )
  • CCNP
  • CCIE
  • MCP
  • MCTS
  • MCITP Server Admin
  • MCITP Exchange Admin
  • MCITP Enterprise Admin
  • Linux

Network Academy Also provides Placement assistants for the successful students.
Hostel Facility is also available.

Wednesday, 30 November 2011

How to install earlier versions of Windows programs in Windows 7


In Windows 7 most of the programs that run in Windows XP or earlier versions won't work.
Here is the method to run programs in Windows 7.

  1. Search for troubleshoot in start menu and click on Troubleshooting from the list (the first one).
  2. Under the Programs click on Run programs made for the previous versions of Windows.
  3. Click Next button and there will be a list of programs.
  4. Select the programs  you want and click Next.
  5. Select  the option you want.

Tuesday, 29 November 2011

Enabling Telnet in Windows 7 and Vista.


  1. Open Control Panel.
  2. Open Programs .
  3. Open Programs and Features.
  4. Click the link Turn Windows features on or off.
  5. A small window will open with a list of features put a tick for  Telnet Client.
  6. Click OK button.
  7. You can now start telnet from command prompt.
This trick is useful for networking students.

Sunday, 27 November 2011

How to block usb storage devices in your computer without using third party software (other usb devices work,keyboard mouse etc)

This can be done by editing windows registry file
  1. Type 'regedit' in search and enter. This will open windows registry edit window.
  2. Open HKEY_LOCAL_MACHINE (left side)
  3. Open folder named System from its subfolders
  4. Open CurrentControlSet.
  5. Open services.
  6. Open USBSTOR.
  7. In usbstor you can see a file named start, open it.
  8. A small window will open and you can see number '3' in it, change it into 4 and press OK. That's all.

Saturday, 26 November 2011

Hide a file within an image without using third party software


  • Compress the file(s), you want to hide, using winrar, say, file.rar
  • Let the image to which we want to hide img.rar be pic.jpg
  • Copy pic.jpg and file.rar to same folder(let it be in D:\hide)
  • Open command prompt and change the directory to hide (ie. change from C drive to D and go to directory hide). You can done it by using following DOS commands


  1. Use the command  'CD..'  to go back to parent directory. Use this command until you reach C:\> .    
  2. Type  'D:'   in C prompt, that is C:\>D: and press enter.
  3. You are now in D prompt.
  4. Use CD<folder name> command to go to the folder in which you have the image and rar file (here file.rar and pic.jpg ). Here we type 'cd hide'  in  D:\> we will be in the folder named hide and you can see the prompt like D:\hide>
  • Then type   'copy /b pic.jpg+file.rar sec.jpg'  after D:\hide>
  • We now have an image file named   sec.jpg   in D:\hide>
  • If we open the image file sec.jpg you can see only  img.jpg opened.
  • To get the pictures back just open the  file  sec.jpg  using Winrar.