Google Pagerank Button
Tuesday, March 27, 2007
MyPagerank.net provides free service to create Google PageRank button. You need to provide the web site url and it will create html code. They have 7 types of display format.
LinNeighborhood
Monday, March 26, 2007
LinNeighborhood is a free software to browse shared folders on microsoft networks and mount them using SMB protocol. It requires the Samba software client to be installed on the host system.
Download
Screenshot
Download
Screenshot
Repair Winsock
Friday, March 23, 2007
Sometimes corrupt Winsock settings create internet connectivity problems. WinSock XP Fix is a quick little utility which will repair the winsock configuration.
Winsock can be repaired from command line as well.
netsh winsock reset catalog
To learn more about winsock please read this page
http://support.microsoft.com/?kbid=811259
Disclaimer: Any support you choose to take here is completely at your own risk.
Winsock can be repaired from command line as well.
netsh winsock reset catalog
To learn more about winsock please read this page
http://support.microsoft.com/?kbid=811259
Disclaimer: Any support you choose to take here is completely at your own risk.
Webmin
Friday, March 16, 2007
Webmin is a web-based system configuration tool for *nix systems. It is available for free of charge.
The perl5 should be installed before installing the webmin. By default, webmin runs on TCP port 10000.
Supported Operating Systems
The perl5 should be installed before installing the webmin. By default, webmin runs on TCP port 10000.
Supported Operating Systems
DOS Network Commands
netstat
ping
tracert
nbtstat
route
arp
ipconfig
finger
net
nslookup
pathping
Type command /? to know description & usage of the commands.
ping
tracert
nbtstat
route
arp
ipconfig
finger
net
nslookup
pathping
Type command /? to know description & usage of the commands.
Add Real Time Chat to Website or Blog
Thursday, March 08, 2007
The following services let you add live chat feature in your web pages or blog.
Gabbly
See Demo
Meebo Me
See Demo
Gabbly
See Demo
Meebo Me
See Demo
Remove Spyware
Please run these softwares to remove spyware/adware/malware/virus from the system. Please update them prior to running and run in safe mode.
1. HijackThis (Get scan log analysis done automatically from hijackthis.de)
2. Spybot - Search & Destroy
3. Ad-Aware SE Personal
4. WinPatrol (Look under 'File Types' & 'Hidden Files' for suspicious items)
5. Anti Virus (I prefer AVG Free Edition)
1. HijackThis (Get scan log analysis done automatically from hijackthis.de)
2. Spybot - Search & Destroy
3. Ad-Aware SE Personal
4. WinPatrol (Look under 'File Types' & 'Hidden Files' for suspicious items)
5. Anti Virus (I prefer AVG Free Edition)
Virtual Appliance
Tuesday, March 06, 2007
Virtual appliance is a minimal configured virtual machine image designed to run under virtual machines.
You can find more information from the following pages.
http://en.wikipedia.org/wiki/Virtual_appliance
http://www.vmware.com/vmtn/appliances/
You can find more information from the following pages.
http://en.wikipedia.org/wiki/Virtual_appliance
http://www.vmware.com/vmtn/appliances/
Set IP Address from Command Prompt
Sunday, February 25, 2007
Netsh ulility is available in Windows Server 2000, Windows XP Professional & Windows 2003 Server to configure IP properties of a Network Interface Card (NIC).
Set Static IP
netsh interface ip set address local static IP_address subnet_mask gateway metric_of_gateway
You will find the interface name from Start - Control Panel - Network Connections.
Set NIC DNS setings
netsh interface ip set dns local static IP_addressprimary
Configure NIC to get IP settings from DHCP Server
netsh interface ip set address local source=dhcp
netsh interface ip set dns local source=dhcp
Set Static IP
netsh interface ip set address local static IP_address subnet_mask gateway metric_of_gateway
You will find the interface name from Start - Control Panel - Network Connections.
Set NIC DNS setings
netsh interface ip set dns local static IP_address
Configure NIC to get IP settings from DHCP Server
netsh interface ip set address local source=dhcp
netsh interface ip set dns local source=dhcp
mailto command
The mailto Command is used to write email link in the web page.
A typical email link will be like any anchor link but mailto is used instead of href.
href="mailto:abc@xyz.com"
If you want to send to more than one person then separate the email addresses with a comma.
mailto:abc@xyz.com,info@abc.com,xyz@mymail.net
To send a carbon copy (cc), mailto link will be
mailto:abc@xyz.com?cc=info@abc.com
To send a blind carbon copy (bcc), mailto link will be
mailto:abc@xyz.com?cc=info@abc.com&bcc=xyz.mymail.net
We can also specify subject & body information.
Subject - mailto:abc@xyz.com?subject=hello
Email text - mailto:abc@xyz.com?subject=hello&body=email text
If you want to add multiple elements (cc, bcc, subject, body), separate the second and subsequent elements with an ampersand (&).
A typical email link will be like any anchor link but mailto is used instead of href.
href="mailto:abc@xyz.com"
If you want to send to more than one person then separate the email addresses with a comma.
mailto:abc@xyz.com,info@abc.com,xyz@mymail.net
To send a carbon copy (cc), mailto link will be
mailto:abc@xyz.com?cc=info@abc.com
To send a blind carbon copy (bcc), mailto link will be
mailto:abc@xyz.com?cc=info@abc.com&bcc=xyz.mymail.net
We can also specify subject & body information.
Subject - mailto:abc@xyz.com?subject=hello
Email text - mailto:abc@xyz.com?subject=hello&body=email text
If you want to add multiple elements (cc, bcc, subject, body), separate the second and subsequent elements with an ampersand (&).
Track Email
Saturday, February 24, 2007
We always wished to have some kind of acknowldegement that our email has been read. There are many sites which provide this service along with more features.
ReadNotify.com
E-mailSecure
pointofmail.com
DidTheyReadIt
MSGTAG
Microsoft Outlook Express also have a feature to get a receipt of mail being opened.
Click Tools- Request Read Receipt
ReadNotify.com
E-mailSecure
pointofmail.com
DidTheyReadIt
MSGTAG
Microsoft Outlook Express also have a feature to get a receipt of mail being opened.
Click Tools- Request Read Receipt
Missing NTLDR or NTDETECT.COM not found
Sunday, February 18, 2007
This error occurs when there is bad shutdown or the NTLDR and NTDETECT.com files get corrupted.
Boot with windows xp cd and go to recovery console. (Press 'R' to access recovery console.)
Login to the windows installation and copy the files NTLDR and NTDETECT.COM from the i386 folder to c drive.
C:\> copy x:\i386\NTLDR c:\
C:\> copy x:\i386\NTDETECT.COM c:\
Replace x with the cd drive letter.
Type 'restart' to reboot the system.
Disclaimer: Any support you choose to take here is completely at your own risk.
Boot with windows xp cd and go to recovery console. (Press 'R' to access recovery console.)
Login to the windows installation and copy the files NTLDR and NTDETECT.COM from the i386 folder to c drive.
C:\> copy x:\i386\NTLDR c:\
C:\> copy x:\i386\NTDETECT.COM c:\
Replace x with the cd drive letter.
Type 'restart' to reboot the system.
Disclaimer: Any support you choose to take here is completely at your own risk.
Cannot Delete File
We often get a message "Cannot delete/rename file ...." and its been used by another person or program.
Unlocker is a useful tool which will solve the problem.
Simply right click the file or folder you want to unlock and select Unlocker. A window will appear with a list of processes locking the file or folder. Select the locks and click Unlock.
Unlocker is a useful tool which will solve the problem.
Simply right click the file or folder you want to unlock and select Unlocker. A window will appear with a list of processes locking the file or folder. Select the locks and click Unlock.
IMEI Number
Saturday, February 10, 2007
The International Mobile Equipment Identity (IMEI) number is used to identify the device. It is unique to every GSM and UMTS mobile phone.
Dial *#06# to display the number.
Dial *#06# to display the number.
Use Old Blogger Templates in New Blogger
Friday, February 09, 2007
1. Login to Blogger with your Google account.
2. Click Dashboard.
3. Choose blog to be edited & click Layout.
4. Choose the template tab and click Edit HTML.
5. Scroll down to the bottom of the page and choose Revert to Classic Template.
6. Paste the template code.
7. Click Save Template.
2. Click Dashboard.
3. Choose blog to be edited & click Layout.
4. Choose the template tab and click Edit HTML.
5. Scroll down to the bottom of the page and choose Revert to Classic Template.
6. Paste the template code.
7. Click Save Template.
Improve Sound Quality
Thursday, February 08, 2007
DFX plug-in improves the sound quality of MP3, Windows Media, Internet radio, and other music files. It is available as plug-in for Windows Media Player, Musicmatch, Real Player, J.River Media Center, Winamp & Yahoo ! Music Jukebox.
You can read more on this page.
http://www.fxsound.com/dfx/index.php
Download
You can read more on this page.
http://www.fxsound.com/dfx/index.php
Download
Test configuration without restarting X (Ubuntu)
sudo xinit -- :2
Press ctrl+alt+F9 (Virtual Console) to see the result.
Press ctrl+alt+F9 (Virtual Console) to see the result.
Display web site logo on the address bar
You need a logo of size 16x16 pixels in the windows icon file format (.ico).
Include the following link between between the head and /head tags.
<link rel="SHORTCUT ICON" href="logo.ico">
If you have placed the icon file in other than root directory then use this
statement.
<link rel="SHORTCUT ICON" href="/directory_path/logo.ico">
Include the following link between between the head and /head tags.
<link rel="SHORTCUT ICON" href="logo.ico">
If you have placed the icon file in other than root directory then use this
statement.
<link rel="SHORTCUT ICON" href="/directory_path/logo.ico">
Subscribe to:
Posts (Atom)