<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Linux Opensource and Free</title><description>Linux Opensource, Free software, tips, installation and distro review</description><managingEditor>noreply@blogger.com (Unknown)</managingEditor><pubDate>Sun, 29 Dec 2024 16:17:43 +0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">75</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://linux-open-free.blogspot.com/</link><language>en-us</language><itunes:explicit>clean</itunes:explicit><itunes:subtitle>Linux Opensource, Free software, tips, installation and distro review</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>Install gammu on centos 7</title><link>http://linux-open-free.blogspot.com/2015/12/install-gammu-on-centos-7.html</link><category>Centos</category><category>Gammu</category><category>Installation</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 27 Sep 2024 20:54:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-4992017957614893317</guid><description>&lt;div _ngcontent-ng-c2337464408="" class="markdown markdown-main-panel" dir="ltr" style="--animation-duration: 600ms; --fade-animation-function: linear; --first-token-animation-duration: 600ms;"&gt;&lt;p class="first-token" data-sourcepos="1:1-1:49"&gt;&lt;span&gt;To install Gammu on CentOS 7,&lt;/span&gt;&lt;span&gt; follow these steps:&lt;/span&gt;&lt;/p&gt;&lt;p data-sourcepos="3:1-3:25"&gt;&lt;strong&gt;1. Update the system:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-29 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-29 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-29"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-29"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-29"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-29"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-29" data-sourcepos="4:1-6:15" data-test-id="code-content" role="text"&gt;sudo yum update
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="8:1-8:28"&gt;&lt;strong&gt;2. Install dependencies:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-30 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-30 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-30"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-30"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-30"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-30"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-30" data-sourcepos="9:1-11:59" data-test-id="code-content" role="text"&gt;sudo yum install gcc-c++ make libgsm-devel libncurses-devel
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="13:1-14:2"&gt;&lt;strong&gt;3. Download Gammu source code:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-31 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-31 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-31"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-31"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-31"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-31"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-31" data-sourcepos="14:1-16:66" data-test-id="code-content" role="text"&gt;wget https://github.com/gammu/gammu/archive/refs/tags/v1.42.tar.gz
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="18:1-18:35"&gt;&lt;strong&gt;4. Extract the downloaded file:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-32 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-32 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-32"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-32"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-32"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-32"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-32" data-sourcepos="19:1-21:22" data-test-id="code-content" role="text"&gt;tar -xzvf v1.42.tar.gz
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="23:1-23:37"&gt;&lt;strong&gt;5. Change to the Gammu directory:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-33 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-33 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-33"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-33"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-33"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-33"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-33" data-sourcepos="24:1-26:13" data-test-id="code-content" role="text"&gt;&lt;span class="hljs-built_in"&gt;cd&lt;/span&gt; gammu-1.42
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="28:1-28:23"&gt;&lt;strong&gt;6. Configure Gammu:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-34 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-34 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-34"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-34"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-34"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-34"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-34" data-sourcepos="29:1-31:11" data-test-id="code-content" role="text"&gt;./configure
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="33:1-33:21"&gt;&lt;strong&gt;7. Compile Gammu:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-35 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-35 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-35"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-35"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-35"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-35"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-35" data-sourcepos="34:1-36:4" data-test-id="code-content" role="text"&gt;make
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="38:1-38:21"&gt;&lt;strong&gt;8. Install Gammu:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-36 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-36 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-36"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-36"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-36"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-36"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-36" data-sourcepos="39:1-41:17" data-test-id="code-content" role="text"&gt;sudo make install
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="43:1-43:31"&gt;&lt;strong&gt;9. Test Gammu installation:&lt;/strong&gt;&lt;/p&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-37 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-37 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-37"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-37"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-37"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-37"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-37" data-sourcepos="44:1-46:8" data-test-id="code-content" role="text"&gt;gammu -v
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p data-sourcepos="48:1-48:84"&gt;&lt;span&gt;This should output the Gammu version information if the installation was successful.&lt;/span&gt;&lt;/p&gt;&lt;p data-sourcepos="50:1-50:21"&gt;&lt;strong&gt;Additional Notes:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="52:1-53:98"&gt;&lt;li data-sourcepos="52:1-52:106"&gt;&lt;span&gt;You can also install Gammu from the EPEL repository by enabling it and running &lt;/span&gt;&lt;code class=""&gt;sudo yum install gammu&lt;/code&gt;&lt;span&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="53:1-53:98"&gt;&lt;span&gt;For more information and advanced usage,&lt;/span&gt;&lt;span&gt; refer to the Gammu documentation:&lt;/span&gt;&lt;span&gt; https://wammu.eu/docs/&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Setup themes yii2 using advanced app</title><link>http://linux-open-free.blogspot.com/2024/09/setup-themes-yii2-using-advanced-app.html</link><category>Installation</category><category>yii framework</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 27 Sep 2024 20:49:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-1494485732304171712</guid><description>&lt;div _ngcontent-ng-c2337464408="" class="markdown markdown-main-panel" dir="ltr" style="--animation-duration: 600ms; --fade-animation-function: linear; --first-token-animation-duration: 600ms;"&gt;&lt;p class="first-token" data-sourcepos="1:1-1:14"&gt;&lt;span&gt;I'd be glad to assist you in creating a Yii2 application with the advanced template.&lt;/span&gt;&lt;span&gt; Here's a comprehensive guide:&lt;/span&gt;&lt;/p&gt;&lt;p data-sourcepos="3:1-3:18"&gt;&lt;strong&gt;Prerequisites:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="5:1-5:8"&gt;&lt;li data-sourcepos="5:1-5:8"&gt;&lt;strong&gt;Yii2 installation:&lt;/strong&gt;&lt;span&gt; Ensure you have Yii2 installed on your system.&lt;/span&gt;&lt;span&gt; You can download it from the official website (&lt;/span&gt;&lt;a _nghost-ng-c2509239738="" href="https://www.yiiframework.com/download" rel="noopener" target="_blank"&gt;https://www.yiiframework.com/download&lt;/a&gt;&lt;span&gt;).&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="6:1-7:0"&gt;&lt;strong&gt;Composer:&lt;/strong&gt;&lt;span&gt; Make sure Composer is installed.&lt;/span&gt;&lt;span&gt; It's a dependency manager for PHP.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-sourcepos="8:1-8:10"&gt;&lt;strong&gt;Steps:&lt;/strong&gt;&lt;/p&gt;&lt;ol data-sourcepos="10:1-10:17"&gt;&lt;li data-sourcepos="10:1-10:17"&gt;&lt;p data-sourcepos="10:4-10:38"&gt;&lt;strong&gt;Create a new project directory:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="11:4-13:5"&gt;&lt;li data-sourcepos="11:4-11:79"&gt;&lt;span&gt;Open your terminal or command prompt and navigate to the desired location.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="12:4-13:5"&gt;&lt;span&gt;Create a new directory for your Yii2 project:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-29 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-29 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-29"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-29"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-29"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-29"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-29" data-sourcepos="13:6-16:23" data-test-id="code-content" role="text"&gt;mkdir my-yii2-project
&lt;span class="hljs-built_in"&gt;cd&lt;/span&gt; my-yii2-project
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li data-sourcepos="18:1-23:0"&gt;&lt;p data-sourcepos="18:4-18:45"&gt;&lt;strong&gt;Initialize the project using Composer:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="19:4-23:0"&gt;&lt;li data-sourcepos="19:4-23:0"&gt;&lt;span&gt;Run the following Composer command to initialize a new Yii2 project using the advanced template:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-30 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-30 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-30"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-30"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-30"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-30"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-30" data-sourcepos="20:6-22:70" data-test-id="code-content" role="text"&gt;composer create-project --prefer-dist yiisoft/yii2-app-advanced .
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li data-sourcepos="24:1-26:14"&gt;&lt;p data-sourcepos="24:4-24:29"&gt;&lt;strong&gt;Configure the project:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="25:4-26:14"&gt;&lt;li data-sourcepos="25:4-25:162"&gt;&lt;span&gt;Open the &lt;/span&gt;&lt;code class=""&gt;common/config/main.php&lt;/code&gt;&lt;span&gt; file and adjust the configuration settings as needed.&lt;/span&gt;&lt;span&gt; This file contains global configuration options for your application.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="26:4-26:14"&gt;&lt;span&gt;Open the &lt;/span&gt;&lt;code class=""&gt;frontend/config/main.php&lt;/code&gt;&lt;span&gt; and &lt;/span&gt;&lt;code class=""&gt;backend/config/main.php&lt;/code&gt;&lt;span&gt; files to configure specific settings for the frontend and backend interfaces,&lt;/span&gt;&lt;span&gt; respectively.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li data-sourcepos="28:1-30:7"&gt;&lt;p data-sourcepos="28:4-28:34"&gt;&lt;strong&gt;Set up database connection:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="29:4-30:7"&gt;&lt;li data-sourcepos="29:4-30:7"&gt;&lt;span&gt;In the &lt;/span&gt;&lt;code class=""&gt;common/config/main.php&lt;/code&gt;&lt;span&gt; file,&lt;/span&gt;&lt;span&gt; configure the database connection parameters under the &lt;/span&gt;&lt;code class=""&gt;components&lt;/code&gt;&lt;span&gt; section:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-31 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-31 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-31"&gt;PHP&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-31"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-31"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-31"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-31" data-sourcepos="30:6-40:7" data-test-id="code-content" role="text"&gt;&lt;span class="hljs-string"&gt;'components'&lt;/span&gt; =&amp;gt; [
    &lt;span class="hljs-string"&gt;'db'&lt;/span&gt; =&amp;gt; [
        &lt;span class="hljs-string"&gt;'class'&lt;/span&gt; =&amp;gt; &lt;span class="hljs-string"&gt;'yii\db\Connection'&lt;/span&gt;,
        &lt;span class="hljs-string"&gt;'dsn'&lt;/span&gt; =&amp;gt; &lt;span class="hljs-string"&gt;'mysql:host=localhost;dbname=my_database'&lt;/span&gt;,
        &lt;span class="hljs-string"&gt;'username'&lt;/span&gt; =&amp;gt; &lt;span class="hljs-string"&gt;'your_username'&lt;/span&gt;,
        &lt;span class="hljs-string"&gt;'password'&lt;/span&gt; =&amp;gt; &lt;span class="hljs-string"&gt;'your_password'&lt;/span&gt;,
        &lt;span class="hljs-string"&gt;'charset'&lt;/span&gt; =&amp;gt; &lt;span class="hljs-string"&gt;'utf8'&lt;/span&gt;,
    ],
],
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li data-sourcepos="41:4-42:0"&gt;&lt;span&gt;Replace the placeholders with your actual database connection details.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li data-sourcepos="43:1-48:0"&gt;&lt;p data-sourcepos="43:4-43:22"&gt;&lt;strong&gt;Run migrations:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="44:4-48:0"&gt;&lt;li data-sourcepos="44:4-48:0"&gt;&lt;span&gt;If you have created database migrations,&lt;/span&gt;&lt;span&gt; run the following command to apply them:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-32 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-32 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-32"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-32"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-32"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-32"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-32" data-sourcepos="45:6-47:18" data-test-id="code-content" role="text"&gt;./yii migrate
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li data-sourcepos="49:1-54:4"&gt;&lt;p data-sourcepos="49:4-49:29"&gt;&lt;strong&gt;Start the application:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="50:4-54:4"&gt;&lt;li data-sourcepos="50:4-53:8"&gt;&lt;span&gt;To start the frontend interface,&lt;/span&gt;&lt;span&gt; run the following command in the project's root directory:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-33 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-33 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-33"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-33"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-33"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-33"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-33" data-sourcepos="51:6-53:50" data-test-id="code-content" role="text"&gt;./yii serve --config frontend/config/main.php
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li data-sourcepos="54:4-54:4"&gt;&lt;span&gt;To start the backend interface,&lt;/span&gt;&lt;span&gt; run:&lt;/span&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block ng-tns-c982298084-34 ng-trigger ng-trigger-codeBlockRevealAnimation" style="display: block;"&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-decoration header gmat-subtitle-1 ng-tns-c982298084-34 ng-star-inserted"&gt;&lt;span _ngcontent-ng-c982298084="" class="ng-tns-c982298084-34"&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div _ngcontent-ng-c982298084="" class="code-block-internal-container ng-tns-c982298084-34"&gt;&lt;div _ngcontent-ng-c982298084="" class="animated-opacity ng-tns-c982298084-34"&gt;&lt;pre _ngcontent-ng-c982298084="" class="ng-tns-c982298084-34"&gt;&lt;code _ngcontent-ng-c982298084="" class="code-container ng-tns-c982298084-34" data-sourcepos="55:6-57:49" data-test-id="code-content" role="text"&gt;./yii serve --config backend/config/main.php
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p data-sourcepos="59:1-59:21"&gt;&lt;strong&gt;Additional notes:&lt;/strong&gt;&lt;/p&gt;&lt;ul data-sourcepos="61:1-66:0"&gt;&lt;li data-sourcepos="61:1-61:194"&gt;&lt;span&gt;The advanced template provides a structured and scalable architecture for Yii2 applications.&lt;/span&gt;&lt;span&gt; It separates the frontend and backend interfaces,&lt;/span&gt;&lt;span&gt; allowing for better organization and maintenance.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="62:1-62:87"&gt;&lt;span&gt;The &lt;/span&gt;&lt;code class=""&gt;common&lt;/code&gt;&lt;span&gt; directory contains code that is shared between the frontend and backend.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="63:1-63:72"&gt;&lt;span&gt;The &lt;/span&gt;&lt;code class=""&gt;console&lt;/code&gt;&lt;span&gt; directory is used for console applications and commands.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="64:1-64:94"&gt;&lt;span&gt;You can customize the project structure and configuration to fit your specific requirements.&lt;/span&gt;&lt;/li&gt;&lt;li data-sourcepos="65:1-66:0"&gt;&lt;span&gt;Refer to the Yii2 documentation for more detailed information and examples.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p data-sourcepos="67:1-67:24"&gt;&lt;span&gt;By following these steps,&lt;/span&gt;&lt;span&gt; you should have a successfully created Yii2 application with the advanced template.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p dir="ltr"&gt;
&lt;/p&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Repair Centos Metadata Corruption</title><link>http://linux-open-free.blogspot.com/2018/03/repair-centos-metadata-corruption.html</link><category>Centos</category><category>Linux</category><category>Repair</category><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 21 Mar 2018 08:26:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-1004479276507426930</guid><description>To repair disk error on Centos 7.&lt;br /&gt;
&lt;br /&gt;
Use a Gparted disk that can be uploded in ....&lt;br /&gt;
&lt;br /&gt;
1. Boot through gparted.&lt;br /&gt;
&lt;br /&gt;
2. Go to the terminal&lt;br /&gt;
&lt;br /&gt;
3. Check disk mapper by typing&amp;gt; fdisk -l&lt;br /&gt;
&lt;br /&gt;
For fdisk results&lt;br /&gt;
&lt;br /&gt;
4. typed&amp;gt; sudo xfs_repair -L / dev / mapper / centos-home&lt;br /&gt;
5. Restart Centos 7&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="tw-data-text tw-ta tw-text-medium" data-fulltext="" data-placeholder="Translation" dir="ltr" id="tw-target-text" style="height: 72px; text-align: left;"&gt;&lt;span lang="en"&gt;Hope can help readers of this blog&lt;/span&gt;&lt;/pre&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Access phpMyAdmin from remote computer</title><link>http://linux-open-free.blogspot.com/2017/09/access-phpmyadmin-from-remote-computer.html</link><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 21 Sep 2017 18:50:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-8783529136895594992</guid><description>&lt;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;span class=""&gt;Often in the software implementation process we need phpMyAdmin access via a computer other than the server.&lt;/span&gt;&lt;br /&gt;&lt;span class=""&gt;When passing through the access we get a message:&lt;/span&gt;&lt;br /&gt;&lt;span class=""&gt;Forbidden You do not have permission to access `phpmyadmin` on this server.&lt;/span&gt;&lt;br /&gt;&lt;span class=""&gt;To complete this, edit the /etc/httpd/conf.d/phpMyAdmin.conf file by adding the &lt;span style="color: red;"&gt;&lt;b&gt;Require all granted&lt;/b&gt;&lt;/span&gt; line&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;code&gt;&lt;span class="tag"&gt;&amp;lt;Directory&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;/&lt;/span&gt;&lt;span class="atn"&gt;usr&lt;/span&gt;&lt;span class="pun"&gt;/&lt;/span&gt;&lt;span class="atn"&gt;share&lt;/span&gt;&lt;span class="pun"&gt;/&lt;/span&gt;&lt;span class="atn"&gt;phpMyAdmin&lt;/span&gt;&lt;span class="tag"&gt;/&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; AddDefaultCharset UTF-8&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;IfModule&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="atn"&gt;mod_authz_core&lt;/span&gt;&lt;span class="pln"&gt;.&lt;/span&gt;&lt;span class="atn"&gt;c&lt;/span&gt;&lt;span class="tag"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Apache 2.4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;RequireAny&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #Require ip 127.0.0.1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #Require ip ::1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Require all granted&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;/RequireAny&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;/IfModule&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;IfModule&lt;/span&gt;&lt;span class="pln"&gt; !&lt;/span&gt;&lt;span class="atn"&gt;mod_authz_core&lt;/span&gt;&lt;span class="pln"&gt;.&lt;/span&gt;&lt;span class="atn"&gt;c&lt;/span&gt;&lt;span class="tag"&gt;&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Apache 2.2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order Deny,Allow&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deny from All&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow from 127.0.0.1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow from ::1&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;/IfModule&amp;gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="tag"&gt;&amp;lt;/Directory&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;span class=""&gt;&amp;nbsp;





