Saturday, May 23, 2009
Friday, May 22, 2009
Mongolian analysis in Apache Lucene
Монгол хэлний analysis-г Apache Lucene системд зориулан хийсэн хүн байна уу?
Орос хэлний analysis-г lucene-2.4.1 хувилбар хийсэн байна.
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Орос хэлний analysis-г lucene-2.4.1 хувилбар хийсэн байна.
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Monday, May 11, 2009
Friday, May 8, 2009
Install postgresql-8.3.3 on FreeBSD6.4
tar xvjf postgresql-8.3.3.tar.bz2
./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data >logfile 2>&1 &
netstat -an
tcp4 127.0.0.1:5432
Why BSD Is Better than Linux
7 Reasons Why BSD Is Better than Linux
http://www.freebsddiary.org/postgresql.php
http://www.lissyara.su/?id=1817
http://www.hungryhacker.com/articles/code/postgresql_xmlfuncs.html
http://www.freebsddiary.org/postgresql.php
http://www.lissyara.su/?id=1817
http://www.hungryhacker.com/articles/code/postgresql_xmlfuncs.html
Thursday, May 7, 2009
FreeBSD6.4 install
Select driver:
[x] da0 da0
[x] da1 da1
Partition:
/ 512MB #root da0
swap 1024MB #RAMx2 da0
/var 1029MB # da0
/usr 66417MB # da0
/tmp 1024MB # da0
/home 70001MB # da1
To install ports
# root эрхээр ороод sysinstall гэсэн тушаал өгөх хэрэгтэй
/usr/sbin/sysinstall
Configure гэдгийг сонгоод Enter товч дарна.
Distributions цэсийг сонгоод Enter дээр дарна.
ports гэж сонгон Space товч дээр дарах хэрэгтэй.
Дээр буй Exit гэдгийг олж сонгон Enter дээр дарна.
CDROM юм уу FTP гэх мэт суулгах төхөөрөмжөө сонгоно.
To install MC
cd /usr/ports/misc/mc
make install clean
/usr/local/bin/mc -a # like a norton commander
To access Putty
a) Already a user added in system
b) To edit /etc/group
wheel:*:root,username
c) reboot
To install wget # download file on net
cd /usr/ports/ftp/wget
make install clean
[x] IPV6
[x] NLS
[x] OPENSSL
/usr/local/bin/wget
To install wput # send file to net
cd /usr/ports/ftp/wput
make install clean
[x] TLS
/usr/local/bin/wput
Monday, May 4, 2009
postgreSQL8.3.7 for Unix System
http://www.freebsd.org/cgi/ports.cgi?query=postgresql&stype=all&sektion=databases
Subscribe to:
Posts (Atom)