Subscribe:

Labels

Hide Any File Within Image Using Command Prompt

When you want to send setup file to your friend using your email from gmail,yahoomail,rediffmail , They will not provide you permission to send setup file using their mail.So what you have to do is to hide your setup file inside any image and send this image as mail to your friend.
For that Winrar software and one image file will be required.steps are given below.
  • Make one folder in your C drive called hiddenfiles(You can choose any drive and also any folder name).
  • Now copy setup file(Suppose my setup file is setup.exe) you want to send and paste it under "C:\hiddenfiles".
  • Right click on your copied file and select "add to setup.rar".In short convert your setup file to rar file.
  • Now select any JPG(You can choose gif or anyother) file , copy it and paste it under "C:\hiddenfiles"
  • Go to Command Prompt and go to the hidden folder path like "C:\hiddenfiles>".
  • Type "COPY /b inputimage.jpg + setup.rar outputimage.jpg" where inputimage is the name of your image file into which you want to hide your file,setup.rar is the created rar file in step 3,outputimage.jpg is the image which contains image+setup.rar
  • Press enter and you will get outputimage.jpg file under C:\hiddenfiles.Send this outputimage.jpg file to your friend.
  • To open setup file from image your friend has to do only one thing.He has to open sent image file in winrar.When he opens sents image file in winrar your setup file will be shown.Extract it.

Download Angry Birds Rio Gold 2012 for PC

Angry Birds is the most downloaded game.Below are the some screen shots and download links for Angry Birds Rio Gold 2012 for PC.


Download Links:Angry Birds Rio Gold 2012 For PC

Download Angry Birds 2 2012 For Your PC

Andry Birds,The most successful and famous game is released with the newer version.Here are the some screenshots and download links for angry birds 2 2012.


Downlaod link Angry Birds 2 2012

How To Host A Asp.Net Website In IIS 7

Many of you are using visual studio to develop webapplication in asp.net.To run your web application from visual studio is a one click process.You just click on the link and and your webpplication runs in the browser.But think about the situation when you want to run the website to the another computer which do not have visual studio.When you want to run your webapllication to another computer you need Internet Information Service(IIS) which is already installed in window OS.
  • First of all goto the control panel->Programs and Features->Turn windows feature on or off.
  • Check Internet Information Services and everything under FTP Server,Web Management Tools,IIS6 Management Compatibility,World Wide Web Services(everything under it also) and also check Internet Information Services Hostable Web Core.
  • Press Ok button.It will take some time to apply.
  • Now in your C(or the drive in which OS is installed) folder name inetpub is created.
  • Goto the visual studio.Open your webapllication and goto build menu->publish website.If you want to save solution file then click on save or otherwise click cancel.Now it will ask for target location for publishing site.I am giving C:\Users\Anup\Desktop\sitename where Sitename is the name you want to give name to the published folder.
  • Folder will be created in your desktop having sitename(Whatever you have given).Now copy that folder and goto C->inetpub->wwwroot and paste your copied folder there.
  • Open IIS manager by typing inetmgr into run prompt.Expand left side directory and you will find Sites directory.Right click on it and choose Add Website.
  • Give site name,I have given testsite.In the physical path give path of your published folder which is now located in wwwroot directory.Change your port number,I am changing it to 84.Because if you have installed software like wamp server it takes port 80 as default port.So your site will not run.
  • Your site will be added to the Sites directory.Now single click on Application Pools and select your sitename from list and right click on your sitename(Here I am clicking on testsite) ,select advanced setting->Process Model->Identity.
  • Smarttag will appear , click on it and select LocalSysytem from dropdown box instead ApplicationPollIdentity.Press Ok two times and come out from application pool.
  • Now right click on your site(mine is Sites->testsite) located in your Sites directory.Goto to Manage Web Site->Browse and you are done.

Watch Youtube Videos In Your Computer Without Buffering.

When we watch video from youtube and if we are having the 2g internet connection video gets buffered most of the time.Today I will show you how to watch youtube video without buffering in your 2g card. For that you will need Real Player or Vlc Player.
  • Now first of all goto the Youtube.Search your favourite video.I have searched "Kraft Foods Meal Planning Solution" and select video you want to see.Link will appear in address bar like "http://www.youtube.com/watch?v=ddbyyQ8FN50"
  • Replace "www" by "m" from above link.
  • Now if you are using mozilla then right click on video and select "Copy Link Location".If you are using internet explorer then right click on video and select "Copy Shortcut".If you are using opera then clicking on the video will open link something like "rtsp://......." , Copy that link.
  • Open vlc player and press "Ctrl+N" and paste copied link there.As shown below.
  • Press play button and you have done.You can watch all videos from youtube without buffering from your 2g card but in a small screen because videos will be opened in 3gp format.