&lt;span class=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Restart your httpd service : #service httpd restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;span class=""&gt;&lt;span class=""&gt;Thank you for reading this blog.&lt;/span&gt; &lt;span class=""&gt;Hope this helps you.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Make display inline radioButtonList on Yii Framework</title><link>http://linux-open-free.blogspot.com/2016/12/make-display-inline-radiobuttonlist-on.html</link><category>Programming</category><category>yii framework</category><author>noreply@blogger.com (Unknown)</author><pubDate>Tue, 13 Dec 2016 22:11:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7125121359998078225</guid><description>By Default Yii display radioButtonList not inline like this :
&lt;br /&gt;
&lt;blockquote&gt;
$form-&amp;gt;radioButtonList($model, 'gender', array('M' =&amp;gt; 'Male', 'F' =&amp;gt; 'Female'))&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMA1d3t7gNWFSiQXlqOSf4k7odxcKoyFUbhwX_4qn7ZYAmP8ebBBjdCJevS_MNVPM_ylRsA0b7c4wXbYM5Nov8jNz3EHlGjzOOUPhe-y6NGrYe1ih2vy6L_zFrisBYb4rs963rIkMze3RZ/s1600/without+inline.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="44" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMA1d3t7gNWFSiQXlqOSf4k7odxcKoyFUbhwX_4qn7ZYAmP8ebBBjdCJevS_MNVPM_ylRsA0b7c4wXbYM5Nov8jNz3EHlGjzOOUPhe-y6NGrYe1ih2vy6L_zFrisBYb4rs963rIkMze3RZ/s200/without+inline.PNG" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Change Code like this

