9/23/12

NFS mount error - CentOS

If you're retrieving:  "clnt_create: RPC: Program not registered"
when you're trying to view mounted NFS folder (/nfsshare) on the local server by running:

[root@server]# showmount localhost -e

Follow the steps bellow to fix this issue:

// Check the exports file for the mounted (/test) directory
[root@server]# vi /etc/exports

You should see something like the following:
/nfsshare                  *(rw, sync)

// Check that the nfs service is running
[root@server]# service nfs status

If you're getting error than your nfs service is not running

// Restart the nfs restart
[root@server]# service nfs start

You should see the following:
Starting NFS services:    [ OK ]
Starting NFS mountd:      [ OK ]
Stopping RPC idmapd:   [ OK ]
Starting RPC idmapd:     [ OK ]
Starting NFS daemon:    [ OK ]

Now the command should work fine :)


2/23/12

How to fix Scheduling Assistant didn't show Free\Busy information


If you are working in Outlook 2007 and it does not show the available times for users in the Scheduling Assistant, and you getting the following error: "Your server location could not be determined. Contact your administrator".

Follow the instructions below to solve this:
  • Close the Outlook Program
  • Click on Start > Run > 
  • Type regedit in the open box
  • Browse to the following path: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Calendar
  • Right click on Calendar > New > Dword (32-bit) Value
  • Name it: UseLegacyFB
  • Open the UseLegacyFB > set it with the value: 1



12/18/11

Windows Key Shortcuts

On the list below you can find a useful windows key shortcuts:
You can use this keys only on Windows keyboards
(To check if you are working on Windows keyboard check if  you have Win Key on your keyboard - Its located between the Ctrl and Alt keys):

Win key





Win key - Displays the Start Menu
Win key + D - Minimize all your open windows (if you click on the keys again it will restore all the windows back to their last state)
Win key + E - Open the Windows Explorer window
Win key + L - Locks your machine
Win key + F - Open the Find files window
Win key + R - Displays the Run command window
Win key + TAB - Switching between the open windows (Aero mode)
Alt + TAB - Switching between the open windows (Standard mode)
Win key + U - Displays the Utility Manager window
Win key + PAUSE - Displays the System Properties window


Control Panel Tools (*.cpl files)

Each tool in Control Panel is represented by a *.cpl file in the Windows\System32 folder. The .cpl files in the Windows\System32 folder are loaded automatically when you start Control Panel.
Instead of opening the control panel with all the tool you can open specific tool by using the *.cpl file from the command line.


On the list below you can find useful *.cpl file (command line shortcuts).
To run this commands open the run window (Win Key + R)




or run them from the search line (Win Key):




Appwiz.cpl - Add/Remove Programs properties
Desk.cpl - Display properties
Inetcpl.cpl - Internet properties
Intl.cpl - Regional Settings properties
Joy.cpl - Game controllers properties
Main.cpl - Mouse properties
Mmsys.cpl - Sound properties
Ncpa.cpl - Network properties
Sysdm.cpl - System properties and Add New Hardware wizard
TimeDate.cpl - Date/Time properties
Firewall.cpl - Windows Firewall properties
Hdwwiz.cpl - Device Manager
Wscui.cpl - Action Center

  

11/4/11

How to add the Facebook Stream to your Google+ Profile

The Facebook for Google+ extension allows you to see your Facebook stream inside Google+.

Follow the instructions below to install the Facebook for Google+ extension:
  • Click on this link to open the Google Web Store
  • Click on the + ADD TO CHROME button (placed on the  top of the right\left corner)
  • On the Confirm Installation windows click on the Install button
  • Log in to your Google+ account
  • Click on the Facebook tab
  • Log in to your Facebook account to get your Facebook Stream in to your Google+ account.

10/18/11

How to copy your profile to the Default user profile

In Windows 7 Microsoft decided to disable the ability to copy profiles to the Default profile. The only profile that can be copied is the “Default” profile itself! This prevents to customize a profile and make it to be the Default profile.

Follow the instructions below to bypass this block:

Enable the Show hidden files option

  • Click on the Start button > Control Panel 
  • Click on the Folder Options 
  • Select the View tab 
  • Under Files and Folders \ Hidden files and folders
  • Select the "Show hidden files, folders, and drives" option

  • Click on the OK button


Download and Run the Windows Enabler application:


  • Download and Save the Windows Enabler from this link to your preferred location 
  • Unzip the WindowsEnabler.zip file 
  • Run the Windows Enabler.exe
  • On the Task Bar you will see the following icon
  • Click on the icon and it will be changed to the following icon


Copy your customized profile to the Default profile:


  • Click on Start > Right click on Computer > Properties
  • On the left menu Click on the Advanced System Settings option
  • Under Advanced tab > User Profiles > Click on the Settings... button
    • Select your profile and Click on the Copy To... button (Its looks like a disabled button)
    • The Copy To... button will turn to be enabled



    • Click on the Browse button
      • Open the C: drive > Open the Users folder > Select the Default folder



      • Click on the OK button > and again.
      • Click on Yes button on the Confirmation Copy window

                

      10/9/11

      How to remove the csrcs.exe or csrsc.exe virus from your machine

      csrsc.exe is a process which is registered as W32.Spybot.CF Virus. 
      DO NOT confuse it with csrss.exe which is an important file used by Windows.
      The attackers of this virus can access our computer and gain access to some important data remotely.


      Follow the Steps bellow to remove this virus:

      • Scan the system with a good and updated Anti Virus.
      • Open the Task Manager with the Ctrl + Shift + Esc keys, locate the following exe file csrcs.exe or csrsc.exe but not csrss.exe, and kill the process\es.
      • Click on Start > Run > 
      • Type msconfig in the open box



      • Go to the Startup tab.
      • Locate the exe file (csrcs.exe or csrsc.exe), if any, and unmark it. 
      • Search the file in the C:\ drive.
      • Permanently delete the file (csrcs.exe or csrsc.exe only) from the computer.
      • Navigate to the following registry location:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\

      • On the right side, Locate the key named “Shell”, it may be having a value “explorer.exe csrcs.exe”.
      • Modify it to delete the csrcs.exe from it (not explorer.exe).
      • Reboot the PC for changes to take place.