Blog Directory » Computer Blogs » Operating Systems » Linux & Java for Newbies Details


   

Linux & Java for Newbies Blog Details

lj4newbies.blogspot.com thumbnail - Bloggapedia.com - Blog Directory

Website data:
(Actual information extracted from website)

Meta title:
Linux & Java tips

Meta description:
Website needs meta description
This listing is not rated yet.   Rate it!  |  Report it!

Linux & Java for Newbies
http://lj4newbies.blogspot.com

Linux and Java tips from my work experience.

Category:
Blog Directory » Computer Blogs » Operating Systems

Hits:
3

Date added:
2007-08-02 06:50:05

Alexa traffic rank:
1,407,188

Site average load time:
1.718 Second(s)
Fast
Faster than 49% of websites

Site language:
EN


Linux & Java for Newbies Latest Posts

Setup MySQL with Ofbiz
Download ofbiz weekily build and extract it somewhere you want. From your ofbiz directory, edit file entityengine.xml in framework/entity/configadd new datasources below localmysql datasource part <datasource name="custommysql"... Read more...
Published 2 weeks ago

Cannot use SUN rmic, as it is not available.
I download ofbiz weekly build[ofbiz_20080602.zip] from sourceforge and try to build it on eclipse. How to config on eclipse? How to use ofbiz with external database? you can find out from google or may be I'll post here later.:PThis post is about error when I run ant build target 'run-install' to... Read more...
Published 2 weeks ago

Compile subversion on Fedora core 6
I just move to new company. My first job here is setup a svn on FC6 box. This post is about how i built it.First download, compile and install apache[must be 2.0 version to have same apr version as subversion-deps-1.4.6.tar.bz2][root@localhost ~]# wget... Read more...
Published 4 weeks ago

Try Asterisk on Ubuntu Hardy
I try install asterisk server on ubuntu hardy from repos. The 'asterisk-sounds-extra' is for testing sound[locate in /usr/share/asterisk/sounds/].pnix@v400ast:~$ sudo aptitude install asterisk asterisk-sounds-extraReading package lists... DoneBuilding dependency tree Reading state... Read more...
Published 2 months ago

Fixing sendmail take a long time to start
I notice that my database box[FC6+Oracle10.2] take along time to startup. Sendmail and sm-client very very slow to start[ about 5 minutes ]. There's something wrong in /etc/hosts file. 'newalises' command take long time to update and finish with error below.[root@ora10g ~]# newaliasesWARNING:... Read more...
Published 2 months ago

Using Datapump on oracle 10g to export/import
This will be update version of this post if you are using oracle 10g or 11g.Last month I post about export/import data in oracle using exp,imp utility. Actually oracle has something newer and better performance if you're using 10g or 11g.Assume that we want to export one table from one oracle db... Read more...
Published 2 months ago

Single user mode in fedora core
Again that electricity in area of Sukhumvit road, Bangkok down yesterday night. This time one database refuse to boot it freeze at "Starting system logger:". Look like there's no way to get a shell from any normal run level startup. Not like ubuntu that has recovery mode in grub menu. This box is... Read more...
Published 2 months ago

Toggle btw compiz&metacity with fusion-icon in Ubuntu Hardy
Since gusty, compiz-fusion will start by default. I love eye candy but for resource shortage reason on my old box, sometime i need to switch to metacity. with alt-f2 and run 'metacity replace' is just work but not convenion. Thank for Tom that point me . Fusion-icon is use to switch between... Read more...
Published 2 months ago

sudo: timestamp too far in the future
I just finish build the new hardy box at my office. then I go to open the file '/etc/network/interfaces' to add internal ip address and forget something. When I try to open it again, I got this. pnix@hardy-dev:~$ sudo nano /etc/network/interfacessudo: timestamp too far in the future: Apr 29... Read more...
Published 2 months ago

Are you Hardy??
Ubuntu 8.04 LTS code name Hardy Heron just released yesterday. Until now the server still busy, network upgrade[for me] need about 9xx MB download and will take about 1 days and something to do that[on 1mb ADSL from Thailand can you believe? :P].So I try go for alternative CD. This is pretty much... Read more...
Published 2 months ago

R4FXO channel did not hang up
Last time, configure r4fxo on trixbox using genzaptelconf command will generate zapata-channels like this.;;; line="4 FXO/1/3 FXSKS (In use)"signalling=fxs_kscallerid=asreceivedgroup=0context=from-pstnchannel => 4context=defaultThis look ok except context is set to 'from-pstn', I can make... Read more...
Published 2 months ago

Running Oracle DBCA(Database Confguration Assistance) remotely
There are two ways to create a new database on existing oracle db server. One is using 'CREATE DATABASE' sql statement[this is too long,hard for me]. Another is using DBCA(Database Confguration Assistance), GUI Base Program. This way is more easy and I choose this way:). One note here is DBCA... Read more...
Published 3 months ago