Labels: , ,

This article was written by Ramesh Natarajan. At the The Geek Stuff blog he shares his knowledge and experience on Linux and other Geeky stuff. He has more than 15 years of experience in IT industry and has performed very intensive work on Linux system administration, DBA, Hardware and Storage.


The following 10 items are guidelines more than rules, that I have learned over the years doing intensive work on the IT infrastructure. These guidelines are mostly common sense and can be helpful for anybody who administers an IT system, including Linux/Windows Administrator, Network Administrator and DBA.

1. Keep it simple.
In technology environment, keeping things simple takes lot more effort and maturity than keeping it complex. As an administrator, when it comes to implementing a particular functionality or solving a problem, there are always several options available. It is best to learn all the available options, including the complex ones to understand how it works. However while implementing, try to keep it as simple as possible. The option you choose should be simple and have the following characteristics:
  • Easy to maintain in a long run
  • Does not add additional over head to the system
  • Solves the primary business/technical problem
Whenever you are in a dilemma of whether to choose a bleeding edge technology or proven technology that has been around for a while, always go with the proven technology for production implementation.

Everything should be made as simple as possible, but not simpler. - Albert Einstein

2. Backup regularly
Is both your personal laptop and servers at work, getting backed up regularly? If not, stop everything you are doing now and implement a backup solution on those systems immediately. Seriously! Start planning for your backup right now. Everybody knows that backing up data on a regular basis is critical. Only those who got burnt out on few occasions without having a backup, really understands the importance of having a reliable backup solution. Don't learn the importance of backup after loosing your critical data.

It is only a matter of time, when you'll be in a situation where a system crashed, data got deleted accidentally or laptop with critical data is lost. Spend quality time and implement a reliable backup solution for both your personal laptop and servers at work.

3. Test your backup regularly
I could've combined this as part of rule#2. But, I strongly believe testing the backup deserves special attention. I have seen on several occasions, where administrators thinks they have a valid backup, only to find out during disaster, they couldn't restore from the backup successfully. A backup solution without testing it on a ongoing basis is only as good as not having the backup. Just having faith in the backup that it will work is not good enough. You should have a process to test your production backup every month. You'll have a peaceful sleep at night just by implementing rule#2 and #3.

4. Proactive Monitoring
Are you always working in a fire fighting mode? Is your users calling you to indicate that a system is down or having problem? Experienced administrators knows that they should spend majority of their time implementing solutions to avoid problems, instead of fixing the problems after it happens. Make sure to implement a strong monitoring solution that will monitor and alert you about a problem before it happens. You should never be solving the same issue more than once. Following two points will help you to achieve the proactive monitoring.

Sit and identify all the equipments, services and applications that needs to be monitored through out the enterprise. Define an acceptable warning and critical levels for those systems. Define who should be notified and how often they should be notified and the method of notification. Once you have these identified, spend time implementing a monitoring system.

Despite proactive monitoring, there will be times when you'll be putting out a fire. Once you put off the fire, the first question you should ask yourself: How I could've avoided this issue from happening? Once you have the answer for that, make sure to implement an appropriate monitoring solution to prevent this particular incident from happening in the future.

5. Document Everything
You should document everything that you perform on the system. This is not a pleasant topic for administrators, as most of us hate to write documentation. An experienced administrators knows that documenting the environment and his work is key for his success and growth. I'm not talking about spending several hours creating a huge document with all fancy formatting.

Anytime you implement a solution or fix a problem, just scribble down the high level steps that was performed in a text file. You can simply copy/paste the commands you've executed along with one line description. This in itself is a huge step towards documentation for most administrators who are not used to documenting their work.

Following are some of the primary reasons for documenting every technical activity performed by administrators:
  • Don't learn the same topic twice. When you implement something new, you have spend enough time learning the technology and understanding the steps to implement it on your specific environment. During this process, write down all the steps and refer to those steps the next time you want to perform the same task on a different server.
  • There will be situations when you want to delegate tasks to others. For e.g. when you are going on vacation or when you want to delegate a particular routine task to a junior administrator who is eager to learn. If you had the practice of consistently documenting everything, you can simply pass those text file documentation to the other administrator.
  • Sharing your knowledge with others is one of the efficient ways to grow your knowledge. So, document everything and share with others.
  • Don't waste the valuable RAM space on your brain by remembering everything. Instead off-load some of the items from your brain's RAM to a simple text file and use your brain's RAM to explore new technology.
6. Plan and Execute it well.
When you are implementing a solution, have a clear plan on what you will do next and when. You should be Project Manager for your own tasks and projects. I.e Analyze all the potential risks involved in implementing a solution. Make sure to give sufficient time to test a particular solution. Come up with a clear test plan and get your users involved in testing process. On your next assignment, try the following and see the benefits for yourself. This forces you to think about all the possible scenarios even before you start the project.
  • Write down the objective of your project. I.e What is the problem you are trying to solve. What is your success criteria on this project/task?
  • List down all the tasks required to complete this particular activity and assign appropriate dates for it.
  • Even when nobody is requesting you to complete a project by certain date, hold yourself responsible by putting a completion date for your project/task.
When you really get this implemented on the projected date, give yourself a pat on the back and enjoy your accomplishment. Planning and executing projects well on a consistent basis could potentially become one of a huge motivation factor for administrators to start taking up bigger and complex technology projects.

