زکات علم

زَکاةُ العِلمِ أن تُعَلِّمَهُ عِبادَ اللّه‏ِ امام باقر (ع)
زکات علم

مطالبی در زمینه کامپیوتر و علاقه مندی های شخصی من مطالب این وبلاگ غالبا مطالبی ست که در جای جای اینترنت کتاب یا دانشته های شخصی خودم می باشد که به عنوان مرجعی برای رجوع دوباره در اینجا جمع آوری شده اند .
ehsunitd.ir personal website

پیوندها

i have window 7 64bit when i try to right click mouse it take while to response, this is for any program IE or visual studio SQL server even if sometime desktop 

has any one face this before or has any solution? 

Hi,

1st do these to clear corruption and repair/replace damaged/missing system files.

Run DiskCleanup - Start - All Programs - Accessories - System Tools - Disk Cleanup

Start - type in Search box -  COMMAND   find at top of list -  RIGHT CLICK  -  RUN AS ADMIN

sfc /scannow

How to Repair Windows 7 System Files with System File Checker

http://www.sevenforums.com/tutorials/1538-sfc-scannow-command-system-file-checker.html

How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program

generates in Windows Vista cbs.log (Windows 7 too)

http://support.microsoft.com/kb/928228

Then run checkdisk - schedule it to run at next start and then Apply OK your way out then restart.

How to Run Disk Check in Windows 7

http://www.sevenforums.com/tutorials/433-disk-check.html

-----------------------------------------------

2nd - Troubleshooting Context Menu (Right Click) issues are a process of elimination exercise.

Right-click is slow or weird behavior caused by context menu handlers

http://windowsxp.mvps.org/slowrightclick.htm

and here :

Manage the context-menu entries for files, folders, drives and Namespace objects

http://windowsxp.mvps.org/context_folders.htm

The ShellExView utility displays the details of shell extensions installed on your computer, 

and allows you to easily disable and enable each shell extension. 

http://www.nirsoft.net/utils/shexview.html

ShellMenuView is a small utility that display the list of static menu items that appeared in 

the context menu when you right-click a file/folder on Windows Explorer, and allows you 

to easily disable unwanted menu items. 

http://www.nirsoft.net/utils/shell_menu_view.html

How To Edit Or Remove Items From The Right Click Menu.

http://www.winvistaclub.com/e11.html

Hope this helps.

  • ehsan gholami

The title of this page is one of the most inaccurate statements in the world. This is because my view of the World Wide Web might not be your view of the World Wide Web. Nevertheless, there's a selected number of websites that have really impressed me with their overall feel, functionality and usefulness, the uniqueness of design and the quality of content.

The websites are divided by their categories, as I see them. All of the categories and websites links can be found on this page. For easier navigation, use the category links to jump between them. I will try to keep in pace with my tight daily schedule and add one new website every few weeks. If you have websites that you feel like might be worthy of inclusion, don't hesitate toContact me. Enjoy!

  • ehsan gholami

Table of Contents:

  1. Backup software
    1. File backup software
    2. Imaging software
  2. Browsers
  3. Console (Terminal) utilities
  4. Emulators
  5. Encryption
  6. Forensic tools
  7. FTP clients
  8. HTML editing
  9. Image manipulation

    1. Digital cameras
    2. Image suite
    3. Viewers
    4. Web cameras
  10. Instant Messaging & Video conferencing
  11. Live CDs (best choices)

    1. Other useful distributions
  12. Mail clients
  13. Multimedia

    1. CD/DVD burning
    2. Conversion tools - Audio
    3. Conversion tools - DVD & Video
    4. Conversion tools - all categories
    5. Desktop recording & presentation software
    6. Players - Audio
    7. Players - Video
    8. Players - all categories
    9. Subtitles
  14. Office applications

    1. LaTeX-based text processors
    2. Office programs & suites
  15. Partitioning software
  16. Peer-to-Peer sharing
  17. Rescue & Recovery
  18. Security

    1. Firewalls
    2. Network scanners
    3. Rootkit tools
    4. Traffic sniffers
  19. Virtualization
  20. Users' recommendation
  • ehsan gholami

