Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Saturday, March 26, 2011

resume corrupt (incomplete) download in firefox

Copy link from download and re-download file.pause download and go to download location copy name of .part file
delete new .part file and rename your old file to newfilename.part
resume download in firefox.

Thursday, September 24, 2009

Best Looking Desktop EyeCandy : compiz-fusion (compiz )

Compiz is Composite Window Manager for Xwindows system.It uses 3D hardware acceleration to generate extremely good 3D desktop effects.It is very light weight doesn't make much impact on performance.

compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr See here


you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.

some of the best desktop effect that i used are
1.3D desktop Cube
2.Rotating 3D desktop cube
3.Burn animation add on(Windows closed with burning effect)
4.rain desktop effect.
5.Transparent windows
and many awesome effects.......
to see screenshots by Aeolian

http://compizfusion.blogspot.com/search/label/Compiz%20Fusion

for more information visit
www.compiz.org

Saturday, September 19, 2009

Automatic Dialup internet connection on startup or by command line

If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.


Step 1.Select your dial up connection you want to dial for example "dataone" is name of dialup connection in my pc


Step 2. Create a batch file

you have to create a batch file named "dialup.bat" using notepad and write following lines

rasdial "connection name" username password

Connection name is name of your dial up connection
username provided by service provider
password your password provided by service provider

Step 3. Put your file "dialup.bat" in startup folder.

for more information on rasdial command
please type command

rasdial /?

or visit http://technet.microsoft.com/en-us/library/bb490979.aspx

Friday, September 18, 2009

windows XP Cant Detect Hard disk,Vista Preinstalled laptop !

Many beginners have this problem that Windows XP cd cant detect hard Disk in recent Vista installed Sata Hdd laptops.

                           Recent laptops use Sata Hdd in ACHI mode and Windows XP SP2 disk cant detect the Hard Disk in ACHI mode.You need to Change BIOS settings to Disable ACHI mode or SATA mode.

  • Enter Bios.
  • Depends on Your manufacturer you can find IDE or SATA mode for your HDD
  • Change the mode to "IDE" OR disable Sata.
  • press F10 Key and Reboot
I will try to provide specific instruction for some major manufacturers.

Friday, August 29, 2008

How to create Own XP disk

Unattended Windows CD


1 year ago i had formated my system and install a fresh copy of windows XP sp2 its very tedious task to reinstall XP then drivers and updates then general applications and then developers tools.I m thinking about a solution by which i dont need to sit down before system to monitor SETUP and Enter details such as KEY,computer name timejone etc. so i searched internet and find an ultimate resorce to create windos xp CD which contain all settings,key,driver and some application like office suit,Firefox,themes etc and some registry optimization.

Advantages of this Method:
1.You dont need to sit before during full system installation insert a disk and go where you want to go when you return your system is ready with windows XP and drivers with some small softwares.

2.some of the Branded PC come with a recovery discby which you can't do a fresh XP installation you can create a bootable cd from this method.

Requirements: windows XP disc (i386 folder),nlite,dot net framework.

Method:There are two method of creating a Unattended CD
1.manual method.
2.nlite method

i describe Nlite method here
Step1.Install dot net framework then nlite.
link to download nlite is Nlite download page
link to download Dot Net Franework Dot net framework download
2.Copy Windows XP disc in your hard disc in a new folder.
3.start nlite ;browse and locate the folder,nlite detect the service pack automatically.
4.Click on the buttons like that you want to do like Integrate drivers,unattended,create ISO image etc.
5.click next and enter detailes that required
6.At last Nlite prompt for location to save ISO image of your Unattended+slipstreamed driver integrated CD.

Note:before using CD check this Using Virtual PC .

for more information check: www.msfn.org
unattended xp guide http://unattended.msfn.org/unattended.xp/
Sitemap http://unattended.msfn.org/unattended.xp/sitemap

Tuesday, August 26, 2008

change pendrive icon into your photo

you can change icon of your pen drive and CD's to your photo or any other image for this you don't need any special tool
Step1:copy your photo in ".bmp" format.
Step2:open notepad and copy following code

[autorun]
icon=photo.bmp


save as "autorun.inf" in pendrive

remove and insert again you can see your photo as icon of pen drive.

Friday, August 15, 2008

show blinking text


How to show blinking text in your web page


This is a small code of by which you can show blinking text in your web page:



Its also can be used in orkut.

Thursday, August 14, 2008

turn off your pc automatically without any software

To shutdown your computer at a given time without any software open
start menu>run>
and type

at HH:MM:SS shutdown -s

note:HH:MM:SS is time when you want to shutdown computer in hour:min:sec format.

Customize Internet Explorers TitleBar




We can change Internet Explorers title bar like this with the trick.
STEP 1:
Goto Start Menu > Run .
STEP 2:
type GPEDIT.MSC and press Enter.
explorer maintainance>browser user interface>browser title)
STEP 3:
Locate the folder as shown in picture.(User config.>windows setting>internet

STEP 4:
In pop up window click on check box and add title as "your name".

click ok its done you can see changes immediately by opening internet explorer.

Tuesday, August 12, 2008

How to Lock Your Folder without any software in XP

We use many software to lock folder but we can do it manually by a small code(using shell extension).
STEP 1
right click on your folder and click rename.
STEP 2
At the last of the folder name paste add ".{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}".{without quotes}
STEP 3
Press Enter Key and try to open the folder.

Your folder is locked.



UNLOCK PROCEDURE:

TO UNLOCK:We have to rename the folder to "folder name"
Step 1:
open command prompt
 and go to the parent folder

example:  We have l folder d:\sonu\secret

after locking is will become
secret.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}

Go to parent folder of secret which is D:\sonu using command
cd d:\sonu
d:

now you can see list of files and folders using dir.

step2.
Rename the folder to secret..{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}  to secret.

ren secret.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}   secret

Done.

Tuesday, August 5, 2008

download video from youtube,google,etc


Many time we search some video that can be viewed online in a flash player like youtue,
dailymotion etc.You want to download that video.Now you can download any of these video by a software "internet download manager"

You can download "internet download manager" or IDMAN from
internet download manager home

after installing this software,go to the page which contain your video.play video.
after your video start playing right click anywhere in page and click on
"down flv video with idm".

its done.