7. Use Command Line more than GUI
Use the command line as much as possible. Whether you are configuring a VLAN on a switch or setting up LDAP/NIS authentication on a Linux server, always use the command line instead of GUI. Following are the advantages of using command line.
  • You can do things very quickly on command line.
  • GUI prevents you from understanding and learning the functionality happening behind the scenes.
  • Repetitive things can be automated easily using command line.
  • Your brain will have fun and Thank you for it. 
8. Automate repetitive tasks
If you perform a task more than once, you should find a way to automate it. It may be very tempting to do the repetitive tasks manually, as can complete the task quickly and know the exact steps to perform the task. But, avoid this temptation and spend some extra effort in automating the task, which will free-up your mind from thinking about that routine tasks. Once you've automated the tasks, you can use your time effectively in learning other new fun stuff.

9. Support your users and developers
Administrators are technically very sophisticated and sometimes get frustrated with end-users who don't understand technology. But, keep in mind that you have your job mainly because they don't understand technology and need your expertise. When user reports an issue that is totally not related to the system and mainly because of user-error, be nice to the person and explain in a non-technical term about why this is not a system issue.

Sometimes developers may deploy something on the server causing some undesirable results. Don't get mad on them and blame the problem on the developer. Instead, help the developer to identify the root cause of the problem, by providing sufficient data from the system to narrow down the problem.

10. Keep learning and have fun.
If you have mastered the skill on how to do all the above 9 items effectively, you'll have more free time on your hand. Keep learning all the times. Anytime someone reports an issue, be curious and treat it as an opportunity to learn something new. Once in a while step aside your computer and spend quality time with your family. On top of all, have fun and enjoy doing the system administration activities.
Live as if your were to die tomorrow. Learn as if you were to live forever. --Mahatma Gandhi

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

You must be wondering what that ‘C’ before the word “Cleaner” is for? Well, that initially stood for “Crap”. Now it is not so, but the name is still retained as CCleaner. It is a tiny software which helps a great deal in cleaning out junk the easy way.

“Junk” here includes internet browsing history, record of the data accessed by the user since the last logon session, database of thumbnails created by windows, cookies, saved form information, temporary files, clipboard data, auto-complete data, Run MRU list etc. All this stuff is cleaned in one stroke. If you are an advanced user, CCleaner offers an “Advanced Section” where you can also delete prefetch data, Windows cache of all sorts, uninstallers, etc.

Prefetch data is required for fast accessibility of the most used programs. It is stored in the Windows folder on the root drive and its settings can be altered through Windows registry editor. Tweaking such things has been described later in the book.

Get CCleaner for free from filehippo itself. Download and install it. Also try to keep it as a part of your quick launch bar for easy access. Run CCleaner and press the Analyze button to show up the list of files to be deleted, and clean them.

The main reason I included CCleaner in my recommended list of software is because of its versatility. Not only does it clean up unnecessary data, but it also provides tools for a complete cleanup of a machine namely registry cleaner, startup checker, uninstaller, a separate cookie handler, and options for secure or fast deletion. Along with all that, it offers command line parameters to perform a cleanup making your work more easier.