dmidecode -t 16 

cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l

cat /proc/cpuinfo | grep "cpu cores" | uniq

cat /proc/cpuinfo | grep "^processor" -c

cat /proc/cpuinfo | grep "model name" | sort | uniq

cat /proc/cpuinfo | grep "cpu MHz" | sort | uniq

lshw -class memory|less

  • ehsan gholami

وسط چینی افقی با CSS

برای این کار باید مقدار خاصیت Margin را در استایل خود برابر Auto 0 قرار بدید. در این صورت المان HTML در وسط والد خود قرار میگیرد. در صورتی که آن در لایه های داخلی ستونی غیر وسط نباشد در وسط صفحه قرار میگیرد. همینطور اگر آن تگ زیرمجموعه تگ body باشد در وسط صفحه جای خواهد گرفت.

  • ehsan gholami

There are several Facebook Social Plugins you can implement on your WordPress site. The entire list can be found here
Here are the steps I took to place a Facebook Like Box plugin on my site.

  • Go to the Facebook Like Box webpage
  • Enter your Facebook BUSINESS PAGE URL (no personal page)
  • Click the “Get Code” at the bottom
  • Click to select iFrame code
  • Copy and paste code in a TEXT widget, or page/post on your wordpress site

  • ehsan gholami

How to Install PHP on IIS 6 for Windows Server 2003

One of most popular development platforms on the web is PHP which powers many popular applications and sites such as Facebook, WordPress and Joomla. While most of these systems are ‘designed’ to be used on a Linux system running the Apache Web Server, you can deploy PHP applications via IIS 6 on your Windows Server 2003 system.

Configuring PHP

In order for Windows to run PHP code, the PHP binary files need to be copied to your system. No installation is required, however some configuration must be done in order for it to properly run. The first step is to download the PHP Windows Binaries and extract them (i.e. ‘C:PHP’). For IIS 6, the non thread safe binaries should be used.

image

  • ehsan gholami

Internet Information Services 6 (IIS 6) is a powerful platform for hosting web sites on both the public Internet and on private intranets. Creating and configuring web sites and virtual directories are bread-and-butter tasks for IIS Administrators, and in this article we'll walk through the process of doing this using both the GUI (IIS Manager) and using various scripts included with Windows Server 2003. The seven specific tasks we'll walk through will include:

  • Creating a Web Site
  • Creating a Local Virtual Directory
  • Creating a Remote Virtual Directory
  • Controlling Access to a Web Site
  • Configuring Web Site Logging
  • Configuring Web Site Redirection
  • Stopping and Starting Web Sites

For sake of interest, we'll explain these tasks in the context of a fictitious company called TestCorp as it deploys IIS for its corporate intranet.

Preliminary Steps

Unlike earlier versions of Microsoft Windows, IIS is not installed by default on Windows Server 2003. To install IIS, open Manage Your Server from the Start menu and add the Application Server role:

  • ehsan gholami

Error Message: ‘Directory Listing Denied’

When a default page inside of a web directory is not set, not present or custom named, this error message will be returned: ‘Directory Listing Denied. The Virtual Directory does not allow its contents to be listed.’ This article will walk you through ensuring that a default page is set correctly.

Step 1

Open IIS by navigating to Start -> Administrative Tools -> Internet Information Services (IIS) Manager.

kb-GLOBAL_ACCESS-IIS

Step 2

  • ehsan gholami

This topic describes 3 methods for installing IIS:

Using the Configure Your Server Wizard.

Using Add or Remove Programs from Control Panel.

Using unattended setup.

This topic also lists the directories created on install, describes the IIS initial configuration backup, and briefly describes IIS optional components.

  • ehsan gholami