&lt;br /&gt;
&lt;blockquote&gt;
$form-&amp;gt;radioButtonList($model, 'gender', array('M' =&amp;gt; 'Male', 'F' =&amp;gt; 'Female'), array(
                'labelOptions' =&amp;gt; array('style' =&amp;gt; 'display:inline'),
                'separator' =&amp;gt; ' '))&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY_3Wy_Yr3KmKzExdnJdQIcPhYBrEA23OQetc5D2y-MzkzRyrwZBW1Adz6Hl1lnopY5M7dmm60ilMFPuw48Xl-xgGbehkMaGZp7krA8zxQ-_9qnr6HKtv1kDfY7JN89vfQl1hRxmoXYUVC/s1600/with+inline.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="29" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY_3Wy_Yr3KmKzExdnJdQIcPhYBrEA23OQetc5D2y-MzkzRyrwZBW1Adz6Hl1lnopY5M7dmm60ilMFPuw48Xl-xgGbehkMaGZp7krA8zxQ-_9qnr6HKtv1kDfY7JN89vfQl1hRxmoXYUVC/s200/with+inline.PNG" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
And Voila ... !

Thank's
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMA1d3t7gNWFSiQXlqOSf4k7odxcKoyFUbhwX_4qn7ZYAmP8ebBBjdCJevS_MNVPM_ylRsA0b7c4wXbYM5Nov8jNz3EHlGjzOOUPhe-y6NGrYe1ih2vy6L_zFrisBYb4rs963rIkMze3RZ/s72-c/without+inline.PNG" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>Cascade delete parent child relation on Yii </title><link>http://linux-open-free.blogspot.com/2016/11/cascade-delete-parent-child-relation-on.html</link><category>Programming</category><category>yii framework</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 10 Nov 2016 23:05:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7985082714181356492</guid><description>Hello All, 
Sometimes we want to delete parent table on parent child relation on Yii,

First we must set relation,

Parent Model :

&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="background-color: orange;"&gt;public function relations()
 {
  return array(
   'Childs' =&amp;gt; array(self::HAS_MANY, 'ChildModel', 'parent_id'),
  );
 }&lt;/span&gt;&lt;/blockquote&gt;
Child Model :

  &lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="background-color: orange;"&gt;public function relations()
    {
        return array(
            'Parent' =&amp;gt; array(self::BELONGS_TO, 'ParentModel', 'parent_id'),
        );
    }&lt;/span&gt;&lt;/blockquote&gt;
On delete parent, at function below (parent model) :

 &lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="background-color: orange;"&gt;public function beforeDelete(){
  foreach($this-&amp;gt;Childs as $c)
   $c-&amp;gt;delete()
  return parent::beforeDelete();
 }&lt;/span&gt;&lt;/blockquote&gt;
That's all.

Hope this post can help you.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Change Landing Page Yii Framework</title><link>http://linux-open-free.blogspot.com/2016/10/change-landing-page-yii-framework.html</link><category>Programming</category><category>yii framework</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sun, 30 Oct 2016 14:32:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-4522075254126696276</guid><description>&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="alt-edited"&gt;In certain conditions&lt;/span&gt;, we want the first page of &lt;span class="alt-edited"&gt;our application do&lt;/span&gt; &lt;span class=""&gt;directly&lt;/span&gt; into &lt;span class=""&gt;actual applications&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class=""&gt;but&lt;/span&gt; we &lt;span class=""&gt;want to&lt;/span&gt; &lt;span class=""&gt;explain&lt;/span&gt; in detail &lt;span class=""&gt;the application&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span class=""&gt;To&lt;/span&gt; &lt;span class=""&gt;do that we&lt;/span&gt; &lt;span class=""&gt;can redirect&lt;/span&gt; &lt;span class=""&gt;the application&lt;/span&gt; &lt;span class=""&gt;to a specific page&lt;/span&gt; &lt;span class="alt-edited"&gt;by changing&lt;/span&gt; &lt;span class=""&gt;main.php&lt;/span&gt; &lt;span class="alt-edited"&gt;at the&lt;/span&gt; &lt;span class=""&gt;directory&lt;/span&gt; &lt;span class=""&gt;config&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span class="crayon-s"&gt;'defaultController'&lt;/span&gt;&lt;span class="crayon-h"&gt; &lt;/span&gt;&lt;span class="crayon-o"&gt;=&lt;/span&gt;&lt;span class="crayon-s"&gt;'controller/action'&lt;/span&gt;&lt;span class="crayon-sy"&gt;,&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Example :&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="crayon-s"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&lt;span style="color: #cc7833;"&gt;return array&lt;/span&gt;(
&lt;span style="color: #a5c261;"&gt;      ...&lt;/span&gt;&lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&lt;span style="color: #a5c261;"&gt;&amp;nbsp;     &lt;/span&gt;&lt;span style="color: #a5c261;"&gt;'&lt;/span&gt;&lt;span style="color: #a5c261;"&gt;&lt;span style="color: #a5c261;"&gt;defaultController&lt;/span&gt;'&lt;/span&gt;=&amp;gt;home&lt;span class="crayon-s"&gt;/index&lt;/span&gt;,&lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;      ... &lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;&lt;/pre&gt;
&lt;pre style="background-color: #2b2b2b; color: #e6e1dc; font-family: 'Courier New'; font-size: 9.0pt;"&gt;);&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="crayon-s"&gt;Thx&lt;/span&gt;&lt;span class="crayon-sy"&gt;&lt;/span&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Export and import big data mysql with mysqldump</title><link>http://linux-open-free.blogspot.com/2016/10/export-and-import-big-data-mysql-with.html</link><category>mysql</category><category>Web Hosting</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 13 Oct 2016 10:38:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-775651409061699973</guid><description>To export big data on mysql use this command:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
# mysqldump -u [username] -p [databasename] | gzip &amp;gt; [filename.sql.gz]&lt;/blockquote&gt;
&lt;br /&gt;
To import big data on mysql&lt;br /&gt;
First you must extract compress file&amp;nbsp; [filename.sql.gz] to [filename.sql]&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;div&gt;
#mysql -u&amp;nbsp; [username] -p&lt;br /&gt;
mysql&amp;gt; &lt;code&gt;use &lt;/code&gt;&lt;code&gt;[databasename];&lt;/code&gt;&lt;br /&gt;
mysql&amp;gt; &lt;code&gt;source path/to/&lt;/code&gt;&lt;code&gt;[filename.sql];&lt;/code&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&amp;nbsp;If your data is too big, the import process can be used long time, wait until finished. If not you must try from Import process.&lt;br /&gt;
&lt;br /&gt;
Thx. &lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Error running Development: Rails 3.x launcher script was found instead of Rails 4.x one.</title><link>http://linux-open-free.blogspot.com/2013/07/error-running-development-rails-3x.html</link><category>Ruby on Rails</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 20 Jul 2013 20:48:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-5692248229593787525</guid><description>When Upgrade from rails 3.2.x to rails 4.0.0, we found error like : Error running Development: Rails 3.x launcher script was found instead of Rails 4.x one.

This is because new project structure of rails 4.0.0.
To solve this you must copy 'bin' from you'r rails to you'r root project.
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fail Running Glassfish server on port 8080</title><link>http://linux-open-free.blogspot.com/2011/08/fail-running-glassfish-server-on-port.html</link><category>Glassfish</category><category>Netbeans</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 25 Aug 2011 21:05:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-3284019842108071214</guid><description>When running Glassfish server on Netbeans IDE we get this error message :&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
INFO: GlassFish Server Open Source Edition 3.1.1 (12) startup time : Felix (1.969ms), startup services(1.140ms), total(3.109ms)&lt;br /&gt;
SEVERE: Shutting down v3 due to startup exception : No free port within range: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@52d654&lt;br /&gt;
INFO: Server shutdown initiated&lt;br /&gt;
INFO: Already stopped, so just returning&lt;/blockquote&gt;
&lt;br /&gt;
On this case maybe the port is conflict with other application.&lt;br /&gt;
&lt;br /&gt;
Try change the port with edit your 'domain.xml' at 'C:\Documents and Settings\Nasril\GlassFish_Server\glassfish\domains\domain1\config' directory or other place your glassfish installation directory.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Change following parameter port "8080" to other port on my case I chang the port to "8081" at&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&amp;#060;network-listener name="http-listener-1" port="8081" protocol="http-listener-1" thread-pool="http-thread-pool" transport="tcp"&amp;#060;/network-listener&gt;&lt;/blockquote&gt;

Restart your Glassfish.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Netbeans 7.0 release</title><link>http://linux-open-free.blogspot.com/2011/04/netbeans-70-release.html</link><category>Integrated development environment</category><category>Netbeans</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 2 Apr 2011 14:31:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-5940872899902134834</guid><description>Hello friend, if you like Netbean, there nice info that Netbeans will be release there 7.0 version at &lt;br /&gt;
&lt;div class="timeline-event-bubble-time"&gt;
Mon, 04 Apr 2011 09:00:00 GMT &lt;/div&gt;
&lt;div class="timeline-event-bubble-time"&gt;
&lt;b&gt;&lt;a href="http://netbeans.org/community/releases/roadmap.html"&gt;More detail&lt;/a&gt;&lt;/b&gt; &lt;/div&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Change boot Order on Ubuntu 10.10</title><link>http://linux-open-free.blogspot.com/2011/01/change-boot-order-on-ubuntu-1010.html</link><category>grub</category><category>Installation</category><category>Ubuntu</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 15 Jan 2011 21:04:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-4114920860268575925</guid><description>For new user &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/List_of_Ubuntu_releases" rel="wikipedia" title="List of Ubuntu releases"&gt;Ubuntu 10.10&lt;/a&gt; and using multiboot system and using &lt;a href="http://www.dedoimedo.com/computers/grub.html"&gt;grub&lt;/a&gt; as &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Booting" rel="wikipedia" title="Booting"&gt;bootloader&lt;/a&gt;, by default linux not give setting for change boot order. Example you want to use 'Windows XP/7' as default boot.&lt;br /&gt;
&lt;br /&gt;
This trick may be can help you.&lt;br /&gt;
- install '&lt;a class="zem_slink" href="http://web.telia.com/%7Eu88005282/sum/index.html" rel="homepage" title="StartUp-Manager"&gt;startupmanager&lt;/a&gt;' -&amp;gt; from menu select 'System' -&amp;gt;Administration-&amp;gt;Synaptic Packager Manager-&amp;gt; find for 'startupmanager' then install that. &lt;br /&gt;
&lt;br /&gt;
After install startupmanager, running that from System-&amp;gt;Adminstration-&amp;gt;StartUp-Manager-&amp;gt;then change 'Default operating system' to O/S you like. Then close.&lt;br /&gt;

</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Ubuntu 10.10 Can not Select Framework on Netbeans 6.9.1</title><link>http://linux-open-free.blogspot.com/2010/11/ubuntu-1010-can-not-select-framework-on.html</link><category>JavaServer Faces</category><category>Netbeans</category><category>Programming</category><category>Ubuntu</category><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 17 Nov 2010 18:48:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7380496771269259250</guid><description>When we create new Project and want to select &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Software_framework" rel="wikipedia" title="Software framework"&gt;Framework&lt;/a&gt; like '&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/JavaServer_Faces" rel="wikipedia" title="JavaServer Faces"&gt;Java Server Faces&lt;/a&gt;' or other there is a check box that can not be check :(.&lt;br /&gt;
This Problem because Java Platform (java-6-open-jdk) is not Compatible with &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/List_of_Ubuntu_releases" rel="wikipedia" title="List of Ubuntu releases"&gt;Ubuntu 10.10&lt;/a&gt;.&lt;br /&gt;
The solution is try using 'java-6-sun' on &lt;a class="zem_slink" href="http://www.nongnu.org/synaptic/" rel="homepage" title="Synaptic (software)"&gt;Synaptic&lt;/a&gt; known as 'sun-java6-jdk'&lt;br /&gt;
Edit netbeans.conf and change&lt;br /&gt;
&lt;blockquote&gt;netbeans_jdkhome="/usr/lib/jvm/java-6-sun" &lt;/blockquote&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total></item><item><title>Mandriva  Linux 2010 Spring</title><link>http://linux-open-free.blogspot.com/2010/07/mandriva-linux-2010-spring.html</link><category>Mandriva</category><category>Mandriva Linux</category><category>Operating system</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sun, 11 Jul 2010 11:33:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-6044543482235707064</guid><description>Mandriva has been launch new Mandriva Linux 2010 Spring with new feature:&lt;br /&gt;
1. Gnome 2.30.1&lt;br /&gt;
2. KDE 4.4.3&lt;br /&gt;
3. Mandriva Smart Desktop&lt;br /&gt;
&lt;a href="http://www2.mandriva.com/downloads/"&gt;Download Mandriva Linux 2010&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.dailymotion.com/video/xb0spy_booting-mandriva-linux-2010_tech?start=13"&gt;Video&lt;/a&gt;.&lt;a href="http://www.amazon.com/Mandriva-Everyone-Simple-innovative-faster/dp/B003NUUV58?ie=UTF8&amp;amp;tag=linopeandfre-20&amp;amp;link_code=bil&amp;amp;camp=213689&amp;amp;creative=392969" imageanchor="1" target="_blank"&gt;&lt;img alt="Mandriva 2010 Linux for Everyone (Simple,open,innovative, faster and fun!, Volume four Number one)" src="http://ws.amazon.com/widgets/q?MarketPlace=US&amp;amp;ServiceVersion=20070822&amp;amp;ID=AsinImage&amp;amp;WS=1&amp;amp;Format=_SL160_&amp;amp;ASIN=B003NUUV58&amp;amp;tag=linopeandfre-20" /&gt;&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=linopeandfre-20&amp;amp;l=bil&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B003NUUV58" style="border: medium none ! important; margin: 0px ! important; padding: 0px ! important;" width="1" /&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Netbeans 6.9 Release</title><link>http://linux-open-free.blogspot.com/2010/06/netbeans-69-release.html</link><category>Netbeans</category><category>Programming</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 18 Jun 2010 23:08:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7058262041405059914</guid><description>Do you like Netbean?&lt;br /&gt;
Now Netbeans 6.9 can be download &lt;a href="http://netbeans.org/downloads/index.html"&gt;download page&lt;/a&gt;.&lt;br /&gt;
My Tips is download only what application do you want to develop, on my case only PHP. This will give you more speed on first run IDE. &lt;br /&gt;
&lt;br /&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Connect Internet Opensuse 11.2 via Windows Mobile</title><link>http://linux-open-free.blogspot.com/2010/04/connect-internet-opensuse-112-via.html</link><category>Data Communications</category><category>openSUSE</category><category>Windows Mobile</category><category>Windows Mobile 6.5</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 2 Apr 2010 00:14:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-409322604853597838</guid><description>My Notebook is &lt;a href="http://www.amazon.com/s/?ie=UTF8&amp;amp;tag=linopeandfre-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;search-alias=aps&amp;amp;field-keywords=HP%20Probook%204410s" target="_blank"&gt;HP Probook 4410s&lt;/a&gt;&lt;img alt="" border="0" src="https://www.assoc-amazon.com/e/ir?t=linopeandfre-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a" height="1" style="border: medium none ! important; margin: 0px ! important; padding: 0px ! important;" width="1"&gt; (Opensuse 11.2) can connected to internet with my Windows Mobile 6.5 with Internet sharing is very simple and speed so high.. I think this is a ferfect combination to have Internet connection.&lt;br /&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Install lame on Mandriva Linux 2009.1 Free</title><link>http://linux-open-free.blogspot.com/2009/11/install-lame-on-mandriva-linux-20091.html</link><category>Mandriva Linux</category><author>noreply@blogger.com (Unknown)</author><pubDate>Fri, 27 Nov 2009 03:08:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-8481994197462163475</guid><description>Need rip to &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/MP3" rel="wikipedia" title="MP3"&gt;mp3&lt;/a&gt; from &lt;a class="zem_slink" href="http://www.mandriva.com/linux/" rel="homepage" title="Mandriva Linux"&gt;Mandriva Linux&lt;/a&gt; 2009.1 Free?&lt;br /&gt;
Why not try to using lame.&lt;br /&gt;
&lt;br /&gt;
To Install lame do this below:&lt;br /&gt;
&lt;br /&gt;
#&lt;a class="zem_slink" href="http://wiki.mandriva.com/en/Urpmi" rel="homepage" title="Urpmi"&gt;urpmi&lt;/a&gt; lame -a&lt;br /&gt;
&lt;br /&gt;
This will dowload lame and all library needs.&lt;br /&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Install Netbeans on Mandriva Linux</title><link>http://linux-open-free.blogspot.com/2009/11/install-netbeans-on-mandriva-linux.html</link><category>Distributions</category><category>Mandriva Linux</category><category>Netbeans</category><category>Programming</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sun, 22 Nov 2009 01:39:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-1211963812618253285</guid><description>If you want install Netbeans on Mandriva Linux, try following commad on Terminal. Don't forget that you must login as root (su).&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;nbsp;# urpmi netbeans.&lt;/blockquote&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Fedora 12 Linux has been launch</title><link>http://linux-open-free.blogspot.com/2009/11/fedora-12-linux-has-been-launch.html</link><category>Fedora</category><category>Open source</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 21 Nov 2009 12:22:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-763058199847085312</guid><description>&lt;a class="zem_slink freebase/guid/9202a8c04000641f80000000055e6fc1" href="http://fedoraproject.org/" rel="homepage" title="Fedora"&gt;Fedora&lt;/a&gt; 12 Linux has been release. You can check &lt;a href="http://docs.fedoraproject.org/release-notes/f12/en-US/html-single/"&gt;what's new&lt;/a&gt; on Fedora 12. &lt;br /&gt;
Major Feature of Fedora 12 Linux :&lt;br /&gt;
- &lt;i&gt;Improved WebCam support&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Better Video Codec&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Audio Improvement&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Better power management&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Automatic bug report&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Bluetooth on demand&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Many, many virtualization enhancement&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;- Still more security enhancement &lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Download Fedora 12 Linux on &lt;a href="http://fedoraproject.org/get-fedora.html"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;fieldset class="zemanta-related"&gt;
&lt;legend class="zemanta-related-title"&gt;Related articles by Zemanta&lt;/legend&gt;&lt;br /&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://lifehacker.com/5406856/fedora-12-available-for-download"&gt;Fedora 12 Available for Download [Downloads]&lt;/a&gt; (lifehacker.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.slumpedoverkeyboarddead.com/2009/11/18/fedora-12-takes-aim-at-linux-networking/"&gt;Fedora 12 Takes Aim at Linux Networking&lt;/a&gt; (slumpedoverkeyboarddead.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/fieldset&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Mandriva Linux 2010 has been launch</title><link>http://linux-open-free.blogspot.com/2009/11/mandriva-linux-2010-has-been-launch.html</link><category>KDE</category><category>Mandriva</category><category>Mandriva Linux</category><category>Moblin</category><category>Open source</category><category>Operating system</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 7 Nov 2009 23:52:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-1099114516577836757</guid><description>Do you like Mandriva Linux? Now Mandriva Linux 2010 has been launched and they say 'Discover the brand new Smart Desktop'.&lt;br /&gt;
&lt;br /&gt;
What's new in Mandriva Linux 2010 is :&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www2.mandriva.com/g/images/linux/range/powerpack.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://www2.mandriva.com/g/images/linux/range/powerpack.png" width="400" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The latest versions of the best of Open Source now available: Mozilla Firefox 3.5.3, OpenOffice.Org 3.1, KDE 4.3.2, GNOME 2.38, kernel 2.6.31&lt;/li&gt;
&lt;li&gt;Your netbook has 100 % support: you can install your environment with a few clicks using a USB key, and the environment is completely adapted to this platform. Go even further with Moblin, the environment dedicated to mobility.&lt;/li&gt;
&lt;li&gt;A higher performing control center enables you to administrate your machine with no fuss. Configure your network connexion (wifi, 3G...), use your multifunction printer, migrate your data from Windows to Linux, access a directory stacked with 20,000 software packets.&lt;/li&gt;
&lt;li&gt;Multimedia : Watching TV programmes, films and other videos becomes a child's game!&lt;/li&gt;
&lt;/ul&gt;&lt;div style="color: red;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: red;"&gt;&lt;b&gt;Download Mandriva Linux 2010 &lt;a href="http://www2.mandriva.com/downloads/"&gt;here&lt;/a&gt;. And Enjoy 'Smart Desktop'&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;fieldset class="zemanta-related"&gt;&lt;br /&gt;
&lt;legend class="zemanta-related-title"&gt;Related articles by Zemanta&lt;/legend&gt;&lt;br /&gt;
&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://linux.slashdot.org/story/09/11/05/0113247/Mandriva-Linux-2010-Is-Finally-Out?from=rss"&gt;Mandriva Linux 2010 Is Finally Out&lt;/a&gt; (linux.slashdot.org)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.slumpedoverkeyboarddead.com/2009/10/14/mandriva-2010-goes-for-the-full-moblin/"&gt;Mandriva 2010 goes for the full Moblin&lt;/a&gt; (slumpedoverkeyboarddead.com)&lt;/li&gt;
&lt;/ul&gt;&lt;/fieldset&gt;&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/79b610de-4882-4222-a60a-641112dece7c/" title="Reblog this post [with Zemanta]"&gt;&lt;img alt="Reblog this post [with Zemanta]" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=79b610de-4882-4222-a60a-641112dece7c" style="border: medium none; float: right;" /&gt;&lt;/a&gt;&lt;script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Ubuntu 9.10 had been launched</title><link>http://linux-open-free.blogspot.com/2009/11/ubuntu-910-had-been-launched.html</link><category>Linux</category><category>Open source</category><category>Ubuntu</category><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 4 Nov 2009 07:22:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7265851195744545963</guid><description>New Ubuntu 9.10 has been launched download &lt;a href="http://www.ubuntu.com/getubuntu/download"&gt;here.&lt;/a&gt;&lt;br /&gt;
&lt;fieldset class="zemanta-related"&gt;&lt;legend class="zemanta-related-title"&gt;Related articles by Zemanta&lt;/legend&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.slumpedoverkeyboarddead.com/2009/11/03/the-perfect-desktop-ubuntu-9-10-karmic-koala/"&gt;The Perfect Desktop - Ubuntu 9.10 (Karmic Koala)&lt;/a&gt; (slumpedoverkeyboarddead.com)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/d/open-source/canonical-updates-linux-based-netbook-os-new-interface-apps-173%3Fsource%3Drss_infoworld_news&amp;amp;a=9040979&amp;amp;rid=53538b3c-8b60-42fe-a648-d2b31c3f35b6&amp;amp;e=c7cdad6e53ecbe7c072de745c4b9fc2a"&gt;Canonical updates Linux-based netbook OS with new interface, apps&lt;/a&gt; (infoworld.com)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.ihisham.com/2009/10/ubuntu-910-review.html"&gt;Ubuntu 9.10 Compact Review&lt;/a&gt; (ihisham.com)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://blog.thesilentnumber.me/2009/09/top-things-to-do-after-installing.html"&gt;Top things to do after installing Ubuntu Linux 9.10 Karmic Koala&lt;/a&gt; (thesilentnumber.me)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.ihisham.com/2009/08/how-to-start-moving-to-ubuntu.html"&gt;How to Start Moving to Ubuntu&lt;/a&gt; (ihisham.com)&lt;/li&gt;&lt;/ul&gt;&lt;/fieldset&gt;&lt;br /&gt;
&lt;div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/53538b3c-8b60-42fe-a648-d2b31c3f35b6/" title="Reblog this post [with Zemanta]"&gt;&lt;img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=53538b3c-8b60-42fe-a648-d2b31c3f35b6" alt="Reblog this post [with Zemanta]"&gt;&lt;/a&gt;&lt;span class="zem-script more-related more-info pretty-attribution paragraph-reblog"&gt;&lt;script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Samsung L700 run well as 3g modem on Mandriva Linux 2009.1</title><link>http://linux-open-free.blogspot.com/2009/08/samsung-l700-run-well-as-3g-modem-on.html</link><category>Hardware</category><category>Installation</category><category>Mandriva Linux</category><category>Phone</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 8 Aug 2009 01:46:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-7233564378993273688</guid><description>If you have Samsung L700, you can use as 3G modem on Linux. Try install Mandriva Linux 2009.1 and configure u'r Samsung L700 as modem with kppp. No need wvdial again. Nice for simplify connection for 3g Network.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/951ef809-dd92-443d-bd24-923e1289bf5b/" title="Reblog this post [with Zemanta]"&gt;&lt;img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=951ef809-dd92-443d-bd24-923e1289bf5b" alt="Reblog this post [with Zemanta]"&gt;&lt;/a&gt;&lt;span class="zem-script more-related more-info pretty-attribution paragraph-reblog"&gt;&lt;script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>PostgreSQL 8.4 has been Release</title><link>http://linux-open-free.blogspot.com/2009/08/postgresql-84-has-been-release.html</link><category>Database</category><category>Mandriva Linux</category><category>Relational database</category><author>noreply@blogger.com (Unknown)</author><pubDate>Sat, 8 Aug 2009 01:37:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-9153964050248560062</guid><description>Finally PostgreSQL 8.4 is ready to download ... best relational database on opensouce. Check that now and &lt;a href="http://www.postgresql.org/download/"&gt;download&lt;/a&gt;.&lt;fieldset class="zemanta-related"&gt;&lt;legend class="zemanta-related-title"&gt;Related articles by Zemanta&lt;/legend&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.theregister.co.uk/2009/07/07/postgresql_8_4/"&gt;PostgreSQL trumpets 8.4 release&lt;/a&gt; (theregister.co.uk)&lt;/li&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.dbms2.com/2009/07/29/scaling-postgres-choices/"&gt;What are the best choices for scaling Postgres?&lt;/a&gt; (dbms2.com)&lt;/li&gt;&lt;/ul&gt;&lt;/fieldset&gt;&lt;br /&gt;
&lt;div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/07b7619b-3491-4294-9785-e23bee62f4a2/" title="Reblog this post [with Zemanta]"&gt;&lt;img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=07b7619b-3491-4294-9785-e23bee62f4a2" alt="Reblog this post [with Zemanta]"&gt;&lt;/a&gt;&lt;span class="zem-script more-related more-info pretty-attribution paragraph-reblog"&gt;&lt;script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Tips : Using Samsung L700 as Modem where empty user name or password on Ubuntu 9.04</title><link>http://linux-open-free.blogspot.com/2009/07/tips-using-samsung-l700-as-modem-where.html</link><category>Modem</category><category>Phone</category><author>noreply@blogger.com (Unknown)</author><pubDate>Thu, 30 Jul 2009 00:15:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-8177318447515913906</guid><description>If you are using Samsung L700 as modem where user name and password is empty or blank, you are can not connect using dialup tool. &lt;br /&gt;
&lt;br /&gt;
This happen to me.&lt;br /&gt;
To solved this problem, I am using as wvdial as connection, and using terminal to connect that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="zemanta-pixie"&gt;&lt;a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"&gt;&lt;img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_e.png?x-id=c903cd10-4901-479d-975e-4c48e2fa01f5" alt="Enhanced by Zemanta" /&gt;&lt;/a&gt;&lt;span class="zem-script more-related pretty-attribution"&gt;&lt;script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"&gt;&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total></item><item><title>Netbeans 6.7 has been launch</title><link>http://linux-open-free.blogspot.com/2009/07/netbeans-67-has-been-launch.html</link><category>Programming</category><author>noreply@blogger.com (Unknown)</author><pubDate>Wed, 1 Jul 2009 11:54:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3279705202606433574.post-694760857895931124</guid><description>Download Netbeans 6.7 in &lt;a href="http://www.netbeans.org/downloads/start.html?platform=windows&amp;lang=en&amp;option=php&amp;version=6.7"&gt;this&lt;/a&gt; link&lt;br /&gt;
&lt;br /&gt;
What's New:&lt;br /&gt;
NetBeans IDE 6.7 is a significant update to NetBeans IDE 6.5 and includes the following changes:&lt;br /&gt;
&lt;br /&gt;
    * Maven support for the creation of plugins and web services as well as support for POM and J2EE&lt;br /&gt;
    * Kenai integration enables the creation and editing of Kenai hosted projects from within the IDE&lt;br /&gt;
    * PHP improvements include Selenium support and SQL code completion&lt;br /&gt;
    * C++ support for profiling, Qt library, code refactoring and macro expansion&lt;br /&gt;
    * Web API Gateway plug-in enables consumption of Web APIs in applications&lt;br /&gt;
    * Java ME support for CDC projects in the bundled Java ME SDK 3.0</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>