Other লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান
Other লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান

বৃহস্পতিবার, ১৯ জানুয়ারি, ২০১২

Create A Boortable Pen Drive / Flash Drive


Instructions: Create bootable Flash drive
1. Plug the USB drive in
2. Open a command prompt window with administrator privileges.
3. Type diskpart and press enter


4. Now type list disk and press enter
All the disks connected to the pc will be displayed. Make a note of the disk number of your flash drive you are about to make bootable.


5. In the command prompt window type select disk ### . (### is the number of the disk and in the above example it is 2, so it becomes select disk 2)


6. Type clean and press enter (make sure you got the correct disk in step 5 before doing this)


7. Type create partition primary and press enter


8. Type select partition 1 and press enter


9. Type active and press enter


10. To format the drive type format fs=fat32 and press enter (this will take some time)


11. Type assign and press enter. This will assign a drive letter to the usb, remember the letter as it will be needed later. In this example the assigned letter is L


12. Now type exit and press enter to exit diskpart.

Instructions: Adding Vista installation files and making it bootable
13. Insert your Vista DVD to the DVD ROM and remember it drive letterl. Mine is I
14. Open a command prompt (or if you didn’t close the one opened earlier use that) and type I:\boot\bootsect.exe /nt60 L: (Replace I: with your Vista installation disk drive letter and L: with the drive letter of your USB flash drive)
[Vista DVD ROM]:\BOOT\BOOTSECT.EXE /NT60 [USB FLASH DRIVE]:


15. Close the command prompt window.
16. Go to your Vista installation disk select all files and copy them to the USB flash drive
Here’s a full image of the diskpart procedure:


17.For Bootimg: (Dvd Drive)H:\boot\bootsect.exe /nt60 (Pen drive) I: /mbr.
18. Then copy all windows 7 file from cd. Comment is :
XCOPY (DVD DRIVE) H:\*.* /S/E/F (PEN DRIVE) I:\

রবিবার, ১৩ নভেম্বর, ২০১১

Portable Application Directory 

The Portable App Directory™ and Portable App Marketplace™ list free open source software and freeware portable apps. As always, the PortableApps.com Platform, menu, backup utility, launchers, installer, format and other utilities are open source.

শনিবার, ২৭ আগস্ট, ২০১১

How to change the log in email for blogger

Steps as follows:

1. Login to Blogger using your current gmail email address.

2. Click on Settings on Dahboard for the blog you wish to transfer in case you have more than one blog set on blogger. Now, click on Permission under Settings tab.





3. Click on "ADD AUTHOR" under Blog Authors. Now type your second gmail address and click on Invite.

4. Now check your second gmail account and open the message from blogger. Click on the link provided in the email and sign in with your second Google Account to confirm the invitation and start posting to this blog as guest blogger.

5. Follow the step 2 and you will now see your second account as Guest under the Permissions sub tab of Settings. Now click on the "grant admin privileges" and confirm your action to grant the admin rights to your second email.

6. That's it. Now you can delete your first email address or leave it with Guest privileges.

Note: You will have to do the same for every blog you have with blogger.






শুক্রবার, ২৬ আগস্ট, ২০১১

Code To Flow Chart



Create easy to understand flowcharts out of difficult to understand program source code. You can use this tool to document, visualize and understand source code. The program can process C like source code (C,C++,C#,PHP,Perl, Java, Javascript etc.), Pascal like source code (Delphi, Turbo Pascal, Free Pascal etc.) and Basic like source code (Visual Basic, VBScript, QBasic, QuickBasic etc.). The export as PDF file and picture file is supported. You can print out the flowchart and the program will split the printout into multiple sheets if it does not fit on one sheet.