18.7.12

The requested URL /maxsite/install/2 was not found on this serve

Вроде как все поставили и настроили (lamp) и начинаем ставить maxsite и при инсталляции вываливаться ошибка "The requested URL /maxsite/install/2 was not found on this server".
Первое что надо проверить включен ли модуль Apache mod_rewrite:
Подключаем:
$ a2enmod rewrite
$ /etc/init.d/apache2 restart
Изменяем параметры хоста:
$ nano /etc/apache2/sites-available /default
С AllowOverride None на AllowOverride All
Так же внимательно смотрим на .htaccess, тут нужно правильно указать путь к директории сайта.
Дефолтный .htaccess содержит следующее
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|uploads|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L,QSA]
Но в своем большинстве сайт мы устанавливаем не в корне локалхоста (localhost), а определенную директорию,например http://localhost/maxsite/.
Правим выделенные строки в .htaccess на
RewriteBase /maxsite/
RewriteRule ^(.*)$ /maxsite/index.php/$1 [L,QSA]
и все проблемы должны быть решены, по крайне мере мне это помогло ! ;)

16.7.12

Хранение и установки пакетов драйверов с помощью программы (Pnputil.exe)

To run PnPUtil, type a command at the command line by using the following syntax and parameters.
    PnPUtil [/a [/i] InfFileName] [/d [/f] PublishedInfFileName] [/e] [/?] 

Parameters

/a
Adds a driver package to the driver store. The InfFileName parameter specifies the path and name of the INF file in the driver package. For more information about this parameter, see the Comments section later in this topic.
The /a switch has the following optional parameters:
/i
Installs the driver package on matching devices that are connected to the system. The driver package is installed after it is added to the driver store.
Note  When you add a driver package to the driver store by using the /a switch, Windows uses a different name (published name) for the driver package's INF file. You must use the published name of the INF file for the PublishedInfFileName parameter of the /d switch.
/d
Removes a driver package from the driver store. The PublishedInfFileName parameter specifies the published name of the INF file for the driver package that was added to the driver store. For more information about this parameter, see the Comments section later in this topic.
The /d switch has the following optional parameters:
/f
Forces the deletion of the specified driver package from the driver store. You must use this parameter if the specified driver package is installed on a device that is connected to the system. If this parameter is not specified, PnPUtil only removes a driver package if it was not used to install drivers for devices that are connected to the system.
Note  Removing the driver package in this manner will not affect the operation of currently connected devices for which drivers were previously installed from the package.
/e
Enumerates the driver packages that are currently in the driver store. Only driver packages that are not in-box packages are listed. An in-box driver package is one which is included in the default installation of Windows or its service packs.
/?
Displays the command-line syntax.

Comments

The InfFileName parameter of the /a switch is used to specify the name of driver package's INF file. This parameter has the following syntax:
[Drive:\][Path]Filename
Filename can specify one of the following:
  • The name of a single INF file.
  • The names of all INF files or only specific INF files by using the asterisk ('*') or question mark ('?') wildcard characters.
If you delete a driver package by using the /d switch, you must specify the published name of the INF file through the PublishedInfFileName parameter. You can obtain this name through one of the following methods:
  • When the driver package is added to the driver store through the /a switch, PnPUtil displays the published name of the INF file for the driver package within the driver store.
  • Run PnPUtil and use the /e switch to list all the driver packages, together with the published names of their INF files, that are currently within the driver store. For examples of how to use the PnPUtil tool, see PnPUtil Examples.

13.7.12

как удалить пароль symantec antivirus

  1. Нажмите кнопку Пуск, выберите пункт Выполнить и введите в поле Открыть команду regedit. Нажмите ОК.
  2. Найдите следующий раздел реестра: HKEY_LOCAL_MACHINE\SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion\AdministratorOnly\Security
  3. Установите в ноль параметр UseVPUninstallPassword (тип: REG_DWORD)
    Значение: 0 или 1
    1: спрашивать пароль при удалении
    0: нет запроса пароля при удалении
  4. Удалите параметр VPUninstallPassword (тип: REG_SZ)

11.7.12

WinMail.exe занимает всю память.

Программа расположилась  здесь C:\Program Files\Windows Mail\WinMail.exe
Хотя файлы почтовой программы расположены здесь C:\Users\username\AppData\Local\Microsoft\Windows Mail.
Удалил его нафиг, пк успешно загрузился. 

2.7.12

Центр обновлений windows в настоящее время не может выполнить поиск обновлений, поскольку эта служба не запущена. Возможно потребуется перезагрузить компьютер." никаких ошибок с номерами не выдает.

Папка WindowsUpdate повреждена остановите действие автоматического обновления Нажмите Пуск – выберите Выполнить... – в появившемся окне впечатайте services.msc – нажмите кнопку ОК. Откроется окно Службы. Найдите Automatic Updates или Windows Update  (Центр обновления windows)— щелкните строку правой кнопкой мыши и нажмите Стоп.

Переименуйте папку SoftwareDistribution (C:\Windows\SoftwareDistribution)
Когда приложение будет остановлено, нажмите правой кнопкой мыши кнопку Пуск в панели задач Windows и найдите папку Windows. В этой папке найдите папку SoftwareDistribution. Переименуйте ее в SoftwareDistributionold.

Перезапустите автоматическое обновление. После того как папка будет переименована, вернитесь в окно Службы. Снова найдите Automatic Updates или Windows Update (Центр обновления windows)— щелкните строку правой кнопкой мыши и нажмите Пуск.