mb_convert_kana
半角 → 全角
全角 → 半角
unix cut command | sort -u
unique
OS commerce zenkaku hankaku search
HDE control panel delete domain – problem
半角 → 全角
全角 → 半角
unix cut command | sort -u
unique
OS commerce zenkaku hankaku search
HDE control panel delete domain – problem
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 -
ALTER USER Postgres WITH PASSWORD ‘newpassword‘;
POSTGRES YUM INSTALL
yum install postgresql
yum install postgresql-devel
yum install postgresql-server
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
yum install mlocate
then use locate command for searching files or folders
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
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 |
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.