Posts

Showing posts with the label HELPDESK

Multi core processors,Task manager shows only one core [Solved]

Image
Recently I faced issue with one of my WinXP VM regarding CPU core display in Task Manager. I have assigned Quad Core to XP VM but Task Manager display it as a single core. 4 cores displayed in Device Manager but Task Manager & MSCONFIG /NUMPROC options shows only one core.

Howto enable SSH public key authentication on Ubiquiti AirOS v5.5.8 (e.g. Airgrid, NanoStation2)

About SSH Keys SSH keys provide a more secure way of logging into a Ubiquiti AirOS device with SSH than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force alone. Generating a key pair provides you with two long string of characters: a public and a private key. You can place the public key on any server, and then unlock it by connecting to it with a client that already has the private key. When the two match up, the system unlocks without the need for a password. You can increase security even more by protecting the private key with a passphrase. Step One—Create the RSA Key Pair The first step is to create the key pair on the Aircontrol Server machine (OR it be your computer): ssh-keygen -t rsa

EMC error: An error caused a change in the current set of domain controllers.

Image
When opening Exchange Manangemnt Console you get the following error: An error caused a change in the current set of domain controllers. It was running the command ‘Get-OrganizationConfig’. In the application log you get the following error entries: Event ID: 4 Source: MSExchange Configuration Cmdlet – Remote Mamagment General: Task Get-ExchangeServer writing error when processing record of index 0. Error: Microsoft.Exchange.Data.Directory.SuitabilityDirectoryException: An Active Directory error 0x51 occurred when trying to check the suitability of server ‘dc.mydomain.com’. Error: ‘Active directory response: The LDAP server is unavailable.’ —>

How to add bookmarks in Outlook Email?

Image
In Microsoft Word, the Bookmark feature can help you find or skip to a specific place at ease without scrolling through large blocks of text. Is the Bookmark feature available in Outlook? Of course, Yes! This article will show you how to add bookmarks in Microsoft Outlook, as well as go to or link to a specific bookmark in an email message.

Outlook fails to start with error: 'Microsoft Outlook' exited without properly closing your Outlook data file

Image
Sometimes After shutting down Outlook forcefully and trying to restart it, the following error is displayed: 'Microsoft Outlook' exited without properly closing your Outlook data file. 'Microsoft Outlook' must be restarted. If this error message recurs, contact support for assistance. Outlook then exits Solution: Run  Process Explorer  and choose "Find Handle or DLL" from the Find menu. Search for '.ost'. This will display all open handles to your Outlook data file. Choose to close all handles to your .ost file Start Outlook again optionally - run C:\Program Files (x86)\Microsoft Office\Office14\SCANPST.EXE

Fix for Unable to comment on Youtube videos

Image
On November 6, Google changed its YouTube property to only allow comments from Google Plus accounts. So basically if you want to comment on YouTube videos you must have a Google Plus account; but even after having a valid Google plus account some users face issue that they can't comment on YouTube videos.

Broadband Error Codes

If you are customer of broadband and using Bridge mode (or dialer mode) connection, you must have experienced these or at least some of these errors at least once in your system and then you keep scratching your head that what the hell went wrong when you were doing every thing accordingly. Stop scratching your head, because I am providing the solutions for those errors.                   Though it is a very vast topic but I will touch all the frequent coming error codes. I will take the error codes not according to ascending/ descending order, but according to frequency of error occurrence.

Error 651: How to Fix it in Windows 7/8

Image
If you are a windows user then it is possible that you have Face Error 651 Anytime. There are many windows user who get affected by this error code 651 while working online. If you are one of those windows user, then keep reading this article and carefully read out the following Detailed solutions which I have gathered after researching various websites, articles, forums etc. When using Windows 7 built-in PPPoE wizard with a modem working in bridge mode, it fails and error code 651 appears. The similar problem happens on Windows Vista or previous versions as well. For example, Error code 678 on Windows XP is equivalent to error code 651 on Windows 7. Error code 651 usually occurs when user tries to connect it’s broadband in windows 7 operating system. It shows a message that Your modem (or other connecting devices) has reported an error and Usually the message will be “Connection failed with error 651” .Fix Error 651 In such cases user tries to resta...

how to get process id attached with particular port in solaris

When you need to know process id attached with particular port use below command. pfiles /proc/* 2>/dev/null | nawk ' /^[0-9]*:/ { pid=$0 } /port: 7085 $/ { printf("%s %s\n",pid,$0);}' pfiles /proc/* is retrieving all processes file descriptors details 2>/dev/null is dropping out errors due to transient processes died in the meantime each line starting with a number followed by a colon reports the process id and details, it is stored in the awk pid variable when a line ends with the string port: <portnumber> (here is 7085), the corresponding pid variable is displayed. Note: you need the required privilege(s) to get port information from processes you do not own (root has all privileges).

Configure a client computer time synchronization

Configure a client computer for automatic domain time synchronization Applies To: Windows 7, Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2, Windows Server 2008, Windows Server 2008 R2, Windows Vista Some computers that are joined to a domain are configured to synchronize from a manual time source. Use the following procedure to configure a client computer that is currently synchronizing with a manually specified computer, to automatically synchronize time with the domain hierarchy.

How To Install HP LaserJet 1010 Printer on Windows 7

Image
HP LaserJet 1010 printer is a monochrome laser printer that handles printouts at up to 12 pages per minute for A4 sizes papers. It also delivers its first page out for 8 seconds and has 600 x 600 dpi printing resolution. It has a 150 sheet paper tray capacity and has a priority feed slot. If you happen to own an HP LaserJet 1010 but your desktop happens to have a Windows 7 operating system, then you might find yourself having a hard time installing your HP LaserJet1010 printer on it. That’s why for today’s article, we’re going to teach you on how to install the HP LaserJet 1010 printer on your Windows 7 computer. How To Install HP LaserJet 1010 Printer on Windows 7 Step 1 – Open the the windows taskbar, hover and click the Control Panel. Step 2 – Go to Hardware and Sound then proceed to Devices and Printers. Step 3 – Click add a printer then a window will pop out of your screen. Select and clickadd a local printer. Step 4 – From the list next to the “Use an existing port” then sele...

How to Put Links in Blogger Comments

You know when you try to leave a link in the comments section of Blogger blogs and it never links? There's a way around that. Don't abuse this, obviously, but this  is such a handy little tip, particularly if you want to link to a particular post. 

How to install phpMyAdmin in centos 5.x

In this Section of tutorial you will learn How to install phpMyAdmin in centos 5.4? & How to rectify common installation errors. First try to search package for PhpMyadmin by executing command "yum search phpMyAdmin"  ; if there is no showing phpMyAdmin packet we must install epel package. • rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm • yum install phpmyadmin • after installation visit to : http://192.168.1.1/phpMyAdmin/ • Edit the “root” user with password “password” on php my admin, then Login with username root and password “password”. • Edit the phpmyadmin.conf ; on /etc/httpd/conf.d/phpMyAdmin.conf You will see a lines like below, Comment Line deny from all Alias /phpMyAdmin /usr/share/phpMyAdmin Alias /phpmyadmin /usr/share/phpMyAdmin Directory /usr/share/phpMyAdmin/ order deny,allow #deny from all allow from 127.0.0.1 allow from 192.168.2.0/24 allow from ::1 /Directory

Solution for RSA Host Key verification failed

Image
When making an SSH connection to a machine we've never contacted before, The server presented its host key to the client as part of the initial handshake. On Client when you said 'yes', SSH client saves the server's host key locally in the file $HOME/.ssh/known_hosts. for root user location is /root/.ssh/known_hosts.This file is, effectively, your personal Certificate Authority -- it is the list of all SSH server The next time you connect to this machine, your SSH client will go through the standard steps of verifying the remote machine and allowing you to log in, this time, it did not ask you to verify the key fingerprint at all. That's because the key was in your $HOME/.ssh/known_hosts file. The SSH client actually checks in a few places: The global known hosts file, typically /etc/ssh/ssh_known_hosts. This can be modified by changing the GlobalKnownHostsFile parameter in the ssh configuration file (typically /etc/ssh/ssh_config). The user's known hosts ...

How to add advertisment inside your Blogger Blog header

Image
Some of you have observed that many blogs have AdSense ad Units or other ads and widgets in the header area of the blog page, one of the most popular placement is the AdSense 468x60 ad unit. Unfortunately, we are not always able to add a widget within the blogger header as a Blogger user. The reason is that if we are using the Blogger default template, or any other customized design available online, the header may be locked and have no choice to Add a gadget inside it or just next to the blog title.

Notepad Hang When You Open Large Files

Image
Assume you have a 600MB text file that you need to modify. If you have ever tried to start editing a huge file in Microsoft Windows Notepad, you know that it can be annoying to sit by while Notepad takes hours to start up your computer file. The truth is, Notepad is simply not designed to handle huge information. Attempting to start a huge computer file in Notepad can cause unbearably slow loading time, lagging, and might even force Notepad to close down. SYMPTOMS: You will find following symptoms when you attempt to open large file in Notepad. You may receive the following message when you open a file with Microsoft Notepad: File (filename) is too large for Notepad; use another editor to change the file -or- The following error message may be displayed while you are editing a file in Notepad: Insufficient memory to continue this operation -or- When you attempt to use Notepad to open a large text file, Notepad may seem to stop responding (hang). If you attempt ...

Computer Hardware Chart

Image
There are so many factors a computer geek needs to know. We need to know everything from hardware to software to freeware to groupware — and believe in me, that is not an easy thing. One of the factors that can actually make a computer geek feel dumbfounded are those pc slots at the back of a desktop computer PC. At some point, I’ve always horrible at least twice or three times and puzzled one slot to the other. So, I explored far and wide to find this! Not only does this include slots, but it also features different kinds of RAM, CPU sockets, peripheral cards, power connectors, desktop card slots, hard drive types and processor card sockets and slots. It’s a great source to carry around. I, myself, have one on my phone in case I need it — and I think pc geeks need to know, or at least get familiar themselves, to these elements.

Can't add to favorites in Windows Explorer

Image
Problem Description: I did Clean install of Windows 7 Ultimate. However, I noticed that I cannot add any items under the favorites "star" icon that can be found on the left pane in windows explorer. I tried drag & drop and "add current location to Favorites" but nothing works. I'm not getting any error either which is weird.

13 Easy Steps to Install IIS 7 and Setup a Static Website

Image
IIS 7 in Windows Server 2008 is a completely different entity than it has been in the past. Why to install IIS? The most common answer is because you need a web server that is easy to configure and work with. Finally  Microsoft have created a version of IIS that will compete against Apache for functionality and performance. IIS 7 is a giant step forward for the IIS platform with the following enhancements: Modular Design   – In the past it was an all or nothing install for IIS, but not so anymore. With the ability to only load the modules that you need for server operation you increase both performance and security New Management Interface   – IIS 7 has a completely new interface that allows you to quickly and easily change the settings you need to for each site. Also in this version is the ability to edit all the website settings in a text based configuration file Share tasks with site owners   – If you are hosting multiple sites you can delegate administrativ...

Tab key on the keyboard not working in Windows 7

Image
Are you having problems with your tab key in Windows 7? I know I am! My desktop machine runs Windows 7 64-bit and has been working fine for a months until a few days ago. Suddenly, the tab key would not move me to the next form field in an online form. I though it was odd, so I restarted the browser and it worked once, but then stopped randomly a little while later. I thought it was isolated to the browser, but quickly realized I was having the same tab issue in Word, Outlook and Quickbooks. What a royal pain! I didn’t realize how much I used the tab key until it stopped working! Anyway, after doing some research and messing around with stuff, I figured out what the problem was. In this article, I’ll try to write out the different possible solutions and hopefully your tab key will start functioning properly again. I quickly managed to rule out hardware issues like the keyboard because I switched the keyboard and still had the same problem. This issue is normally a software issue a...