5 нояб. 2010 г.

samsung s5230 JSR-82

Есть ли в samsung gt-s5230 JSR-82?

Options
Send / Receive SMS by Java (WMA JSR-120) Yes
Mobile Media API Version (MMA JSR-135) 1.1
MMA can take photos Yes
A midlet can use Bluetooth (JSR-82) Yes
Supports 3D graphics (JSR-184) Yes
Geographical positioning with Java (Location API JSR-179) null

Возможно да ;)

29 окт. 2010 г.

установка OpenVPN в CentOS 5.5

Устанавливаем:

$>yum install yum-prio*

Качаем:
$>wget http://download.fedora.redhat.com/pub/epel/5Server/i386/epel-release-5-4.noarch.rpm
Устанавливаем:
$>rpm -Uvh epel-release-5-4.noarch.rpm

Set priority for the EPEL repository (устанавливаем приоритет)
Add priority=3 to the end of the [epel] section

Устанавливаем OpenVPN:
$>yum install openvpn

27 окт. 2010 г.

mount: mount to NFS server failed: System Error: Connection refused.

Один из вариантов возникновения ошибки:
mount: mount to NFS server failed: System Error: Connection refused.


при подключении к самому себе.
на localhost работает на внешний адрес - нет

проверяем:

[root@vxen log]# mount -v -t nfs 192.168.0.24:/iso /mnt/nfs
mount: Unable to connect to 192.168.0.24:111, errno 111 (Connection refused)
mount: trying 192.168.0.24 prog 100003 vers 3 prot tcp port 49146
mount: Unable to connect to 192.168.0.24:49146, errno 111 (Connection refused)
mount: mount to NFS server '192.168.0.24' failed: System Error: Connection refused.

[root@vxen log]# netstat -anp |grep 111
tcp        0      0 127.0.0.1:111               0.0.0.0:*                   LISTEN      5607/portmap
udp        0      0 127.0.0.1:111               0.0.0.0:*                               5607/portmap

[root@vxen etc]# tail /var/log/messages
Oct 27 13:56:38 vxen portmap[10632]: Only binding to LOOPBACK address!

нам надо на все

[root@vxen etc]# cat /etc/sysconfig/portmap
PMAP_ARGS=-l
[root@vxen etc]# vi /etc/sysconfig/portmap

комментируем #PMAP_ARGS=-l
проверяем:

[root@vxen log]# netstat -anp |grep 111

tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      10708/portmap
udp        0      0 0.0.0.0:111                 0.0.0.0:*                               10708/portmap

[root@vxen etc]# /etc/init.d/nfs restart
[root@vxen etc]# mount -v -t nfs 192.168.0.24:/iso /mnt/nfs
mount: trying 192.168.0.24 prog 100003 vers 3 prot tcp port 2049
mount: trying 192.168.0.24 prog 100005 vers 3 prot udp port 806

если:
mount: mount to NFS server '192.168.0.24' failed: RPC Error: Program not registered.
то перезапустите nfs

7 июн. 2010 г.

MS Internet Explorer 8 не работает с MS Virtual Server 2005 R2

Интернет Эксплорер 8 не хочет работать с Виртуал Сервер 2005 R2

Решение:
You’ll find the menu you need via:
  • Computer -> Manage -> Services and Applications -> Internet Information Server -> Web Sites -> Properties -> HTTP Response Headers -> Add
And the Custom HTTP Response Header you’ll set and value is:
  • Name:  X-UA-Compatible
  • Value: IE=EmulateIE7

mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

Сводка недоступна. Нажмите эту ссылку, чтобы открыть запись.

7 апр. 2010 г.

Cannot retrieve repository metadata (repomd.xml) for repository: fedora.

[root@localhost]# yum install mc

Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.
Please verify its path and try again

проверяем работоспособность DNS
Далее:
cd /etc/yum.repos.d
vi fedora.repo
и в файле
vi fedora-updates.repo

(INS - начать редактирование в vi
ESC :wq - выйти с сохранением)

раскомментировать baseurl
закомментировать mirrorlist

12 мар. 2010 г.

sudo без пароля

Использование sudo без пароля.

Редактируем файл:
vi /etc/init.d/sudoers
добавляем строчку: (%username% меняем на имя пользователя или группы)
%username% ALL=(ALL) NOPASSWD:/etc/init.d/tomcat

Использование:
sudo /etc/init.d/tomcat restart

11 мар. 2010 г.

Error code: 0x80072efd

Microsoft Security Essentials can't download updates

Microsoft Security Essentials can't update via ISA Server
думаю та же проблема и для Squid

Error code: 0x8024402c 0x80072efd

Решение:
Microsoft Security Essentials использует другие настройки для определения прокси сервера, установить их можно следующим образом (для Windows XP):

proxycfg -p 192.168.x.x:8080

для Vista и Windows 7 необходимо использовать:
netsh winhttp set proxy 192.168.x.x:8080

если получили ошибку:
Error writing proxy settings. (5) Access is denied. ,то
Start->All Programs -> Accessories ->
Find Commnad Prompt, нажмите правую кнопку мыши и выберете Run as administrator
и уже тут выполните netsh

Логи:
c:\windows\windowsupdate.log

28 янв. 2010 г.

php iis

Установка php под iis.


Как ISAPI


Во вкладке ISAPI Filters, добавить новый ISAPI filter (например php4), указать путь к файлу php4isapi.dll (либо php5isapi.dll)


Во вкладке 'Home Directory', нажать на 'Configuration'. Добавить новое значение в Application Mappings.  Использовать путь к файлу php4isapi.dll (или php5isapi.dll) как Executable, и установить .php как Extension, оставить Method exclusions пустым, и проверить Script engine чекбокс.  

Web Service Extentions
Add a new Web Service Extention
Extantion name: php5
Required files: указать путь к файлу php4isapi.dll (или php5isapi.dll)
установить флажок в Set extentions status to Allow


Остановить IIS полностью (например в консоли NET STOP iisadmin)
Запустить IIS снова (NET START w3svc) 



Возможно понадобиться положить файл php.ini например в C:\windows\system32 или в любое другое место куда прописан PATH.


и не забываем перезапускать IIS

21 янв. 2010 г.

esxi 4 ssh enable

Как включить ssh в esxi. Как получить доступ по ssh к esxi.
Как залить образ на esxi.

Подходит для версий 3 и 4
VMware-VMvisor-InstallerCD-3.5.0_Update_3-123629.i386.iso

VMware-VMvisor-Installer-4.0.0-171294.x86_64.iso
VMware-VMvisor-Installer-4.0.0.Update01-208167.x86_64.iso

Образы можно бесплатно скачать с официального сайта.


When you firs install ESXi Server (the installable version), by default the service ssh is desactivated. Tech Support Mode provides a command-line interface that can be used to diagnose and repair ESX Server 3i hosts. But it is possible very easy to activate SSH. Here is how:

Requirements:
You have to have direct access to console
1.) While you are at the console hit ALT + F1
2.) Type in " unsupported " and hit Enter
3.) Go ahead and type the root password
4.) Go and edit the /etc/inetd.conf file
5.) Uncoment the line where you can see "#ssh" (line 32). Remove the "#" mark at the begining.
6.) Type "ps -a |grep inetd"
7.) Kill the process
8.) start inetd
или reboot вместо пунктов 6 7 и 8

После можно использовать любой ssh клиент.
Очень удобен WinSCP клиент для FAR