Installation Wekaclassalgos1.7 in Ubuntu

Wekaclaaalgos1.7 is the tool that using for data mining.

1. Download Wekaclassalgos1.7.zip which use for both ubuntu and window at this website http://linux.softpedia.com/get/Science-and-Engineering/Mathematics/WEKA-Classification-Algorithms-30935.shtml

2. Unzip in everywhere that you want then execute command following for start Weka.

~/weka$  java -jar wekaclassalgos.jar

1 comment June 3, 2009

Installation PHP Apache MySQL phpmyadmin in Ubuntu 9.04

1. Open terminal and execute following command.

sudo apt-get install apache2 php5 php5-mysql mysql-server

2. Test the apache2 server. http://localhost/

when you want to restart apache execute following command.

sudo etc/init.d/apache2 restart

3. Test PHP. You need to go to folder localhost and then create file .php for example using test.php

cd var/www/

sudo gedit test.php &

Then typing php to test file test.php. we use command echo to print hello .

<?

echo “hello”;

?>

testing file test.php http://localhost/test.php

4. Install phpMyadmin, execute folling commands

sudo apt-get install phpmyadmin

After finishing, you need to execute this command below for changing phpMyadmin folder  to var/www

sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin

Testing phpMyadmin http://localhost/phpmyadmin/index.php

Username for phpMyAdmin is “root”.

20 comments June 2, 2009

Making Your Internet is safer, faster, and smarter because you’re using OpenDNS.

1. Go to my network place => view network connects

capture11

2. Click right select properties and then click left at Internet Protocal(TCP/IP) and click use the following DSN servername

Editing: Preferred DNS Server to 208.67.222.222

Alternate DNS SErver to 208.67.220.220

capture31

3. Click here to check  that you can use Open DNS correctly.

capture4

Add comment April 24, 2009

Setting Email account in SugarCRM

1. Go to Email tap in Sugar crm => Setting => Mail Account

2. Edit Email account in this example use gmail

username:

password: 

untitled9

3. Setting Outgoing mail server as the picture below.

untitled10


2 comments April 21, 2009

Command line in MySql

Connect to mysql database : -u:user name = root, -p:pass word = admin

mysql -u root -p

Show database name =>     show database;
Connect to database : database name  is  sugarcrm =>     use sugarcrm;
See table in database =>     show tables;

——————————————————————————————————————–

Dump file .sql to mysql database : faq1.sql is a file that we want to dump

mysql -u root -p sugarcrm < faq1.sql

Add comment April 20, 2009

Integrate with any Web 2.0 content using My Portal Dashlet

1. Open SugaCRM home page

2. Click Add Sugar Dashletuntitled7

3. My Portal will be showed in your home page then clic edit .

untitled8

4. http://developers.sugarcrm.com/wordpress/2009/01/08/integrate-anything-with-my-portal-dashlet/

5. Copy URL http://talkgadget.google.com/talkgadget/popout

6. Title => Google talk

Website Location => http://talkgadget.google.com/talkgadget/popout?hl=en

(adding ?hl=en for typing in English)

7. Save


Add comment April 17, 2009

Create google talk chatback (widget)

1. Go to

http://googletalk.blogspot.com/2008/02/google-talk-chatback.html

2. Click checkback start page

3. Sign in to Google Talk with your Google account.

4. You will see the HTML code then copy this code to your page that you want to install widget.

Add comment April 17, 2009

Chang database name in SugarCRM

1. go to folder SugarCRM => config.php

2. chang nam db_name : sugarcrm <=> sugarcrm_sad

untitled3

Add comment April 9, 2009

Edit field in SugarCRM

1. Go to Admin => Stdio

2. Select Folder which we want to edit => Contact

untitled

3. Select Fields  => title => Clone

4. Edit : suppose we want to create field => CityzenshipId

untitled2

5.Go to folder Layout, Edit and Search to arrang field.

Add comment April 8, 2009

Secure Shell in Ubuntu

ssh sdm2@192.41.170.246 (sdm2=>username, 192.41.170.264 => IP, Password => 123456)

http://sdm2-desktop/sugarcrm/index.php?action=index&module=Home

Add comment April 8, 2009

Previous Posts


Categories

  • Blogroll

  • Friends Blog

  • Feeds