In order to get the full benefit of this utility, use command line parameters. Users can do the cleaning up process on their own. But the purpose of this book is to make things perform faster than they usually do. Using Command line parameters involves writing commands that are part of DOS (Disk Operating System) in a normal text editor and saving them as executable Batch files having the extension .bat. To accomplish this, open Notepad. (It is assumed that CCleaner is installed in the default directory created by its installer i.e., "C:\Program Files\CCleaner\".) This bat file would clean up junk without the user having to open CCleaner, then click on Scan, and then finally clicking on Run Cleaner to get the job done. Copy the code below and paste in Notepad:

@ echo off
"C:\Program Files\CCleaner\ccleaner.exe" /auto

The “@ echo off” command specifies that from the next line onwards the command itself won't be echoed (displayed) on the present command prompt window.
If you have not installed CCleaner in its default directory, you can change the code to suit your need. Let’s say you have installed it in a drive with Drive Label X (where X can be C, D ,E ,F and so on) within a folder called softwares. So your location now would be X:\softwares\CCleaner. So your edited code would become like this:

@ echo off
“X:\software\CCleaner\ccleaner.exe” /auto

That's it.
Save the Notepad file as "Clean Trash.BAT". Now you don't need to open CCleaner at all. Simply run this file and you would see for a millisecond an icon of CCleaner in your notification area and it would disappear quickly as soon as the cleaning is completed.

Secondly there is an additional advantage of creating a .bat file which would clean up your machine and just after that shut it down too, all in one click! To do this, some minor changes have to be incorporated in your bat file and this one should be saved with a name let’s say “Clean Shutdown.bat”.
For the default directory the code would be:

@ echo off
"C:\Program Files\CCleaner\ccleaner.exe" /auto /shutdown

And similarly, for the CCleaner in directory X:\softwares\CCleaner it would be:

@ echo off
“X:\softwares\ccleaner\ccleaner.exe” /auto /shutdown

Download CCleaner Here: http://www.ccleaner.com/download

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

The term “Cloud Computing” implies that you are not presently on the ground and working somewhere...

Perhaps the most essential in the upcoming web world, Java Runtime Environment somewhat forms the backbone of cloud computing. Java, being a new language, still leads the market. This is required for the proper functioning of browsers to display content that is programmed in Java. This runtime environment is available at Sun’s website including updates and patches for Java 2.0.

Most of the general functions of cloud computing are achieved through it. The term “Cloud Computing” implies that you are not presently on the ground and working somewhere amongst the clouds. In technical terms that means you are presently modifying/creating something that is stored somewhere amongst those infinite servers present throughout the world, and the ground in this case is your own personal computer.

It has many advantages. Your file/work is at a minimum risk of getting deleted which may happen if your system crashes some day. Also it gives your work/file the attribute to be universal which means that it can be edited from anywhere in the entire world simply if you are connected to the internet. This is the basis of Cloud Computing, rest it is a complete new world which has infinite applications. Google Docs is a simple example to prove the point. Even some of those online backup sites that offer you free storage at their servers use Java to upload files.

The runtime environment is integrated in the “Java Development Kit” (JDK). Get the latest JDK from the sun’s website given below. JDK gives you the power to program on Java as the development kit has it all including compilers, debuggers, translators, and what else is required for the functioning of a modern programming language.

This can be obtained here:-
http://java.sun.com/javase/downloads/index.jsp

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

There are so many ways to increase web traffic. such as submitting to blog directories or buying links into reputable web directories. 
One of the most important aspects to gaining prominence in Google search results is your ability to generate blog trust. 

Basically, Google will send you more hits as long as it feels your blog can be trusted more than other web sites that might have the same content. Google determines trust by looking at many factors, one of which is how many quality backlinks your site has.

Well, the quality will drop down when you do something that google (not just google, almost all search engines) dont want to..

Never, Ever Spam. 
Spam is flooding the Internet with many copies of the same message, in an attempt to force the message on people who would not otherwise choose to receive it. Most spam is commercial advertising, often for dubious products, get-rich-quick schemes, or quasi-legal services. Spam costs the sender very little to send -- most of the costs are paid for by the recipient or the carriers rather than by the sender. 

 So, if you choose this way to make your website popular... Remeber, Your credibility will be gone before you know it, and with it will go your traffic. 

Don’t Fool Yourself With Traffic Sellers:
Don't get caught up with website generators and internet tricks. All these "black hat" tricks will only work temporarily. Your business needs to be set up for the long term.

Do not be fooled by those traffic sellers promising thousands of hits an hour. What they really do is load up your URL in a program, along with a list of proxies. Then they run the program for a few hours. It looks like someone is on your site because your logs show visitors from thousands of different IPs. What happens in reality is your website is just pinged by the proxy, no one really sees your site. It is a waste of money.

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , , , ,

Windows Vista and Windows 7 can look great when it uses more resource for displaying visual items (which also includes Aero). But at the same time, use of much resources may slow down your system speed. And displaying all the visual items can waste system resources. --  This tutorial is for windows vista and windows 7. If you are looking for Optimizing Display Settings In Windows XP, please follow this link. And if you are looking for removing windows aero effects, read my earlier post -- Remove Windows Aero Effect To SpeedUp Windows Vista
Relevant Links:
Automatically Delete Temporary Files In Windows Vista

Although these options might seem confusing at first, it won’t take you long to get used to the new configurations for DPI scalings in Vista or windows 7.


You can open the Control Panel and open the Appearance and Personalization options (then select Personalize), or you can right-click in the middle of your screen and select Personalize.
These settings allow you to configure most aspects of the Windows UI, including your  screen background (wallpaper), screensavers, window color schemes, sounds, mouse pointers, themes, and display settings. In addition, here is where you configure your Windows Aero settings if your display adapter (video card) supports it.


One of the more useful settings you can change is the Font DPI settings. If you choose Adjust font size from the left side options (see screen shot above), you will see the link for the DPI Scaling utility shown in the following Figure. The default scale is 96 DPI, which might be too small.
The second option is 120 DPI, which many users find to be too large. If you click the Custom DPI option, however, you can use the slider to change the font size to something that suits your specific needs.


As anyone who uses an ultra-portable laptop would know, reading ultra-minimalistic  weblogs with 9px-sized fonts on a high-resolution 1400×1050 display panel spanning  an entire 12× is like an everyday blessing for eye-care companies. Now’s a good time to  invest in the laser eye surgery business.


Whilst desktop monitors have always maintained the adequately readable 96 DPI standard  with LCD displays, pixel-density on laptops has reached as high as 144 DPI, and  that means smaller interfaces and fonts. But who doesn’t want more pixels? The more  pixels, the clearer the image.


Windows Vista (also windows 7)  aims to reduce the negative effects of high-DPI displays by introducing  an updated DPI-scaling engine for the desktop compositor. This allows icons, interfaces  and text to be scaled bigger to compensate for the extra pixels. 
In theory, everything  should look just as crisp and detailed compared to the default 96 DPI. But in practice,  due to lack of vectorized interface elements and icons, it’s not perfect.
When you go to change the percentage of DPI the drop down button only allows you  to select up to 200%. However, if you move the slider you can go as high as 500% (not  recommended, but fun to see). Long Zheng notes that, “Theoretically you would need a  12-inch display with a resolution of 7000×5250 to properly appreciate 480 DPI.”



Relevant Links:


Automatically Delete Temporary Files In Windows Vista

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

Shell folders are special folders that Windows uses to indicate the default location for many types of settings and data. These shell folders may be moved in a bewildering variety of ways: by a right-click Move Here in Windows Explorer, by a registry key edit, or by using TweakUI for XP.

Related Links:
Change The Default Location Of My Documents Folder
Be certain that no documents are open before you start a move process, otherwise the move will be incomplete and your old folder will not be deleted. You will have to close open processes and then manually move any files that were not moved in the move operation. Best to do this right after a logon.

You can just go to My Documents and cut all its content and paste it to  your new location. However, it is not the best idea to move My Documents.  

One way to move My Documents is to right-click the My Documents folder under Desktop in Windows Explorer and select Properties. Move the folder with the Move button. This is the only shell folder that can be moved from its properties tab. 
Be careful to enter the path to the new "My Documents" folder, not to its parent. 
In other words, if you want the new "My Documents" folder to be D:\My Documents, then you must enter that string in the Target box.

To change most shell folder locations immediately and move the contents, right-click the shell folder in Windows Explorer, drag the folder to the new location, release the mouse button, and select the Move Here item. If Windows Explorer complains, then you must use the registry to move the folder location and manually move the contents.

The default user shell folders location In Windows XP is in %USERPROFILE% which is "C:\Documents and Settings\user".
  • Administrative Tools system utilities folder (Shell Folders)
  • Application Data location for applications to store user settings
  • CD Burning location for temporary storage of files for ISO burn
  • Cookies IE cookie folder
  • Desktop desktop shortcuts
  • Document Templates default location for application new document templates
  • Favorites IE URL links
  • My Documents Application default document folder
  • \My Music default music file folder
  • \My Pictures default graphic file folder
  • \My Videos default movie file folder (Shell Folders)
  • SendTo right-click context menu item
  • Start Menu user All Programs menu
  • \Programs user All Programs shortcuts
  • \Startup user logon startup folder
The shell folder locations are in the Registry at HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders and/or in \Shell Folders. Edit the key in User Shell Folders if present. If not, edit the key in Shell Folders. There is no need to edit both keys if both keys are present.

Changing these keys will change the shell folder location but will not move contents. The Administrative Tools and My Video shell folders are located at HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders and are not present in User Shell Folders.

Recent (My Recent Documents) cannot be moved in Windows Explorer, but must be moved in the registry. It is best to leave the Local Settings shell folders alone or change the location in the registry at User Shell Folders. The Temporary Internet Files can be moved in the Internet Options control panel.

The following shared shell folders are located in the All Users profile and are in the Registry at HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders or \Shell Folders. These shell folders are available to any user, but are not network shared. The path is %ALLUSERSPROFILE% and is "C:\Documents and Settings\All Users" by default. Some of these common folders may be moved in Windows Explorer.
  • Common Admin Tools (Shell Folders)
  • Common AppData
  • Common Desktop
  • Common Documents cannot be moved in Windows Explorer
  • \Shared Music cannot be moved in Windows Explorer (Shell Folders)
  • \Shared Pictures cannot be moved in Windows Explorer (Shell Folders)
  • \Shared Video cannot be moved in Windows Explorer (Shell Folders)
  • Common Favorites
  • Common Programs
  • Common Start Menu
  • Common Startup
  • Common Templates
To change the location of some fifteen shell folders without moving contents, use TweakUI for Windows XP; go to My Computer>Special Folders, select the shell folder, and change the location. Contents may then be copied or moved in Windows Explorer.
  • CD Burning
  • Desktop
  • Document Templates
  • Favorites
  • Installation Path Windows Installer default install folder location
  • My Documents
  • My Music
  • My Pictures
  • Programs
  • SendTo
  • Shared Documents
  • Shared Music
  • Shared Pictures
  • Start Menu
  • Startup
Probably the easiest way to approach moving shell folders is to try to move the folder in Windows Explorer. If that doesn't work, then try TweakUI and if it isn't available in TweakUI, then edit the appropriate registry key. Don't forget to move the contents manually if you use TweakUI or the registry to change the location.

Windows Explorer puts special labels on the "My Documents" folder for each user account. For example, if an account full-name is "Marion Robertson" as displayed on the Welcome Screen, the My Documents folder is labeled "Marion Robertson's Documents".

The path for each "My Documents" folder is controlled by account-named keys in HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\DocFolderPaths. Windows Explorer also special-labels the account Recent folder to "My Recent Documents", but I have been unable to find the registry key that controls this behavior in order to restore this special status to Recent folders that have lost the magic.

Remembering the Shell Folder locations
If you move your user shell folders, you should save the registry keys in case you need to re-do the changes after a reinstall. The following commands can be used to save these changes to .reg files that can be right-clicked and "merged" into the registry after a reinstall. The following command will backup the current account user shell folders:

C:\ reg "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" UserShellFolders.reg and to backup the common shell folder locations:
C:\ reg "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" CommonShellFolders.reg

After a re-install, your user shell folders will be in their default location and empty. You need only merge these .reg files to repoint the shell folders to the location where the files are. No files are moved, nor need to be moved.
Taking Ownership of Folders after a re-install
When you reinstall XP, new accounts are created and you may need to "take ownership" of the old shell folders with the new account(s). This is another KWE help file and more information is available in the XP Help and Support Center. You may need to take ownership of your shell folders before you can access the files.

Related Links:

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: ,

I used to be able to see items in my task bar for programs that were running and I could click on them to switch between programs. Lately, though, those items aren't there. The only way I can figure to switch between programs is to use the task manager. How do I get my taskbar "running programs" buttons back?

The task bar is a busy place, and there are lots of things on it; the start button and menu, the quick launch bar (if you have that enabled) and on the far right, the notification area. Most all of those are configurable to some degree, but the area where buttons representing your "currently running programs" is not. It's always supposed to be there, there's no way to turn it off. As a result, no way to turn it on should it disappear.

Well, no obvious way.

• Unfortunately, I have gotten reports of the "running programs" area going away. I have no real idea of how it happens, but, clearly, it does.

Restoring, while not obvious, is not hard. It appears to only need a registry change and a restart of Windows Explorer.

Kelly Theriot, a Microsoft MVP, has a set of tweaks available at Kelly's Korner. Just download this script from kelly Theriot. This will download, a "vbs" (VBScript) program . Just run that script which will, after confirming, reset the Taskbar's properties. Note that several other aspects of the Taskbar will also be reset to their default states, but you should get your "running programs" area back.

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

Here is the list of Microsoft Knowledge Base Article's dealing with Windows Vista Networking, all links will take you to article page on microsoft support site.
325487 -
Advanced network adapter troubleshooting for Windows workstations
899148 -
Some firewalls may reject network traffic that originates from Windows Server 2003 Service Pack 1-based or Windows Vista-based computers
922120 -
Network Map in Windows Vista does not display computers that are running Windows XP
926170 -
The MS-CHAP version 1 authentication protocol has been deprecated in Windows Vista
926180 -
When an IP address changes to a static IP address, a static IP address and an alternate IP address remain on the network interface in Windows Vista
927546 -
You see only four available wireless network connections when you use a USB-based wireless network adapter in Windows XP or in Windows Vista
927831 -
An updated password is not saved for all users when you change the password for an all-user network connection in Windows Vista, and you receive the following error message: "Error 5: Access is denied"
928152 -
You may experience connectivity issues or performance issues when you connect a mobile PC that is running Windows Vista to a wireless access point
928229 -
Third-party network-related programs that use NDIS drivers may no longer function after you upgrade a computer to Windows Vista
928233 -
Windows Vista cannot obtain an IP address from certain routers or from certain non-Microsoft DHCP servers
928429 -
How to connect to a wireless network in Windows Vista
928429 -
How to connect to a wireless network in Windows Vista
928896 -
After you log on to Windows Vista by using the Guest account, the network icon indicates that the network is either disabled or disconnected
928906 -
The "IF_TYPE_PPP" interface type is incorrectly returned by the remote access service when the remote access service establishes a VPN tunnel interface in Windows Vista
929451 -
A client computer that is running Windows Vista registers an old IP address when the GUID of a network adapter changes
929490 -
Windows Vista-compatible third-party virtual private network (VPN) client schedules
929661 -
Connecting to non-broadcast wireless networks in Windows Vista
929707 -
You experience poor video quality or slow performance when you use Windows Media Extender features on a home network that uses a Gigabit Ethernet switch on a Windows Vista-based computer
929829 -
The KMS current count does not increase when you add new Windows Vista-based client computers to the network
929847 -
How to enable computer-only authentication for a 802.1X-based network in Windows Vista
929849 -
TCP/IPv4 is still enabled for a network connection in Control Panel after you run the "netsh interface IPV4 uninstall" command to disable TCP/IPv4 on a Windows Vista-based computer
929853 -
You cannot access network resources and domain name resolution is not successful when you establish a VPN connection to the corporate network from a Windows Vista-based computer
930085 -
When you create a network connection that automatically calls another connection in Windows Vista, incorrect credentials appear when Windows Vista tests the connection
930089 -
Windows Vista may be unable to connect to a Microsoft Broadband Networking Wireless Base Station MN-700 that is configured to use 802.11g
930163 -
In Windows Vista, you cannot access any resources on a remote VPN server after you switch a network connection from one network adapter to another network adapter and then dial a VPN connection
930311 -
Occasional error message on a portable Windows Vista-based computer that wakes from sleep to perform network-related tasks: "STOP 0x0000007E"
930517 -
Message when a device on a Windows Vista-based computer uses a network bridge to access the network: "Connected with limited access"
931671 -
Error message when you put a Windows Vista-based computer to sleep while a PPP connection is active: "STOP 0x0000009F"
931770 -
The copy process may stop responding when you try to copy files from a server on a network to a Windows Vista-based computer
932045 -
Error message when you use a network connection to copy a large file from one Windows Vista-based computer to another Windows Vista-based computer: "The connection has been lost"
932063 -
Several problems occur on a Windows Vista-based computer when you work in a wireless network environment
932134 -
An outdated network router may not function correctly when you use it together with new networking features in Windows Vista
932306 -
How to configure folders to share media with a Media Center Extender
932633 -
A Windows Vista-based computer does not wake from sleep when a PassThru driver is installed
933468 -
You cannot access SMB shares on a corporate network through a Remote Access Service (RAS) connection from a computer that is running Windows Vista
933657 -
You intermittently lose access to network resources if more than one Network Device Interface Specification (NDIS) filter driver is installed on a computer that is running Windows Vista
933872 -
The default gateway setting is lost when you wake a Windows Vista-based computer from sleep
933924 -
The Network Discovery and File Sharing dialog box may be unexpectedly minimized to the taskbar in Windows Vista
934160 -
Error message in Windows Vista when you try to rename a new subfolder in a shared folder on the network: "The folder does not exist"
934430 -
Network connectivity may fail when you try to use Windows Vista behind a firewall device
934539 -
Error message when a system service on a Windows Vista-based computer connects to a system service on another Windows Vista-based computer: "cannot connect to machine"
934555 -
The Wireless Network tile is not displayed in Windows Mobility Center on a mobile PC that is running Windows Vista
935222 -
You cannot connect to a wireless network on a Windows Vista-based computer
935260 -
Network Map is not displayed correctly in Windows Vista when you use DBCS characters in the SSID for the network name
935279 -
802.11g is displayed instead of 802.11n for the wireless network adapter in Windows Vista
935427 -
When you transfer a file between a Windows Vista-based client computer and a file server, Windows Vista stops responding
935755 -
You cannot access a shared network resource that is hosted by a Windows Vista-based computer if the SMB request packet exceeds the MTU size
936211 -
How to troubleshoot network connectivity problems in Internet Explorer
937097 -
Problems with the network, hard disk drive, or storage drivers cause a program to stop unexpectedly in Windows Vista
937123 -
You are not prompted to log on to a wired 802.1X network in Windows Vista
937151 -
You cannot connect to the Internet from a Windows Vista-based computer that uses a local .pac file
937168 -
After you configure Internet Connection Sharing in Windows Vista, the network connection stops working after one-to-two hours
937477 -
After you wake a Windows Vista-based computer from sleep or from hibernation, the network icon in the notification area does not show the correct connectivity status
937624 -
After you turn on User Account Control in Windows Vista, programs may be unable to access some network locations
938000 -
FIX: A network redirect driver may not work correctly in Windows Vista
938062 -
A red "X" appears in the icon for a mapped network drive in Windows Vista, even though you can successfully access the drive
938091 -
After you resolve an offline files synchronization conflict by using the "Keep both versions" option, the conflict occurs again on a Windows Vista-based computer
938106 -
Error message when you synchronize files on a Windows Vista-based computer: "Unexpected Network Error"
938475 -
Error message when you use a Windows Vista-based computer to try to access files on a Windows Vista-based file server: ":\ is not accessible. Insufficient system resources exist to complete the API"
940291 -
Error message when you try to install a program from the network on a Windows Vista-based computer: "Fatal error during installation"
941145 -
Unwanted wake-up events may occur when you enable the Wake On LAN feature in Windows Vista
941542 -
When you try to connect a Windows Vista-based computer to a network printer whose name is not a UNC path, the connection fails
941808 -
After you lock and then unlock a Windows Vista-based client computer, you may be prompted for user credentials before you can access network resources
942541 -
After you use Windows Photo Gallery to display an image in full-screen mode on a Windows Vista-based computer, the image is not displayed on a network projector that is connected to the computer
943451 -
You cannot access a network share on a Unisys MCP server from a Windows Vista-based computer by typing a UNC path that does not include the share name

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

Immediately after microsoft released Windows XP Service pack 3 hundreds of users registered complaints ranging from complete crashes to looping reboots. Similar problems have accompanied previous service packs and are usually the result of conflicting software.
Now, a few days later, its known that many of the reports are specific to HP Computers with AMD processors. Copies of Windows intended for Intel-based machines were used by OEMs on AMD-based computers. According to Microsoft the blame sits squarely on HP and possibly other OEMs

Jesper Johansson, a well respected MVP in Windows Security, has been helpful in identifying this problem and was quoted in a Article from Gregg Keizer of ComputerWorld. The problem is that HP, and possibly other OEMs, deploy the same image to Intel-based desktops that they do to AMD-based desktops. Many of us already know the problems associated with installing the wrong drivers on a system and this is exactly the same situation. Thankfully this problem is restricted to HP desktop models and does not affect their laptops.

In addition to the above problem there is a separate no boot situation specific to the Asus A8N32-SLI Deluxe motherboard, which also is designed for AMD processors. If you are seeing the error code: STOP:0x000000A5 after installing SP3 then you can use a USB flash drive as a temporary fix. Once youve installed a USB flash drive or other secondary storage device you will be able to boot your computer. This certainly is not convenient but will help until the problem is properly solved.

A flurry of fixes immediately after releasing a major service pack is nothing new to Windows users. The unlimited configuration possibilities almost assure there will be some necessary adjustments. Microsoft seems to be reacting quickly this time, with updates coming every day since SP3s original release.

There is no doubt this problem has been rectified now. And bench3 recommends installing Windows XP SP3 at this time.

For those who have already installed this service pack and are experiencing problems, we suggest referencing Microsoft Help and Support document KB888372. In some cases the fix can be as easy as using your Add/Remove programs utility to remove the offending service pack. You can find assistance with SP3 removal from this Microsoft Support Document "How to remove Windows XP Service Pack 3 from your computer". Keep checking with us for updates on this important service pack. 

Reference:

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

If you recently deleted or removed your Anti-virus Software from your system. Or if you upgraded your anti-virus to an earlier version, then you may face this situation on opening your office outlook.
Outlok still tries to launch the removed (anti-virus) add-in and displays the error: 
"The add-in " abc* Exchange Extension" (file name [abc*xch32.dll] / location) cannot be loaded and has been disabled by  Outlook etc etc.," 
The Add-in "Symantec Antivirus 10.1" (C:\Program Files\Symantec Antivirus\vpmsece4.dll) cannot be loaded and has been disabled by Outlook. Please contact the Add-in manufacturer for an update. If no update is available, please uninstall the Add-in

* can be avg or symantec or what ever you previously installed and then removed.

even if you delete any information related to that software from the registry wont clear this error. Outlook Will still display the error.. ok, how to remove this error?
Well, if you are using any version prior ro outlook 2007, follow this step.

In Outlook, go to Tools - Options - Other - Advanced Options
Click on Add-In Manager. Uncheck the add-in that you are not currently using or the one outlook cant load.
And if you are using Office Outlook 2007 or 2010, then follow this step. Just delete  "extend.dat" that will be located in your outlook mail folder. Normally, 

For Windows XP:
C:>Documents and Settings>User Name>Local Settings>Application Data>Microsoft>Outlook and then delete extend.dat 

For Windows Vista And Windows 7:
C:>Users>User Name>Local Settings>Application Data>Microsoft>Outlook and then delete extend.dat.
If you are not sure where your oulook data files are stored. The simplest way to find the folder is, open outlook 2007 - Tools - Account Settings - Data Files - Open Folder. (refer screen shot below)
Delete the file extend.dat
Job done, now restart your outlook and you wont get that error message.

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , ,

Up until Internet explorer 7, deleting various areas of Internet Explorer's history has required multiple steps.... We deleted cookies via one window, history via another, cache via another, password and form data via another.

Internet Explorer 7 introduces a "one stop shop". We are now able to delete Temporary Internet Files, Cookies, History, Form Data and Password from the one window.

As you can see from the screenshot below, we can choose to delete specific information types, or all types at the same time.
Deleting Form data will also delete the Address Bar history (that is, data stored in the registry under HKCU\Software\Microsoft\Internet Explorer\TypedURLs)

In the past, if Internet Explorer's cache of Temporary Internet Files was very large, we were stuck waiting for what could be an extended period of time for the deletion process to finish, unable to do anything else in Internet Explorer.

Internet Explorer 7 allows us to cancel deletion if things are taking too long. But it is recommended that you allow windows to complete its task rather than revoking what we asked windows to do.


Delete Browsing History In One Step In Firefox:
 
Choose Clear Recent History In Firefox
 
Choose Everything From The List. And click clear now.
Job Done!

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com


Labels: , , , , ,

Most of us spend hours online every day. Because you read so much information online daily, You need something to help sift through it all, summarize the highlights, identify content that you haven’t read yet, and get to the point—or you’d never have time to write.

Using RSS (or Really Simple Syndication) in Internet Explorer you can keep track of the websites and blogs that you use most. Now, whenever you find a website that contains information of interest to you, you can always check to see if it has an RSS feed

A feed is typically created by editors of a website to get frequently changing information to readers fast. You’ll find feeds frequently used on news websites and blogs for this reason. For fast reading, a feed is made up of posts, and each post contains only the headline and summary text for the article it represents. 

By using feeds, you can see at a glance if new information has been published to your favorite websites and blogs. And you will be informed of new content sometimes within minutes of the information being published. 
You can view headlines and summaries of articles without having to wade through pop-up advertisements, banner ads, and the like, as these don’t appear in feeds. And, the best part is, the information comes to you—no more clicking my way from site to site just in case there is something new.

Checking for an RSS feed on a webpage

When Internet Explorer detects a feed, the Feeds button Picture of the feeds  button in orange on the Internet Explorer Command bar lights up. If the detected feed hasn't been encountered before, a small gleam is added to the button Picture of the feeds  button with gleam in Internet Explorer 7. If there are no feeds available, the button remains gray Picture of the feeds button in gray. To view an RSS feed, click the Feeds button.

If you’re using Internet Explorer 8, you might see the Web Slices button Picture of the Web Slice button instead. A Web Slice is a piece of an RSS feed that you can add to your Favorites bar to do things like monitor auctions, traffic conditions, or stocks. A website can have both feeds and Web Slices. If the site has both, the Web Slice button takes precedence. 

Some websites, especially news sites, offer more than one RSS feed per page. If more than one feed or Web Slice is available, a drop-down arrow appears next to the button. Click the arrow to see what's available, and then click the feed or Web Slice you want to read.

Here’s how Internet Explorer 7 displays multiple found feeds:
Internet Explorer 8 looks much the same:
When Internet Explorer 8 detects a Web Slice and multiple feeds, it looks like this:
Sometimes a website has a feed, but the feed isn't detected by Internet Explorer. In that case, the Feeds button won't light up. If you come across a website like this, look for and click the special feeds indicator on the page. Most often, the feeds indicator will look like this Picture of feeds indicator appearing as RSS button or this Picture of feeds indicator appearing as XML button or this Picture of feeds indicator appearing as illuminated Feeds button.
Feeds In bench3 Looks Like This:
When you view a feed, you see the headline and summary text of each post in the feed, and you have the opportunity to subscribe to the feed. Subscribing makes the feed available to you in the Favorites Center (click the Favorites Center button in Internet Explorer 7 Picture of the Favorites Center button or the Favorites button in Internet Explorer 8, and then click Feeds).

Subscribing also enables Internet Explorer to begin checking the website automatically for new content. Once you subscribe, new content detected by Internet Explorer automatically becomes available to you in your feeds list in the Favorites Center, so you don’t have to go surfing to find it. In Internet Explorer 8, you can also add feeds and Web Slices to your Favorites bar. For more information see Customize your Favorites bar

Internet Explorer also makes the feeds you subscribe to available to other programs that use feeds. So you can share your feeds with friends even if they don’t have Internet Explorer. To subscribe, simply click Subscribe to this feed. In the dialog box that appears, create or select a folder to save the feed to, and then click Subscribe. You’re good to go.
When you view a feed, you see the headline and summary text for each post in the feed

Downloading feed attachments
RSS feeds sometimes offer attachments such as podcasts for download. But Internet Explorer doesn’t automatically download these because they can require a lot of disk space. For example, each podcast shown in the previous illustration is several megabytes in size. Once you’re certain that you have enough disk space, you can set feed properties to download attachments automatically. To the right of the feeds list, click View feed properties. In the dialog box that appears, select the Automatically download attached files check box.

Feed attachments that have been downloaded are stored by default in the Temporary Internet Files folder and are easily accessed via the View files button. Clicking the View files button opens a Windows Explorer window, which you can then use to move the file to your preferred storage folder or portable media device.
Internet Explorer can download feed attachments automatically if you want, but be careful—you can go through a lot of bandwidth this way

Checking for new content
Once you subscribe to a feed, you can change how often you want Internet Explorer to check for new content. To the right of the feeds list, click View feed properties. In the dialog box that appears, select the Update schedule options that you want.

By default, Internet Explorer checks for new content once each day. You might prefer to set Internet Explorer to check a website more often, especially if its content is updated throughout the day. A check for new content can occur as often as every 15 minutes and will take place even if Internet Explorer is not running. 

Some websites restrict how often subscribers can check for updates to ensure that their servers are not overloaded by the demands of what could be millions of viewers. If such a restriction is in place on a feed, Internet Explorer adjusts the automatic update schedule for that feed to match the specified minimum interval.

You can also control how many posts are stored on your computer (per feed). By default, Internet Explorer saves the 200 most recent posts, although it is possible to archive up to 2,500 posts per feed. If your website of choice is updated quite often, and you want the rapidly changing content to be available to you for an extended period of time, you might want to increase the archive limit. If, on the other hand, disk space is limited or a feed includes a lot of attachments (such as downloaded podcasts), you might want to limit the number of articles that are archived for that feed. 

Keeping things tidy
If you’re like me, you will eventually accumulate a large number of feeds. That’s why I strongly recommend that you create folders to store them in. To do this, click the Favorites Center button in Internet Explorer 7 Picture of the Favorites Center button or the Favorites button in Internet Explorer 8, click Feeds, right-click in the Favorites area, and then click Create New Folder. Type a name for each folder you create. To sort your existing feeds, simply drag each one into a folder.

The goal is to have as much information as possible available to you without needing to scroll up and down the screen. Feed names and folder names appear bold when there are unread posts present. By sorting all of your feeds into folders, you make it easy to see at a glance where, amongst all of your subscriptions, there is something new awaiting your attention. 

Sort, filter, and search

With Internet Explorer, you can filter a feed to display either new posts only or all posts by clicking All or New to the right of the feeds list. You can also sort headlines by date, title, or author, and by category. And there is a search box that you can use to display only posts that contain your search word (from the posts that are currently on display). Note that the search box does not search hidden posts, such as posts that have already been read, until you change your view setting to All.

Let’s say, for example, that I have subscribed to an international news feed, and I want to see only those posts that mention the word Australia. As you can see from the illustration that follows, there are 10 posts available on my Reuters feed. But by typing the word Australia into the search box, only one post is present in the feeds list.

Special stuff for Windows Vista users

One of the great things about RSS feeds in Internet Explorer is that your subscriptions can be accessed by programs other than Internet Explorer. For example, the Feed Headlines gadget in Windows Vista gives you immediate access to your RSS feeds right from Windows Sidebar. This gadget automatically scrolls through the posts that are available for viewing. Simply click a headline to view the post. You can set the gadget to display all feeds, a single feed, or only feeds in a particular folder. For more information, see Windows Sidebar and gadgets (overview).
Keep an eye on your feeds with the Feed Headlines gadget even when Internet Explorer is closed

Backing up your feeds

By now, you’ve probably put a lot of effort into finding your feeds, subscribing, and sorting them all into folders, so let’s make sure that you back up all that hard work. On the menu bar (tap the ALT key if the menu bar is not in view), click File, and then click Import and Export. Use the Import/Export Wizard to import (or export) your feeds. The backup file is surprisingly small and easily stored, even if you subscribe to hundreds of feeds.

Once you start using RSS feeds to gather information from your favorite websites, you’ll see, as I did, how it can make an amazing difference to your online experience, helping you sort through the most mind-boggling amount of information in a short period of time.

Also Read:

Haja is currently working in a multi-disciplinary role that combines programming including, SAP Administration, Network Management, and System Administration. He is passionate about Technology and this blog is his platform for sharing his ideas. If you like this post, Please leave a comment. And if you have any queries, mail to help @ bench3 . com