mb_convert_kana

2012 年 4 月 20 日 コメントはありません

半角 → 全角
全角 → 半角

unix cut command | sort -u
unique

OS commerce zenkaku hankaku search

HDE control panel delete domain – problem

カテゴリー: PHP, Work タグ:

deleting postfix queue using POSTSUPER

2012 年 4 月 16 日 コメントはありません

deleting postfix queue using POSTSUPER
mailq | grep ‘MAILADDRESS’ | awk ‘{print substr($1,1,10)}’ | postsuper -d -

./mailq | grep ‘MAILADDRESS’ | awk ‘{print substr($1,1,10)}’ | ../sbin/postsuper -d -

カテゴリー: Linux タグ:

short.rbl.jp

2012 年 4 月 5 日 コメントはありません

block list japan
Dr web

カテゴリー: Linux タグ:

POSTGRES user password set

2012 年 4 月 4 日 コメントはありません

ALTER USER Postgres WITH PASSWORD ‘newpassword‘;

POSTGRES YUM INSTALL
yum install postgresql
yum install postgresql-devel
yum install postgresql-server

カテゴリー: POSTGRES タグ:

postfix ISPCONFIG

2012 年 4 月 4 日 コメントはありません

Postfix SMTP Auth Error “no SASL authentication mechanisms

yum install cyrus-sasl-plain

wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm

wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

phpmyadmin
yum –enablerepo epel list phpmyadmin\*
yum –enablerepo epel install phpmyadmin

ISPCONFIG3 INSTALL
ISPCONFIG 3

カテゴリー: Linux タグ:

locate command not found centos 6

2012 年 4 月 4 日 コメントはありません

yum install mlocate

then use locate command for searching files or folders

カテゴリー: Linux タグ:

install svn plugin for eclipse

2012 年 4 月 2 日 コメントはありません

I used Eclipse update site URL for installing svn plugin to eclipse but it does not get installed.
so I downloaded site-1.8.3.zip from this URL

svn plugin eclipse site-1.8.3.zip

SVN post commit auto update
we can use cron job for auto update
Example
cron job script – svnupdate

/usr/bin/svn update SVNDIRECTORY

カテゴリー: JAVA タグ:

svn setting adding repository

2012 年 3 月 30 日 コメントはありません

SVN SETTING

Repository

カテゴリー: Linux タグ:

ISPCP Omega

2012 年 3 月 28 日 コメントはありません

update
Services stop start
List of services

  ホスト サービス ステータス
  localhost   (Port 9876) ispCP Daemon UP
  localhost   (Port 10024) AMaVis UP
  000.00.00.00   (Port 53) DNS UP
  000.00.00.00   (Port 21) FTP UP
  000.00.00.00   (Port 80) HTTP UP
  000.00.00.00   (Port 143) IMAP UP
  localhost   (Port 12525) POLICYD-WEIGHT UP
  000.00.00.00   (Port 110) POP3 UP
  000.00.00.00   (Port 995) POP3-SSL UP
  localhost   (Port 60000) POSTGREY DOWN
  000.00.00.00   (Port 25) SMTP UP
  000.00.00.00   (Port 465) SMTP-SSL UP
  localhost   (Port 783) SPAMASSASSIN UP
  000.00.00.00   (Port 22) SSH UP
  000.00.00.00   (Port 23) TELNET DOWN
カテゴリー: Linux タグ:

Market does not accept apks signed with the debug certificate

2012 年 3 月 19 日 コメントはありません

android publishing app to google play creating certificate

If  you are using Eclipse for android Development right click on the project and click export.

Choose Android and then export Android application.

In the next step confirm the project that you want to export.

Then click next and now you should be able to select create new keystore.

Now fill in the required fields and your should be able to sign your app.

Make a backup of the keystore file and remember the password. Losing this will make it impossible to update your application.

 

カテゴリー: JAVA タグ: