<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>The Danesh Project</title>
    <link>https://thedaneshproject.com/</link>
    <description>Recent content on The Danesh Project</description>
    <image>
      <title>The Danesh Project</title>
      <url>https://thedaneshproject.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://thedaneshproject.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.121.2</generator>
    <language>en</language>
    <lastBuildDate>Fri, 30 Aug 2024 16:34:38 -0500</lastBuildDate>
    <atom:link href="https://thedaneshproject.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>My Yay Cheatsheet</title>
      <link>https://thedaneshproject.com/posts/my-yay-cheatsheet/</link>
      <pubDate>Sun, 28 Apr 2024 10:36:02 -0500</pubDate>
      <guid>https://thedaneshproject.com/posts/my-yay-cheatsheet/</guid>
      <description>Show information for installed packages and system health.
yay -Ps
Show available updates for packages installed from the AUR.
yay -Qau
Update packages installed from the AUR.
yay -Sau
Update all system and installed packages.
yay -Syu or yay
Update a single package.
yay -Sy &amp;lt;package&amp;gt;</description>
      <content:encoded><![CDATA[<p>Show information for installed packages and system health.</p>
<p><code>yay -Ps</code></p>
<p>Show available updates for packages installed from the AUR.</p>
<p><code>yay -Qau</code></p>
<p>Update packages installed from the AUR.</p>
<p><code>yay -Sau</code></p>
<p>Update all system and installed packages.</p>
<p><code>yay -Syu</code> or <code>yay</code></p>
<p>Update a single package.</p>
<p><code>yay -Sy &lt;package&gt;</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Install Gcloud Cli on Archlinux</title>
      <link>https://thedaneshproject.com/posts/install-gcloud-cli-on-archlinux/</link>
      <pubDate>Sun, 21 Jan 2024 20:23:18 -0600</pubDate>
      <guid>https://thedaneshproject.com/posts/install-gcloud-cli-on-archlinux/</guid>
      <description>Install from the AUR yay google-cloud-cli
Start a new terminal session or source the profile file. source /etc/profile.d/google-cloud-cli.sh
Verify
❯ which gcloud /opt/google-cloud-cli/bin/gcloud ❯ gcloud version Google Cloud SDK 459.0.0 alpha 2024.01.06 beta 2024.01.06 bq 2.0.101 bundled-python3-unix 3.11.6 core 2024.01.06 gcloud-crc32c 1.0.0 gsutil 5.27 </description>
      <content:encoded><![CDATA[<p>Install from the AUR
<code>yay google-cloud-cli</code></p>
<p>Start a new terminal session or source the profile file.
<code>source /etc/profile.d/google-cloud-cli.sh</code></p>
<p>Verify</p>
<pre tabindex="0"><code>❯ which gcloud
/opt/google-cloud-cli/bin/gcloud
❯ gcloud version
Google Cloud SDK 459.0.0
alpha 2024.01.06
beta 2024.01.06
bq 2.0.101
bundled-python3-unix 3.11.6
core 2024.01.06
gcloud-crc32c 1.0.0
gsutil 5.27
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Disabling Google Analytics on Tdp</title>
      <link>https://thedaneshproject.com/posts/disabling-google-analytics-on-tdp/</link>
      <pubDate>Tue, 06 Dec 2022 11:12:01 +0800</pubDate>
      <guid>https://thedaneshproject.com/posts/disabling-google-analytics-on-tdp/</guid>
      <description>I don&amp;rsquo;t monetize this blog, so there is no need for Google Analytics tracking.
I am running the papermod theme.
Here&amp;rsquo;s how I disabled tracking on my blog.
Edit the config.yml file. Comment out the Google analytics line. #googleAnalytics: G-6L9QBHWEKX Commit and wait for the pipeline to push out the changes. Verify that no Google tracking is getting picked up now. </description>
      <content:encoded><![CDATA[<p>I don&rsquo;t monetize this blog, so there is no need for Google Analytics tracking.</p>
<p>I am running the <a href="https://github.com/adityatelange/hugo-PaperMod">papermod</a> theme.</p>
<p>Here&rsquo;s how I disabled tracking on my blog.</p>
<ol>
<li>Edit the <code>config.yml</code> file.</li>
<li>Comment out the Google analytics line.
<code>#googleAnalytics: G-6L9QBHWEKX</code></li>
<li>Commit and wait for the pipeline to push out the changes.</li>
<li>Verify that no Google tracking is getting picked up now.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Vagrant 2.3.2 Failing With Virtualbox 7.0.2</title>
      <link>https://thedaneshproject.com/posts/vagrant-2.3.2-failing-with-virtualbox-7.0.2/</link>
      <pubDate>Sat, 05 Nov 2022 23:32:22 +0800</pubDate>
      <guid>https://thedaneshproject.com/posts/vagrant-2.3.2-failing-with-virtualbox-7.0.2/</guid>
      <description>Vagrant can&amp;#39;t create a host-only private network on Virtualbox 7, use intnet instead.</description>
      <content:encoded><![CDATA[<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>There was an error <span style="color:#66d9ef">while</span> executing <span style="color:#e6db74">`</span>VBoxManage<span style="color:#e6db74">`</span>, a CLI used by Vagrant
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">for</span> controlling VirtualBox. The command and stderr is shown below.
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Command: <span style="color:#f92672">[</span><span style="color:#e6db74">&#34;hostonlyif&#34;</span>, <span style="color:#e6db74">&#34;create&#34;</span><span style="color:#f92672">]</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Stderr: 0%...NS_ERROR_FAILURE
</span></span><span style="display:flex;"><span>VBoxManage: error: Failed to create the host-only adapter
</span></span><span style="display:flex;"><span>VBoxManage: error: VBoxNetAdpCtl: Error <span style="color:#66d9ef">while</span> adding new interface: failed to open /dev/vboxnetctl: No such file or directory
</span></span><span style="display:flex;"><span>VBoxManage: error: Details: code NS_ERROR_FAILURE <span style="color:#f92672">(</span>0x80004005<span style="color:#f92672">)</span>, component HostNetworkInterfaceWrap, interface IHostNetworkInterface
</span></span><span style="display:flex;"><span>VBoxManage: error: Context: <span style="color:#e6db74">&#34;RTEXITCODE handleCreate(HandlerArg *)&#34;</span> at line <span style="color:#ae81ff">105</span> of file VBoxManageHostonly.cpp
</span></span></code></pre></div><p>Vagrant currently can&rsquo;t create host-only networks on Virtualbox 7. <a href="https://github.com/hashicorp/vagrant/issues/12967">Github issue 12967</a></p>
<p>The workaround, for now, is to use Virtualbox&rsquo;s &ldquo;internal network&rdquo; private network. I&rsquo;ve tested this as it works on macOS Ventura.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>  config.vm.define <span style="color:#e6db74">&#34;host1&#34;</span> <span style="color:#66d9ef">do</span> |host1|
</span></span><span style="display:flex;"><span>      host1.vm.hostname <span style="color:#f92672">=</span> <span style="color:#e6db74">&#34;n2&#34;</span>
</span></span><span style="display:flex;"><span>      host1.vm.network <span style="color:#e6db74">&#34;private_network&#34;</span>, ip: <span style="color:#e6db74">&#34;192.168.56.11&#34;</span>,
</span></span><span style="display:flex;"><span>        virtualbox__intnet: true
</span></span><span style="display:flex;"><span>  end
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Change the default DNS Servers on TM Unifi Netis DL4480V1 Modem Router</title>
      <link>https://thedaneshproject.com/posts/change-the-default-dns-servers-on-tm-unifi-netis-dl4480v1-modem-router/</link>
      <pubDate>Sat, 29 Oct 2022 19:21:45 +0800</pubDate>
      <guid>https://thedaneshproject.com/posts/change-the-default-dns-servers-on-tm-unifi-netis-dl4480v1-modem-router/</guid>
      <description>Steps to change the default upstream DNS servers</description>
      <content:encoded><![CDATA[<p>The factory configuration on the TM Unifi Netis DL4480V1 modem/router defaults to TM&rsquo;s DNS servers. I prefer to use custom external DNS servers instead, to bypass any potential censorship at the ISP DNS level.</p>
<p>I normally have PiHole running on a RPi sitting around for this purpose but can&rsquo;t get my hands on one in Malaysia at MSRP.</p>
<p>Follow the steps below to change the default DNS servers to Cloudflare&rsquo;s DNS servers.</p>
<p><img loading="lazy" src="dns-config.png" alt="DNS Configuratiion"  />
</p>
<h3 id="cloudflares-dns-servers">Cloudflare&rsquo;s DNS servers</h3>
<p>IPv4</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Primary: 1.1.1.1
</span></span><span style="display:flex;"><span>Secondary: 1.0.0.1
</span></span></code></pre></div><p>IPv6</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>2606:4700:4700::1111
</span></span><span style="display:flex;"><span>2606:4700:4700::1001
</span></span></code></pre></div><h3 id="steps">Steps</h3>
<ol>
<li>Log on to the router at <code>192.168.1.1</code>. http://192.168.1.1/</li>
<li>Login is <code>tmadmin</code> and password is <code>Adm@[last 4 characters in the mac address]</code></li>
<li>Navigate to the &ldquo;Service&rdquo; -&gt; &ldquo;DNS Server&rdquo; page.</li>
<li>Change &ldquo;Domain Name Server Assignment&rdquo; option to &ldquo;Manual&rdquo;.</li>
<li>Update the Domain Name Server [1..3] fields with the new DNS servers.</li>
<li>Navigate to the &ldquo;Service&rdquo; -&gt; &ldquo;DHCP&rdquo; page.</li>
<li>Update &ldquo;DNS Option&rdquo; to &ldquo;Use DNS Relay&rdquo;.</li>
<li>Apply your changes and reboot the router.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Upgrading Fedora 35 to Fedora 36</title>
      <link>https://thedaneshproject.com/posts/upgrading-fedora-35-to-fedora-36/</link>
      <pubDate>Sun, 15 May 2022 13:25:48 -0500</pubDate>
      <guid>https://thedaneshproject.com/posts/upgrading-fedora-35-to-fedora-36/</guid>
      <description>Steps to upgrade Fedora 35 to Fedora 36.</description>
      <content:encoded><![CDATA[<p>Successfully upgraded my Fedora 35 work station to Fedora 36 today.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>❯ cat /etc/redhat-release
</span></span><span style="display:flex;"><span>Fedora release <span style="color:#ae81ff">35</span> <span style="color:#f92672">(</span>Thirty Five<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf makecache
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf upgrade --refresh
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf install dnf-plugin-system-upgrade
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf system-upgrade download --releasever<span style="color:#f92672">=</span><span style="color:#ae81ff">36</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Before you <span style="color:#66d9ef">continue</span> ensure that your system is fully upgraded by running <span style="color:#e6db74">&#34;dnf --refresh upgrade&#34;</span>. Do you want to <span style="color:#66d9ef">continue</span> <span style="color:#f92672">[</span>y/N<span style="color:#f92672">]</span>:y
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Transaction Summary
</span></span><span style="display:flex;"><span><span style="color:#f92672">=============================================================================================================================================</span>
</span></span><span style="display:flex;"><span>Install     <span style="color:#ae81ff">114</span> Packages
</span></span><span style="display:flex;"><span>Upgrade    <span style="color:#ae81ff">1859</span> Packages
</span></span><span style="display:flex;"><span>Remove        <span style="color:#ae81ff">4</span> Packages
</span></span><span style="display:flex;"><span>Downgrade     <span style="color:#ae81ff">1</span> Package
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Total download size: 2.1 G
</span></span><span style="display:flex;"><span>DNF will only download packages, install gpg keys, and check the transaction.
</span></span><span style="display:flex;"><span>Is this ok <span style="color:#f92672">[</span>y/N<span style="color:#f92672">]</span>:y
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Total                                                                                                        6.3 MB/s | 2.1 GB     05:34
</span></span><span style="display:flex;"><span>Fedora <span style="color:#ae81ff">36</span> - x86_64 - Updates                                                                                 1.6 MB/s | 1.6 kB     00:00
</span></span><span style="display:flex;"><span>Importing GPG key 0x38AB71F4:
</span></span><span style="display:flex;"><span> Userid     : <span style="color:#e6db74">&#34;Fedora (36) &lt;fedora-36-primary@fedoraproject.org&gt;&#34;</span>
</span></span><span style="display:flex;"><span> Fingerprint: 53DE D2CB 922D 8B8D 9E63 FD18 999F 7CBF 38AB 71F4
</span></span><span style="display:flex;"><span> From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-36-x86_64
</span></span><span style="display:flex;"><span>Is this ok <span style="color:#f92672">[</span>y/N<span style="color:#f92672">]</span>:y
</span></span><span style="display:flex;"><span>Key imported successfully
</span></span><span style="display:flex;"><span>Running transaction check
</span></span><span style="display:flex;"><span>Transaction check succeeded.
</span></span><span style="display:flex;"><span>Running transaction test
</span></span><span style="display:flex;"><span>Transaction test succeeded.
</span></span><span style="display:flex;"><span>Complete!
</span></span><span style="display:flex;"><span>Transaction saved to /var/lib/dnf/system-upgrade/system-upgrade-transaction.json.
</span></span><span style="display:flex;"><span>Download complete! Use <span style="color:#e6db74">&#39;dnf system-upgrade reboot&#39;</span> to start the upgrade.
</span></span><span style="display:flex;"><span>To remove cached metadata and transaction use <span style="color:#e6db74">&#39;dnf system-upgrade clean&#39;</span>
</span></span><span style="display:flex;"><span>The downloaded packages were saved in cache <span style="color:#66d9ef">until</span> the next successful transaction.
</span></span><span style="display:flex;"><span>You can remove cached packages by executing <span style="color:#e6db74">&#39;dnf clean packages&#39;</span>.
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf system-upgrade reboot
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ cat /etc/redhat-release
</span></span><span style="display:flex;"><span>Fedora release <span style="color:#ae81ff">36</span> <span style="color:#f92672">(</span>Thirty Six<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>❯ sudo dnf upgrade
</span></span><span style="display:flex;"><span>Last metadata expiration check: 0:00:43 ago on Sun <span style="color:#ae81ff">15</span> May <span style="color:#ae81ff">2022</span> 01:54:21 PM CDT.
</span></span><span style="display:flex;"><span>Dependencies resolved.
</span></span><span style="display:flex;"><span>Nothing to <span style="color:#66d9ef">do</span>.
</span></span><span style="display:flex;"><span>Complete!
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Arista EOS: Management Interface IP</title>
      <link>https://thedaneshproject.com/posts/arista-eos-management-interface-ip/</link>
      <pubDate>Mon, 07 Mar 2022 09:26:52 -0600</pubDate>
      <guid>https://thedaneshproject.com/posts/arista-eos-management-interface-ip/</guid>
      <description>Assign management interface IP address on a Arista switch</description>
      <content:encoded><![CDATA[<p>Follow the steps below to assign or change the IP address on the management interface on a Arista swtich.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>localhost&gt; en
</span></span><span style="display:flex;"><span>localhost# configure
</span></span><span style="display:flex;"><span>localhost(config)# interface management 1
</span></span><span style="display:flex;"><span>localhost(config-if-Ma1)# ip address 192.168.57.2/24
</span></span><span style="display:flex;"><span>localhost(config-if-Ma1)# show active
</span></span><span style="display:flex;"><span>interface Management 1
</span></span><span style="display:flex;"><span>    ip address 192.168.57.2/24
</span></span><span style="display:flex;"><span>localhost(config-if-Ma1)# exit
</span></span><span style="display:flex;"><span>localhost(config)# exit
</span></span><span style="display:flex;"><span>localhost# copy running-config startup-config
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Change Admin Password on Arista EOS</title>
      <link>https://thedaneshproject.com/posts/change-admin-password-on-arista-eos/</link>
      <pubDate>Sat, 05 Mar 2022 13:01:14 -0600</pubDate>
      <guid>https://thedaneshproject.com/posts/change-admin-password-on-arista-eos/</guid>
      <description>Change the admin account password on Arista&amp;#39;s EOS </description>
      <content:encoded><![CDATA[<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>localhost&gt; en
</span></span><span style="display:flex;"><span>localhost# conf
</span></span><span style="display:flex;"><span>localhost(config)# username admin secret supersecretpassword
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>How to obtain the EOS version on a Arista switch router</title>
      <link>https://thedaneshproject.com/posts/how-to-obtain-the-eos-version-on-a-arista-switch-router/</link>
      <pubDate>Thu, 24 Feb 2022 15:31:26 -0600</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-obtain-the-eos-version-on-a-arista-switch-router/</guid>
      <description>Two quick ways to obtain the EOS version running on a Arista switch router.</description>
      <content:encoded><![CDATA[<p>Whether logging a support call or planning an upgrade, knowing your current running software version is crucial. Here&rsquo;s two ways to quickly get the EOS version running on your Arista switch router.</p>
<h2 id="option-1">Option 1</h2>
<p>Use the <code>show version</code> command.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#f92672">(</span>admin@lab01.local<span style="color:#f92672">)</span> Password:
</span></span><span style="display:flex;"><span>Last login: Thu Feb <span style="color:#ae81ff">24</span> 15:33:07 <span style="color:#ae81ff">2022</span> from 192.168.1.253
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span>&gt;en
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span><span style="color:#75715e">#show version | grep Software</span>
</span></span><span style="display:flex;"><span>Software image version: 4.18.5M
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span><span style="color:#75715e">#</span>
</span></span></code></pre></div><h2 id="option-2">Option 2</h2>
<p>Use the base Linux OS</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#f92672">(</span>admin@lab01.local<span style="color:#f92672">)</span> Password:
</span></span><span style="display:flex;"><span>Last login: Thu Feb <span style="color:#ae81ff">24</span> 15:33:07 <span style="color:#ae81ff">2022</span> from 192.168.1.253
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span>&gt;en
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span><span style="color:#75715e">#bash</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Arista Networks EOS shell
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">[</span>admin@SW01 ~<span style="color:#f92672">]</span>$ cat /etc/system-release
</span></span><span style="display:flex;"><span>Arista Networks EOS 4.18.5M
</span></span><span style="display:flex;"><span>SW01<span style="color:#f92672">(</span>s1<span style="color:#f92672">)</span><span style="color:#75715e">#</span>
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>About Me</title>
      <link>https://thedaneshproject.com/about/</link>
      <pubDate>Sun, 20 Feb 2022 08:05:16 -0600</pubDate>
      <guid>https://thedaneshproject.com/about/</guid>
      <description> </description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Change MTU on Proxmox backup server</title>
      <link>https://thedaneshproject.com/posts/change-mtu-on-proxmox-backup-server/</link>
      <pubDate>Sun, 13 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/change-mtu-on-proxmox-backup-server/</guid>
      <description>Edit the /etc/network/interfaces file. Add mtu 9000 to the interface. iface lo inet loopback auto enp4s0 iface enp4s0 inet static address 172.22.36.146/20 gateway 172.22.47.254 mtu 9000 iface enp5s0 inet manual Restart the interface root@hpvebkpdev01:~# systemctl restart networking.service root@pvebkpdev01:~# systemctl status networking.service ? networking.service - Network initialization Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled) Active: active (exited) since Sun 2022-02-13 13:03:11 CST; 14s ago Docs: man:interfaces(5) man:ifup(8) man:ifdown(8) Process: 2052 ExecStart=/usr/share/ifupdown2/sbin/start-networking start (code=exited, status=0/SUCCESS) Main PID: 2052 (code=exited, status=0/SUCCESS) CPU: 476ms Feb 13 13:03:10 pvebkpdev01 systemd[1]: Starting Network initialization.</description>
      <content:encoded><![CDATA[<ol>
<li>Edit the <code>/etc/network/interfaces</code> file. Add <code>mtu 9000</code> to the interface.</li>
</ol>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>iface lo inet loopback
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>auto enp4s0
</span></span><span style="display:flex;"><span>iface enp4s0 inet static
</span></span><span style="display:flex;"><span>        address 172.22.36.146/20
</span></span><span style="display:flex;"><span>        gateway 172.22.47.254
</span></span><span style="display:flex;"><span>        mtu <span style="color:#ae81ff">9000</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>iface enp5s0 inet manual
</span></span></code></pre></div><ol start="2">
<li>Restart the interface</li>
</ol>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>root@hpvebkpdev01:~# systemctl restart networking.service 
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>root@pvebkpdev01:~# systemctl status networking.service 
</span></span><span style="display:flex;"><span>? networking.service - Network initialization
</span></span><span style="display:flex;"><span>     Loaded: loaded <span style="color:#f92672">(</span>/lib/systemd/system/networking.service; enabled; vendor preset: enabled<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>     Active: active <span style="color:#f92672">(</span>exited<span style="color:#f92672">)</span> since Sun 2022-02-13 13:03:11 CST; 14s ago
</span></span><span style="display:flex;"><span>       Docs: man:interfaces<span style="color:#f92672">(</span>5<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>             man:ifup<span style="color:#f92672">(</span>8<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>             man:ifdown<span style="color:#f92672">(</span>8<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>    Process: <span style="color:#ae81ff">2052</span> ExecStart<span style="color:#f92672">=</span>/usr/share/ifupdown2/sbin/start-networking start <span style="color:#f92672">(</span>code<span style="color:#f92672">=</span>exited, status<span style="color:#f92672">=</span>0/SUCCESS<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>   Main PID: <span style="color:#ae81ff">2052</span> <span style="color:#f92672">(</span>code<span style="color:#f92672">=</span>exited, status<span style="color:#f92672">=</span>0/SUCCESS<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>        CPU: 476ms
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>Feb <span style="color:#ae81ff">13</span> 13:03:10 pvebkpdev01 systemd<span style="color:#f92672">[</span>1<span style="color:#f92672">]</span>: Starting Network initialization...
</span></span><span style="display:flex;"><span>Feb <span style="color:#ae81ff">13</span> 13:03:10 pvebkpdev01 networking<span style="color:#f92672">[</span>2052<span style="color:#f92672">]</span>: networking: Configuring network interfaces
</span></span><span style="display:flex;"><span>Feb <span style="color:#ae81ff">13</span> 13:03:11 pvebkpdev01 systemd<span style="color:#f92672">[</span>1<span style="color:#f92672">]</span>: Finished Network initialization.
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>root@pvebkpdev01:~# ip a list enp4s0
</span></span><span style="display:flex;"><span>2: enp4s0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu <span style="color:#ae81ff">9000</span> qdisc mq state UP group default qlen <span style="color:#ae81ff">1000</span>
</span></span><span style="display:flex;"><span>    link/ether 00:07:43:05:b9:f4 brd ff:ff:ff:ff:ff:ff
</span></span><span style="display:flex;"><span>    inet 172.20.32.146/20 scope global enp4s0
</span></span><span style="display:flex;"><span>       valid_lft forever preferred_lft forever
</span></span><span style="display:flex;"><span>    inet6 fe80::207:43ff:fe05:b9f4/64 scope link 
</span></span><span style="display:flex;"><span>       valid_lft forever preferred_lft forever
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Disable automatically rearranging spaces on Monterey</title>
      <link>https://thedaneshproject.com/posts/disable-automatically-rearranging-spaces-on-monterey/</link>
      <pubDate>Fri, 04 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/disable-automatically-rearranging-spaces-on-monterey/</guid>
      <description>I prefer having fixed work spaces, helps with the OCD 🙂
Here&amp;rsquo;s how to disable auto arranging of work spaces
System Preferences -&amp;gt; Mission Control -&amp;gt; &amp;ldquo;Automatically rearrange Spaces based on most recent use&amp;rdquo;
Mission Control </description>
      <content:encoded><![CDATA[<p>I prefer having fixed work spaces, helps with the OCD 🙂</p>
<p>Here&rsquo;s how to disable auto arranging of work spaces</p>
<p>System Preferences -&gt; Mission Control -&gt; &ldquo;Automatically rearrange Spaces based on most recent use&rdquo;</p>
<figure class="align-center ">
    <img loading="lazy" src="/wp-content/uploads/2022/02/image.png#center"
         alt="Mission Control"/> <figcaption>
            Mission Control 
        </figcaption>
</figure>

]]></content:encoded>
    </item>
    <item>
      <title>How to exclude a package when running DNF</title>
      <link>https://thedaneshproject.com/posts/how-to-exclude-a-package-when-running-dnf/</link>
      <pubDate>Mon, 24 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-exclude-a-package-when-running-dnf/</guid>
      <description>I like keeping my workstation updated but prefer to leave the reboots for the weekends. So, I tend to ignore kernel packages when I run my updates.
This is the way,
sudo dnf update --exclude=&amp;quot;kernel*&amp;quot;</description>
      <content:encoded><![CDATA[<p>I like keeping my workstation updated but prefer to leave the reboots for the weekends. So, I tend to ignore kernel packages when I run my updates.</p>
<p>This is the way,</p>
<p><code>sudo dnf update --exclude=&quot;kernel*&quot;</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Remove the OBS virtual webcam device on Mac</title>
      <link>https://thedaneshproject.com/posts/remove-the-obs-virtual-webcam-device-on-mac/</link>
      <pubDate>Wed, 23 Jun 2021 02:44:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/remove-the-obs-virtual-webcam-device-on-mac/</guid>
      <description>The OBS virtual webcam device doesn&amp;rsquo;t always get removed properly when OBS studion is removed on Mac. Here&amp;rsquo;s how to manually remove the device.
Using finder navigate to &amp;ldquo;/Library/CoreMediaIO/Plug-Ins/DAL/&amp;rdquo;. Command + Shift + g will bring up the goto dialog.
Delete the &amp;ldquo;obs-mac-virtualcam.plugin&amp;rdquo; file. Verify if the &amp;ldquo;obs-virtual-camera&amp;rdquo; device has been removed. The screenshot below is from MS Teams.</description>
      <content:encoded><![CDATA[<p>The OBS virtual webcam device doesn&rsquo;t always get removed properly when OBS studion is removed on Mac. Here&rsquo;s how to manually remove the device.</p>
<ol>
<li>
<p>Using finder navigate to &ldquo;/Library/CoreMediaIO/Plug-Ins/DAL/&rdquo;.
<code>Command + Shift + g</code> will bring up the goto dialog.<br>
<figure>
    <img loading="lazy" src="/wp-content/uploads/2021/06/remove-the-obs-virtual-webcam-device-on-mac-img3.png"
         alt="goto dialog"/> 
</figure>
</p>
</li>
<li>
<p>Delete the &ldquo;obs-mac-virtualcam.plugin&rdquo; file.
<figure>
    <img loading="lazy" src="/wp-content/uploads/2021/06/remove-the-obs-virtual-webcam-device-on-mac-img2.png"
         alt="remove file"/> 
</figure>
</p>
</li>
<li>
<p>Verify if the &ldquo;obs-virtual-camera&rdquo; device has been removed.
The screenshot below is from MS Teams.<br>
<figure>
    <img loading="lazy" src="/wp-content/uploads/2021/06/remove-the-obs-virtual-webcam-device-on-mac-img1.png"
         alt="webcam list in MS Teams"/> 
</figure>
</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>My Unbound DNS custom options</title>
      <link>https://thedaneshproject.com/posts/my-unbound-dns-custom-options/</link>
      <pubDate>Sat, 12 Dec 2020 04:55:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-unbound-dns-custom-options/</guid>
      <description>I&amp;rsquo;m running Unbound DNS on OPNsense at home. This covers my local PLEX server and DOH (DNS OVER HTTPs) setup. All my devices point to my PiHole server which then forwards them to the unbound server.
server: private-domain: &amp;#34;plex.direct&amp;#34; server: forward-zone: name: &amp;#34;.&amp;#34; forward-addr: 1.1.1.1@853 forward-addr: 1.0.0.1@853 forward-addr: 8.8.8.8@853 forward-addr: 8.8.4.4@853 forward-addr: 2606:4700:4700::1111@853 forward-addr: 2606:4700:4700::1001@853 forward-addr: 2001:4860:4860::8888@853 forward-addr: 2001:4860:4860::8844@853 forward-ssl-upstream: yes </description>
      <content:encoded><![CDATA[<p>I&rsquo;m running Unbound DNS on OPNsense at home. This covers my local PLEX server and DOH (DNS OVER HTTPs) setup. All my devices point to my PiHole server which then forwards them to the unbound server.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>server:
</span></span><span style="display:flex;"><span>private-domain: &#34;plex.direct&#34;
</span></span><span style="display:flex;"><span>server:
</span></span><span style="display:flex;"><span>forward-zone:
</span></span><span style="display:flex;"><span>  name: &#34;.&#34;
</span></span><span style="display:flex;"><span>  forward-addr: 1.1.1.1@853
</span></span><span style="display:flex;"><span>  forward-addr: 1.0.0.1@853
</span></span><span style="display:flex;"><span>  forward-addr: 8.8.8.8@853
</span></span><span style="display:flex;"><span>  forward-addr: 8.8.4.4@853
</span></span><span style="display:flex;"><span>  forward-addr: 2606:4700:4700::1111@853
</span></span><span style="display:flex;"><span>  forward-addr: 2606:4700:4700::1001@853
</span></span><span style="display:flex;"><span>  forward-addr: 2001:4860:4860::8888@853
</span></span><span style="display:flex;"><span>  forward-addr: 2001:4860:4860::8844@853
</span></span><span style="display:flex;"><span>  forward-ssl-upstream: yes
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Installing KIND on Ubuntu 20.10</title>
      <link>https://thedaneshproject.com/posts/installing-kind-on-ubuntu-20.10/</link>
      <pubDate>Wed, 11 Nov 2020 02:19:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-kind-on-ubuntu-20.10/</guid>
      <description>KIND == Kubernetes in Docker
I will install the KIND binary into my ~/bin/ directory since that&amp;rsquo;s where I keep all my binaries.
&amp;gt;_ cd ~/.bin &amp;gt;_ curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.9.0/kind-linux-amd64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 97 100 97 0 0 163 0 --:--:-- --:--:-- --:--:-- 162 100 642 100 642 0 0 831 0 --:--:-- --:--:-- --:--:-- 831 100 7247k 100 7247k 0 0 4742k 0 0:00:01 0:00:01 --:--:-- 18.</description>
      <content:encoded><![CDATA[<p>KIND == Kubernetes in Docker</p>
<p>I will install the KIND binary into my ~/bin/ directory since that&rsquo;s where I keep all my binaries.</p>
<pre tabindex="0"><code>&gt;_ cd ~/.bin
 
&gt;_ curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.9.0/kind-linux-amd64
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed
 100    97  100    97    0     0    163      0 --:--:-- --:--:-- --:--:--   162
 100   642  100   642    0     0    831      0 --:--:-- --:--:-- --:--:--   831
 100 7247k  100 7247k    0     0  4742k      0  0:00:01  0:00:01 --:--:-- 18.6M
 &gt;_ chmod +x kind

 &gt;_ which kind
 /home/danesh/.bin/kind

 &gt;_ kind version
 kind v0.9.0 go1.15.2 linux/amd64

&gt;_ source &amp;lt;(kind completion zsh)
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Install Helm on Ubuntu 20.10</title>
      <link>https://thedaneshproject.com/posts/install-helm-on-ubuntu-20.10/</link>
      <pubDate>Sun, 08 Nov 2020 02:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-helm-on-ubuntu-20.10/</guid>
      <description>Go to the release page to get the download link for the latest version of helm. https://github.com/helm/helm/releases
I prefer the binaries to be in my ~/.bin/ directory as it is already in my PATH
&amp;gt;_ cd ~/.bin &amp;gt;_ wget https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz --2020-11-06 19:41:28-- https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz Resolving get.helm.sh (get.helm.sh)… 152.195.19.97, 2606:2800:11f:1cb7:261b:1f9c:2074:3c Connecting to get.helm.sh (get.helm.sh)|152.195.19.97|:443… connected. HTTP request sent, awaiting response… 200 OK Length: 13315267 (13M) [application/x-tar] Saving to: ‘helm-v3.4.0-linux-amd64.tar.gz’ helm-v3.4.0-linux-amd64.tar.gz 100%[======================================================&amp;gt;] 12.70M 77.</description>
      <content:encoded><![CDATA[<p>Go to the release page to get the download link for the latest version of helm. <a href="https://github.com/helm/helm/releases">https://github.com/helm/helm/releases</a></p>
<p>I prefer the binaries to be in my ~/.bin/ directory as it is already in my PATH</p>
<pre tabindex="0"><code>&gt;_ cd ~/.bin

&gt;_ wget https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz
 --2020-11-06 19:41:28--  https://get.helm.sh/helm-v3.4.0-linux-amd64.tar.gz
 Resolving get.helm.sh (get.helm.sh)… 152.195.19.97, 2606:2800:11f:1cb7:261b:1f9c:2074:3c
 Connecting to get.helm.sh (get.helm.sh)|152.195.19.97|:443… connected.
 HTTP request sent, awaiting response… 200 OK
 Length: 13315267 (13M) [application/x-tar]
 Saving to: ‘helm-v3.4.0-linux-amd64.tar.gz’
 helm-v3.4.0-linux-amd64.tar.gz  100%[======================================================&gt;]  12.70M  77.2MB/s    in 0.2s    
 2020-11-06 19:41:29 (77.2 MB/s) - ‘helm-v3.4.0-linux-amd64.tar.gz’ saved [13315267/13315267]
 
&gt;_ tar -zxvf helm-v3.4.0-linux-amd64.tar.gz
 linux-amd64/
 linux-amd64/README.md
 linux-amd64/helm
 linux-amd64/LICENSE
 
&gt;_ ll
 total 303M
 drwxrwxr-x 11 danesh danesh 4.0K Oct 11 11:27 fzf
 drwxrwxr-x  9 danesh danesh 4.0K Nov  6 19:01 google-cloud-sdk
 -rw-rw-r--  1 danesh danesh  13M Oct 26 10:37 helm-v3.4.0-linux-amd64.tar.gz
 drwxr-xr-x  2 danesh danesh 4.0K Oct 26 10:36 linux-amd64
 -rwxrwxr-x  1 danesh danesh  54M Nov  6 18:10 minikube
 -rwxr-xr-x  1 danesh danesh 119M Sep 30 12:55 packer
 -rwxr-xr-x  1 danesh danesh  82M Sep 30 13:10 terraform
 -rwxr-xr-x  1 danesh danesh  37M Aug 24 18:02 vagrant

 &gt;_ cp linux-amd64/helm .

 &gt;_ rm -rfv linux-amd64
 &gt;_ rm helm-v3.4.0-linux-amd64.tar.gz

 &gt;_ ll
 total 330M
 drwxrwxr-x 11 danesh danesh 4.0K Oct 11 11:27 fzf
 drwxrwxr-x  9 danesh danesh 4.0K Nov  6 19:01 google-cloud-sdk
 -rwxr-xr-x  1 danesh danesh  40M Nov  6 19:42 helm
 -rwxrwxr-x  1 danesh danesh  54M Nov  6 18:10 minikube
 -rwxr-xr-x  1 danesh danesh 119M Sep 30 12:55 packer
 -rwxr-xr-x  1 danesh danesh  82M Sep 30 13:10 terraform
 -rwxr-xr-x  1 danesh danesh  37M Aug 24 18:02 vagrant

&gt;_ helm version
 version.BuildInfo{Version:&#34;v3.4.0&#34;, GitCommit:&#34;7090a89efc8a18f3d8178bf47d2462450349a004&#34;, GitTreeState:&#34;clean&#34;, GoVersion:&#34;go1.14.10&#34;}
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Install minikube on Ubuntu 20.10</title>
      <link>https://thedaneshproject.com/posts/install-minikube-on-ubuntu-20.10/</link>
      <pubDate>Sat, 07 Nov 2020 00:33:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-minikube-on-ubuntu-20.10/</guid>
      <description>I&amp;rsquo;m installing minikube on my shiny new Pop!OS 20.10 install which is based on Ubuntu 20.10.
&amp;gt;_lsb_release -a No LSB modules are available. Distributor ID: Pop Description: Pop!_OS 20.10 Release: 20.10 Codename: groovy I prefer to have my standalone application binaries placed in ~/.bin/ which is already included in my PATH.
&amp;gt;_ cd ~/.bin &amp;gt;_ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 53.</description>
      <content:encoded><![CDATA[<p>I&rsquo;m installing minikube on my shiny new Pop!OS 20.10 install which is based on Ubuntu 20.10.</p>
<pre tabindex="0"><code>&gt;_lsb_release -a
No LSB modules are available.
Distributor ID: Pop
Description:    Pop!_OS 20.10
Release:    20.10
Codename:   groovy
</code></pre><p>I prefer to have my standalone application binaries placed in ~/.bin/ which is already included in my PATH.</p>
<pre tabindex="0"><code>&gt;_ cd ~/.bin
&gt;_ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
100 53.3M  100 53.3M    0     0  63.9M      0 --:--:-- --:--:-- --:--:-- 63.8M
&gt;_ install -m 775 minikube-linux-amd64 ./minikube
&gt;_ ll
total 343M
drwxrwxr-x 11 danesh danesh 4.0K Oct 11 11:27 fzf
drwxrwxr-x  9 danesh danesh 4.0K Oct 30 14:29 google-cloud-sdk
-rwxrwxr-x  1 danesh danesh  54M Nov  6 18:10 minikube
-rw-rw-r--  1 danesh danesh  54M Nov  6 18:10 minikube-linux-amd64
-rwxr-xr-x  1 danesh danesh 119M Sep 30 12:55 packer
-rwxr-xr-x  1 danesh danesh  82M Sep 30 13:10 terraform
-rwxr-xr-x  1 danesh danesh  37M Aug 24 18:02 vagrant
&gt;_ rm minikube-linux-amd64
</code></pre><p>Verify if it&rsquo;s working</p>
<pre tabindex="0"><code>&gt;_ cd ~
&gt;_ which minikube
/home/danesh/.bin/minikube
&gt;_ source &amp;lt;(minikube completion zsh)
&gt;_ minikube version
minikube version: v1.14.2
commit: 2c82918e2347188e21c4e44c8056fc80408bce10
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Start docker after NFS mounts come online</title>
      <link>https://thedaneshproject.com/posts/start-docker-after-nfs-mounts-come-online/</link>
      <pubDate>Tue, 01 Sep 2020 02:28:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/start-docker-after-nfs-mounts-come-online/</guid>
      <description>Problem Some of my docker containers access resources from a NAS over NFS.
On reboot, the Docker service comes up before the NFS paths are mounted, this causes the services within my containers to fail.
Restating the docker service, systemctl restart docker fixes this but I&amp;rsquo;d rather the containers come up properly the first time.
Solution Add a systemd drop-in unit for the docker service instructing it to wait for the NFS mount to come online before starting.</description>
      <content:encoded><![CDATA[<h2 id="problem">Problem</h2>
<p>Some of my docker containers access resources from a NAS over NFS.</p>
<p>On reboot, the Docker service comes up before the NFS paths are mounted, this causes the services within my containers to fail.</p>
<p>Restating the docker service, <code>systemctl restart docker</code> fixes this but I&rsquo;d rather the containers come up properly the first time.</p>
<h2 id="solution">Solution</h2>
<p>Add a systemd drop-in unit for the docker service instructing it to wait for the NFS mount to come online before starting.</p>
<h2 id="steps">Steps</h2>
<p>Identify the systemd unit for the NFS mount. In my case /nas/data .</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>danesh@antman:~$ mount -t nfs4
</span></span><span style="display:flex;"><span>192.168.100.1:/volume8/data on /nas/data type nfs4 <span style="color:#f92672">(</span>rw,relatime,vers<span style="color:#f92672">=</span>4.1,rsize<span style="color:#f92672">=</span>131072,wsize<span style="color:#f92672">=</span>131072,namlen<span style="color:#f92672">=</span>255,hard,proto<span style="color:#f92672">=</span>tcp,timeo<span style="color:#f92672">=</span>600,retrans<span style="color:#f92672">=</span>2,sec<span style="color:#f92672">=</span>sys,clientaddr<span style="color:#f92672">=</span>192.168.100.2,local_lock<span style="color:#f92672">=</span>none,addr<span style="color:#f92672">=</span>192.168.100.1,_netdev<span style="color:#f92672">)</span>  
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>danesh@antman:~$ sudo systemctl list-units | grep nas-data
</span></span><span style="display:flex;"><span>  nas-data.mount                                                                                                         loaded active mounted   /nas/data         
</span></span></code></pre></div><p>Create the systemd drop-in unit file for the docker service. Create the directory if it is not there.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>danesh@antman:~$ sudo mkdir /etc/systemd/system/docker.service.d/  
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>danesh@antman:~$ sudo echo <span style="color:#e6db74">&#34;[Unit]
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">After=nas-data.mount
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74">Wants=nas-data.mount&#34;</span> &gt;&gt; /etc/systemd/system/docker.service.d/wait-for-nfs.conf
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>danesh@antman:~$ sudo cat /etc/systemd/system/docker.service.d/wait-for-nfs.conf 
</span></span><span style="display:flex;"><span><span style="color:#f92672">[</span>sudo<span style="color:#f92672">]</span> password <span style="color:#66d9ef">for</span> danesh: 
</span></span><span style="display:flex;"><span><span style="color:#f92672">[</span>Unit<span style="color:#f92672">]</span>
</span></span><span style="display:flex;"><span>After<span style="color:#f92672">=</span>nas-data.mount
</span></span><span style="display:flex;"><span>Wants<span style="color:#f92672">=</span>nas-data.mount
</span></span></code></pre></div><p><strong>After</strong>: Start after NFS /nas/data is mounted.</p>
<p><strong>Wants</strong>: If not already mounted, go ahead and mount /nas/data</p>
<p>If <strong>Wants</strong> is changed to <strong>Requires</strong>, the docker service will not start unless /nas/data is mounted.</p>
<p>Restart the docker service to verify that the drop-in is picked up.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>danesh@antman:~$ sudo systemctl restart docker
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>danesh@antman:~$ sudo systemctl status docker
</span></span><span style="display:flex;"><span>? docker.service - Docker Application Container Engine
</span></span><span style="display:flex;"><span>     Loaded: loaded <span style="color:#f92672">(</span>/lib/systemd/system/docker.service; enabled; vendor preset: enabled<span style="color:#f92672">)</span>
</span></span><span style="display:flex;"><span>    Drop-In: /etc/systemd/system/docker.service.d
</span></span><span style="display:flex;"><span>             ??wait-for-nfs.conf
</span></span><span style="display:flex;"><span>     Active: active <span style="color:#f92672">(</span>running<span style="color:#f92672">)</span> since Mon 2020-08-31 20:45:40 UTC; 5h 21min ago
</span></span><span style="display:flex;"><span>TriggeredBy: ? docker.socket
</span></span></code></pre></div><p>If the drop-in is showing then the change will now be persistent across reboots.</p>
<h3 id="sources">Sources</h3>
<p><a href="https://soichi.us/blog/systemd-tips/">Soichi Hayashi</a></p>
<p><a href="https://fauxzen.com/docker-issues-with-nfs-mount/">Fauxzen</a></p>
<p><a href="https://www.freedesktop.org/software/systemd/man/systemd.unit.html">Freedesktop Systemd</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>nss: /usr/lib/p11-kit-trust.so exists in filesystem</title>
      <link>https://thedaneshproject.com/posts/nss-/usr/lib/p11-kit-trust.so-exists-in-filesystem/</link>
      <pubDate>Thu, 23 Apr 2020 10:18:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nss-/usr/lib/p11-kit-trust.so-exists-in-filesystem/</guid>
      <description>My Arch update broke today with the following error which was due to a missing soname entry in the older nss packages.
The error was identified and a post describing the error with a fix was posted to the ArchLinux news feed. Read Here
? sudo pacman -Syu ..... ..... (201/201) checking for file conflicts [------------------------------------------------------------] 100% error: failed to commit transaction (conflicting files) nss: /usr/lib/p11-kit-trust.so exists in filesystem lib32-nss: /usr/lib32/p11-kit-trust.</description>
      <content:encoded><![CDATA[<p>My Arch update broke today with the following error which was due to a missing soname entry in the older nss packages.</p>
<p>The error was identified and a post describing the error with a fix was posted to the ArchLinux news feed. <a href="https://www.archlinux.org/news/nss3511-1-and-lib32-nss3511-1-updates-require-manual-intervention/">Read Here</a></p>
<pre tabindex="0"><code>? sudo pacman -Syu                          
.....
.....
(201/201) checking for file conflicts                                                                  [------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
nss: /usr/lib/p11-kit-trust.so exists in filesystem
lib32-nss: /usr/lib32/p11-kit-trust.so exists in filesystem
Errors occurred, no packages were upgraded.
</code></pre><pre tabindex="0"><code>? pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so
.....
.....

? sudo pacman -Syu                                        
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 endeavouros is up to date                                                   0.0   B  0.00   B/s 00:00 [c  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  o  ]   0%
:: Starting full system upgrade...
 there is nothing to do
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Change BASH shell to FISH shell</title>
      <link>https://thedaneshproject.com/posts/change-bash-shell-to-fish-shell/</link>
      <pubDate>Mon, 20 Apr 2020 10:25:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/change-bash-shell-to-fish-shell/</guid>
      <description>I used the change shell command chsh to change the default shell environment for my id from BASH to the FISH shell.
&amp;gt;_ chsh Changing shell for danesh.manoharan. New shell [/bin/bash]: /usr/bin/fish Password: Shell changed. &amp;gt;_ chsh -s /usr/bin/fish Changing shell for danesh.manoharan. chsh: Shell changed. </description>
      <content:encoded><![CDATA[<p>I used the change shell command <em><strong>chsh</strong></em> to change the default shell environment for my id from <a href="https://www.gnu.org/software/bash/">BASH</a> to the <a href="https://fishshell.com/">FISH</a> shell.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>&gt;_ chsh 
</span></span><span style="display:flex;"><span>Changing shell <span style="color:#66d9ef">for</span> danesh.manoharan. 
</span></span><span style="display:flex;"><span>New shell <span style="color:#f92672">[</span>/bin/bash<span style="color:#f92672">]</span>: /usr/bin/fish 
</span></span><span style="display:flex;"><span>Password: 
</span></span><span style="display:flex;"><span>Shell changed. 
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>&gt;_ chsh -s /usr/bin/fish 
</span></span><span style="display:flex;"><span>Changing shell <span style="color:#66d9ef">for</span> danesh.manoharan. 
</span></span><span style="display:flex;"><span>chsh: Shell changed. 
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Adding thunderbolt devices in Fedora server 30</title>
      <link>https://thedaneshproject.com/posts/adding-thunderbolt-devices-in-fedora-server-30/</link>
      <pubDate>Sat, 29 Jun 2019 21:04:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/adding-thunderbolt-devices-in-fedora-server-30/</guid>
      <description>I recently purchased a thunderbolt 3 to 10GbE adapter ( QNA-T310G1S ) for my homelab NUC ( NUC7i5BNH ) running Fedora server 30.
The network interface was not showing up when I connected the adapter. Some googling later and I figured out what I was not doing.
Thunderbolt devices need to be authorized and added to the thunderbolt device manager before they can be used. This requirement can be changed in the BIOS if desired.</description>
      <content:encoded><![CDATA[<p>I recently purchased a thunderbolt 3 to 10GbE adapter ( QNA-T310G1S ) for my homelab NUC ( NUC7i5BNH ) running Fedora server 30.</p>
<p>The network interface was not showing up when I connected the adapter. Some googling later and I figured out what I was not doing.</p>
<p>Thunderbolt devices need to be authorized and added to the thunderbolt device manager before they can be used. This requirement can be changed in the BIOS if desired.</p>
<p>Here&rsquo;s how I added my 10GbE adapter.</p>
<p>Install the thunderbolt device manager.</p>
<pre tabindex="0"><code>&gt;_ sudo dnf install bolt
</code></pre><p>List connected thunderbolt devices. Take note of the UUID.</p>
<pre tabindex="0"><code>&gt;_ sudo boltctl list

 ? QNAP Systems, Inc. QNA-T310G1S
   ?? type:          peripheral
   ?? name:          QNA-T310G1S
   ?? vendor:        QNAP Systems, Inc.
   ?? uuid:          00a928e5-0ce2-5600-ffff-ffffffffffff &amp;lt;--
   ?? status:        connected
   ?  ?? domain:     d2030000-0080-7718-a3c6-0d4a5f01a11d
   ?  ?? authflags:  none
   ?? connected:     Sat 29 Jun 2019 08:25:09 PM UTC
   ?? stored:        no
</code></pre><p>Authorize and add the device to the device database.</p>
<pre tabindex="0"><code>&gt;_ sudo boltctl enroll 00a928e5-0ce2-5600-ffff-ffffffffffff

 ? QNAP Systems, Inc. QNA-T310G1S
   ?? type:          peripheral
   ?? name:          QNA-T310G1S
   ?? vendor:        QNAP Systems, Inc.
   ?? uuid:          00a928e5-0ce2-5600-ffff-ffffffffffff
   ?? dbus path:     /org/freedesktop/bolt/devices/00a928e5_0ce2_5600_ffff_ffffffffffff
   ?? status:        authorized  &amp;lt;--
   ?  ?? domain:     d2030000-0080-7718-a3c6-0d4a5f01a11d
   ?  ?? parent:     d2030000-0080-7718-a3c6-0d4a5f01a11d
   ?  ?? syspath:    /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/domain0/0-0/0-1
   ?  ?? authflags:  none
   ?? authorized:    Sat 29 Jun 2019 08:28:26 PM UTC
   ?? connected:     Sat 29 Jun 2019 08:25:09 PM UTC
   ?? stored:        Sat 29 Jun 2019 08:28:26 PM UTC
      ?? policy:     auto
      ?? key:        no
</code></pre><p>Device should now show up.</p>
<pre tabindex="0"><code>&gt;_ dmesg | tail -n5
[26025.134557] atlantic 0000:06:00.0 enp6s0: renamed from eth0
[26027.069740] atlantic: link change old 0 new 10000
[26027.070131] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready

&gt;_ ethtool enp6s0
Settings for enp6s0:
        Supported ports: [ FIBRE ]
        Supported link modes:   100baseT/Full 
                                1000baseT/Full 
                                10000baseT/Full 
                                2500baseT/Full 
                                5000baseT/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  100baseT/Full 
                                1000baseT/Full 
                                10000baseT/Full 
                                2500baseT/Full 
                                5000baseT/Full 
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Speed: 10000Mb/s
        Duplex: Full
        Port: FIBRE
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Error in option spec: “long|!”</title>
      <link>https://thedaneshproject.com/posts/error-in-option-spec-long/</link>
      <pubDate>Thu, 27 Jun 2019 00:09:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/error-in-option-spec-long/</guid>
      <description>Installed mytop on a CentOS 6.2 box and ran into a bug.
The fix was simple. Comment out the problem line in the perl file.
[root@dbserver local]# mytop Error in option spec: &amp;#34;long|!&amp;#34; [root@dbserver local]# which mytop /usr/bin/mytop [root@dbserver local]# vi /usr/bin/mytop From &amp;#34;long|!&amp;#34; =&amp;gt; \$config{long_nums}, To # &amp;#34;long|!&amp;#34; =&amp;gt; \$config{long_nums}, </description>
      <content:encoded><![CDATA[<p>Installed mytop on a CentOS 6.2 box and ran into a bug.</p>
<p>The fix was simple. Comment out the problem line in the perl file.</p>
<pre tabindex="0"><code>[root@dbserver local]# mytop
Error in option spec: &#34;long|!&#34;

[root@dbserver local]# which mytop
/usr/bin/mytop

[root@dbserver local]# vi /usr/bin/mytop

From 
     &#34;long|!&#34;              =&gt; \$config{long_nums},

To
#     &#34;long|!&#34;              =&gt; \$config{long_nums},
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Extract .xz file</title>
      <link>https://thedaneshproject.com/posts/extract-.xz-file/</link>
      <pubDate>Mon, 10 Jun 2019 22:20:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/extract-.xz-file/</guid>
      <description>I generally just use the tar utility to extract files from a .xz archive.
&amp;gt;_ file tsetup.1.7.7.tar.xz tsetup.1.7.7.tar.xz: XZ compressed data &amp;gt;_ tar -tvf tsetup.1.7.7.tar.xz drwxrwxr-x preston/preston 0 2019-06-10 05:25 Telegram/ -rwxrwxr-x preston/preston 97436648 2019-06-10 05:24 Telegram/Telegram -rwxrwxr-x preston/preston 1400643 2019-06-10 04:52 Telegram/Updater &amp;gt;_ tar -xvf tsetup.1.7.7.tar.xz Telegram/ Telegram/Telegram Telegram/Updater &amp;gt;_ ls -l Telegram/ total 96524 -rwxrwxr-x. 1 user1 user1 97436648 Jun 10 05:24 Telegram -rwxrwxr-x. 1 user1 user1 1400643 Jun 10 04:52 Updater </description>
      <content:encoded><![CDATA[<p>I generally just use the tar utility to extract files from a <a href="https://en.wikipedia.org/wiki/Xz">.xz</a> archive.</p>
<pre tabindex="0"><code>&gt;_ file tsetup.1.7.7.tar.xz
  tsetup.1.7.7.tar.xz: XZ compressed data

  
&gt;_ tar -tvf tsetup.1.7.7.tar.xz
  drwxrwxr-x preston/preston   0 2019-06-10 05:25 Telegram/
  -rwxrwxr-x preston/preston 97436648 2019-06-10 05:24 Telegram/Telegram
  -rwxrwxr-x preston/preston  1400643 2019-06-10 04:52 Telegram/Updater

  &gt;_ tar -xvf tsetup.1.7.7.tar.xz
  Telegram/
  Telegram/Telegram
  Telegram/Updater

  
&gt;_ ls -l Telegram/
  total 96524
  -rwxrwxr-x. 1 user1 user1 97436648 Jun 10 05:24 Telegram
  -rwxrwxr-x. 1 user1 user1  1400643 Jun 10 04:52 Updater
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied</title>
      <link>https://thedaneshproject.com/posts/cannot-perform-readlinkat-on-the-mount-namespace-file-descriptor-of-the-init-process-permission-denied/</link>
      <pubDate>Sat, 18 Aug 2018 19:00:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cannot-perform-readlinkat-on-the-mount-namespace-file-descriptor-of-the-init-process-permission-denied/</guid>
      <description>Installed kernel 4.18 on my Ubuntu recently, since then snap packages broke with the following error.
It has something to do with the AppArmor exception rule for ptrace for what I could gather.
danesh@hades:$ spotifycannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied The workaround for now is to upgrade your snap core to the beta channel.
danesh@hades:~/kernel$ sudo snap refresh --channel=beta core </description>
      <content:encoded><![CDATA[<p>Installed kernel 4.18 on my Ubuntu recently, since then snap packages broke with the following error.</p>
<p>It has something to do with the AppArmor exception rule for ptrace for what I could gather.</p>
<pre tabindex="0"><code>danesh@hades:$ spotify
cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied
</code></pre><p>The workaround for now is to upgrade your snap core to the beta channel.</p>
<pre tabindex="0"><code>danesh@hades:~/kernel$ sudo snap refresh --channel=beta core
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>N: Skipping acquire of configured file ‘contrib/binary-i386/Packages’ as repository ‘https://download.virtualbox.org/virtualbox/debian bionic InRelease’ doesn’t support architecture ‘i386’</title>
      <link>https://thedaneshproject.com/posts/n-skipping-acquire-of-configured-file-contrib/binary-i386/packages-as-repository-https/download.virtualbox.org/virtualbox/debian-bionic-inrelease-doesnt-support-architecture-i386/</link>
      <pubDate>Wed, 15 Aug 2018 05:07:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/n-skipping-acquire-of-configured-file-contrib/binary-i386/packages-as-repository-https/download.virtualbox.org/virtualbox/debian-bionic-inrelease-doesnt-support-architecture-i386/</guid>
      <description>N: Skipping acquire of configured file &amp;lsquo;contrib/binary-i386/Packages&amp;rsquo; as repository &amp;lsquo;https://download.virtualbox.org/virtualbox/debian bionic InRelease&amp;rsquo; doesn&amp;rsquo;t support architecture &amp;lsquo;i386&amp;rsquo;
There&amp;rsquo;s no 32bit support now so update the source list file to get rid of the warning.
In my case, /etc/apt/sources.list.d/virtualbox.list
Change
deb https://download.virtualbox.org/virtualbox/debian bionic contrib to
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib </description>
      <content:encoded><![CDATA[<p>N: Skipping acquire of configured file &lsquo;contrib/binary-i386/Packages&rsquo; as repository &lsquo;<a href="https://download.virtualbox.org/virtualbox/debian">https://download.virtualbox.org/virtualbox/debian</a> bionic InRelease&rsquo; doesn&rsquo;t support architecture &lsquo;i386&rsquo;</p>
<p>There&rsquo;s no 32bit support now so update the source list file to get rid of the warning.</p>
<p>In my case, /etc/apt/sources.list.d/virtualbox.list</p>
<p>Change</p>
<pre tabindex="0"><code>deb https://download.virtualbox.org/virtualbox/debian bionic contrib
</code></pre><p>to</p>
<pre tabindex="0"><code>deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Install latest Ansible on Ubuntu</title>
      <link>https://thedaneshproject.com/posts/install-latest-ansible-on-ubuntu/</link>
      <pubDate>Tue, 14 Aug 2018 17:48:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-latest-ansible-on-ubuntu/</guid>
      <description>Steps to get the latest version of Ansible installed on Ubuntu or any Ubuntu variant. In my case Kubuntu 18.04.1.
danesh@hades:~$ sudo apt-get update danesh@hades:~$ sudo apt-get install software-properties-common danesh@hades:~$ sudo apt-add-repository ppa:ansible/ansible danesh@hades:~$ sudo apt-get update danesh@hades:~$ sudo apt-get install ansible danesh@hades:~$ ansible --version ansible 2.6.2 config file = /etc/ansible/ansible.cfg configured module search path = [u&amp;#39;/home/danesh/.ansible/plugins/modules&amp;#39;, u&amp;#39;/usr/share/ansible/plugins/modules&amp;#39;] ansible python module location = /usr/lib/python2.7/dist-packages/ansible executable location = /usr/bin/ansible python version = 2.</description>
      <content:encoded><![CDATA[<p>Steps to get the latest version of Ansible installed on Ubuntu or any Ubuntu variant. In my case Kubuntu 18.04.1.</p>
<pre tabindex="0"><code>danesh@hades:~$ sudo apt-get update
danesh@hades:~$ sudo apt-get install software-properties-common
danesh@hades:~$ sudo apt-add-repository ppa:ansible/ansible
danesh@hades:~$ sudo apt-get update
danesh@hades:~$ sudo apt-get install ansible
danesh@hades:~$ ansible --version
ansible 2.6.2
config file = /etc/ansible/ansible.cfg
configured module search path = [u&#39;/home/danesh/.ansible/plugins/modules&#39;, u&#39;/usr/share/ansible/plugins/modules&#39;]
ansible python module location = /usr/lib/python2.7/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0]
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Disable laptop lid action for proxmox</title>
      <link>https://thedaneshproject.com/posts/disable-laptop-lid-action-for-proxmox/</link>
      <pubDate>Tue, 22 May 2018 22:13:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/disable-laptop-lid-action-for-proxmox/</guid>
      <description>I run a low power proxmox server using my old Lenovo T430s. It&amp;rsquo;s headless so the lid&amp;rsquo;s always closed.
When I first set it up, closing the lid would send the laptop into standby mode. Here&amp;rsquo;s what I did to get promox/debian to ignore the laptop lid action.
Edit the /etc/systemd/logind.conf file
Change the lines below.
HandleLidSwitch=ignore HandleLidSwitchDocked=ignore restart the logind service.
#systemctl restart systemd-logind.service </description>
      <content:encoded><![CDATA[<p>I run a low power proxmox server using my old Lenovo T430s. It&rsquo;s headless so the lid&rsquo;s always closed.</p>
<p>When I first set it up, closing the lid would send the laptop into standby mode. Here&rsquo;s what I did to get promox/debian to ignore the laptop lid action.</p>
<p>Edit the /etc/systemd/logind.conf file</p>
<p>Change the lines below.</p>
<pre tabindex="0"><code>HandleLidSwitch=ignore
HandleLidSwitchDocked=ignore
</code></pre><p>restart the logind service.</p>
<pre tabindex="0"><code>#systemctl restart systemd-logind.service
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Installing Franz on Arch Linux</title>
      <link>https://thedaneshproject.com/posts/installing-franz-on-arch-linux/</link>
      <pubDate>Tue, 07 Mar 2017 14:49:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-franz-on-arch-linux/</guid>
      <description> Franz Franz is a new multi-platform messaging app for Linux, MAC and Windows. Been running it my Arch boxes for a few months now and am loving it!
It&amp;rsquo;s not in the default repo so you&amp;rsquo;ll need the AUR to install it. ArchWiki
Once you have your AUR setup, pull the package down and build it.
$ yaourt -Sy franz-bin </description>
      <content:encoded><![CDATA[<figure>
    <img loading="lazy" src="/wp-content/uploads/2017/03/franz-450x336.png"/> <figcaption>
            Franz
        </figcaption>
</figure>

<p><a href="http://meetfranz.com/">Franz</a> is a new multi-platform messaging app for Linux, MAC and Windows. Been running it my Arch boxes for a few months now and am loving it!</p>
<p>It&rsquo;s not in the default repo so you&rsquo;ll need the AUR to install it. <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository">ArchWiki</a></p>
<p>Once you have your AUR setup, pull the package down and build it.</p>
<pre tabindex="0"><code>$ yaourt -Sy franz-bin
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>How to disable cnfs in GPFS</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-cnfs-in-gpfs/</link>
      <pubDate>Fri, 11 Nov 2016 08:44:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-cnfs-in-gpfs/</guid>
      <description>Review your current cnfs setup.
mmlscluster --cnfs Delete the nodes returned from the previous command from your cnfs configuration.
mmchnode --cnfs-interface=DELETE -N foonsd1,foonsd2 Verify cnfs has been disabled.
mmlscluster --cnfs </description>
      <content:encoded><![CDATA[<p>Review your current cnfs setup.</p>
<pre tabindex="0"><code>mmlscluster --cnfs
</code></pre><p>Delete the nodes returned from the previous command from your cnfs configuration.</p>
<pre tabindex="0"><code>mmchnode --cnfs-interface=DELETE -N foonsd1,foonsd2
</code></pre><p>Verify cnfs has been disabled.</p>
<pre tabindex="0"><code>mmlscluster --cnfs
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>redshift fails with Geolocation disabled for UID 1000</title>
      <link>https://thedaneshproject.com/posts/redshift-fails-with-geolocation-disabled-for-uid-1000/</link>
      <pubDate>Tue, 08 Nov 2016 15:15:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/redshift-fails-with-geolocation-disabled-for-uid-1000/</guid>
      <description>Installed redshift on my Arch box today but it kept failing with &amp;ldquo;Geolocation disabled for UID 1000&amp;rdquo;. This is a bug which will be fixed in a new release but till then here&amp;rsquo;s an easy work around.
Add the lines below to the /etc/geoclue/geoclue.conf file and restart gnome.
[redshift] allowed=true system=false users= </description>
      <content:encoded><![CDATA[<p>Installed redshift on my Arch box today but it kept failing with &ldquo;Geolocation disabled for UID 1000&rdquo;. This is a bug which will be fixed in a new release but till then here&rsquo;s an easy work around.</p>
<p>Add the lines below to the /etc/geoclue/geoclue.conf file and restart gnome.</p>
<pre tabindex="0"><code>[redshift]
allowed=true
system=false
users=
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>How to disable bash history in Ubuntu 16.04</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-bash-history-in-ubuntu-16.04/</link>
      <pubDate>Wed, 15 Jun 2016 05:16:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-bash-history-in-ubuntu-16.04/</guid>
      <description>Append either line below to the end of your .bashrc file, start a new bash terminal and history should now be turned off.
shopt -u -o history or
set +o history Don&amp;rsquo;t forget clear out the old history file too.
# history -c; </description>
      <content:encoded><![CDATA[<p>Append either line below to the end of your .bashrc file, start a new bash terminal and history should now be turned off.</p>
<pre tabindex="0"><code>shopt -u -o history
</code></pre><p><!-- raw HTML omitted -->or<!-- raw HTML omitted --></p>
<pre tabindex="0"><code>set +o history
</code></pre><p><!-- raw HTML omitted -->Don&rsquo;t forget <!-- raw HTML omitted --><!-- raw HTML omitted -->clear<!-- raw HTML omitted --><!-- raw HTML omitted --> out the old history file too.<!-- raw HTML omitted --></p>
<pre tabindex="0"><code># history -c;
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Anjuta overwriting Nautilus</title>
      <link>https://thedaneshproject.com/posts/anjuta-overwriting-nautilus/</link>
      <pubDate>Tue, 31 May 2016 14:26:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/anjuta-overwriting-nautilus/</guid>
      <description>For some reason Anjuta decided to overwrite Nautilus for all file operations on my Arch Linux box. Every time I&amp;rsquo;d try to open a file or folder Anjuta would pop up instead.
Fortunately, the fix is easy, just run the command shown below. This will default file operations back to Nautilus.
xdg-mime default org.gnome.Nautilus.desktop inode/directory </description>
      <content:encoded><![CDATA[<p>For some reason Anjuta decided to overwrite Nautilus for all file operations on my Arch Linux box. Every time I&rsquo;d try to open a file or folder Anjuta would pop up instead.</p>
<p>Fortunately, the fix is easy, just run the command shown below. This will default file operations back to Nautilus.</p>
<pre tabindex="0"><code>xdg-mime default org.gnome.Nautilus.desktop inode/directory
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>How to change the default web port on unRAID</title>
      <link>https://thedaneshproject.com/posts/how-to-change-the-default-web-port-on-unraid/</link>
      <pubDate>Wed, 18 May 2016 07:23:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-change-the-default-web-port-on-unraid/</guid>
      <description>You can easily change the default web port for unRAID from port 80 to something you like by changing the &amp;ldquo;go&amp;rdquo; file in &amp;ldquo;/boot/config/&amp;rdquo;. In the example above I changed my unRAID to listen on &amp;ldquo;8008&amp;rdquo; instead of the default &amp;ldquo;80&amp;rdquo;.
You will have to restart your unRAID server to apply the change.</description>
      <content:encoded><![CDATA[<figure>
    <img loading="lazy" src="/wp-content/uploads/2016/05/Screenshot-from-2016-05-18-14-55-13.png"
         alt="unRAID default port change"/> 
</figure>

<p>You can easily change the default web port for unRAID from port 80 to something you like by changing the &ldquo;go&rdquo; file in &ldquo;/boot/config/&rdquo;. In the example above I changed my unRAID to listen on &ldquo;8008&rdquo; instead of the default &ldquo;80&rdquo;.</p>
<p>You will have to restart your unRAID server to apply the change.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Where to buy the RASPBERRY PI 3 MODEL B in Malaysia</title>
      <link>https://thedaneshproject.com/posts/where-to-buy-the-raspberry-pi-3-model-b-in-malaysia/</link>
      <pubDate>Thu, 24 Mar 2016 21:51:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/where-to-buy-the-raspberry-pi-3-model-b-in-malaysia/</guid>
      <description>Looking to buy the new Raspberry Pi 3 model B? Here&amp;rsquo;s list of places locally where you&amp;rsquo;ll be able to purchase one from.
- RM179.00
- RM199.28
- RM199 - RM300
Quite a few sellers on Lelong are selling the Raspberry Pi 3 now, prices vary depending on your choice of case, power and cooling options.
- No Pricing Detail at time of posting
TMT.my is a subsidiary of the popular IT chain storeThunder Match Technology Sdn.</description>
      <content:encoded><![CDATA[<figure>
    <img loading="lazy" src="/wp-content/uploads/2016/03/Rpi3-box-510x600-450x529.jpg"
         alt="Raspberry Pi 3 Model B"/> 
</figure>

<p>Looking to buy the new Raspberry Pi 3 model B? Here&rsquo;s list of places locally where you&rsquo;ll be able to purchase one from.</p>
<p><figure>
    <img loading="lazy" src="http://www.raspberryware.com/wp-content/uploads/2015/04/raspberryware_logo.png"
         alt="raspberryware"/> 
</figure>
 - RM179.00</p>
<hr>
<p><figure>
    <img loading="lazy" src="http://www.myduino.com/image/data/LogoMyduino2-trans.png"/> 
</figure>
 - RM199.28</p>
<hr>
<p><figure>
    <img loading="lazy" src="http://76.my/res/img/logo.png"/> 
</figure>
 - RM199 - RM300</p>
<p>Quite a few sellers on Lelong are selling the Raspberry Pi 3 now, prices vary depending on your choice of case, power and cooling options.</p>
<hr>
<p><figure>
    <img loading="lazy" src="http://www.tmt.my/onlinestore/image/cache/catalog/logo-233x50.png"
         alt="tmt.my"/> 
</figure>
 - No Pricing Detail at time of posting</p>
<p>TMT.my is a subsidiary of the popular IT chain storeThunder Match Technology Sdn. Bhd. They don&rsquo;t have the Raspberry Pi 3 listed on their site yet but it might be worth <a href="http://www.tmt.my/onlinestore/index.php?route=information/information&amp;information_id=4">calling</a> them up as they have been known to have stock in the stores for walk-in customers.</p>
<hr>
<h3 id="official-raspberry-pi-distributors">Official Raspberry Pi Distributors</h3>
<p><img loading="lazy" src="http://my.rs-online.com/my/img/site/header/rs-logo_lrg.png" alt="© RS Components Sdn Bhd"  title="© RS Components Sdn Bhd"  />
 - RM174</p>
<p><img loading="lazy" src="https://www.element14.com/community/servlet/JiveServlet/downloadImage/38-12109-157644/313-48/element14&#43;LOGO.png" alt="element14 Sdn. Bhd"  title="element14 Sdn. Bhd"  />
 - RM170</p>
<p>RS and Element 14 are both official distributors for the Raspberry Pi globally. Getting the Raspberry Pi from either one will be the cheapest option especially if you&rsquo;re planning to buy in bulk.</p>
<p>Ok, that&rsquo;s it for now. Hope this post helps you get started on your Raspberry Pi 3 adventure.</p>
<p>If you know of any other businesses carrying the Raspberry Pi 3 Model B locally please let me know and I&rsquo;ll update the list.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to change your MikroTik router’s name</title>
      <link>https://thedaneshproject.com/posts/how-to-change-your-mikrotik-routers-name/</link>
      <pubDate>Sat, 15 Aug 2015 02:11:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-change-your-mikrotik-routers-name/</guid>
      <description>Via Web or WinBox
System &amp;gt; Identity
If you prefer the Terminal
[admin@oldname] &amp;gt; system identity print [admin@oldname] &amp;gt; system identity set name=newname [admin@oldname] &amp;gt; system identity print </description>
      <content:encoded><![CDATA[<p>Via Web or WinBox</p>
<p>System &gt; Identity</p>
<p><img loading="lazy" src="/wp-content/uploads/2015/08/mikrotik-change-hostsname-winbox-450x254.png" alt="Change MikroTik Hostname via WinBox"  />
</p>
<p>If you prefer the Terminal</p>
<pre tabindex="0"><code>[admin@oldname] &gt; system identity print  
[admin@oldname] &gt; system identity set name=newname  
[admin@oldname] &gt; system identity print
</code></pre><p><img loading="lazy" src="/wp-content/uploads/2015/08/mikrotik-change-hostsname.png" alt="Change MikroTik Hostname"  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge Error. No module named gobject</title>
      <link>https://thedaneshproject.com/posts/deluge-error.-no-module-named-gobject/</link>
      <pubDate>Tue, 28 Apr 2015 14:07:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-error.-no-module-named-gobject/</guid>
      <description>I just installed Deluge on Archlinux but the GUI kept failing to come up with &amp;ldquo;No module named gobject&amp;rdquo;.
This happens because installing just the deluge package does not meet all the dependencies required to run the GUI. Install &amp;ldquo;python-gobject2&amp;rdquo; and &amp;ldquo;pygtk&amp;rdquo; packages to satisfy the dependencies and Deluge will run fine.
$pacman -Sy python-gobject2 pygtk</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2015/04/Deluge-No-module-named-gobject-error-450x105.png" alt="No module named gobject"  />
</p>
<p>I just installed Deluge on Archlinux but the GUI kept failing to come up with  &ldquo;No module named gobject&rdquo;.</p>
<p>This happens because installing just the deluge package does not meet all the dependencies required to run the GUI. Install &ldquo;python-gobject2&rdquo; and &ldquo;pygtk&rdquo; packages to satisfy the dependencies and Deluge will run fine.</p>
<p><code>$pacman -Sy python-gobject2 pygtk</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Online Pet Stores In Malaysia : Update March 29 2015</title>
      <link>https://thedaneshproject.com/posts/online-pet-stores-in-malaysia-update-march-29-2015/</link>
      <pubDate>Sun, 29 Mar 2015 15:36:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/online-pet-stores-in-malaysia-update-march-29-2015/</guid>
      <description>A list of online pet stores in Malaysia. I will try to keep it updated from time to time so check back often.
Petsmore
Pets World
Pets Place
Cats n Dogs
Cats Garden
Lazada Pets Section
Chubb Pets Garden
Pets Lovers Centre
Lolipet
Furry Mob
Zul &amp;amp; Azizi Pets Centre
Papa Dog
Rakuten Pets Section
Pet Shack
Lelong Pet Supplies
Pets Wonderland
Exoreptiles Malaysia
Meki The Cat
Last updated on March 29, 2015 </description>
      <content:encoded><![CDATA[<p>A list of online pet stores in Malaysia. I will try to keep it updated from time to time so check back often.</p>
<p><a href="http://www.petsmore.com/" title="Petsmore">Petsmore</a></p>
<p><a href="http://www.petsworld.my/" title="Pets World">Pets World</a></p>
<p><a href="http://www.petsplace.com.my/" title="Pets Place">Pets Place</a></p>
<p><a href="http://www.catsndogs.my/store/" title="CatsnDogs">Cats n Dogs</a></p>
<p><a href="http://www.catsgarden.com.my/" title="Cats Garden">Cats Garden</a></p>
<p><a href="http://www.lazada.com.my/shop-pets/" title="Lazada Pets Section">Lazada Pets Section</a></p>
<p><a href="http://www.chubbypetsgarden.com/" title="Chubby Pets Garden">Chubb Pets</a> <a href="http://www.chubbypetsgarden.com/" title="Chubby Pets Garden">Garden</a></p>
<p><a href="http://www.petloverscentre.com.my/" title="Pets Lovers Centre">Pets Lovers Centre</a></p>
<p><a href="http://lolipet.com.my/" title="Lolipet">Lolipet</a></p>
<p><a href="http://www.furrymob.com/" title="Furry Mob">Furry Mob</a></p>
<p><a href="http://www.zulazizipetscentre.com.my/" title="Zul &amp; Azizi Pets Centre">Zul &amp; Azizi Pets Centre</a></p>
<p><a href="http://www.papadog.org/" title="Papa Dog">Papa Dog</a></p>
<p><a href="http://www.rakuten.com.my/category/211/" title="Rakuten Pets Section">Rakuten Pets Section</a></p>
<p><a href="http://petshack.com.my/" title="Pet Shack">Pet Shack</a></p>
<p><a href="http://www.lelong.com.my/pet-supplies/" title="Lelong Pet Supplies">Lelong Pet Supplies</a></p>
<p><a href="http://www.petswonderland.com.my/" title="Pets Wonderland">Pets Wonderland</a></p>
<p><a href="http://www.exoreptiles.com/my/index.php?main_page=index" title="Exoreptiles Malaysia">Exoreptiles Malaysia</a></p>
<p>Meki <!-- raw HTML omitted -->The Cat<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Last updated on March 29, 2015 <!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Maybank SWIFT Code</title>
      <link>https://thedaneshproject.com/posts/maybank-swift-code/</link>
      <pubDate>Mon, 29 Sep 2014 09:40:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/maybank-swift-code/</guid>
      <description>Maybank&amp;rsquo;s SWIFT code if you need to setup a wire transfer from overseas banks.
SWIFT Code: MBBEMYKL
Bank Name: MALAYAN BANKING BERHAD (MAYBANK)
Address: 1st Floor Menara Maybank
100 Jalan Tun Perak
50050 Kuala Lumpur
Malaysia</description>
      <content:encoded><![CDATA[<p>Maybank&rsquo;s SWIFT code if you need to setup a wire transfer from overseas banks.</p>
<p>SWIFT Code: MBBEMYKL<br>
Bank Name: MALAYAN BANKING BERHAD (MAYBANK)<br>
Address: 1st Floor Menara Maybank<br>
100 Jalan Tun Perak<br>
50050 Kuala Lumpur<br>
Malaysia</p>
]]></content:encoded>
    </item>
    <item>
      <title>MYR9.90 .my domains at Exabytes</title>
      <link>https://thedaneshproject.com/posts/myr9.90-.my-domains-at-exabytes/</link>
      <pubDate>Wed, 26 Mar 2014 06:54:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/myr9.90-.my-domains-at-exabytes/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2014/03/2014-03-26-13_52_07-Exabytes.my-Malaysia-_-Malaysia-Domain-Name-Registration-.MY-domain-450x154.png&#34; alt=&#34;2014-03-26 13_52_07-Exabytes.my (Malaysia) _ Malaysia Domain Name Registration, .MY domain&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Exabyte&amp;rsquo;s running a .my domain sale for a few days. MYR 9.90 for the first year. It&amp;rsquo;s normally MYR120+/year.&lt;/p&gt;
&lt;p&gt;To get yourself a .my domain you will need to be Malaysian or have a Malaysian base company. &lt;a href=&#34;http://angel.exabytes.com.my/idevaffiliate.php?id=3209031&amp;amp;url=518&#34;&gt;Exabytes [sponsored link]&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/03/2014-03-26-13_52_07-Exabytes.my-Malaysia-_-Malaysia-Domain-Name-Registration-.MY-domain-450x154.png" alt="2014-03-26 13_52_07-Exabytes.my (Malaysia) _ Malaysia Domain Name Registration, .MY domain"  />
</p>
<p>Exabyte&rsquo;s running a .my domain sale for a few days. MYR 9.90 for the first year. It&rsquo;s normally MYR120+/year.</p>
<p>To get yourself a .my domain you will need to be Malaysian or have a Malaysian base company. <a href="http://angel.exabytes.com.my/idevaffiliate.php?id=3209031&amp;url=518">Exabytes [sponsored link]</a></p>
<p><img loading="lazy" src="/wp-content/uploads/2014/03/2014-03-26-13_51_26-Exabytes.my-Malaysia-_-Malaysia-Domain-Name-Registration-.MY-domain-450x586.png" alt="2014-03-26 13_51_26-Exabytes.my (Malaysia) _ Malaysia Domain Name Registration, .MY domain"  />
</p>
<p><a href="http://angel.exabytes.com.my/idevaffiliate.php?id=3209031&amp;url=518">Exabytes [sponsored link]</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Spotify won’t play local files on Linux</title>
      <link>https://thedaneshproject.com/posts/spotify-wont-play-local-files-on-linux/</link>
      <pubDate>Mon, 10 Mar 2014 16:19:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/spotify-wont-play-local-files-on-linux/</guid>
      <description>I&amp;rsquo;m running Spotify version 0.9.4.183-1 and local mp3 files don&amp;rsquo;t play anymore.
All I get from the logs is &amp;ldquo;15:58:39.156 I [audio_driver_linux.cpp:18 ] Using PulseAudio&amp;rdquo;, no proper error message 🙁
After some googling, the fix was simple enough. Install the &amp;ldquo;ffmpeg-compat&amp;rdquo; package from the office repo.
sudo pacman -S ffmpeg-compat
Restart spotify and your local mp3 files should now play in your Spotify client.
Source: ArchWiki</description>
      <content:encoded><![CDATA[<p><a href="/posts/install-spotify-client-arch-linux/spotify-logo-primary-horizontal-light-background-rgb-450x175/"><img loading="lazy" src="/wp-content/uploads/2014/01/spotify-logo-primary-horizontal-light-background-rgb-450x175.jpg" alt="spotify-logo-primary-horizontal-light-background-rgb-450x175"  />
</a></p>
<p>I&rsquo;m running Spotify version 0.9.4.183-1 and  local mp3 files don&rsquo;t play anymore.</p>
<p>All I get from the logs is &ldquo;15:58:39.156 I [audio_driver_linux.cpp:18 ] Using PulseAudio&rdquo;, no proper error message 🙁</p>
<p>After some googling, the fix was simple enough. Install the &ldquo;ffmpeg-compat&rdquo; package from the office repo.</p>
<p><code>sudo pacman -S ffmpeg-compat</code></p>
<p>Restart spotify and your local mp3 files should now play in your Spotify client.</p>
<p>Source: <a href="https://wiki.archlinux.org/index.php/spotify#Spotify_won.27t_play_local_files">ArchWiki</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to configure a static IP interface on Arch Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-configure-a-static-ip-interface-on-arch-linux/</link>
      <pubDate>Fri, 10 Jan 2014 14:58:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-configure-a-static-ip-interface-on-arch-linux/</guid>
      <description>Arch Linux defaults to DHCP on a new install. This guide will walk you through the steps need to configure a static IP interface for your Arch Linux install.
Create the interface config file in &amp;ldquo;/etc/netctl/&amp;rdquo;. Either use the sample file in &amp;ldquo;/etc/netctl/examples/&amp;rdquo; as a base or create one from scratch. We&amp;rsquo;ll create a new file for this walkthrough. #cd /etc/netctl&amp;lt;br /&amp;gt; #vi eth0
The lines below go into the file.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/archlinux-logo-dark-1200dpi.b42bd35d5916-450x150.png" alt="archlinux-logo-dark-1200dpi.b42bd35d5916-450x150"  />
</p>
<p>Arch Linux defaults to DHCP on a new install. This guide will walk you through the steps need to configure a static IP interface for your Arch Linux install.</p>
<ol>
<li>Create the interface config file in &ldquo;/etc/netctl/&rdquo;. Either use the sample file in &ldquo;/etc/netctl/examples/&rdquo; as a base or create one from scratch. We&rsquo;ll create a new file for this walkthrough.</li>
</ol>
<p><code>#cd /etc/netctl&lt;br /&gt; #vi eth0</code></p>
<p>The lines below go into the file.</p>
<pre tabindex="0"><code>Description=&#39;eth0&#39;&lt;br /&gt;
Interface=eth0&lt;br /&gt;
Connection=ethernet&lt;br /&gt;
IP=static&lt;br /&gt;
Address=&#39;192.168.1.201/24&#39;&lt;br /&gt;
Gateway=&#39;192.168.1.1&#39;&lt;br /&gt;
DNS=&#39;192.168.1.40&#39;&lt;br /&gt;
Broadcast=&#39;192.168.1.255&#39;
</code></pre><ol start="2">
<li>
<p>Enable the new interface.<br>
<code>#netctl enable eth0</code></p>
</li>
<li>
<p>Start the new interface or reboot.<br>
<code>#netctl start eth0</code></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>How to Install Spotify client on Arch Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-install-spotify-client-on-arch-linux/</link>
      <pubDate>Thu, 09 Jan 2014 14:40:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-spotify-client-on-arch-linux/</guid>
      <description> The Spotify client is available through WINE or natively through the AUR. I&amp;rsquo;ll walk you through the AUR way.
Download the Spotify package from the AUR. [[Spotify AUR][1]] wget https://aur.archlinux.org/packages/sp/spotify/spotify.tar.gz
Unpack the package and compile. tar -zxvf spotify.tar.gz&amp;lt;/p&amp;gt; cd spotify/ makepkg -s ` `` The &amp;#34;-s&amp;#34; switch will use pacman to resolve any dependencies. 3. Install the compile package. `pacman -U spotify-0.9.4.183-2-x86_64.pkg.tar.xz` [1]: https://aur.archlinux.org/packages/spotify/ </description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/spotify-logo-primary-horizontal-light-background-rgb-450x175.jpg" alt=""  />
</p>
<p>The Spotify client is available through WINE or natively through the AUR. I&rsquo;ll walk you through the AUR way.</p>
<ol>
<li>Download the Spotify package from the AUR. [[Spotify AUR][1]]</li>
</ol>
<p><code>wget https://aur.archlinux.org/packages/sp/spotify/spotify.tar.gz</code></p>
<ol start="2">
<li>Unpack the package and compile.</li>
</ol>
<pre tabindex="0"><code>tar -zxvf spotify.tar.gz&lt;/p&gt;
cd spotify/
makepkg -s
` `` 
The &#34;-s&#34; switch will use pacman to resolve any dependencies.

3. Install the compile package.

`pacman -U spotify-0.9.4.183-2-x86_64.pkg.tar.xz`

 [1]: https://aur.archlinux.org/packages/spotify/
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Gnome online accounts not working</title>
      <link>https://thedaneshproject.com/posts/gnome-online-accounts-not-working/</link>
      <pubDate>Wed, 08 Jan 2014 15:58:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gnome-online-accounts-not-working/</guid>
      <description>Just completed my fresh install of Arch Linux and Gnome 3.10. Hit my first issue, gnome-online-accounts dialog does not come up so I can&amp;rsquo;t add my clound accounts.
The Fix:
Install &amp;ldquo;telepathy-gaze&amp;rdquo; packge.
pacman -S telepathy-gaze</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/gnome-online-accounts-Jan082014-450x250.jpg" alt="gnome-online-accounts-Jan082014"  />
</p>
<p>Just completed my fresh install of Arch Linux and Gnome 3.10. Hit my first issue, gnome-online-accounts dialog does not come up so I can&rsquo;t add my clound accounts.</p>
<p>The Fix:</p>
<p>Install &ldquo;telepathy-gaze&rdquo; packge.</p>
<p><code>pacman -S telepathy-gaze</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Fedora Utils on Fedora 20</title>
      <link>https://thedaneshproject.com/posts/how-to-install-fedora-utils-on-fedora-20/</link>
      <pubDate>Wed, 08 Jan 2014 07:41:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-fedora-utils-on-fedora-20/</guid>
      <description>Fedora Utils is the &amp;ldquo;Ubuntu Tweak&amp;rdquo; of Fedora. It simplifies many of the post install tasks. It&amp;rsquo;s basically a collection of scripts and customizable plugins wrapped around a nice GUI which help you install fonts, codecs, flash, java, etc. It also cleans up your system, fixes some common issues, tweaks your desktop, etc.
Here&amp;rsquo;s a one liner to get it installed on your Fedora 20.
su -c &amp;quot;cd /tmp/ &amp;amp;&amp;amp; curl http://satya164.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/fedorautils-08Jan2014.png" alt="fedorautils-08Jan2014"  />
</p>
<p>Fedora Utils is the &ldquo;<a href="http://ubuntu-tweak.com/">Ubuntu Tweak</a>&rdquo; of Fedora. It simplifies many of the post install tasks. It&rsquo;s basically a collection of scripts and customizable plugins wrapped around a nice GUI which  help you install fonts, codecs, flash, java, etc. It also cleans up your system, fixes some common issues, tweaks your desktop, etc.</p>
<p>Here&rsquo;s a one liner to get it installed on your Fedora 20.</p>
<p><code>su -c &quot;cd /tmp/ &amp;&amp; curl http://satya164.github.io/fedorautils/fedorautils-installer -o fedorautils-installer &amp;&amp; chmod +x fedorautils-installer &amp;&amp; ./fedorautils-installer&quot;</code></p>
<p>Source: <a href="http://satya164.github.io/fedorautils/">Fedora Utils</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Delivering Happiness with MYTEKSI</title>
      <link>https://thedaneshproject.com/posts/delivering-happiness-with-myteksi/</link>
      <pubDate>Tue, 07 Jan 2014 15:09:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/delivering-happiness-with-myteksi/</guid>
      <description>MYTEKSI is currently running a donation campaign for undeserved children across Malaysia. They are looking for English children books and toys.
The campaign will be happening on these dates, 28th &amp;amp; 29th, December 4th &amp;amp; 5th, 11th &amp;amp; 12th, 18th &amp;amp; 19th January.
Question: I have books and toys to give away, what do I do now?
Easy, install the MYTEKSI app on your android, apple or windows phone/tablet, register if you haven&amp;rsquo;t already, book a taxi and select &amp;ldquo;MYTEKSI HQ&amp;rdquo; as the destination and finally enter the &amp;ldquo;#gifts&amp;rdquo; hastag in the &amp;ldquo;notes to driver&amp;rdquo; section.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/myteksi-delivering-happiness-07Jan2014-450x250.png" alt="myteksi-delivering-happiness-07Jan2014"  />
</p>
<p>MYTEKSI is currently running a donation campaign for undeserved children across Malaysia. They are looking for English children books and toys.</p>
<p>The campaign will be happening on these dates, 28th &amp; 29th, December 4th &amp; 5th, 11th &amp; 12th, 18th &amp; 19th January.</p>
<p>Question: I have books and toys to give away, what do I do now?</p>
<p>Easy, install the MYTEKSI app on your android, apple or windows phone/tablet, register if you haven&rsquo;t already, book a taxi and select &ldquo;MYTEKSI HQ&rdquo; as the destination and finally enter the &ldquo;#gifts&rdquo; hastag in the &ldquo;notes to driver&rdquo; section.</p>
<p>Your taxi will show up, load your gifts  drive them off  to MYTESKI for distribution. All for free! , yes FREE!</p>
<p>MYTEKSI has made it super easy and cheap for you to contribute so open up your hearts and share.</p>
<p>Source: <a href="http://campaigns.myteksi.com/delivering-happiness/">MYTEKSI</a> | <a href="https://www.facebook.com/MyTeksi">FB</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Maxis 4G LTE APN Settings</title>
      <link>https://thedaneshproject.com/posts/maxis-4g-lte-apn-settings/</link>
      <pubDate>Mon, 06 Jan 2014 17:23:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/maxis-4g-lte-apn-settings/</guid>
      <description>Maxis 4G LTE APN Settings.
Needed these settings for my Huawei e398 LTE USB dongle to work with Maxis LTE.
Profile Name : LTE
APN choose Static : max4g
Access number : *99#
Username : maxis
Password : wap</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2014/01/Maxis-4G-LTE-APN-settings-2014-01-07-011414.png" alt="Maxis 4G LTE APN settings 2014-01-07 01:14:14"  />
</p>
<p>Maxis 4G LTE APN Settings.</p>
<p>Needed these settings for my Huawei e398 LTE USB dongle to work with Maxis LTE.</p>
<p>Profile Name : LTE</p>
<p>APN choose Static : max4g</p>
<p>Access number : *99#</p>
<p>Username : maxis</p>
<p>Password : wap</p>
]]></content:encoded>
    </item>
    <item>
      <title>.my domains going cheap @ RM25 per year</title>
      <link>https://thedaneshproject.com/posts/.my-domains-going-cheap-@-rm25-per-year/</link>
      <pubDate>Mon, 23 Dec 2013 17:11:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/.my-domains-going-cheap-@-rm25-per-year/</guid>
      <description>It&amp;rsquo;s a good time to grab .my domains. MYNIC is letting them go at RM30 for 1 year and RM50 for 2 years. .my domains normally retail around RM100 per year.
The promotion ends on 31st January so hurry.
Go grab your .my domain at iChoose by MYNIC.
Thanks TechAttack</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/12/ichoose-my-rm30-mydomain-450x186.png" alt="mynic rm30 domain banner"  />
</p>
<p>It&rsquo;s a good time to grab .my domains. MYNIC is letting them go at RM30 for 1 year and RM50 for 2 years. .my domains normally retail around RM100 per year.</p>
<p>The promotion ends on 31st January so hurry.</p>
<p>Go grab your .my domain at <a href="http://www.ichoose.my/index.php">iChoose by MYNIC</a>.</p>
<p>Thanks <a href="http://www.techattack.my/9241/mynic-offering-domains-rm30-year-rm50-couple-years-offer-valid-december-31st-2013/">TechAttack</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to list mounted volumes in TSM</title>
      <link>https://thedaneshproject.com/posts/how-to-list-mounted-volumes-in-tsm/</link>
      <pubDate>Mon, 28 Oct 2013 15:33:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-list-mounted-volumes-in-tsm/</guid>
      <description>Use this command to display information about the status of one or more volumes that are mounted.
From the Administrative Command Line Client (dsmadmc) run,
&amp;quot;query mount&amp;quot; or &amp;quot;q mount&amp;quot;&amp;lt;br /&amp;gt; and for detailed output run,
&amp;quot;query mount format=detailed&amp;quot; or &amp;quot;q mount f=d&amp;quot;
`Syntax</description>
      <content:encoded><![CDATA[<p>Use this command to display information about the status of one or more volumes that are mounted.</p>
<p>From the Administrative Command Line Client (dsmadmc) run,</p>
<p><code>&quot;query mount&quot; or &quot;q mount&quot;&lt;br /&gt; </code><br>
and for detailed output run,</p>
<p><code>&quot;query mount format=detailed&quot; or &quot;q mount f=d&quot;</code></p>
<p>`Syntax<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>How to find partition UUID on Arch Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-find-partition-uuid-on-arch-linux/</link>
      <pubDate>Tue, 22 Oct 2013 15:31:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-partition-uuid-on-arch-linux/</guid>
      <description>Using UUID to identify you partitions is better then using kernel device names .i.e /dev/sd?. Mainly on systems where drives get move around frequently. Dev names change when the physical order of the drives are change but the UUID always remains the same.
You can use the &amp;ldquo;lsblk&amp;rdquo; or &amp;ldquo;blkid&amp;rdquo; command to get the UUID of your partitions. In this case I&amp;rsquo;m running it on my Arch Linux box.
[root@r2d2 ~]# lsblk -no NAME,UUID /dev/sdb1&amp;lt;br /&amp;gt; sdb1 eb2cb768-7306-4fe5-a981-14d27d0c25fa</description>
      <content:encoded><![CDATA[<p>Using UUID to identify you partitions is better then using kernel device names .i.e /dev/sd?. Mainly on systems where drives get move around frequently. Dev names change when the physical order of the drives are change but the UUID always remains the same.</p>
<p>You can use the &ldquo;lsblk&rdquo; or &ldquo;blkid&rdquo; command to get the UUID of your partitions. In this case I&rsquo;m running it on my Arch Linux box.</p>
<p><code>[root@r2d2 ~]# lsblk -no NAME,UUID /dev/sdb1&lt;br /&gt; sdb1 eb2cb768-7306-4fe5-a981-14d27d0c25fa</code></p>
<p><code>[root@r2d2 ~]# lsblk -no NAME,UUID&lt;br /&gt; sda1 05df7ca0-4af7-4e0a-ae1b-72518966847c&lt;br /&gt; sda2 8ad2ec57-2d62-482b-96ff-253fa402c786&lt;br /&gt; sdb1 eb2cb768-7306-4fe5-a981-14d27d0c25fa&lt;br /&gt; sdc1 cba2f94f-3eb4-4d6b-af7d-5d947eec2209</code></p>
<p><code>[root@r2d2 ~]# lsblk -f&lt;br /&gt; NAME   FSTYPE LABEL UUID                                 MOUNTPOINT&lt;br /&gt; sda1 ext4         05df7ca0-4af7-4e0a-ae1b-72518966847c /&lt;br /&gt; sda2 swap         8ad2ec57-2d62-482b-96ff-253fa402c786 [SWAP]&lt;br /&gt; sdb1 ext4         eb2cb768-7306-4fe5-a981-14d27d0c25fa /vm&lt;br /&gt; sdc1 ext4         cba2f94f-3eb4-4d6b-af7d-5d947eec2209</code></p>
<p><code>[root@r2d2 ~]# blkid -o list&lt;br /&gt; device                       fs_type       label   mount point         UUID&lt;br /&gt; ------------------------------------------------------------------------------------------------------------&lt;br /&gt; /dev/sdb1                    ext4                  /vm                 eb2cb768-7306-4fe5-a981-14d27d0c25fa&lt;br /&gt; /dev/sdc1                    ext4                  (not mounted)       cba2f94f-3eb4-4d6b-af7d-5d947eec2209&lt;br /&gt; /dev/sda1                    ext4                  /                   05df7ca0-4af7-4e0a-ae1b-72518966847c&lt;br /&gt; /dev/sda2                    swap                  &lt;swap&gt;              8ad2ec57-2d62-482b-96ff-253fa402c786&lt;br /&gt; /dev/sda3                                          (not mounted)</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Solved: mysql  Fatal error: Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist</title>
      <link>https://thedaneshproject.com/posts/solved-mysql-fatal-error-cant-open-and-lock-privilege-tables-table-mysql.host-doesnt-exist/</link>
      <pubDate>Thu, 19 Sep 2013 15:16:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/solved-mysql-fatal-error-cant-open-and-lock-privilege-tables-table-mysql.host-doesnt-exist/</guid>
      <description>Ran into a mysql issue at work today after an unplanned power outage took the server down. The error was &amp;quot;Fatal error: Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist&amp;quot; everytime we tried to start mysql. Looked like the system tables were gone.
The fix;
We recreated the system tables in the mysql data directory using mysql_install_db.
mysql_install_db –user=mysql –ldata=/mysql-data/location
Restart mysql and you should be good to go.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/09/mysql-logo.jpg" alt="mysql-logo"  />
</p>
<p>Ran into a mysql issue at work today after an unplanned power outage took the server down. The error was <em>&quot;<strong>Fatal error: Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist&quot;</strong></em> everytime we tried to start mysql. Looked like the system tables were gone.</p>
<p><strong>The fix;</strong></p>
<p>We recreated the system tables in the mysql data directory using mysql_install_db.</p>
<p><code>mysql_install_db –user=mysql –ldata=/mysql-data/location</code></p>
<p>Restart mysql and you should be good to go.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to control your TV volume using the Astro B.yond remote control</title>
      <link>https://thedaneshproject.com/posts/how-to-control-your-tv-volume-using-the-astro-b.yond-remote-control/</link>
      <pubDate>Wed, 18 Sep 2013 15:45:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-control-your-tv-volume-using-the-astro-b.yond-remote-control/</guid>
      <description>Can you control you TV volume from your Astro B.yond remote control?
I could turn on/off my TV using my Astro remote, but the volume needed a few extra steps to get working.
Make sure you can turn on/off your TV from your Astro remote. Follow my guide if you can&amp;rsquo;t. Make sure your Astro decoder volume is full and your TV volume is low. Press the OK and Vol+(volume up) button together until the indicator blinks twice.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/09/astro-byond-remote-map-450x567.png" alt="astro byond remote map"  />
</p>
<p>Can you control you TV volume from your Astro B.yond remote control?</p>
<p>I could turn on/off my TV using my Astro remote, but the volume needed a few extra steps to get working.</p>
<ol>
<li>Make sure you can turn on/off your TV from your Astro remote. Follow my <a href="/posts/control-tv-astro-b-yond-remote-control/">guide</a> if you can&rsquo;t.</li>
<li>Make sure your Astro decoder volume is full and your TV volume is low.</li>
<li>Press the <strong>OK</strong> and <strong>Vol+</strong>(volume up) button together until the indicator blinks twice.</li>
<li>Press the <strong>Vol+</strong>(volume up) button. If your volume increases the everything went well.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>How to manually add RSS feeds to Feedly</title>
      <link>https://thedaneshproject.com/posts/how-to-manually-add-rss-feeds-to-feedly/</link>
      <pubDate>Sun, 15 Sep 2013 04:12:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-manually-add-rss-feeds-to-feedly/</guid>
      <description>Feedly recently removed its minibar option and it&amp;rsquo;s been a pain adding new feeds since. My work around is to use Google&amp;rsquo;s &amp;ldquo;[RSS Subscription Extension][1]&amp;rdquo; and manually add the feeds in. Install the extension. Browse to your site of choice. If the extension finds a valid RSS feed an icon will show up in your URL bar, click on it. Select the &amp;ldquo;manage&amp;rdquo; option from the dropdown and &amp;ldquo;add&amp;rdquo;. Give it a name and use the URL below.</description>
      <content:encoded><![CDATA[<p>Feedly recently removed its minibar option and it&rsquo;s been a pain adding new feeds since. My work around is to use Google&rsquo;s &ldquo;[RSS Subscription Extension][1]&rdquo; and manually add the feeds in. Install the extension. Browse to your site of choice. If the extension finds a valid RSS feed an icon will show up in your URL bar, click on it. Select the &ldquo;manage&rdquo; option from the dropdown and &ldquo;add&rdquo;.  Give it a name and use the URL below. &ldquo;%s&rdquo; in the end represents the feed URL and is automatically understood by the extension.</p>
<pre tabindex="0"><code>http://cloud.feedly.com/#subscription%2Ffeed%2F%s 
</code></pre><p>Pics.</p>
<p><img loading="lazy" src="/wp-content/uploads/2013/09/rss-icon-url-bar-1.png" alt="rss-icon-url-bar-1"  />

<img loading="lazy" src="/wp-content/uploads/2013/09/rss-icon-url-bar-2-450x85.png" alt="rss-icon-url-bar-2"  />

<img loading="lazy" src="/wp-content/uploads/2013/09/rss-icon-url-bar-3.png" alt="rss-icon-url-bar-3"  />

<img loading="lazy" src="/wp-content/uploads/2013/09/rss-icon-url-bar-4.png" alt="rss-icon-url-bar-4"  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Windows 7 god mode</title>
      <link>https://thedaneshproject.com/posts/windows-7-god-mode/</link>
      <pubDate>Sat, 14 Sep 2013 01:24:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/windows-7-god-mode/</guid>
      <description> Today I stumbled onto Window&amp;rsquo;s secret &amp;ldquo;god mode&amp;rdquo;. Well, it&amp;rsquo;s basically a special folder containing all system settings.
Create a new folder and call it &amp;ldquo;GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}&amp;rdquo;. The folder icon will change to the control panel icon if it worked. Open the folder and enjoy your new god like windows power 😀
The code:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} </description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/09/win-godmode-1.png" alt="win-godmode-1"  />

<img loading="lazy" src="/wp-content/uploads/2013/09/win-godmode-2.png" alt="win-godmode-2"  />
</p>
<p>Today I stumbled onto Window&rsquo;s secret &ldquo;god mode&rdquo;. Well, it&rsquo;s basically a special folder containing all system settings.</p>
<p>Create a new folder and call it &ldquo;GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}&rdquo;. The folder icon will change to the control panel icon if it worked.  Open the folder and enjoy your new god like windows power 😀</p>
<p>The code:</p>
<pre tabindex="0"><code>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>Installing RHEL EPEL Repo on CentOS 5.x</title>
      <link>https://thedaneshproject.com/posts/installing-rhel-epel-repo-on-centos-5.x/</link>
      <pubDate>Tue, 27 Aug 2013 08:15:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-rhel-epel-repo-on-centos-5.x/</guid>
      <description>Had to get collectd going on a CentOS 5.8 environment today. The EPEL repo was needed to get the packages.
Here&amp;rsquo;s how to add the EPEL repo to CentOS 5.x
cd /tmp
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
rpm -Uvh epel-release-5-4.noarch.rpm</description>
      <content:encoded><![CDATA[<p>Had to get collectd going on a CentOS 5.8 environment today. The EPEL repo was needed to get the packages.</p>
<p>Here&rsquo;s how to add the EPEL repo to CentOS 5.x</p>
<p><code>cd /tmp</code><br>
<code>wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm</code></p>
<p><code>rpm -Uvh epel-release-5-4.noarch.rpm</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Kill Unresponsive remote SSH Sessions</title>
      <link>https://thedaneshproject.com/posts/kill-unresponsive-remote-ssh-sessions/</link>
      <pubDate>Wed, 31 Jul 2013 11:13:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kill-unresponsive-remote-ssh-sessions/</guid>
      <description>I spend a lot of time working with ssh terminals over very slow connections. One common issue that crops up often is unresponsive terminals. Closing the terminal is what most of us would go with but then you would have to go through the login workflow again. If you had to login to 3 servers then redoing that every time would be a pain.
Here&amp;rsquo;s a quick tip. The next time your ssh session becomes unresponsive, hit &amp;ldquo;ENTER&amp;rdquo; , followed the &amp;ldquo;~&amp;rdquo; key and finally the &amp;ldquo;.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/07/ssh-escape-cha_2013-07-31_19-11-17-450x154.png" alt="ssh-escape-cha_2013-07-31_19-11-17"  />
</p>
<p>I spend a lot of time working with ssh terminals over very slow connections. One common  issue that crops up often  is unresponsive terminals. Closing the terminal is what most of us would go with but then you would have to go through the login workflow again.  If you had to login to 3 servers then redoing that every time would be a pain.</p>
<p>Here&rsquo;s a quick tip. The next time your ssh session becomes unresponsive, hit &ldquo;ENTER&rdquo; , followed the  &ldquo;~&rdquo; key and finally the  &ldquo;.&rdquo; key. ( <strong>ENTER</strong> , <strong>~</strong> , <strong>.</strong> ) . That will terminate the unresponsive session but still keep you within your main ssh session.</p>
<p>SSH supports a bunch of escape characters. It&rsquo;s a less known feature but in my case proved handy. To see a list of all the supported escape characters run &quot; <strong>ENTER</strong> , <strong>~</strong> , <strong>?</strong> &ldquo;.</p>
<p><code>[root@server conf.d]# ~?&lt;br /&gt; Supported escape sequences:&lt;br /&gt; ~. - terminate connection (and any multiplexed sessions)&lt;br /&gt; ~B - send a BREAK to the remote system&lt;br /&gt; ~C - open a command line&lt;br /&gt; ~R - Request rekey (SSH protocol 2 only)&lt;br /&gt; ~^Z - suspend ssh&lt;br /&gt; ~# - list forwarded connections&lt;br /&gt; ~&amp; - background ssh (when waiting for connections to terminate)&lt;br /&gt; ~? - this message&lt;br /&gt; ~~ - send the escape character by typing it twice</code><br>
(Note that escapes are only recognized immediately after newline.)</p>
]]></content:encoded>
    </item>
    <item>
      <title>See Your Folks</title>
      <link>https://thedaneshproject.com/posts/see-your-folks/</link>
      <pubDate>Tue, 23 Jul 2013 16:42:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/see-your-folks/</guid>
      <description>Let&amp;rsquo;s face it, Nowadays we&amp;rsquo;re always too busy to visit our folks. I&amp;rsquo;m guilty of the same crime 🙁
I stumbled on to &amp;ldquo;See You Folks&amp;rdquo; today. Put together by 4 guys under 24 hours with the goal to raise awareness about death.
Give it your parent&amp;rsquo;s location, age and average visits and you&amp;rsquo;ll know how many more times you&amp;rsquo;ll get to visit your parent before they are gone for good.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/07/seeyourfolks-20130724-0026-450x142.png" alt="See Your Folks"  />
</p>
<p>Let&rsquo;s face it, Nowadays we&rsquo;re always too busy to visit our folks. I&rsquo;m guilty of the same crime 🙁</p>
<p>I stumbled on to &ldquo;See You Folks&rdquo; today. Put together by 4 guys under 24 hours with the goal to raise awareness about death.</p>
<p>Give it your parent&rsquo;s location, age and average visits and you&rsquo;ll know how many more times you&rsquo;ll get to visit your parent before they are gone for good. You might be shocked by the answer.</p>
<p>Check it out at <a href="http://seeyourfolks.com/">seeyourfolks</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>What is my Gnome Shell version?</title>
      <link>https://thedaneshproject.com/posts/what-is-my-gnome-shell-version/</link>
      <pubDate>Tue, 18 Jun 2013 15:19:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-is-my-gnome-shell-version/</guid>
      <description>What version of the GNOME Shell am I running?
You can quickly find out your GNOME Shell version be running &amp;ldquo;gnome-shell -version&amp;rdquo;
danesh@r2d2:~$ gnome-shell --version&amp;lt;br /&amp;gt; GNOME Shell 3.8.2
This is also an indicator to which version of GNOME you are running.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/06/gnome-logo.png" alt="gnome logo"  />
</p>
<p>What version of the GNOME Shell am I running?</p>
<p>You can quickly find out your GNOME Shell version be running &ldquo;gnome-shell -version&rdquo;</p>
<p><code>danesh@r2d2:~$ gnome-shell --version&lt;br /&gt; GNOME Shell 3.8.2</code></p>
<p>This is also an indicator to which version of GNOME you are running.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Clean Install of Windows 8 with an Upgrade Disc</title>
      <link>https://thedaneshproject.com/posts/clean-install-of-windows-8-with-an-upgrade-disc/</link>
      <pubDate>Thu, 13 Jun 2013 02:20:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/clean-install-of-windows-8-with-an-upgrade-disc/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2013/06/windows-activation-450x239.png&#34; alt=&#34;windows activation&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;I lost my hard drive and was trying to install Windows 8 from a Windows USB boot disk. When came time to activate I was greeted with &amp;ldquo;Code: 0xC004F061 your key can only be used for an upgrade&amp;rdquo;.  I bought the upgrade license during the launch sale but din&amp;rsquo;t know about this restriction.&lt;/p&gt;
&lt;p&gt;Microsoft&amp;rsquo;s solution was to first install Windows 7 and then run the Upgrade assistant again to upgrade to Windows 8.  That would take too long!&lt;/p&gt;
&lt;p&gt;Some Googling later and a solution was found. A simple registry hack. Here&amp;rsquo;s how,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&amp;ldquo;Windows + r &amp;quot; and type &amp;ldquo;regedit&amp;rdquo; to bring up the registry.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Double click on &amp;ldquo;MediabootInstall&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Change the value from &amp;ldquo;1&amp;rdquo; to &amp;ldquo;0&amp;rdquo;. Exit the registry.&lt;/li&gt;
&lt;li&gt;Hit the &amp;ldquo;Windows&amp;rdquo; key and search for &amp;ldquo;cmd&amp;rdquo; . Right click and select &amp;ldquo;Run as Administrator&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;slmgr /rearm&lt;/code&gt; and hit press enter. Wait for confirmation.&lt;/li&gt;
&lt;li&gt;Reboot.&lt;/li&gt;
&lt;li&gt;Try to active again. Should work now.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Picture Guide below.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-450x239.png" alt="windows activation"  />
</p>
<p>I lost my hard drive and was trying to install Windows 8 from a Windows USB boot disk. When came time to activate I was greeted with &ldquo;Code: 0xC004F061 your key can only be used for an upgrade&rdquo;.  I bought the upgrade license during the launch sale but din&rsquo;t know about this restriction.</p>
<p>Microsoft&rsquo;s solution was to first install Windows 7 and then run the Upgrade assistant again to upgrade to Windows 8.  That would take too long!</p>
<p>Some Googling later and a solution was found. A simple registry hack. Here&rsquo;s how,</p>
<ol>
<li>&ldquo;Windows + r &quot; and type &ldquo;regedit&rdquo; to bring up the registry.</li>
<li>Navigate to <code>HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE/</code></li>
<li>Double click on &ldquo;MediabootInstall&rdquo;</li>
<li>Change the value from &ldquo;1&rdquo; to &ldquo;0&rdquo;. Exit the registry.</li>
<li>Hit the &ldquo;Windows&rdquo; key and search for &ldquo;cmd&rdquo; . Right click and select &ldquo;Run as Administrator&rdquo;.</li>
<li>Type <code>slmgr /rearm</code> and hit press enter. Wait for confirmation.</li>
<li>Reboot.</li>
<li>Try to active again. Should work now.</li>
</ol>
<p>Picture Guide below.</p>
<p>[<img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-run-regedit.png" alt="windows activation run regedit"  />

<img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-regedit-450x157.png" alt="windows activation regedit"  />

<img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-regedit-media-boot-install.png" alt="windows activation regedit media boot install"  />

<img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-cmd-450x253.png" alt="windows activation cmd"  />

<img loading="lazy" src="/wp-content/uploads/2013/06/windows-activation-cmd-done.png" alt="windows activation cmd done"  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Archlinux: Can’t find ifconfig</title>
      <link>https://thedaneshproject.com/posts/archlinux-cant-find-ifconfig/</link>
      <pubDate>Mon, 10 Jun 2013 14:23:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/archlinux-cant-find-ifconfig/</guid>
      <description>Archlinux dropped support for ifconfig &amp;ldquo;net-tools&amp;rdquo; sometime back. [announcement]
To get the ip address use &amp;ldquo;ip&amp;rdquo; tool instead.
ip addr show dev [device name]
ip addr show dev enp2s0
If you really want ifconfig back then grab the &amp;ldquo;net-tools from the AUR.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/06/archlinux-logo-450x450.jpg" alt="archlinux-logo"  />
</p>
<p>Archlinux dropped support for ifconfig &ldquo;net-tools&rdquo; sometime back. [<a href="https://www.archlinux.org/news/deprecation-of-net-tools/">announcement</a>]</p>
<p>To get the ip address use &ldquo;ip&rdquo; tool instead.</p>
<p>ip addr show dev [device name]</p>
<p><code>ip addr show dev enp2s0</code></p>
<p>If you really want ifconfig back then grab the &ldquo;net-tools from the AUR.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysiakini mirrors</title>
      <link>https://thedaneshproject.com/posts/malaysiakini-mirrors/</link>
      <pubDate>Thu, 02 May 2013 16:01:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysiakini-mirrors/</guid>
      <description>Malaysia&amp;rsquo;s independent news provider Malaysia accessible through http://www.malaysiakini.com and http://m.malaysiakini.com/en might be down (.i.e blocked by our ISP) for many of you.
Try these alternatives.
Alternatives;
http://www.mkini.co/ - Mirror https://twitter.com/malaysiakini - Twitter @malaysiakini https://www.facebook.com/MalaysiaKini - Facebook You can&amp;rsquo;t block the internet!! Get that through your thick skulls &amp;hellip;
This list will be updated as more mirrors show up so check back often.
Update:
http://www.malaysiakini.com/
https://www.malaysiakini.com/
http://m.malaysiakini.com/
http://www.mkini.co/
https://www.facebook.com/MalaysiaKini
https://twitter.com/malaysiakini</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/05/malaysiakini-logo.jpg" alt="malaysiakini-logo"  />
</p>
<p>Malaysia&rsquo;s independent news provider Malaysia accessible through <a href="http://www.malaysiakini.com/">http://www.malaysiakini.com</a> and <a href="http://m.malaysiakini.com/en">http://m.malaysiakini.com/en</a> might be down (.i.e blocked by our ISP) for many of you.</p>
<p>Try these alternatives.</p>
<p>Alternatives;</p>
<ol>
<li><a href="http://www.mkini.co/">http://www.mkini.co/</a> - Mirror</li>
<li><a href="https://twitter.com/malaysiakini">https://twitter.com/malaysiakini</a> - Twitter @malaysiakini</li>
<li><a href="https://www.facebook.com/MalaysiaKini">https://www.facebook.com/MalaysiaKini</a> - Facebook</li>
</ol>
<p>You can&rsquo;t block the internet!! Get that through your thick skulls &hellip;</p>
<p>This list will be updated as more mirrors show up so check back often.</p>
<p>Update:</p>
<p><!-- raw HTML omitted --><a href="http://www.malaysiakini.com/">http://www.malaysiakini.com/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://www.malaysiakini.com/">https://www.malaysiakini.com/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="http://m.malaysiakini.com/">http://m.malaysiakini.com/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="http://www.mkini.co/">http://www.mkini.co/</a><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><a href="https://www.facebook.com/MalaysiaKini">https://www.facebook.com/MalaysiaKini</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://twitter.com/malaysiakini">https://twitter.com/malaysiakini</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://twitter.com/Yahoo_MY">https://twitter.com/Yahoo_MY</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://twitter.com/premesh">https://twitter.com/premesh</a><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><a href="http://www.KiniTV.com/">http://www.KiniTV.com/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="http://www.youtube.com/kinitv">http://www.youtube.com/kinitv</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://www.facebook.com/kinitv">https://www.facebook.com/kinitv</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="http://www.youtube.com/malaysiakini">http://www.youtube.com/malaysiakini</a><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><a href="http://live.undi.info/">http://live.undi.info/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="https://ge13.s3.amazonaws.com/">https://ge13.s3.amazonaws.com/</a><!-- raw HTML omitted --><br>
<!-- raw HTML omitted --><a href="http://bit.ly/mkinige13">http://bit.ly/mkinige13</a><!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>How To Install Spotify In Ubuntu</title>
      <link>https://thedaneshproject.com/posts/how-to-install-spotify-in-ubuntu/</link>
      <pubDate>Fri, 05 Apr 2013 15:31:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-spotify-in-ubuntu/</guid>
      <description>Follow this guide and you&amp;rsquo;ll get to enjoy Spotify&amp;rsquo;s Linux client. Note that it&amp;rsquo;s a preview release and is unsupported.
Create a new source file for the Spotify repository.
# sudo vi /etc/apt/sources.list.d/spotify.list&amp;lt;br /&amp;gt; Add the following line into the source file.
Add Spotify&amp;rsquo;s public key so that you can verify Spotify&amp;rsquo;s packages.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
deb http://repository.spotify.com stable non-free&amp;lt;br /&amp;gt; Update your sources
#sudo apt-get update&amp;lt;br /&amp;gt; Install Spotify</description>
      <content:encoded><![CDATA[<p>Follow this guide and you&rsquo;ll get to enjoy Spotify&rsquo;s Linux client. Note that it&rsquo;s a preview release and is unsupported.</p>
<p>Create a new source file for the Spotify repository.</p>
<p><code># sudo vi /etc/apt/sources.list.d/spotify.list&lt;br /&gt; </code><br>
Add the following line into the source file.</p>
<p>Add Spotify&rsquo;s public key so that you can verify Spotify&rsquo;s packages.<br>
<code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59</code></p>
<p><code>deb http://repository.spotify.com stable non-free&lt;br /&gt; </code><br>
Update your sources</p>
<p><code>#sudo apt-get update&lt;br /&gt; </code><br>
Install Spotify</p>
<p><code>#sudo apt-get install spotify-client&lt;br /&gt; </code><br>
Source: <a href="https://www.spotify.com/us/download/previews/" title="Spotify Linux Preview">Spotify</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Log all Putty sessions by default</title>
      <link>https://thedaneshproject.com/posts/log-all-putty-sessions-by-default/</link>
      <pubDate>Tue, 05 Mar 2013 22:59:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/log-all-putty-sessions-by-default/</guid>
      <description>Putty has a feature to log your sessions to log files. This is a handy and I use it a lot. Comes in handy when you want to roll back what you did or to simply remember a command you ran.
Session logging is not enabled by default but if you want logging enabled by default for all your sessions then here&amp;rsquo;s how.
Fire up Putty and go to the &amp;ldquo;Logging&amp;rdquo; tab.</description>
      <content:encoded><![CDATA[<p>Putty has a feature to log your sessions to log files. This is a handy and I use it a lot. Comes in handy when you want to roll back what you did or to simply remember a command you ran.</p>
<p>Session logging is not enabled by default but if you want logging enabled by default for all your sessions then here&rsquo;s how.</p>
<p>Fire up Putty and go to the &ldquo;Logging&rdquo; tab. Check &ldquo;Printable output&rdquo; option and insert your desired log file name and location into the location field.</p>
<p><img loading="lazy" src="/wp-content/uploads/2013/03/PuTTY-Configuration_2013-03-05_22-52-01-450x432.png" alt="PuTTY Configuration_2013-03-05_22-52-01"  />
</p>
<p>For the log file name, Putty supports the following substitutes.</p>
<p>&amp;H - Hostname<br>
&amp;Y - Year (yyyy)<br>
&amp;M - Month (mm)<br>
&amp;D - Day (dd)<br>
&amp;T - Time (hhmmss)</p>
<p>D:\Users\username\Dropbox\backup\putty-log&amp;H-&amp;Y&amp;M&amp;D-&amp;T.log</p>
<p>This will log all your sessions into a <a href="http://db.tt/MPUL3zQ">dropbox</a> backup folder with the desired naming format. .i.e &ldquo;hostname-20130305-132319.log&rdquo;</p>
<p>Go to &ldquo;Session&rdquo; , select the &ldquo;Default Settings&rdquo; saved session and hit &ldquo;save&rdquo; to make this default for all your new sessions.</p>
<p>NOTE: All your previous saved sessions will need to manually updated.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google voice and video installer error 1603</title>
      <link>https://thedaneshproject.com/posts/google-voice-and-video-installer-error-1603/</link>
      <pubDate>Mon, 04 Mar 2013 09:16:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-voice-and-video-installer-error-1603/</guid>
      <description>For some stupid reason my Google hangout and voice calls stopped working on my Windows machine. Removed the Google voice plugin and tried reinstalling it and got hit with a new error &amp;ldquo;Installer error 1603&amp;rdquo;.
After some digging around the issue was narrowed down to either permissions or the windows installer service having some hangover files or registry entries from previous installs.
The fix was to run Window&amp;rsquo;s FixIt to clean up the installer.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2013/03/Google-voice-and-video-chat-Installer_2013-03-02_11-22-32-450x155.png" alt="Google Voice Error 1603"  />
</p>
<p>For some stupid reason my Google hangout and voice calls stopped working on my Windows machine. Removed the Google voice plugin and tried reinstalling it and got hit with a new error &ldquo;Installer error 1603&rdquo;.</p>
<p>After some digging around the issue was narrowed down to either permissions or the windows installer service having some hangover files or registry entries from previous installs.</p>
<p>The fix was to run Window&rsquo;s FixIt to clean up the installer. This is what it does;</p>
<ul>
<li>Removes bad registry key on 64 bit operating systems.</li>
<li>Windows registry keys that control the upgrade (patching) data that become corrupted.</li>
<li>Resolves problems that prevent new programs from being installed.</li>
<li>Resolves problems that prevent programs from being completely uninstalled and blocking new installations and updates.</li>
<li>Use this troubleshooter for an uninstall only if the program fails to uninstall using the windows add/remove programs feature.</li>
</ul>
<p><a href="http://support.microsoft.com/mats/Program_Install_and_Uninstall/" title="Microsoft FixIt">Download Here</a></p>
<p><img loading="lazy" src="/wp-content/uploads/2013/03/microsoft_fix_it_small.png" alt="microsoft_fix_it_small"  />
</p>
<p>Let me know if it work for you.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Sunlight Unicablink. Malaysia’s first GPS enable taxi booking service.</title>
      <link>https://thedaneshproject.com/posts/sunlight-unicablink.-malaysias-first-gps-enable-taxi-booking-service./</link>
      <pubDate>Fri, 08 Feb 2013 17:02:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sunlight-unicablink.-malaysias-first-gps-enable-taxi-booking-service./</guid>
      <description>&lt;p&gt;[youtube=http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=ZkNrh4Bn7NM&amp;amp;w=450]&lt;/p&gt;
&lt;p&gt;Malaysia finally gets it first GPS based taxi booking service, Unicablink. Its part of the Sunlight  Taxi group of companies.&lt;/p&gt;
&lt;p&gt;You have 3 ways to book a cab. Call the call center at 1300-800-222, &lt;a href=&#34;http://www.sunlighttaxi.com/online-booking&#34;&gt;book online&lt;/a&gt; or through the mobile app. The mobile app is the best way and is available for both the Android and iPhone.&lt;/p&gt;
&lt;p&gt;When a booking is made,  the nearest taxis will be notified and they can then bid on the job. Just like the cabs in SG. The company claims booking time has dropped from 20 minutes to only 5 minutes.&lt;/p&gt;
&lt;p&gt;The next phase will be to introduce alternative payment methods. Credit / Debit cards and Touch n Go. This is something many of us are waiting for! Especially travelers.&lt;/p&gt;
&lt;p&gt;Go grab the app on &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.infindo.expresstaxi&#34;&gt;Google Play&lt;/a&gt; or the &lt;a href=&#34;https://itunes.apple.com/us/app/book-a-cab/id533418231?mt=8&#34;&gt;AppStore&lt;/a&gt; and take it for a spin.&lt;/p&gt;
&lt;p&gt;What about &lt;a href=&#34;http://www.taximonger.com/&#34;&gt;Taxi Monger&lt;/a&gt; you ask? If I&amp;rsquo;m not wrong, that&amp;rsquo;s sms based and the response time is slightly longer.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve yet to book a cab through Unicablink, hopefully soon. Have you tried Unicablink yet?&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>[youtube=http://www.youtube.com/watch?feature=player_embedded&amp;v=ZkNrh4Bn7NM&amp;w=450]</p>
<p>Malaysia finally gets it first GPS based taxi booking service, Unicablink. Its part of the Sunlight  Taxi group of companies.</p>
<p>You have 3 ways to book a cab. Call the call center at 1300-800-222, <a href="http://www.sunlighttaxi.com/online-booking">book online</a> or through the mobile app. The mobile app is the best way and is available for both the Android and iPhone.</p>
<p>When a booking is made,  the nearest taxis will be notified and they can then bid on the job. Just like the cabs in SG. The company claims booking time has dropped from 20 minutes to only 5 minutes.</p>
<p>The next phase will be to introduce alternative payment methods. Credit / Debit cards and Touch n Go. This is something many of us are waiting for! Especially travelers.</p>
<p>Go grab the app on <a href="https://play.google.com/store/apps/details?id=com.infindo.expresstaxi">Google Play</a> or the <a href="https://itunes.apple.com/us/app/book-a-cab/id533418231?mt=8">AppStore</a> and take it for a spin.</p>
<p>What about <a href="http://www.taximonger.com/">Taxi Monger</a> you ask? If I&rsquo;m not wrong, that&rsquo;s sms based and the response time is slightly longer.</p>
<p>I&rsquo;ve yet to book a cab through Unicablink, hopefully soon. Have you tried Unicablink yet?</p>
<p>Some screens from the Android App</p>
<p><img loading="lazy" src="/wp-content/uploads/2013/02/2013-02-08-23.54.04-450x800.png" alt="2013-02-08 23.54.04"  />

<img loading="lazy" src="/wp-content/uploads/2013/02/2013-02-08-23.56.09-450x800.png" alt="2013-02-08 23.56.09"  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>How to set the date and time in Archlinux</title>
      <link>https://thedaneshproject.com/posts/how-to-set-the-date-and-time-in-archlinux/</link>
      <pubDate>Sun, 20 Jan 2013 17:04:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-set-the-date-and-time-in-archlinux/</guid>
      <description>Quickly set the current date and time in Archlinux.
Check the current time.
[root@atom ~]# timedatectl status&amp;lt;br /&amp;gt; Local time: Mon 2013-01-21 08:57:21 MYT&amp;lt;br /&amp;gt; Universal time: Mon 2013-01-21 00:57:21 UTC&amp;lt;br /&amp;gt; RTC time: Mon 2013-01-21 00:57:21&amp;lt;br /&amp;gt; Timezone: Asia/Kuala_Lumpur (MYT, +0800)&amp;lt;br /&amp;gt; NTP enabled: no&amp;lt;br /&amp;gt; NTP synchronized: no&amp;lt;br /&amp;gt; RTC in local TZ: no&amp;lt;br /&amp;gt; DST active: n/a
Set the correct date and time.
[root@atom ~]# timedatectl set-time &amp;quot;2013-01-21 00:59:00&amp;quot;</description>
      <content:encoded><![CDATA[<p>Quickly set the current date and time in Archlinux.</p>
<ol>
<li>
<p>Check the current time.<br>
<code>[root@atom ~]# timedatectl status&lt;br /&gt; Local time: Mon 2013-01-21 08:57:21 MYT&lt;br /&gt; Universal time: Mon 2013-01-21 00:57:21 UTC&lt;br /&gt; RTC time: Mon 2013-01-21 00:57:21&lt;br /&gt; Timezone: Asia/Kuala_Lumpur (MYT, +0800)&lt;br /&gt; NTP enabled: no&lt;br /&gt; NTP synchronized: no&lt;br /&gt; RTC in local TZ: no&lt;br /&gt; DST active: n/a</code></p>
</li>
<li>
<p>Set the correct date and time.<br>
<code>[root@atom ~]# timedatectl set-time &quot;2013-01-21 00:59:00&quot;</code></p>
</li>
<li>
<p>Check again, make sure the date and time looks right now.<br>
<code>[root@atom ~]# timedatectl status&lt;br /&gt; Local time: Mon 2013-01-21 00:59:14 MYT&lt;br /&gt; Universal time: Sun 2013-01-20 16:59:14 UTC&lt;br /&gt; RTC time: Sun 2013-01-20 16:59:14&lt;br /&gt; Timezone: Asia/Kuala_Lumpur (MYT, +0800)&lt;br /&gt; NTP enabled: no&lt;br /&gt; NTP synchronized: no&lt;br /&gt; RTC in local TZ: no&lt;br /&gt; DST active: n/a&lt;br /&gt; </code></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Linux How to change user UID and GID</title>
      <link>https://thedaneshproject.com/posts/linux-how-to-change-user-uid-and-gid/</link>
      <pubDate>Tue, 15 Jan 2013 14:31:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-how-to-change-user-uid-and-gid/</guid>
      <description>I was running Debian for sometime and in Debian the UID starts at 1000. Now I moved to CentOS 6 and the UID starts from 500. Simply changing the UID/GID seemed like an quick way to get my file permission back in sync.
Here&amp;rsquo;s how to easily change the UID and GID for a user in Linux.
Check my current UID/GID
[root@atom ~]# id danesh&amp;lt;br /&amp;gt; uid=500(danesh) gid=500(danesh) groups=500(danesh)
Change my UID to 1000</description>
      <content:encoded><![CDATA[<p>I was running Debian for sometime and in Debian the UID starts at 1000. Now I moved to CentOS 6 and the UID starts from 500. Simply changing the UID/GID seemed like an quick way to get my file permission back in sync.</p>
<p>Here&rsquo;s how to easily change the UID and GID for a user in Linux.</p>
<p>Check my current UID/GID<br>
<code>[root@atom ~]# id danesh&lt;br /&gt; uid=500(danesh) gid=500(danesh) groups=500(danesh)</code></p>
<p>Change my UID to 1000<br>
<code>[root@atom ~]# usermod -u 1000 danesh</code></p>
<p>Check my UID/GID again. GID is still 500.<br>
<code>[root@atom ~]# id danesh&lt;br /&gt; uid=1000(danesh) gid=500(danesh) groups=500(danesh)</code></p>
<p>Change the GID for my group.<br>
<code>[root@atom ~]# groupmod -g 1000 danesh</code></p>
<p>UID and GID now updated.<br>
<code>[root@atom ~]# id danesh&lt;br /&gt; uid=1000(danesh) gid=1000(danesh) groups=1000(danesh)</code></p>
<p>This will update the files in your home directory with the correct UID/GID but anything outside you will have to do it yourself.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How To Install Jelly Bean on 4.2 on Galaxy Nexus 7 WiFi JZO54K</title>
      <link>https://thedaneshproject.com/posts/how-to-install-jelly-bean-on-4.2-on-galaxy-nexus-7-wifi-jzo54k/</link>
      <pubDate>Wed, 14 Nov 2012 08:22:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-jelly-bean-on-4.2-on-galaxy-nexus-7-wifi-jzo54k/</guid>
      <description>Google has released the official Jelly Bean 4.2 images to its servers. If you can&amp;rsquo;t wait for the OTA like me then the manual method will get you 4.2 now. See how below,
I&amp;rsquo;m doing this on Fedora 17
NOTICE: Do this at your own risk. There is a chance of things going wrong and you might end up with a brick.
install adb and fastboot
yum install android-tools</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Google has released the official Jelly Bean 4.2 images to its servers. If you can&rsquo;t wait for the OTA like me then the manual method will get you 4.2 now. See how below,</p>
<p>I&rsquo;m doing this on Fedora 17</p>
<p><strong><!-- raw HTML omitted -->NOTICE: Do this at your own risk. There is a chance of things going wrong and you might end up with a brick.<!-- raw HTML omitted --></strong></p>
<ol>
<li>
<p>install adb and fastboot<br>
<code>yum install android-tools</code></p>
</li>
<li>
<p>Download the Jelly Bean 4.2 (JOP40C) factory image. <a href="https://dl.google.com/dl/android/aosp/nakasi-jop40c-factory-6aabb391.tgz">Link</a><br>
<code>wget https://dl.google.com/dl/android/aosp/nakasi-jop40c-factory-6aabb391.tgz</code></p>
</li>
<li>
<p>Extract the downloaded file.<br>
<code>tar -zxvf nakasi-jop40c-factory-6aabb391.tgz&lt;br /&gt; cd nakasi-jop40c/</code></p>
</li>
<li>
<p>Make the install scripts executable.<br>
<code>chmod +x flash-all.sh&lt;br /&gt; chmod +x flash-base.sh</code><br>
flash-all.sh will erase all data and flash everything.<br>
flash-base.sh will only flash the bootloader and radio.</p>
</li>
<li>
<p>Make user USB debugging is on for your Nexus 7.</p>
</li>
</ol>
<p>Settings -&gt; Developer Options -&gt; &ldquo;On&rdquo; -&gt; USB Debugging -&gt; &ldquo;On&rdquo;</p>
<ol start="6">
<li>Boot into fastboot</li>
</ol>
<p>power off -&gt; power on (hold power + volume down)till you get into the fastboot screen.</p>
<ol start="7">
<li>
<p>Unlock the boot loader.<br>
<code>fastboot oem unlock</code><br>
confirm on your Nexus 7 screen.</p>
</li>
<li>
<p>Run the install script.<br>
<code>./flash-all.sh</code></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Where to buy Google Nexus 7 in Malaysia</title>
      <link>https://thedaneshproject.com/posts/where-to-buy-google-nexus-7-in-malaysia/</link>
      <pubDate>Tue, 25 Sep 2012 03:36:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/where-to-buy-google-nexus-7-in-malaysia/</guid>
      <description>&lt;p&gt;Google&amp;rsquo;s Nexus 7 was recently &lt;a href=&#34;http://www.themalaysianinsider.com/tech/article/asus-launches-nexus-7-tablet-in-malaysia/&#34;&gt;launched in Malaysia&lt;/a&gt;. Priced at RM999 for the 16GB model.&lt;/p&gt;
&lt;p&gt;Want one? Here&amp;rsquo;s a list of retail outlets where you can pick one up.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Google&rsquo;s Nexus 7 was recently <a href="http://www.themalaysianinsider.com/tech/article/asus-launches-nexus-7-tablet-in-malaysia/">launched in Malaysia</a>. Priced at RM999 for the 16GB model.</p>
<p>Want one? Here&rsquo;s a list of retail outlets where you can pick one up.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>via <a href="https://www.facebook.com/media/set/?set=a.10151168737359116.475441.284216439115&amp;type=1">ASUS@FB</a></p>]]></content:encoded>
    </item>
    <item>
      <title>iPhone 5 launch coverage – Live blogs</title>
      <link>https://thedaneshproject.com/posts/iphone-5-launch-coverage-live-blogs/</link>
      <pubDate>Wed, 12 Sep 2012 09:51:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-5-launch-coverage-live-blogs/</guid>
      <description>Apple will be announcing its latest iPhone 5 and a few other devices (maybe) at its media event tomorrow, September 12th 2012 10AM PT, 1PM ET (1am GMT +8 Kuala Lumpur, Malaysia) .
There is not live stream so you will have to tune into the many live blogs covering the event to know what&amp;rsquo;s coming out. Here&amp;rsquo;s a list of live blogs I know covering the event.
gdgt - Live iPhone 5 launch coverage</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Apple will be announcing its latest iPhone 5 and a few other devices (maybe) at its media event tomorrow, September 12th 2012 10AM PT, 1PM ET (1am GMT +8 Kuala Lumpur, Malaysia) .</p>
<p>There is not live stream so you will have to tune into the many live blogs covering the event to know what&rsquo;s coming out. Here&rsquo;s a list of live blogs I know covering the event.</p>
<p><!-- raw HTML omitted -->gdgt - Live iPhone 5 launch coverage<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->The Verge - apple-iphone-5-live-blog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->CNET&rsquo;s Apple event Live Blog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Engadget - Apple&rsquo;s next generation iPhone liveblog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->TIME - iPhone 5 live blog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->PC Advisor UK - Apple live blog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Yahoo - Apple live blog<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->GIZMODO - iPhone 5 live blog<!-- raw HTML omitted --></p>
<p>I&rsquo;ll update the list as I find more. Also, please do share if you have more.</p>
]]></content:encoded>
    </item>
    <item>
      <title>HÖVDING , The invisible bike helmet</title>
      <link>https://thedaneshproject.com/posts/h%C3%B6vding-the-invisible-bike-helmet/</link>
      <pubDate>Wed, 15 Aug 2012 17:20:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/h%C3%B6vding-the-invisible-bike-helmet/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2012/08/Invisible-Bike-Helmet-08-16-2012-450x300.jpg&#34; alt=&#34;&#34;  title=&#34;Invisible-Bike-Helmet-08-16-2012&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;No one likes bicycle helmets, they&amp;rsquo;re heavy, bulky and simply look weird. However, they keep us alive and I&amp;rsquo;d rather stay alive with an ugly helmet on then die without one.&lt;/p&gt;
&lt;p&gt;The overall design of a helmet has not changed for a long time and it always seemed impossible to come up with a better design until now that is.&lt;/p&gt;
&lt;p&gt;Design students  Anna and Terese thought it was possible. 7 years of hard work later they came up with the invisible helmet &amp;ldquo;HÖVDING&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s essentially an air bag designed into a collar that fits around your neck with a custom shell designs to match your outfit. It will inflate in 0.1 sec when abnormal movement is detected either from a collision and when the rider falls of his bike. &lt;a href=&#34;http://www.hovding.com/en/how&#34;&gt;Read more&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can buy a &amp;ldquo;HÖVDING&amp;rdquo; for 3998 SEK (USD 600) from their &lt;a href=&#34;http://www.hovding.com/en/hovding&#34;&gt;online store.&lt;/a&gt;  I love the design, I&amp;rsquo;d buy it now if I had the money , guess I&amp;rsquo;ll have to wait.&lt;/p&gt;
&lt;p&gt;Watch the video and be wowed.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/08/Invisible-Bike-Helmet-08-16-2012-450x300.jpg" alt=""  title="Invisible-Bike-Helmet-08-16-2012"  />
</p>
<p>No one likes bicycle helmets, they&rsquo;re heavy, bulky and simply look weird. However, they keep us alive and I&rsquo;d rather stay alive with an ugly helmet on then die without one.</p>
<p>The overall design of a helmet has not changed for a long time and it always seemed impossible to come up with a better design until now that is.</p>
<p>Design students  Anna and Terese thought it was possible. 7 years of hard work later they came up with the invisible helmet &ldquo;HÖVDING&rdquo;.</p>
<p>It&rsquo;s essentially an air bag designed into a collar that fits around your neck with a custom shell designs to match your outfit. It will inflate in 0.1 sec when abnormal movement is detected either from a collision and when the rider falls of his bike. <a href="http://www.hovding.com/en/how">Read more</a></p>
<p>You can buy a &ldquo;HÖVDING&rdquo; for 3998 SEK (USD 600) from their <a href="http://www.hovding.com/en/hovding">online store.</a>  I love the design, I&rsquo;d buy it now if I had the money , guess I&rsquo;ll have to wait.</p>
<p>Watch the video and be wowed.</p>]]></content:encoded>
    </item>
    <item>
      <title>Android Neon Lamp</title>
      <link>https://thedaneshproject.com/posts/android-neon-lamp/</link>
      <pubDate>Wed, 15 Aug 2012 09:17:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/android-neon-lamp/</guid>
      <description>&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;Bring the party to you desk with this cool Android neon lamp. It looks small so most likely for your desk. Found it on the GoogleStore going for USD $36.40.  &lt;a href=&#34;http://www.googlestore.com/Accessories/Android+Neon+Light.axd&#34;&gt;Check it out&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am thinking of getting one soon. Check out the night shot below.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Bring the party to you desk with this cool Android neon lamp. It looks small so most likely for your desk. Found it on the GoogleStore going for USD $36.40.  <a href="http://www.googlestore.com/Accessories/Android+Neon+Light.axd">Check it out</a></p>
<p>I am thinking of getting one soon. Check out the night shot below.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>]]></content:encoded>
    </item>
    <item>
      <title>Flash for Android is over</title>
      <link>https://thedaneshproject.com/posts/flash-for-android-is-over/</link>
      <pubDate>Wed, 15 Aug 2012 02:32:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flash-for-android-is-over/</guid>
      <description>Starting tomorrow Adobe will disable all new installs of Flash on Android devices.
Apple ditched Flash on its mobile platform and its desktop platform too. MS is also said be doing the same by limiting Flash on its OS.
Flash has always felt heavy on the desktop and mobile platforms unlike HTML5. HTML5 is the way of the internet future for now and it&amp;rsquo;s good to see Adobe starting to work with HTML5.</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><br>
Starting tomorrow Adobe will disable all new installs of Flash on Android devices.</p>
<p>Apple ditched Flash on its mobile platform and its desktop platform too. MS is also said be doing the same by limiting Flash on its OS.</p>
<p>Flash has always felt heavy on the desktop and mobile platforms unlike HTML5.  HTML5 is the way of the internet future for now and it&rsquo;s good to see Adobe starting to work with HTML5.</p>
<p>@via <a href="http://androidandme.com/2012/08/news/flash-for-android-is-dead/">androidme</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>HOW A BICYCLE IS MADE in the old days.</title>
      <link>https://thedaneshproject.com/posts/how-a-bicycle-is-made-in-the-old-days./</link>
      <pubDate>Mon, 13 Aug 2012 09:10:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-a-bicycle-is-made-in-the-old-days./</guid>
      <description>See how the basikal orang tua (old man bike) was built in 1945 😀
HOW A BICYCLE IS MADE by the British Council</description>
      <content:encoded><![CDATA[<p>See how the basikal orang tua (old man bike) was built in 1945 😀</p>
<p>HOW A BICYCLE IS MADE by the British Council</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Google Chrome on Linux Mint 13</title>
      <link>https://thedaneshproject.com/posts/how-to-install-google-chrome-on-linux-mint-13/</link>
      <pubDate>Mon, 06 Aug 2012 15:22:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-google-chrome-on-linux-mint-13/</guid>
      <description>Here&amp;rsquo;s how to install Google Chrome on Linux Mint 12 &amp;ldquo;Maya&amp;rdquo;.
Download the signing key. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -&amp;lt;br /&amp;gt; 2. Download the install package. Beta or Stable
Beta,
wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb&amp;lt;br /&amp;gt; Stable,
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&amp;lt;br /&amp;gt; 3. Install the Google Chrome package. This will also automatic add the Google Chrome repositories which will allow Google Chrome to receive updates.
sudo dpkg -i google-chrome-beta_current_amd64.deb&amp;lt;br /&amp;gt; Enjoy your browser.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s how to install Google Chrome on Linux Mint 12 &ldquo;Maya&rdquo;.</p>
<ol>
<li>Download the signing key.</li>
</ol>
<p><code>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -&lt;br /&gt; </code><br>
2. Download the install package. Beta or Stable</p>
<p>Beta,</p>
<p><code>wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb&lt;br /&gt; </code><br>
Stable,</p>
<p><code>wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt; </code><br>
3. Install the Google Chrome package. This will also automatic add the Google Chrome repositories which will allow Google Chrome to receive updates.</p>
<p><code>sudo dpkg -i google-chrome-beta_current_amd64.deb&lt;br /&gt; </code><br>
Enjoy your browser. 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Samsung offering 10% off Samsung Galaxy S3</title>
      <link>https://thedaneshproject.com/posts/samsung-offering-10-off-samsung-galaxy-s3/</link>
      <pubDate>Mon, 06 Aug 2012 09:43:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/samsung-offering-10-off-samsung-galaxy-s3/</guid>
      <description>Samsung Malaysia is offering 10% off its Samsung Galaxy S3 phone as tribute to Datuk Lee Chong Wei&amp;rsquo;s silver medal and Malaysia&amp;rsquo;s first medal for the 2012 Olympics. It&amp;rsquo;s one day only. Happening on 8th August, the discount will only be available at their official retailers.
@via twitter</description>
      <content:encoded><![CDATA[<p><a href="/posts/samsung-offering-10-off-samsung-galaxy-s3/samsung-olympics-discount-twitter/"><img loading="lazy" src="/wp-content/uploads/2012/08/samsung-olympics-discount-twitter-450x308.jpg" alt=""  title="samsung-olympics-discount-twitter"  />
</a></p>
<p>Samsung Malaysia is offering 10% off its Samsung Galaxy S3 phone as tribute to <a href="http://en.wikipedia.org/wiki/Lee_Chong_Wei">Datuk Lee Chong Wei</a>&rsquo;s silver medal and Malaysia&rsquo;s first medal for the 2012 Olympics. It&rsquo;s one day only. Happening on 8th August, the discount will only be available at their official retailers.</p>
<p>@via <a href="https://twitter.com/starintech/status/232106191747170304">twitter</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Shinjiru Merdeka Raya domain sale. 50% off</title>
      <link>https://thedaneshproject.com/posts/shinjiru-merdeka-raya-domain-sale.-50-off/</link>
      <pubDate>Fri, 03 Aug 2012 11:00:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/shinjiru-merdeka-raya-domain-sale.-50-off/</guid>
      <description>Looking to get a new domain name? Good time to get one from [Shinjiru][1]. 50% off on all .my domains, see table below. The sale runs from 1st - 31st August 2012.
Besides domain names, Shinjiru&amp;rsquo;s also offering 2 free months for every 1 month of VPS hosting.
Also, do checkout their dedicated hosting packages which could save you up to RM300 (duit Raya 😀 they call it.)
I&amp;rsquo;ve already purchased all my domains for this year from [ServerFreak][2] but maybe you could benefit from the [Shinjiru Merdeka Raya sale][1].</description>
      <content:encoded><![CDATA[<p><a href="http://shinjiru.com.my/?a_aid=5019150e73ea7"><img loading="lazy" src="/wp-content/uploads/2012/08/landingpg-bnr-450x158.jpg" alt=""  title="landingpg-bnr"  />
</a></p>
<p>Looking to get a new domain name? Good time to get one from [Shinjiru][1]. 50% off on all .my domains, see table below. The sale runs from 1st - 31st August 2012.</p>
<p><a href="http://shinjiru.com.my/?a_aid=5019150e73ea7"><img loading="lazy" src="/wp-content/uploads/2012/08/Shinjiru-Merdeka-Sale-2012-table-450x308.png" alt=""  title="Shinjiru-Merdeka-Sale-2012-table"  />
</a>
Besides domain names, Shinjiru&rsquo;s also offering 2 free months for every 1 month of VPS hosting.</p>
<p>Also, do checkout their dedicated hosting packages which could save you up to RM300 (duit Raya 😀 they call it.)</p>
<p>I&rsquo;ve already purchased all my domains for this year from [ServerFreak][2] but maybe you could benefit from the [Shinjiru Merdeka Raya sale][1].</p>
]]></content:encoded>
    </item>
    <item>
      <title>Android: Pictarine, browse all your online pictures.</title>
      <link>https://thedaneshproject.com/posts/android-pictarine-browse-all-your-online-pictures./</link>
      <pubDate>Wed, 01 Aug 2012 16:46:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/android-pictarine-browse-all-your-online-pictures./</guid>
      <description>There&amp;rsquo;s a new photo feed app out today from Pictarine for the Android.
Pictarine pulls photos from all your friends on Facebook, Twitter, Instagram, Flickr and tumblr. It then presents the photos to you in a nice feed where you can like, comment or share those pictures. All you need is a Google or Facebook account, connect and the app does the rest.
Features:
Connect Pictarine up to 11 social networks, streamlining photos and activities like commenting, liking and sharing.</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>There&rsquo;s a new photo feed app out today  from Pictarine for the Android.</p>
<p>Pictarine pulls photos from  all your friends on Facebook, Twitter, Instagram, Flickr and tumblr. It then presents the photos to you in a nice feed where you can like, comment or share those pictures. All you need is a Google or Facebook account, connect and the app does the rest.</p>
<p>Features:</p>
<ul>
<li> Connect Pictarine up to 11 social networks, streamlining photos and activities like commenting, liking and sharing.</li>
<li> Rediscover your memories through a choice of the photos that matter most to you. You will be surprised! (my favourite feature)</li>
<li> Get photos from all of your services in your pocket, so they are always one touch away.</li>
<li> Bookmark your favourite photos in playlists</li>
<li> Works with Android versions 2.2 and above</li>
</ul>
<p>Grab it from Google Play.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Super Monstrous Big Bad Wolf Book Sale December 2012</title>
      <link>https://thedaneshproject.com/posts/super-monstrous-big-bad-wolf-book-sale-december-2012/</link>
      <pubDate>Wed, 01 Aug 2012 10:40:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/super-monstrous-big-bad-wolf-book-sale-december-2012/</guid>
      <description>If you loved last year&amp;rsquo;s Big Bad Wolf book sale, get excited!! It&amp;rsquo;s coming back!
Super Monstrous Big Bad Wolf Book Sale will be happening between December 7 - 23 2012. no news on location yet, most likely the same spot as the last sale.
Via Facebook | bigbadwolfbooks</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>If you loved last year&rsquo;s Big Bad Wolf book sale, get excited!! It&rsquo;s coming back!</p>
<p>Super Monstrous Big Bad Wolf Book Sale will be happening between December 7 - 23 2012. no news on location yet, most likely the same spot as the last sale.</p>
<p>Via <a href="https://www.facebook.com/bbwbooks">Facebook</a> | <a href="http://www.bigbadwolfbooks.com/">bigbadwolfbooks</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Linux Command Line a book for the Linux beginner</title>
      <link>https://thedaneshproject.com/posts/the-linux-command-line-a-book-for-the-linux-beginner/</link>
      <pubDate>Thu, 26 Jul 2012 09:13:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-linux-command-line-a-book-for-the-linux-beginner/</guid>
      <description>New to Linux? Need a good beginner book to be your companion?
The Linux Command Line by &amp;ldquo;William E. Shotts, Jr.&amp;rdquo; , that&amp;rsquo;s the book you need to get.
The book&amp;rsquo;s 522 pages will familiarize you to the command line and the many commands that you will use in the future.
Download the free PDF (CC) here or buy the printed or e-formats through No Starch Press.
Source: http://linuxcommand.org/tlcl.php</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>New to Linux? Need a good beginner book to be your companion?</p>
<p>The Linux Command Line by &ldquo;William E. Shotts, Jr.&rdquo; , that&rsquo;s the book you need to get.</p>
<p>The book&rsquo;s 522 pages will familiarize you to the command line and the many commands that you will use in the future.</p>
<p>Download the free PDF (CC) <a href="http://sourceforge.net/projects/linuxcommand/files/TLCL/09.12/TLCL-09.12.pdf/download">here</a> or buy the printed or e-formats through <a href="http://nostarch.com/tlcl.htm">No Starch Press</a>.</p>
<p>Source: <a href="http://linuxcommand.org/tlcl.php">http://linuxcommand.org/tlcl.php</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Nyan Cat in your terminal</title>
      <link>https://thedaneshproject.com/posts/nyan-cat-in-your-terminal/</link>
      <pubDate>Wed, 25 Jul 2012 16:07:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nyan-cat-in-your-terminal/</guid>
      <description>Just for fun. Let Nyan Cat run around in your terminal. Bring up a terminal and run &amp;ldquo;telnet miku.acm.uiuc.edu&amp;rdquo;
Source: http://miku.acm.uiuc.edu/ | Nyan Cat</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Just for fun. Let Nyan Cat run around in your terminal. Bring up a terminal and run &ldquo;telnet miku.acm.uiuc.edu&rdquo;</p>
<p>Source: <a href="http://miku.acm.uiuc.edu/">http://miku.acm.uiuc.edu/</a> | <a href="www.nyan.cat">Nyan Cat</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How can non root users mount and unmount in Linux</title>
      <link>https://thedaneshproject.com/posts/how-can-non-root-users-mount-and-unmount-in-linux/</link>
      <pubDate>Tue, 24 Jul 2012 15:08:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-can-non-root-users-mount-and-unmount-in-linux/</guid>
      <description>File systems / partitions are normally managed by root and only root would be able to mount or un-mount.
However, if you want everyone on your machine to have the same privilege for a specific mount point, this is how you can do that.
Add &amp;ldquo;user&amp;rdquo; to the mount options for the desired mount point in your /etc/fstab file. In my case &amp;ldquo;/media/music&amp;rdquo;
I changed mine from
//192.168.1.200/Music /media/music rw,noauto 0 0&amp;lt;br /&amp;gt; to</description>
      <content:encoded><![CDATA[<p>File systems / partitions are normally managed by root and only root would be able to mount or un-mount.</p>
<p>However, if you want everyone on your machine to have the same privilege for a specific mount point, this is how you can do that.</p>
<p>Add &ldquo;<strong>user</strong>&rdquo; to the mount options for the desired mount point in your /etc/fstab file. In my case &ldquo;/media/music&rdquo;</p>
<p>I changed mine from</p>
<p><code>//192.168.1.200/Music /media/music rw,noauto 0 0&lt;br /&gt; </code><br>
to</p>
<p><code>//192.168.1.200/Music /media/music cifs user,rw,noauto 0 0&lt;br /&gt; </code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install GIMP 2.8 in Ubuntu 12.04 LTS</title>
      <link>https://thedaneshproject.com/posts/how-to-install-gimp-2.8-in-ubuntu-12.04-lts/</link>
      <pubDate>Mon, 23 Jul 2012 15:14:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-gimp-2.8-in-ubuntu-12.04-lts/</guid>
      <description>
The default GIMP package that comes with Ubuntu 12.04 is 2.6. However, if you&amp;rsquo;d rather have the latest version 2.8 here&amp;rsquo;s how you can get it.
Remove the existing GIMP package. sudo apt-get autoremove gimp gimp-plugin-registry&amp;lt;br /&amp;gt; 2. Add the unofficial GIMP 2.8 PPA
sudo add-apt-repository ppa:otto-kesselgulasch/gimp&amp;lt;br /&amp;gt; 3. Update your sources and install GIMP 2.8 package.
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install gimp&amp;lt;br /&amp;gt; </description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>The default GIMP package that comes with Ubuntu 12.04 is 2.6. However, if you&rsquo;d rather have the latest version 2.8 here&rsquo;s how you can get it.</p>
<ol>
<li>Remove the existing GIMP package.</li>
</ol>
<p><code>sudo apt-get autoremove gimp gimp-plugin-registry&lt;br /&gt; </code><br>
2. Add the unofficial GIMP 2.8 PPA</p>
<p><code>sudo add-apt-repository ppa:otto-kesselgulasch/gimp&lt;br /&gt; </code><br>
3. Update your sources and install GIMP 2.8 package.</p>
<p><code>sudo apt-get update &amp;&amp; sudo apt-get install gimp&lt;br /&gt; </code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Flipboard for Android. It’s here.</title>
      <link>https://thedaneshproject.com/posts/flipboard-for-android.-its-here./</link>
      <pubDate>Fri, 22 Jun 2012 10:26:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flipboard-for-android.-its-here./</guid>
      <description>Flipboard needs no introduction and it&amp;rsquo;s now available for you android device.</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><a href="http://flipboard.com/" title="Flipboard">Flipboard</a> needs no introduction and it&rsquo;s now available for you android device.</p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Get to know your tire.</title>
      <link>https://thedaneshproject.com/posts/get-to-know-your-tire./</link>
      <pubDate>Tue, 19 Jun 2012 16:30:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/get-to-know-your-tire./</guid>
      <description>How well do you know your tire safety? Besides knowing that Klang has the cheapest tires around most of us don&amp;rsquo;t think much about out vehicle&amp;rsquo;s tires. They keep you on the road and alive!
The infographic above will enlighten you on tire safety, lifespan and suitability.
Source: Delirium</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>How well do you know your tire safety? Besides knowing that Klang has the cheapest tires around most of us don&rsquo;t think much about out vehicle&rsquo;s tires. They keep you on the road and alive!</p>
<p>The infographic above will enlighten you on tire safety, lifespan and suitability.</p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/understanding-your-tyre/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>RM 20 Domain Name Sale at Zenpipe</title>
      <link>https://thedaneshproject.com/posts/rm-20-domain-name-sale-at-zenpipe/</link>
      <pubDate>Tue, 12 Jun 2012 08:44:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rm-20-domain-name-sale-at-zenpipe/</guid>
      <description>Looking to get a bargain on your next domain purchase?
Zenpipe&amp;rsquo;s running a sale from from 8th till 22June 2012. All domains are going for RM20 and you and buy as many as you want.
.my
.com.my
.net.my
.org.my
.edu.my
.gov.my
.mil.my
.name.my
To enjoy the sale make sure you use coupon code &amp;ldquo;crazy2early&amp;rdquo;
via Zenpipe</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.zenpipe.com/sites/default/files/domaincrazy2.gif" alt=""  />
</p>
<p>Looking to get a bargain on your next domain purchase?</p>
<p>Zenpipe&rsquo;s  running a sale from from 8th till 22June 2012. All domains are going for RM20 and you and buy as many as you want.</p>
<p>.my<br>
.com.my<br>
.net.my<br>
.org.my<br>
.edu.my<br>
.gov.my<br>
.mil.my<br>
.name.my</p>
<p>To enjoy the sale make sure you use coupon code &ldquo;<strong>crazy2early&rdquo;</strong></p>
<p>via <a href="http://www.zenpipe.com/content/domain-crazy-sales-ii">Zenpipe</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to restart autofs in Solaris</title>
      <link>https://thedaneshproject.com/posts/how-to-restart-autofs-in-solaris/</link>
      <pubDate>Fri, 25 May 2012 02:51:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-restart-autofs-in-solaris/</guid>
      <description>Quick step to restart the autofs service on Solaris. I&amp;rsquo;m running Solaris 10.
Check the auto service status.
# svcs | grep auto&amp;lt;br /&amp;gt; legacy_run Oct_24 lrc:/etc/rc2_d/S72autoinstall&amp;lt;br /&amp;gt; online 17:31:10 svc:/system/filesystem/autofs:default
Restart the autofs service
# svcadm -v restart svc:/system/filesystem/autofs:default&amp;lt;br /&amp;gt; Action restart set for svc:/system/filesystem/autofs:default.</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Quick step to restart the autofs service on Solaris. I&rsquo;m running Solaris 10.</p>
<ol>
<li>
<p>Check the auto service status.<br>
<code># svcs | grep auto&lt;br /&gt; legacy_run Oct_24 lrc:/etc/rc2_d/S72autoinstall&lt;br /&gt; online 17:31:10 svc:/system/filesystem/autofs:default</code></p>
</li>
<li>
<p>Restart the autofs service<br>
<code># svcadm -v restart svc:/system/filesystem/autofs:default&lt;br /&gt; Action restart set for svc:/system/filesystem/autofs:default.</code></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Virtualbox on Ubuntu 12.04 LTS Precise Pangolin</title>
      <link>https://thedaneshproject.com/posts/how-to-install-virtualbox-on-ubuntu-12.04-lts-precise-pangolin/</link>
      <pubDate>Wed, 23 May 2012 21:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-virtualbox-on-ubuntu-12.04-lts-precise-pangolin/</guid>
      <description>Download and install Oracle&amp;rsquo;s public key. danesh@python:~$ wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Create a repo file for Virtualbox danesh@python:~$ sudo -s echo &amp;quot;deb http://download.virtualbox.org/virtualbox/debian precise contrib&amp;quot; &amp;gt;&amp;gt; ~/virtualbox.list
danesh@python:~$ sudo mv ~/virtualbox.list /etc/apt/sources.list.d/
Install Virtualbox danesh@python:~$ sudo apt-get update
danesh@python:~$ sudo apt-get install dkms
danesh@python:~$ sudo apt-get install virtualbox-4.1
Enjoy.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/05/Virtualbox-4.1_4.1.16-ubuntu-1204-lts1.png" alt=""  />
</p>
<ol>
<li>Download and install Oracle&rsquo;s public key.</li>
</ol>
<p><code>danesh@python:~$ wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -</code></p>
<ol start="2">
<li>Create a repo file for Virtualbox</li>
</ol>
<p><code>danesh@python:~$ sudo -s  echo &quot;deb http://download.virtualbox.org/virtualbox/debian precise contrib&quot; &gt;&gt; ~/virtualbox.list</code></p>
<p><code>danesh@python:~$ sudo mv ~/virtualbox.list /etc/apt/sources.list.d/</code></p>
<ol start="3">
<li>Install Virtualbox</li>
</ol>
<p><code>danesh@python:~$ sudo apt-get update</code></p>
<p><code>danesh@python:~$ sudo apt-get install dkms</code></p>
<p><code>danesh@python:~$ sudo apt-get install virtualbox-4.1</code></p>
<p>Enjoy.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Liquid Skies , awesome short movie by  Annis Naeem</title>
      <link>https://thedaneshproject.com/posts/liquid-skies-awesome-short-movie-by-annis-naeem/</link>
      <pubDate>Tue, 22 May 2012 08:20:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/liquid-skies-awesome-short-movie-by-annis-naeem/</guid>
      <description>Liquid Skies. An awesome short film by Annis Naeem, student at Art Center College of Design.
Liquid Skies is the story of an astronaut hurtling across the universe-past suns you and I may never glimpse, yet fighting battles we may all face ourselves one day.
I love the soundtrack, Fools Rhythm by Two Fingers.</description>
      <content:encoded><![CDATA[<p>Liquid Skies. An awesome short film by <a href="http://vimeo.com/user9460074">Annis Naeem</a>, student at Art Center College of Design.</p>
<blockquote>
<p>Liquid Skies is the story of an astronaut hurtling across the universe-past suns you and I may never glimpse, yet fighting battles we may all face ourselves one day.</p>
</blockquote>
<p>I love the soundtrack, <a href="http://ninjatune.net/us/release/two-fingers/fools-rhythm">Fools Rhythm by Two Fingers</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to change the font size in Ubuntu 12.04 LTS Precise Pangolin</title>
      <link>https://thedaneshproject.com/posts/how-to-change-the-font-size-in-ubuntu-12.04-lts-precise-pangolin/</link>
      <pubDate>Mon, 21 May 2012 21:00:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-change-the-font-size-in-ubuntu-12.04-lts-precise-pangolin/</guid>
      <description>I&amp;rsquo;ve always felt that the default font size on Ubuntu was a bit too large for me so naturally that ended up being the first thing I tweaked every time I installed Ubuntu.
Since there&amp;rsquo;s no fonts option within the default &amp;ldquo;appearance&amp;rdquo; tool for Ubuntu, the workaround is to use the &amp;ldquo;gnome-tweak-tool&amp;rdquo;. Here&amp;rsquo;s how.
First, Install the Gnome tweak tool.
danesh@python:~$ sudo apt-get install gnome-tweak-tool&amp;lt;br /&amp;gt; The, run the tool and edit your fonts size on the &amp;ldquo;fonts&amp;rdquo; tab.</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>I&rsquo;ve always felt that the default font size on Ubuntu was a bit too large for me so naturally that ended up being the first thing I tweaked every time I installed Ubuntu.</p>
<p>Since there&rsquo;s no fonts option within the default &ldquo;appearance&rdquo; tool for Ubuntu, the workaround is to use the &ldquo;gnome-tweak-tool&rdquo;. Here&rsquo;s how.</p>
<p>First, Install the Gnome tweak tool.<br>
<code>danesh@python:~$ sudo apt-get install gnome-tweak-tool&lt;br /&gt; </code></p>
<p>The, run the tool and edit your fonts size on the &ldquo;fonts&rdquo; tab.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 12.04 LTS Unity Launcher bug workaround</title>
      <link>https://thedaneshproject.com/posts/ubuntu-12.04-lts-unity-launcher-bug-workaround/</link>
      <pubDate>Tue, 15 May 2012 21:00:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-12.04-lts-unity-launcher-bug-workaround/</guid>
      <description>The Unity launcher for Ubuntu 12.04 LTS Precise Pangolin has a bug. When auto hide is enabled, there is a lag when trying to get the panel to show. When working correctly the panel should show when the mouse cursor hits the edge but the bug requires you to move your mouse beyond the edge to get the panel to show. Feels heavy.
There&amp;rsquo;s no official fix out at the time of this post.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/05/CompizConfig-Settings-Manager-Experimental-Tab-450x282.png" alt=""  />
</p>
<p>The Unity launcher for Ubuntu 12.04 LTS Precise Pangolin has a bug. When auto hide is enabled, there is a lag when trying to get the panel to show. When working correctly the panel should show when the mouse cursor hits the edge but the bug requires you to move your mouse beyond the edge to get the panel to show. Feels heavy.</p>
<p>There&rsquo;s no official fix out at the time of this post. Do you?</p>
<p>Currently, the workaround to get the panel working is through a config tweak using the &ldquo;compizconfig-settings-manager&rdquo; tool. Here&rsquo;s how.</p>
<ol>
<li>Download compizconfig-settings-manager tool. Command line or from the app store.</li>
</ol>
<p><img loading="lazy" src="https://apps.ubuntu.com/assets/images/scbutton-free-200px.png" alt=""  />
</p>
<p>or</p>
<p><code>danesh@python:~$ sudo apt-get install compizconfig-settings-manager</code></p>
<ol start="2">
<li>Launch the compizconfig-settings-manager. Go to &ldquo;Desktop -&gt;  Ubuntu Unity Plugin -&gt; Experimental Tab&rdquo;.</li>
</ol>
<p>Change the value for &ldquo;Launcher Reveal Pressure&rdquo; to &ldquo;1&rdquo; or what works for you. I have mine set at 10.</p>
<p>Enjoy.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Java 7 on Ubuntu 12.04 LTS</title>
      <link>https://thedaneshproject.com/posts/how-to-install-java-7-on-ubuntu-12.04-lts/</link>
      <pubDate>Mon, 14 May 2012 21:00:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-java-7-on-ubuntu-12.04-lts/</guid>
      <description>Oracle JDK is no longer included by default in Ubuntu&amp;rsquo;s repositories due to licensing. OpenJDK is default now but many apps still don&amp;rsquo;t play nice with it. This is why I installed Oracle JDK.
I&amp;rsquo;ll walk you through the process of installing Oracle JDK 7 on Ubuntu 12.04 LTS Precise Pangolin, the easy way. For this we will use the &amp;ldquo;install oracle-java7-installer&amp;rdquo; package from &amp;ldquo;WEBUPD8&amp;rdquo;.
The &amp;ldquo;install oracle-java7-installer&amp;rdquo; package from &amp;ldquo;WEBUPD8&amp;rdquo; will download the official binaries from Oracle and install the JAVA 7 JDK, JRE and browser plugins on your machine.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/05/Java-7-install-check-450x249.png" alt=""  />
</p>
<p>Oracle JDK is no longer included by default in Ubuntu&rsquo;s repositories due to licensing. OpenJDK is default now but many apps still don&rsquo;t play nice with it. This is why I installed Oracle JDK.</p>
<p>I&rsquo;ll walk you through the process of installing Oracle JDK 7 on Ubuntu 12.04 LTS Precise Pangolin, the easy way. For this we will use the &ldquo;install oracle-java7-installer&rdquo; package from &ldquo;WEBUPD8&rdquo;.</p>
<p>The &ldquo;install oracle-java7-installer&rdquo; package from &ldquo;WEBUPD8&rdquo; will download the official binaries from Oracle and install the JAVA 7 JDK, JRE and browser plugins on your machine.</p>
<ol>
<li>
<p>Add the &ldquo;WEBUPD8&rdquo; PPA.</p>
<p>danesh@python:~$sudo add-apt-repository ppa:webupd8team/java </p>
</li>
<li>
<p>Update your repositories.</p>
<p>danesh@python:~$sudo apt-get update </p>
</li>
<li>
<p>Install JAVA 7 JDK.</p>
<p>danesh@python:~$sudo apt-get install oracle-java7-installer</p>
</li>
</ol>
<p>To uninstall,</p>
<pre><code>sudo apt-get remove oracle-java7-installer
</code></pre>
<p>Did it work for you? [Test here][2]</p>
<p>[1]: /wp-content/uploads/2012/05/Java-7-install-check.png)
[2]: <a href="http://www.java.com/en/download/testjava.jsp">http://www.java.com/en/download/testjava.jsp</a> &ldquo;Test your Java install&rdquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Flipboard for Android leaked!!</title>
      <link>https://thedaneshproject.com/posts/flipboard-for-android-leaked/</link>
      <pubDate>Wed, 09 May 2012 12:40:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flipboard-for-android-leaked/</guid>
      <description>Well, it was meant for the Samsung Galaxy S III but [Valcho][2] from XDA decided to export Flipboard from his Samsung Galaxy S III and share it with the world instead. Thanks .
[Google Currents][3], you have catching up to do. 😀
[Grab it here.][4] | [QR][5]
via [XDA][6]
[1]: /wp-content/uploads/2012/05/2012-05-09-20.30.13.png) [2]: http://forum.xda-developers.com/member.php?u=2471312 [3]: http://www.google.com.my/url?sa=t&amp;amp;rct=j&amp;amp;q=google%20current&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CGYQFjAA&amp;amp;url=http%3A%2F%2Fwww.google.com%2Fproducer%2Fcurrents&amp;amp;ei=NGWqT6XGFofR4QTXrOyDCQ&amp;amp;usg=AFQjCNElmISOVomkgXcXJkj5Q4cqn-wNpQ [4]: http://forum.xda-developers.com/attachment.php?attachmentid=1050223&amp;amp;d=1336554337 [5]: http://chart.apis.google.com/chart?cht=qr&amp;amp;chs=250x250&amp;amp;choe=UTF-8&amp;amp;chld=H&amp;amp;chl=http%3A%2F%2Fforum.xda-developers.com%2Fattachment.php%3Fattachmentid%3D1050223 [6]: http://forum.xda-developers.com/showthread.php?p=25866075#post25866075</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/05/2012-05-09-20.30.13-450x800.png" alt=""  />
</p>
<p>Well, it was meant for the Samsung Galaxy S III but [Valcho][2] from XDA decided to export Flipboard from his Samsung Galaxy S III and share it with the world instead. Thanks .</p>
<p>[Google Currents][3], you have catching up to do. 😀</p>
<p>[Grab it here.][4] | [QR][5]</p>
<p>via [XDA][6]</p>
<p>[1]: /wp-content/uploads/2012/05/2012-05-09-20.30.13.png)
[2]: <a href="http://forum.xda-developers.com/member.php?u=2471312">http://forum.xda-developers.com/member.php?u=2471312</a>
[3]: <a href="http://www.google.com.my/url?sa=t&amp;rct=j&amp;q=google%20current&amp;source=web&amp;cd=1&amp;ved=0CGYQFjAA&amp;url=http%3A%2F%2Fwww.google.com%2Fproducer%2Fcurrents&amp;ei=NGWqT6XGFofR4QTXrOyDCQ&amp;usg=AFQjCNElmISOVomkgXcXJkj5Q4cqn-wNpQ">http://www.google.com.my/url?sa=t&amp;rct=j&amp;q=google%20current&amp;source=web&amp;cd=1&amp;ved=0CGYQFjAA&amp;url=http%3A%2F%2Fwww.google.com%2Fproducer%2Fcurrents&amp;ei=NGWqT6XGFofR4QTXrOyDCQ&amp;usg=AFQjCNElmISOVomkgXcXJkj5Q4cqn-wNpQ</a>
[4]: <a href="http://forum.xda-developers.com/attachment.php?attachmentid=1050223&amp;d=1336554337">http://forum.xda-developers.com/attachment.php?attachmentid=1050223&amp;d=1336554337</a>
[5]: <a href="http://chart.apis.google.com/chart?cht=qr&amp;chs=250x250&amp;choe=UTF-8&amp;chld=H&amp;chl=http%3A%2F%2Fforum.xda-developers.com%2Fattachment.php%3Fattachmentid%3D1050223">http://chart.apis.google.com/chart?cht=qr&amp;chs=250x250&amp;choe=UTF-8&amp;chld=H&amp;chl=http%3A%2F%2Fforum.xda-developers.com%2Fattachment.php%3Fattachmentid%3D1050223</a>
[6]: <a href="http://forum.xda-developers.com/showthread.php?p=25866075#post25866075">http://forum.xda-developers.com/showthread.php?p=25866075#post25866075</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to convert jpegs to pdf in Ubuntu</title>
      <link>https://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/</link>
      <pubDate>Mon, 07 May 2012 08:37:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-convert-jpegs-to-pdf-in-ubuntu/</guid>
      <description>Had a few documents to scan to PDF urgently today but to my surprise all the cybercafes around my neighborhood didn&amp;rsquo;t provide scan to PDF service. The best they could do was scan to jpeg. Hmmm&amp;hellip;why?
Thanks to Linux I had a solution. Scan the docs to jpeg, then convert the jpegs to PDF using imagemagick. Worked like a charm.
Here&amp;rsquo;s how, on my Ubuntu 12.04 LTS
Install the imagemagick package if you don&amp;rsquo;t already have it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/05/words_to_pdf.png" alt=""  />
</p>
<p>Had a few documents to scan to PDF urgently today but to my surprise all the cybercafes around my neighborhood didn&rsquo;t provide scan to PDF service. The best they could do was scan to jpeg. Hmmm&hellip;why?</p>
<p>Thanks to Linux I had a solution. Scan the docs to jpeg, then convert the jpegs to PDF using imagemagick. Worked like a charm.</p>
<p>Here&rsquo;s how, on my Ubuntu 12.04 LTS</p>
<p>Install the imagemagick package if you don&rsquo;t already have it.</p>
<p><code>:~$ sudo apt-get install imagemagick&lt;br /&gt; </code><br>
Convert a single file.</p>
<p><code>:~$ convert scan.jpeg result.pdf&lt;br /&gt; </code><br>
Convert multiple files.</p>
<p><code>:~$ convert -adjoin scan*.jpeg result.pdf&lt;br /&gt; </code><br>
or</p>
<p><code>:~$ convert -adjoin scan1.jpeg scan2.jpeg result.pdf</code></p>
<p>``Did it work for you? Do you have an alternative solution?</p>
<p>[1]: /wp-content/uploads/2012/05/words_to_pdf.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Russell Peters confirms second show.</title>
      <link>https://thedaneshproject.com/posts/russell-peters-confirms-second-show./</link>
      <pubDate>Thu, 26 Apr 2012 10:11:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/russell-peters-confirms-second-show./</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2012/04/235_peters.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Yup, tickets for the  first show sold out and now Russell&amp;rsquo;s got a second show on.&lt;/p&gt;
&lt;p&gt;Location , seating and pricing remain same but oddly the second show (11th May)  is scheduled a day before the first show (12thMay). Funny! 😀&lt;/p&gt;
&lt;p&gt;Show details:&lt;/p&gt;
&lt;p&gt;1st Show:&lt;br&gt;
12 May 2012 , Saturday&lt;br&gt;
8.30pm&lt;br&gt;
Stadium Malawati, Shah Alam&lt;/p&gt;
&lt;p&gt;2nd Show:&lt;br&gt;
11 May 2012 , Friday&lt;br&gt;
8.30pm&lt;br&gt;
Stadium Malawati, Shah Alam&lt;/p&gt;
&lt;p&gt;Tickets will be availalbe through [TicketPro][2] and [Redtix][3] starting 10am on Saturday 28th April 2012.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/04/235_peters.jpg" alt=""  />
</p>
<p>Yup, tickets for the  first show sold out and now Russell&rsquo;s got a second show on.</p>
<p>Location , seating and pricing remain same but oddly the second show (11th May)  is scheduled a day before the first show (12thMay). Funny! 😀</p>
<p>Show details:</p>
<p>1st Show:<br>
12 May 2012 , Saturday<br>
8.30pm<br>
Stadium Malawati, Shah Alam</p>
<p>2nd Show:<br>
11 May 2012 , Friday<br>
8.30pm<br>
Stadium Malawati, Shah Alam</p>
<p>Tickets will be availalbe through [TicketPro][2] and [Redtix][3] starting 10am on Saturday 28th April 2012.</p>
<p><img loading="lazy" src="/wp-content/uploads/2012/04/844852_515424_price_table-450x414.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2012/04/844854_515425_venue_layout-450x361.jpg" alt=""  />
</p>
<p>via [abinesh][6]</p>
<p>[1]: /wp-content/uploads/2012/04/235_peters.jpg)
[2]: <a href="http://www.ticketpro.com.my/jnp/home/index.html">http://www.ticketpro.com.my/jnp/home/index.html</a>
[3]: <a href="http://redtix.airasia.com/">http://redtix.airasia.com/</a>
[4]: /wp-content/uploads/2012/04/844852_515424_price_table.jpg)
[5]: /wp-content/uploads/2012/04/844854_515425_venue_layout.jpg)
[6]: <a href="http://www.abinesh.com/delirium/posts/russell-peters-2nd-malaysia-show-ticket-details/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+abinesh+%28abinesh.com%29">http://www.abinesh.com/delirium/posts/russell-peters-2nd-malaysia-show-ticket-details/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+abinesh+%28abinesh.com%29</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Apply for your Transformer Prime TF201 GPS Extension Kit</title>
      <link>https://thedaneshproject.com/posts/apply-for-your-transformer-prime-tf201-gps-extension-kit/</link>
      <pubDate>Tue, 17 Apr 2012 02:11:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/apply-for-your-transformer-prime-tf201-gps-extension-kit/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2012/04/TF201_b.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Good news, you can now start applying for the free [Transformer Prime TF201 GPS Extension Kit][2] . Head over to  the [ASUS VIP members portal][3] and follow the [steps][4] provided by ASUS or as seen on the screenshot below.&lt;/p&gt;
&lt;p&gt;*The offer will expire on 31th of July, 2012 (PST)&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/04/TF201_b.png" alt=""  />
</p>
<p>Good news, you can now start applying for the free [Transformer Prime TF201 GPS Extension Kit][2] . Head over to  the [ASUS VIP members portal][3] and follow the [steps][4] provided by ASUS or as seen on the screenshot below.</p>
<p>*The offer will expire on 31th of July, 2012 (PST)</p>
<p><img loading="lazy" src="/wp-content/uploads/2012/04/ASUS-TF201GPS-Steps-450x576.png" alt=""  />
</p>
<p>[1]: /wp-content/uploads/2012/04/TF201_b.png)
[2]: /posts/asus-transformer-prime-user-to-receive-usb-dongle-to-attention-gps-issues/
[3]: <a href="http://vip.asus.com/">http://vip.asus.com/</a>
[4]: <a href="http://event.asus.com/ASUSPad/TF201GPS/">http://event.asus.com/ASUSPad/TF201GPS/</a>
[5]: /wp-content/uploads/2012/04/ASUS-TF201GPS-Steps.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>Asus Transformer Prime user to receive USB dongle to attention GPS issues.</title>
      <link>https://thedaneshproject.com/posts/asus-transformer-prime-user-to-receive-usb-dongle-to-attention-gps-issues./</link>
      <pubDate>Thu, 12 Apr 2012 13:12:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/asus-transformer-prime-user-to-receive-usb-dongle-to-attention-gps-issues./</guid>
      <description>If you own a Transformer Prime then you should already know that the GPS on it sucks! Asus is now planning to release a USB based GPS dongle (GPS Extension Kit) to attention the GPS issues on the Prime .
The news first surfaced on XDA but has since been deleted. However, Asus has officially said that the plan for the release will be anounced on the 16th.
Source: [All Things D][2]</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/04/asus-eee-pad-transformer-prime-450x232.jpg" alt=""  />
</p>
<p>If you own a Transformer Prime then you should already know that the GPS on it sucks! Asus is now planning to release a USB based GPS dongle (GPS Extension Kit) to attention the GPS issues on the Prime .</p>
<p>The news first surfaced on XDA but has since been deleted. However, Asus has officially said that the plan for the release will be anounced on the 16th.</p>
<p>Source: [All Things D][2]</p>
<p>[1]: /wp-content/uploads/2012/04/asus-eee-pad-transformer-prime.jpg)
[2]: <a href="https://allthingsd.com/20120406/confirmed-asus-plans-add-on-to-fix-transformer-primes-gps-issues/">https://allthingsd.com/20120406/confirmed-asus-plans-add-on-to-fix-transformer-primes-gps-issues/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>FoodPanda now in Malaysia</title>
      <link>https://thedaneshproject.com/posts/foodpanda-now-in-malaysia/</link>
      <pubDate>Tue, 10 Apr 2012 18:48:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foodpanda-now-in-malaysia/</guid>
      <description>I&amp;rsquo;ve always hoped for an independent delivery service here in Malaysia. There&amp;rsquo;s tones of good food around but no easy way to get them to us. That&amp;rsquo;s all about to change now, hopefully.
FoodPanda is a delivery service for restaurants that don&amp;rsquo;t do take out. Its already up and running in Singapore, Indonesia, Thailand, Philippines and now Malaysia.
The Malaysian outlet has 60 restaurants on its take out menu and the list keeps growing.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/04/The-Food-panda-540x405-450x337.png" alt=""  />
</p>
<p>I&rsquo;ve always hoped for an independent delivery service here in Malaysia. There&rsquo;s tones of  good food around but no easy way to get them to us. That&rsquo;s all about to change now, hopefully.</p>
<p>FoodPanda is a delivery service for restaurants that don&rsquo;t do take out. Its already up and running in Singapore, Indonesia, Thailand, Philippines and now Malaysia.</p>
<p>The Malaysian outlet has 60 restaurants on its take out menu and the list keeps growing. Service is currently limited to Klang Valey but will grow over time.</p>
<p>How to order? Easy,</p>
<p>1.Find a restaurant<br>
2. Order what you want<br>
3. Checkout &amp; Payment (Currently only COD)<br>
4. Delivery</p>
<p>If you own a restaurant and want to get onto their list then drop them a mail at [contact@foodpanda.my][2] .</p>
<p>I am yet to try FoodPanda , have you?</p>
<p>Source : [FoodPanda][3] || [Blog][4] || [Twitter][5] || [Facebook ][6]</p>
<p>[1]: /wp-content/uploads/2012/04/The-Food-panda-540x405.png)
[2]: mailto:
[3]: <a href="http://www.foodpanda.my">http://www.foodpanda.my</a>
[4]: <a href="http://blog.foodpanda.com/">http://blog.foodpanda.com/</a>
[5]: <a href="https://twitter.com/#!/foodpanda_my">https://twitter.com/#!/foodpanda_my</a>
[6]: <a href="https://www.facebook.com/foodpanda.my">https://www.facebook.com/foodpanda.my</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Instagram for Android is out</title>
      <link>https://thedaneshproject.com/posts/instagram-for-android-is-out/</link>
      <pubDate>Wed, 04 Apr 2012 12:59:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/instagram-for-android-is-out/</guid>
      <description>Finally, Instagram for Android has been released.
Feature list is almost the same with picplz and lightbox. It has its own advance camera and lots of filters. And yes the usual sharing options to FB,Twitter, etc&amp;hellip;
I&amp;rsquo;m using [Lightbox][2] now and love it, sadly most of my friends are on Instagram. Might have to make the move. How bout you?
Grab Instagram on [Google Play][3] join the other [1 million][4] who have already downloaded it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/04/instagram-android-450x220.jpg" alt=""  />
</p>
<p>Finally, Instagram for Android has been released.</p>
<p>Feature list is almost the same with  picplz and lightbox. It has its own advance camera and lots of filters. And yes the usual sharing options to FB,Twitter, etc&hellip;</p>
<p>I&rsquo;m using [Lightbox][2] now and love it, sadly most of my friends are on Instagram. Might have to make the move. How bout you?</p>
<p>Grab Instagram on [Google Play][3] join the other [1 million][4] who have already downloaded it.</p>
<p>[1]: /wp-content/uploads/2012/04/instagram-android.jpg)
[2]: <a href="https://play.google.com/store/apps/details?id=com.lightbox.android.photos&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5saWdodGJveC5hbmRyb2lkLnBob3RvcyJd">https://play.google.com/store/apps/details?id=com.lightbox.android.photos&amp;feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5saWdodGJveC5hbmRyb2lkLnBob3RvcyJd</a>
[3]: <a href="https://play.google.com/store/apps/details?id=com.instagram.android">https://play.google.com/store/apps/details?id=com.instagram.android</a>
[4]: <a href="http://mashable.com/2012/04/04/instagram-for-android-1m-downloads/">http://mashable.com/2012/04/04/instagram-for-android-1m-downloads/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Get 23GB Of Free Space On Your Dropbox</title>
      <link>https://thedaneshproject.com/posts/get-23gb-of-free-space-on-your-dropbox/</link>
      <pubDate>Thu, 22 Mar 2012 09:44:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/get-23gb-of-free-space-on-your-dropbox/</guid>
      <description>Here&amp;rsquo;s how to get an extra 23GB added to your DropBox account.
Remember!!, this might not be legit so proceed at your own risk. Not sure how Dropbox&amp;rsquo;s going to react to this. They might remove the extra space or ban your account.
Step 1: If you already have Dropbox installed on your Android device, you must Clear data, Force close and uninstall it from Settings -&amp;gt; Applications -&amp;gt; Manage Applications -&amp;gt; Dropbox.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/03/DropBox-Logo-450x152.png" alt=""  />
</p>
<p>Here&rsquo;s how to get an extra 23GB added to your DropBox account.</p>
<p><strong>Remember!!</strong>, this might not be legit so proceed at your own risk. Not sure how Dropbox&rsquo;s going to react to this. They might remove the extra space or ban your account.</p>
<p>Step 1: If you already have Dropbox installed on your Android device, you must Clear data, Force close and uninstall it from Settings -&gt; Applications -&gt; Manage Applications -&gt; Dropbox.</p>
<p>Step 2: Download and install the Dropbox+23GB APK [[Dropbox Link][2] || [MediaFire Link][3]].</p>
<p>Don&rsquo;t forget to enable Unknown sources under Settings -&gt; Applications or Settings -&gt; Security (on ICS) before installing the APK.</p>
<p>Step 3: Launch the app as usual and log in. Upload and download a few files.</p>
<p>Step 4: Wait for the confirmation email. Might take up to an hour in some cases.</p>
<p>Step 5: Uninstall the app and reinstall the official app from [Google Play][4].</p>
<p>Thanks [theos0o][5] for this great gift. 😀</p>
<p>Source: [XDA-Dev][5] | [Redmond Pie][6]</p>
<p>[1]: /wp-content/uploads/2012/03/DropBox-Logo.png)
[2]: <a href="http://api.viglink.com/api/click?format=go&amp;drKey=1359&amp;loc=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1551118&amp;v=1&amp;libid=1332408026407&amp;out=http%3A%2F%2Fdl.dropbox.com%2Fu%2F36747826%2Fandroid%2520apps%2FDropbox_23GB_S4_v2_theos0o.apk&amp;ref=http%3A%2F%2Freaditlaterlist.com%2Funread&amp;title=%5BMOD%5D%5BAPP%5DDropbox%2B23GB%20free%20AND%20GooglePlayStoreV3.5.15%20with%20CompatibilitY%20issue%20fixed%20-%20xda-developers&amp;txt=http%3A%2F%2Fdl.dropbox.com%2Fu%2F36747826%2Fand...v2_theos0o.apk&amp;jsonp=vglnk_jsonp_13324084329601">http://api.viglink.com/api/click?format=go&amp;drKey=1359&amp;loc=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1551118&amp;v=1&amp;libid=1332408026407&amp;out=http%3A%2F%2Fdl.dropbox.com%2Fu%2F36747826%2Fandroid%2520apps%2FDropbox_23GB_S4_v2_theos0o.apk&amp;ref=http%3A%2F%2Freaditlaterlist.com%2Funread&amp;title=%5BMOD%5D%5BAPP%5DDropbox%2B23GB%20free%20AND%20GooglePlayStoreV3.5.15%20with%20CompatibilitY%20issue%20fixed%20-%20xda-developers&amp;txt=http%3A%2F%2Fdl.dropbox.com%2Fu%2F36747826%2Fand...v2_theos0o.apk&amp;jsonp=vglnk_jsonp_13324084329601</a>
[3]: <a href="http://www.mediafire.com/?15msg5ur36cwe39">http://www.mediafire.com/?15msg5ur36cwe39</a>
[4]: <a href="https://play.google.com/store/apps/details?id=com.dropbox.android">https://play.google.com/store/apps/details?id=com.dropbox.android</a>
[5]: <a href="http://forum.xda-developers.com/showthread.php?t=1511381">http://forum.xda-developers.com/showthread.php?t=1511381</a>
[6]: <a href="http://www.redmondpie.com/how-to-get-23gb-of-free-space-on-dropbox-using-a-custom-apk-android-only/">http://www.redmondpie.com/how-to-get-23gb-of-free-space-on-dropbox-using-a-custom-apk-android-only/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>android: Official TED Android app released</title>
      <link>https://thedaneshproject.com/posts/android-official-ted-android-app-released/</link>
      <pubDate>Thu, 15 Mar 2012 21:00:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/android-official-ted-android-app-released/</guid>
      <description>[TED][2] has finally released its official Android app. You can now watch all your favorite TEDtalks on your Android phones and tablets.
2 main features to love. First, Offline browsing, useful when I&amp;rsquo;m on a plane or out of coverage. Second, Audio only, handy while driving to work.
Other common features include latest videos, search, sharing and bookmarks.
Go grab it on [Google Play][3]
via: [TED Blog][4]
[1]: /wp-content/uploads/2012/03/TED-Android-app.png) [2]: http://www.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/03/TED-Android-app.png" alt=""  />
</p>
<p>[TED][2] has finally released its official Android app. You can now watch all your favorite TEDtalks on your Android phones and tablets.</p>
<p>2 main features to love. First, Offline browsing, useful when I&rsquo;m on a plane or out of coverage. Second, Audio only, handy while driving to work.</p>
<p>Other common features include latest videos, search, sharing and bookmarks.</p>
<p>Go grab it on [Google Play][3]</p>
<p>via: [TED Blog][4]</p>
<p>[1]: /wp-content/uploads/2012/03/TED-Android-app.png)
[2]: <a href="http://www.ted.com/">http://www.ted.com/</a>
[3]: <a href="https://play.google.com/store/apps/details?id=com.ted.android">https://play.google.com/store/apps/details?id=com.ted.android</a>
[4]: <a href="http://blog.ted.com/2012/03/15/announcing-teds-new-android-app/">http://blog.ted.com/2012/03/15/announcing-teds-new-android-app/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>7 puppies up for adoption</title>
      <link>https://thedaneshproject.com/posts/7-puppies-up-for-adoption/</link>
      <pubDate>Mon, 05 Mar 2012 09:14:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/7-puppies-up-for-adoption/</guid>
      <description>My close friend rescued 7 puppies recently. They are a month old now, healthy and currently looking for new homes. Can you help?
Please contact Alan, Shirley or me for more info.
[1]: /wp-content/uploads/2012/03/418441_10151376815035301_858670300_23014653_44327730_n.jpg)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/03/418441_10151376815035301_858670300_23014653_44327730_n-450x278.jpg" alt=""  />
</p>
<p>My close friend rescued 7 puppies recently.  They are a month old now, healthy and currently looking for new homes. Can you help?</p>
<p>Please contact <!-- raw HTML omitted -->Alan<!-- raw HTML omitted -->, <!-- raw HTML omitted -->Shirley<!-- raw HTML omitted --> or <!-- raw HTML omitted -->me<!-- raw HTML omitted --> for more info.</p>
<p>[1]: /wp-content/uploads/2012/03/418441_10151376815035301_858670300_23014653_44327730_n.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to take a screenshot on the Samsung Galaxy Nexus</title>
      <link>https://thedaneshproject.com/posts/how-to-take-a-screenshot-on-the-samsung-galaxy-nexus/</link>
      <pubDate>Mon, 05 Mar 2012 06:49:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-take-a-screenshot-on-the-samsung-galaxy-nexus/</guid>
      <description>Need to grab a screenshot on your Samsung Galaxy Nexus?
Hold down the &amp;ldquo;power&amp;rdquo; together with the &amp;ldquo;volume down &amp;quot; button for 1 second to grab a screenshot.
[1]: /wp-content/uploads/2012/03/Screenshot_2012-03-05-14-11-21.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/03/Screenshot_2012-03-05-14-11-21-450x800.png" alt=""  />
</p>
<p>Need to grab a screenshot on your <!-- raw HTML omitted -->Samsung Galaxy Nexus<!-- raw HTML omitted -->?</p>
<p>Hold down the &ldquo;power&rdquo; together with the &ldquo;volume down &quot; button for 1 second to grab a screenshot.</p>
<p>[1]: /wp-content/uploads/2012/03/Screenshot_2012-03-05-14-11-21.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>yes releases postpaid unlimited data packages</title>
      <link>https://thedaneshproject.com/posts/yes-releases-postpaid-unlimited-data-packages/</link>
      <pubDate>Thu, 01 Mar 2012 20:00:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yes-releases-postpaid-unlimited-data-packages/</guid>
      <description>yes today launched its postpaid unlimited data packages. Starting at RM48; the packages are,
SUPER48 - 1.5GB for RM48/Month SUPER68 - 4GB for RM68/Month SUPER98 - 6GB for RM98/Month SUPER168 - 10GB for RM168/Month For the devices, yes has the usual 12 / 24 months options for you to choose from. 12 months the free usb dongle and 24 months for the mobile hotspot or home gateway.
Browsing speed is advertised to be up to 20Mbps and 128kbps when your quota is reached.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i.minus.com/iTSG7G5J78vzz.png" alt=""  />
</p>
<p>yes today launched its postpaid unlimited data packages. Starting at RM48; the packages are,</p>
<ul>
<li>SUPER48 - 1.5GB for RM48/Month</li>
<li>SUPER68 - 4GB for RM68/Month</li>
<li>SUPER98 - 6GB for RM98/Month</li>
<li>SUPER168 - 10GB for RM168/Month</li>
</ul>
<p>For the devices, yes has the usual 12 / 24 months options for you to choose from. 12 months the free usb dongle and 24 months for the mobile hotspot or home gateway.</p>
<p><img loading="lazy" src="http://i.minus.com/ibyW4nQwMNJZ9E.png" alt=""  />
</p>
<p>Browsing speed is advertised to be up to 20Mbps and 128kbps when your quota is reached.</p>
<p>I&rsquo;ve been on the prepaid packages for a few months now, It&rsquo;s reliable 🙂 but running out of credit while on the road sucks. I&rsquo;m looking forward to going postpaid and I guess most prepaid users might feel the same too.</p>
<p>Find out more at <!-- raw HTML omitted -->yes<!-- raw HTML omitted -->.</p>
<p>via: <!-- raw HTML omitted -->SoyaCincau<!-- raw HTML omitted --></p>
<p>[1]: <a href="http://i.minus.com/iTSG7G5J78vzz.png">http://i.minus.com/iTSG7G5J78vzz.png</a>)
[2]: <a href="http://i.minus.com/ibyW4nQwMNJZ9E.png">http://i.minus.com/ibyW4nQwMNJZ9E.png</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Here’s a quick way to check which version of Solaris you are running.</title>
      <link>https://thedaneshproject.com/posts/heres-a-quick-way-to-check-which-version-of-solaris-you-are-running./</link>
      <pubDate>Thu, 23 Feb 2012 20:00:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/heres-a-quick-way-to-check-which-version-of-solaris-you-are-running./</guid>
      <description>Here&amp;rsquo;s a quick way to check which version of Solaris you are running.
#cat /etc/release
Solaris 10 11/06 s10x_u3wos_10 X86&amp;lt;br /&amp;gt; Copyright 2006 Sun Microsystems, Inc.&amp;lt;br /&amp;gt; All Rights Reserved.&amp;lt;br /&amp;gt; Use is subject to license terms.&amp;lt;br /&amp;gt; Assembled 14 November 2006</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/02/solaris-logo.png" alt=""  />
</p>
<p>Here&rsquo;s a quick way to check which version of Solaris you are running.</p>
<p><code>#cat /etc/release</code></p>
<p><code>Solaris 10 11/06 s10x_u3wos_10 X86&lt;br /&gt; Copyright 2006 Sun Microsystems, Inc.&lt;br /&gt; All Rights Reserved.&lt;br /&gt; Use is subject to license terms.&lt;br /&gt; Assembled 14 November 2006</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Burger King Supreme Angus Steakhouse for RM5</title>
      <link>https://thedaneshproject.com/posts/burger-king-supreme-angus-steakhouse-for-rm5/</link>
      <pubDate>Wed, 22 Feb 2012 20:00:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/burger-king-supreme-angus-steakhouse-for-rm5/</guid>
      <description>For 1 day only, TODAY! Enjoy Burger King&amp;rsquo;s Supreme Angus Steakhouse burger for only RM5.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/02/burger-king-spreme-angus-steakhouse-450x636.jpg" alt=""  />
</p>
<p>For 1 day only, TODAY! Enjoy Burger King&rsquo;s Supreme Angus Steakhouse burger for only RM5.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install hddtemp on CentOS 6.2</title>
      <link>https://thedaneshproject.com/posts/how-to-install-hddtemp-on-centos-6.2/</link>
      <pubDate>Tue, 14 Feb 2012 07:04:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-hddtemp-on-centos-6.2/</guid>
      <description>hddtemp is a simple small app to monitor your hard disk temperature. It works by accessing the SMART capability of modern disks.
Here&amp;rsquo;s how to install it.
Download and compile from source.
#cd /tmp&amp;lt;br /&amp;gt; #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2&amp;lt;br /&amp;gt; #tar -jxvf hddtemp-0.3-beta15.tar.bz2&amp;lt;br /&amp;gt; #cd hddtemp-0.3-beta15&amp;lt;br /&amp;gt; #./configure&amp;lt;br /&amp;gt; #make&amp;lt;br /&amp;gt; #make install&amp;lt;br /&amp;gt; #cd /usr/share/misc/&amp;lt;br /&amp;gt; #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp.db
Test it.
#hddtemp /dev/sda&amp;lt;br /&amp;gt; #/dev/sda: WDC WD2500JS-75NCB3 : 45°C</description>
      <content:encoded><![CDATA[<p><a href="https://savannah.nongnu.org/projects/hddtemp/">hddtemp</a> is a simple small app to monitor your hard disk temperature. It works by accessing the SMART capability of modern disks.</p>
<p>Here&rsquo;s how to install it.</p>
<p>Download and compile from source.<br>
<code>#cd /tmp&lt;br /&gt; #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2&lt;br /&gt; #tar -jxvf hddtemp-0.3-beta15.tar.bz2&lt;br /&gt; #cd hddtemp-0.3-beta15&lt;br /&gt; #./configure&lt;br /&gt; #make&lt;br /&gt; #make install&lt;br /&gt; #cd /usr/share/misc/&lt;br /&gt; #wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp.db</code></p>
<p>Test it.<br>
<code>#hddtemp /dev/sda&lt;br /&gt; #/dev/sda: WDC WD2500JS-75NCB3   : 45°C</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Achievement Unlocked!</title>
      <link>https://thedaneshproject.com/posts/achievement-unlocked/</link>
      <pubDate>Fri, 03 Feb 2012 09:25:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/achievement-unlocked/</guid>
      <description>Work in IT? Unlocked any achievements lately? See how many you can check off from the full list.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/02/Achievement-Unlocked-Evil-Routers-450x214.png" alt=""  />
</p>
<p>Work in IT? Unlocked any achievements lately? See how many you can check off from the <a href="http://evilrouters.net/achievement-unlocked/">full list</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Box.net via WebDAV on Fedora 16</title>
      <link>https://thedaneshproject.com/posts/box.net-via-webdav-on-fedora-16/</link>
      <pubDate>Wed, 01 Feb 2012 15:24:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/box.net-via-webdav-on-fedora-16/</guid>
      <description>I was lucky enough to get a free 50GB box.net account. 50GB is alot!. However, the catch, individual files can&amp;rsquo;t exceed 100mb each. lol
I mainly use my box.net to hold eBooks for later access on my Laptop and Android devices.
There is no free client for Linux so I use WebDAV instead. It&amp;rsquo;s slower but it works.
Start by installing davfs2.
# sudo yum install davfs2&amp;lt;br /&amp;gt; Create your Box.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/02/boxnet-450x271.png" alt=""  />

I was lucky enough to get a <!-- raw HTML omitted -->free 50GB box.net<!-- raw HTML omitted --> account. 50GB is alot!. However, the catch, individual files can&rsquo;t exceed 100mb each. lol</p>
<p>I mainly use my box.net to hold eBooks for later access on my Laptop and Android devices.</p>
<p>There is no free client for Linux so I use WebDAV instead. It&rsquo;s slower but it works.</p>
<p>Start by installing davfs2.<br>
<code># sudo yum install davfs2&lt;br /&gt; </code> Create your Box.net directory<br>
<code># mkdir ~/Box.net&lt;br /&gt; </code> Create the davfs2 config directory. It&rsquo;s in your home dir so it&rsquo;s not system wide.<br>
<code># mkdir ~/.davfs2&lt;br /&gt; </code> Disable locking. Causes issues sometimes.<br>
`# cd ~/.davfs2<!-- raw HTML omitted --></p>
<h1 id="echo-use_locks-0--davfs2conf">echo &ldquo;use_locks 0&rdquo; &gt; davfs2.conf`</h1>
<p>Create a secret file to hold your box.net login details. Make sure to &ldquo;chmod 600 the file&rdquo;<br>
`# echo &ldquo;<a href="https://www.box.net/dav">https://www.box.net/dav</a> [you box.net login] [your box.net password]&rdquo; &gt; secrets<!-- raw HTML omitted --></p>
<h1 id="chmod-600-secrets">chmod 600 secrets`</h1>
<p>Backup and update your /etc/fstab file to include your box.net directory.<br>
`# cp /etc/fstab /etc/fstab.ori<!-- raw HTML omitted --></p>
<h1 id="echo-httpswwwboxnetdav-homedaneshboxnet-davfs-rwusernoauto-0-0--etcfstab">echo &ldquo;<a href="https://www.box.net/dav">https://www.box.net/dav</a> /home/danesh/Box.net davfs rw,user,noauto 0 0&rdquo; &raquo; /etc/fstab`</h1>
<p>Mount and you should be able to list ~/Box.net<br>
`# mount ~/Box.net<!-- raw HTML omitted --></p>
<h1 id="ls--l-boxnet">ls -l ~/Box.net`</h1>
<p>This is the hard way to do this. I will post a simpler method using Nautilus in a future post.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Android’s Roboto font in Fedora 16</title>
      <link>https://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/</link>
      <pubDate>Tue, 31 Jan 2012 17:16:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-androids-roboto-font-in-fedora-16/</guid>
      <description>I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here&amp;rsquo;s how you can get it into your Fedora 16.
Change to root user
# su -&amp;lt;br /&amp;gt; 2. Create the the roboto directory
`# cd /usr/share/fonts/ mkdir roboto cd roboto` Download the roboto font and install it.
`# wget http://www.fontsquirrel.com/fonts/download/roboto -O roboto.zip unzip roboto.zip rm roboto.zip fc-cache /usr/share/fonts/roboto/` Enjoy your new Roboto fonts!</description>
      <content:encoded><![CDATA[<p>I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here&rsquo;s how you can get it into your Fedora 16.</p>
<ol>
<li>Change to root user<br>
<code># su -&lt;br /&gt; </code> 2. Create the the roboto directory<br>
`# cd /usr/share/fonts/<!-- raw HTML omitted --></li>
</ol>
<h1 id="mkdir-robotobr-">mkdir roboto<!-- raw HTML omitted --></h1>
<h1 id="cd-roboto">cd roboto`</h1>
<ol start="3">
<li>Download the roboto font and install it.<br>
`# wget <a href="http://www.fontsquirrel.com/fonts/download/roboto">http://www.fontsquirrel.com/fonts/download/roboto</a> -O roboto.zip<!-- raw HTML omitted --></li>
</ol>
<h1 id="unzip-robotozipbr-">unzip roboto.zip<!-- raw HTML omitted --></h1>
<h1 id="rm-robotozipbr-">rm roboto.zip<!-- raw HTML omitted --></h1>
<h1 id="fc-cache-usrsharefontsroboto">fc-cache /usr/share/fonts/roboto/`</h1>
<p>Enjoy your new Roboto fonts!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Geek or Nerd, which are you?</title>
      <link>https://thedaneshproject.com/posts/geek-or-nerd-which-are-you/</link>
      <pubDate>Wed, 04 Jan 2012 17:05:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/geek-or-nerd-which-are-you/</guid>
      <description>&lt;p&gt;Cool infographic. Geek or Nerd, Which are you?&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2012/01/geek-nerd-infographic-small-450x1033.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;See next page for the full infographic.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Cool infographic. Geek or Nerd, Which are you?</p>
<p><img loading="lazy" src="/wp-content/uploads/2012/01/geek-nerd-infographic-small-450x1033.jpg" alt=""  />
</p>
<p>See next page for the full infographic.</p>
<p><img loading="lazy" src="/wp-content/uploads/2012/01/geek-nerd-infographic-full-450x2710.jpg" alt=""  />
</p>
<p>Source: [soyacincau][3]</p>
<p>[1]: /wp-content/uploads/2012/01/geek-nerd-infographic-small.jpg)
[2]: /wp-content/uploads/2012/01/geek-nerd-infographic-full.jpg)
[3]: <a href="http://www.soyacincau.com/2012/01/05/geek-or-nerd-which-one-are-you/">http://www.soyacincau.com/2012/01/05/geek-or-nerd-which-one-are-you/</a> &ldquo;geek or nerd&rdquo;</p>]]></content:encoded>
    </item>
    <item>
      <title>Clean Your Apps Permissions. mypermissions.org</title>
      <link>https://thedaneshproject.com/posts/clean-your-apps-permissions.-mypermissions.org/</link>
      <pubDate>Tue, 03 Jan 2012 15:50:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/clean-your-apps-permissions.-mypermissions.org/</guid>
      <description>I always find it hard to remember which apps have access to my social networks.
Found something handy today, mypermissions.org helps you with that. It provides you with direct links to you app permissions pages. For now it covers the main 8 social network seen in the picture above.
If you like the page and want to reminded to come back often, don&amp;rsquo;t forget to set a reminder at ifttt.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2012/01/mypermissions.png" alt=""  />
</p>
<p>I always find it hard to remember which apps have access to my social networks.</p>
<p>Found something handy today,  <!-- raw HTML omitted -->mypermissions.org<!-- raw HTML omitted --> helps you with that. It provides you with direct links to you app permissions pages. For now it covers the main 8 social network seen in the picture above.</p>
<p>If you like the page and want to reminded to come back often, don&rsquo;t forget to set a reminder at <!-- raw HTML omitted -->ifttt<!-- raw HTML omitted -->.</p>
]]></content:encoded>
    </item>
    <item>
      <title>RM 1 Burger King French Chicken Coupon</title>
      <link>https://thedaneshproject.com/posts/rm-1-burger-king-french-chicken-coupon/</link>
      <pubDate>Thu, 22 Dec 2011 07:26:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rm-1-burger-king-french-chicken-coupon/</guid>
      <description>From 19 December 2011 till 8 January 2012 enjoy BK&amp;rsquo;s French Chicken burger at RM 1 when used together with any value meal. Just print the coupon and present it at your nearest BK.
Source: [Delirium][2]
[1]: /wp-content/uploads/2011/12/20111219-BKrazy-Monday-Offer.jpg) [2]: http://www.abinesh.com/delirium/posts/burger-king-french-chicken-for-rm1-only/ &amp;ldquo;Delirium&amp;rdquo;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/12/20111219-BKrazy-Monday-Offer-450x199.jpg" alt=""  />
</p>
<p>From 19 December 2011 till 8 January 2012 enjoy BK&rsquo;s French Chicken burger at RM 1 when used together with any value meal. Just print the coupon and present  it at your nearest BK.</p>
<p>Source: [Delirium][2]</p>
<p>[1]: /wp-content/uploads/2011/12/20111219-BKrazy-Monday-Offer.jpg)
[2]: <a href="http://www.abinesh.com/delirium/posts/burger-king-french-chicken-for-rm1-only/">http://www.abinesh.com/delirium/posts/burger-king-french-chicken-for-rm1-only/</a> &ldquo;Delirium&rdquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Google Music Manager on Fedora 16</title>
      <link>https://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/</link>
      <pubDate>Thu, 17 Nov 2011 14:28:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-google-music-manager-on-fedora-16/</guid>
      <description>I&amp;rsquo;ve been using Google&amp;rsquo;s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google&amp;rsquo;s Music Manager. I&amp;rsquo;m running Fedora 16 now and here&amp;rsquo;s I got Google Music Manager running on it.
Get into your home downloads directory.
# cd ~/Downloads&amp;lt;br /&amp;gt; 2. Download the Google Music Manager rpm.
64bit:
# wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm&amp;lt;br /&amp;gt; 32bit:
# wget http://dl.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/11/Google-Music-Icon-150x150.png" alt=""  />
</p>
<p>I&rsquo;ve been using Google&rsquo;s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google&rsquo;s Music Manager. I&rsquo;m running Fedora 16 now and here&rsquo;s I got Google Music Manager running on it.</p>
<ol>
<li>Get into your home downloads directory.<br>
<code># cd ~/Downloads&lt;br /&gt; </code> 2. Download the Google Music Manager rpm.<br>
64bit:<br>
<code># wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm&lt;br /&gt; </code> 32bit:<br>
<code># wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm&lt;br /&gt; </code></li>
<li>Satisfy the dependencies. Install the qt-x11 package.<br>
<code># sudo yum install qt-x11&lt;br /&gt; </code> 4. Install the Google Music Manager package.<br>
<code># sudo yum localinstall google-musicmanager-beta_current_x86_64.rpm&lt;br /&gt; </code><br>
Possible error; make sure you have qt-x11 installed.<br>
<code>[danesh@pandora ~]$ google-musicmanager&lt;br /&gt; /usr/bin/google-musicmanager: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory</code></li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>How to get Hard Disk Details on Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/</link>
      <pubDate>Wed, 16 Nov 2011 17:27:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-get-hard-disk-details-on-linux/</guid>
      <description>Here&amp;rsquo;s a quick way to find out more about your hard disk. You can get the serial number, part number, firmware level, size and much more. Just see the sample below.
hdparm -I [device]
hdparm -I /dev/sda
[danesh@pandora Movies]$ sudo hdparm -I /dev/sda
`/dev/sda: ATA device, with non-removable media Model Number: WDC WD2500JS-75NCB3 Serial Number: WD-WCANKF265386 Firmware Revision: 10.02E04 Standards: Supported: 7 6 5 4 Likely used: 8 Configuration: Logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63 &amp;ndash; CHS current addressable sectors: 16514064 LBA user addressable sectors: 268435455 LBA48 user addressable sectors: 488281250 Logical/Physical Sector size: 512 bytes device size with M = 10241024: 238418 MBytes device size with M = 10001000: 250000 MBytes (250 GB) cache/buffer size = 8192 KBytes Capabilities: LBA, IORDY(can be disabled) Queue depth: 32 Standby timer values: spec&amp;rsquo;d by Standard, with device specific minimum R/W multiple sector transfer: Max = 16 Current = 16 Recommended acoustic management value: 128, current value: 128 DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported:</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a quick way to find out more about your hard disk. You can get the serial number, part number, firmware level, size and much more. Just see the sample below.<br>
hdparm -I [device]<br>
<code>hdparm -I /dev/sda</code><br>
<code>[danesh@pandora Movies]$ sudo hdparm -I /dev/sda</code></p>
<p>`/dev/sda:<!-- raw HTML omitted -->
ATA device, with non-removable media<!-- raw HTML omitted -->
Model Number: WDC WD2500JS-75NCB3<!-- raw HTML omitted -->
Serial Number: WD-WCANKF265386<!-- raw HTML omitted -->
Firmware Revision: 10.02E04<!-- raw HTML omitted -->
Standards:<!-- raw HTML omitted -->
Supported: 7 6 5 4<!-- raw HTML omitted -->
Likely used: 8<!-- raw HTML omitted -->
Configuration:<!-- raw HTML omitted -->
Logical max current<!-- raw HTML omitted -->
cylinders 16383 16383<!-- raw HTML omitted -->
heads 16 16<!-- raw HTML omitted -->
sectors/track 63 63<!-- raw HTML omitted -->
&ndash;<!-- raw HTML omitted -->
CHS current addressable sectors: 16514064<!-- raw HTML omitted -->
LBA user addressable sectors: 268435455<!-- raw HTML omitted -->
LBA48 user addressable sectors: 488281250<!-- raw HTML omitted -->
Logical/Physical Sector size: 512 bytes<!-- raw HTML omitted -->
device size with M = 1024<em>1024: 238418 MBytes<!-- raw HTML omitted -->
device size with M = 1000</em>1000: 250000 MBytes (250 GB)<!-- raw HTML omitted -->
cache/buffer size = 8192 KBytes<!-- raw HTML omitted -->
Capabilities:<!-- raw HTML omitted -->
LBA, IORDY(can be disabled)<!-- raw HTML omitted -->
Queue depth: 32<!-- raw HTML omitted -->
Standby timer values: spec&rsquo;d by Standard, with device specific minimum<!-- raw HTML omitted -->
R/W multiple sector transfer: Max = 16 Current = 16<!-- raw HTML omitted -->
Recommended acoustic management value: 128, current value: 128<!-- raw HTML omitted -->
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6<!-- raw HTML omitted -->
Cycle time: min=120ns recommended=120ns<!-- raw HTML omitted -->
PIO: pio0 pio1 pio2 pio3 pio4<!-- raw HTML omitted -->
Cycle time: no flow control=120ns IORDY flow control=120ns<!-- raw HTML omitted -->
Commands/features:<!-- raw HTML omitted -->
Enabled Supported:<!-- raw HTML omitted --></p>
<ul>
<li>SMART feature set<!-- raw HTML omitted -->
Security Mode feature set<!-- raw HTML omitted --></li>
<li>Power Management feature set<!-- raw HTML omitted --></li>
<li>Write cache<!-- raw HTML omitted --></li>
<li>Look-ahead<!-- raw HTML omitted --></li>
<li>Host Protected Area feature set<!-- raw HTML omitted --></li>
<li>WRITE_BUFFER command<!-- raw HTML omitted --></li>
<li>READ_BUFFER command<!-- raw HTML omitted --></li>
<li>NOP cmd<!-- raw HTML omitted --></li>
<li>DOWNLOAD_MICROCODE<!-- raw HTML omitted -->
Power-Up In Standby feature set<!-- raw HTML omitted --></li>
<li>SET_FEATURES required to spinup after power up<!-- raw HTML omitted -->
SET_MAX security extension<!-- raw HTML omitted --></li>
<li>Automatic Acoustic Management feature set<!-- raw HTML omitted --></li>
<li>48-bit Address feature set<!-- raw HTML omitted --></li>
<li>Device Configuration Overlay feature set<!-- raw HTML omitted --></li>
<li>Mandatory FLUSH_CACHE<!-- raw HTML omitted --></li>
<li>FLUSH_CACHE_EXT<!-- raw HTML omitted --></li>
<li>SMART error logging<!-- raw HTML omitted --></li>
<li>SMART self-test<!-- raw HTML omitted --></li>
<li>General Purpose Logging feature set<!-- raw HTML omitted --></li>
<li>Gen1 signaling speed (1.5Gb/s)<!-- raw HTML omitted --></li>
<li>Gen2 signaling speed (3.0Gb/s)<!-- raw HTML omitted --></li>
<li>Native Command Queueing (NCQ)<!-- raw HTML omitted --></li>
<li>Host-initiated interface power management<!-- raw HTML omitted --></li>
<li>Phy event counters<!-- raw HTML omitted -->
DMA Setup Auto-Activate optimization<!-- raw HTML omitted -->
Device-initiated interface power management<!-- raw HTML omitted --></li>
<li>Software settings preservation<!-- raw HTML omitted --></li>
<li>SMART Command Transport (SCT) feature set<!-- raw HTML omitted --></li>
<li>SCT Long Sector Access (AC1)<!-- raw HTML omitted --></li>
<li>SCT LBA Segment Access (AC2)<!-- raw HTML omitted --></li>
<li>SCT Error Recovery Control (AC3)<!-- raw HTML omitted --></li>
<li>SCT Features Control (AC4)<!-- raw HTML omitted --></li>
<li>SCT Data Tables (AC5)<!-- raw HTML omitted -->
unknown 206[12] (vendor specific)<!-- raw HTML omitted -->
Security:<!-- raw HTML omitted -->
Master password revision code = 65534<!-- raw HTML omitted -->
supported<!-- raw HTML omitted -->
not enabled<!-- raw HTML omitted -->
not locked<!-- raw HTML omitted -->
frozen<!-- raw HTML omitted -->
not expired: security count<!-- raw HTML omitted -->
not supported: enhanced erase<!-- raw HTML omitted -->
Checksum: correct<!-- raw HTML omitted -->
`<br>
Hope it comes in handy for you. Know a better way? Please share</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Install Ubuntu Fonts on Fedora 16</title>
      <link>https://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/</link>
      <pubDate>Mon, 14 Nov 2011 17:55:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-ubuntu-fonts-on-fedora-16/</guid>
      <description>Let&amp;rsquo;s work from your Downloads folder.
cd ~/Downloads Download the Ubuntu Fonts package from Ubuntu.
wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip Extra the downloaded zip file.
unzip ubuntu-font-family-0.80.zip Rename the extracted directory. (Not a must)
mv ubuntu-font-family-0.80 ubuntu-font-family Copy the extracted directory to the system shared fonts directory.
su -c &#39;cp -rv ubuntu-font-family /usr/share/fonts/&#39; Set the permissions for the directory you just moved.
su -c &#39;chmod 755 /usr/share/fonts/ubuntu-font-family&#39; Scan and build the fonts cache files for the new Ubuntu files.</description>
      <content:encoded><![CDATA[<ol>
<li>Let&rsquo;s work from your Downloads folder.<br>
<code>cd ~/Downloads</code></li>
<li>Download the Ubuntu Fonts package from Ubuntu.<br>
<code>wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip</code></li>
<li>Extra the downloaded zip file.<br>
<code>unzip ubuntu-font-family-0.80.zip</code></li>
<li>Rename the extracted directory. (Not a must)<br>
<code>mv ubuntu-font-family-0.80 ubuntu-font-family</code></li>
<li>Copy the extracted directory to the system shared fonts directory.<br>
<code>su -c 'cp -rv  ubuntu-font-family /usr/share/fonts/'</code></li>
<li>Set the permissions for the directory you just moved.<br>
<code>su -c 'chmod 755 /usr/share/fonts/ubuntu-font-family'</code></li>
<li>Scan and build the fonts cache files for the new Ubuntu files.<br>
cd /usr/share/fonts<br>
su -c &lsquo;fc-cache ubuntu-font-family&rsquo;</li>
</ol>
<p>That&rsquo;s it, you should now be able to use the Ubuntu fonts in your applications and documents.</p>
<p>Here&rsquo;s a video of the process.<br>
<a href="http://www.youtube.com/watch?v=-OYU7AZ09JE">How To install Ubuntu Fonts on Fedora 16</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Flash 11 64-bit on Fedora 16</title>
      <link>https://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/</link>
      <pubDate>Wed, 09 Nov 2011 12:54:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-flash-11-64-bit-on-fedora-16/</guid>
      <description>Change into you home directory.
cd ~
Download the official Adobe repository package rpm. This rpm will create the repository file for us.
sudo wget http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm
Install the rpm file.
sudo rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm
Import the repository GPG key.
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Update you local yum repositories.
sudo yum update
Install the 64 bit Flash Plugin
sudo yum -y install flash-plugin
Check if the install was successful. In Firefox, go to &amp;ldquo;about:plugins&amp;rdquo; in the address bar and look for &amp;ldquo;Shockwave Flash&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p>Change into you home directory.<br>
<code>cd ~</code><br>
Download the official Adobe repository package rpm. This rpm will create the repository file for us.<br>
<code>sudo wget http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm</code><br>
Install the rpm file.<br>
<code>sudo rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm</code><br>
Import the repository GPG key.<br>
<code>sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux</code><br>
Update you local yum repositories.<br>
<code>sudo yum update</code><br>
Install the 64 bit Flash Plugin<br>
<code>sudo yum -y install flash-plugin</code></p>
<p>Check if the install was successful. In Firefox, go to &ldquo;about:plugins&rdquo; in the address bar and look for &ldquo;Shockwave Flash&rdquo;. If installed you will see;</p>
<pre><code>`File: libflashplayer.so&lt;br /&gt;
Version: Shockwave Flash 11.0 r1`
</code></pre>
<p>Quick Step: If you just want to install the Flash Plugin and not bother about the repo you can download the installer directly and install Flash.</p>
<p><code>cd ~&lt;br /&gt; sudo wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.0.1.152/flash-plugin-11.0.1.152-release.x86_64.rpm&lt;br /&gt; sudo rpm -ivh flash-plugin-11.0.1.152-release.x86_64.rpm</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Google Chrome on Fedora 16</title>
      <link>https://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/</link>
      <pubDate>Wed, 09 Nov 2011 12:09:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-google-chrome-on-fedora-16/</guid>
      <description>Fedora 16 just came out and here&amp;rsquo;s how to get Google Chrome on it.
Start by creating a repository file for Google called google.repo and place it in /etc/yum.repos.d/ .
sudo vim /etc/yum.repos.d/google.repo&amp;lt;br /&amp;gt; Add the lines below into the repository file. google.repo
[google-chrome]&amp;lt;br /&amp;gt; name=google-chrome - 64-bit&amp;lt;br /&amp;gt; baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64&amp;lt;br /&amp;gt; enabled=1&amp;lt;br /&amp;gt; gpgcheck=1&amp;lt;br /&amp;gt; gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Update yum,
sudo yum update
Search for Google Chrome,
sudo yum search google-chrome
Install Google Chrome Stable</description>
      <content:encoded><![CDATA[<p>Fedora 16 just came out and here&rsquo;s how to get Google Chrome on it.</p>
<p>Start by creating a repository file for Google called google.repo and place it in /etc/yum.repos.d/ .</p>
<p><code>sudo vim /etc/yum.repos.d/google.repo&lt;br /&gt; </code></p>
<p>Add the lines below into the repository file. google.repo</p>
<p><code>[google-chrome]&lt;br /&gt; name=google-chrome - 64-bit&lt;br /&gt; baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64&lt;br /&gt; enabled=1&lt;br /&gt; gpgcheck=1&lt;br /&gt; gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</code></p>
<p>Update yum,<br>
<code>sudo yum update</code></p>
<p>Search for Google Chrome,<br>
<code>sudo yum search google-chrome</code></p>
<p>Install Google Chrome Stable<br>
<code>sudo yum install google-chrome-stable</code></p>
<p>If you prefer the beta like me then run,<br>
<code>sudo yum install google-chrome-beta</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install RpmForge in Fedora 15</title>
      <link>https://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/</link>
      <pubDate>Wed, 08 Jun 2011 02:22:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-rpmforge-in-fedora-15/</guid>
      <description>If you need rpmforge on your Fedora 15, here&amp;rsquo;s how.
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm&amp;lt;br /&amp;gt; rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm</description>
      <content:encoded><![CDATA[<p>If you need rpmforge on your Fedora 15, here&rsquo;s how.</p>
<p><code>wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm&lt;br /&gt; rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install JDownloader in Fedora 15</title>
      <link>https://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/</link>
      <pubDate>Wed, 01 Jun 2011 04:06:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-jdownloader-in-fedora-15/</guid>
      <description>JDownloader is my favourite 1-Click-Hosters download manager. Installing it on Fedora is easy. Here&amp;rsquo;s how,
Fire up a terminal
2.wget http://212.117.163.148/jd.sh
3.chmod +x jd.sh
4../jd.sh Wait till the install completes and you can enjoy JDownloader. To start JDownloader moving forward simply run &amp;ldquo;./jd.sh&amp;rdquo; </description>
      <content:encoded><![CDATA[<p>JDownloader is my favourite 1-Click-Hosters download manager. Installing it on Fedora is easy. Here&rsquo;s how,</p>
<ol>
<li>Fire up a terminal<br>
2.<code>wget http://212.117.163.148/jd.sh</code><br>
3.<code>chmod +x jd.sh</code><br>
4.<code>./jd.sh</code></li>
<li>Wait till the install completes and you can enjoy JDownloader.</li>
<li>To start JDownloader moving forward simply run &ldquo;./jd.sh&rdquo;</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Plants vs. Zombies FREE on Amazon App Store</title>
      <link>https://thedaneshproject.com/posts/plants-vs.-zombies-free-on-amazon-app-store/</link>
      <pubDate>Wed, 01 Jun 2011 01:32:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/plants-vs.-zombies-free-on-amazon-app-store/</guid>
      <description>Quick, one day only. Go grab yourself a copy of Plants vs. Zombies for the Android. Download Link</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/06/pvz-android-free-450x288.png" alt=""  />
</p>
<p>Quick, one day only. Go grab yourself a copy of Plants vs. Zombies for the Android. <a href="http://www.amazon.com/mobile-apps/b?ie=UTF8&amp;node=2350149011">Download Link</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Chrome extensions crashing in Fedora 15</title>
      <link>https://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/</link>
      <pubDate>Mon, 30 May 2011 03:43:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/</guid>
      <description>Many have been complaining of their chrome extensions crashing in Fedora 15. In my case it was LastPass and Xmarks.
The issue is caused by SELinux and the quick fix is to disable SELinux. Here&amp;rsquo;s how you get it done;
Fire up a terminal
cd to /etc/selinux/
vi the &amp;ldquo;config&amp;rdquo; file.
Change &amp;ldquo;SELINUX=enforcing&amp;rdquo; to &amp;ldquo;SELINUX=disabled&amp;rdquo;
Reboot, launch Chrome and your extensions should be working fine.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/05/chrome-error-f15-450x106.png" alt=""  />
</p>
<p>Many have been complaining of their chrome extensions crashing in Fedora 15. In my case it was LastPass and Xmarks.</p>
<p>The issue is caused by SELinux and the quick fix is to disable SELinux. Here&rsquo;s how you get it done;</p>
<ol>
<li>
<p>Fire up a terminal</p>
</li>
<li>
<p>cd to /etc/selinux/</p>
</li>
<li>
<p>vi the &ldquo;config&rdquo; file.</p>
</li>
<li>
<p>Change &ldquo;SELINUX=enforcing&rdquo; to &ldquo;SELINUX=disabled&rdquo;</p>
</li>
<li>
<p>Reboot, launch Chrome and your extensions should be working fine.</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Google Chrome in Fedora 15</title>
      <link>https://thedaneshproject.com/posts/how-to-install-google-chrome-in-fedora-15/</link>
      <pubDate>Fri, 27 May 2011 23:37:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-google-chrome-in-fedora-15/</guid>
      <description>Bring up a terminal
Run
sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
or
sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
for 64bit.
Enjoy.</description>
      <content:encoded><![CDATA[<ol>
<li>
<p>Bring up a terminal</p>
</li>
<li>
<p>Run</p>
</li>
</ol>
<p><code>sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_i386.rpm</code></p>
<p>or</p>
<p><code>sudo yum localinstall https://dl-ssl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm</code></p>
<p>for 64bit.</p>
<p>Enjoy.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Stroke Indicators</title>
      <link>https://thedaneshproject.com/posts/stroke-indicators/</link>
      <pubDate>Fri, 27 May 2011 01:39:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/stroke-indicators/</guid>
      <description>My uncle suffered a stroke recently. It ain&amp;rsquo;t pleasant, I can tell you that.
When someone is experiencing a stroke, time becomes their worst enemy. With every passing second, brain cells die and more of their bodily functions start to degrade. The faster one can identify a stroke and react, lesser the damage to the patient.
To identify if someone&amp;rsquo;s having a stroke, do the following;
FACE - Ask them to smile.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/05/stroke_FAST_checklist.gif" alt=""  title="stroke_FAST_checklist"  />
</p>
<p>My uncle suffered a stroke recently. It ain&rsquo;t pleasant, I can tell you that.</p>
<p>When someone is experiencing a stroke, time becomes their worst enemy. With every passing second, brain cells die and more of their bodily functions start to degrade. The faster one can identify a stroke and react, lesser the damage to the patient.</p>
<p>To identify if someone&rsquo;s having a stroke, do the following;</p>
<ol>
<li>
<p>FACE - Ask them to smile. Is their face sagging? Are the facial muscles working?</p>
</li>
<li>
<p>ARM - Ask them to lift their arms. They might not be able to lift an arm.</p>
</li>
<li>
<p>SPEECH - Have a simple conversation with them. Get them to repeat simple sentences. They might have trouble doing that.</p>
</li>
<li>
<p>TIME - Don&rsquo;t waste time!! Call 911 or in our case 999.</p>
</li>
</ol>
<p>Via <a href="http://www.abinesh.com/delirium/posts/stroke-indicators/" title="Stroke Indicators">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>RPM Fusion for Fedora 15</title>
      <link>https://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/</link>
      <pubDate>Thu, 26 May 2011 04:41:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rpm-fusion-for-fedora-15/</guid>
      <description>RPM Fusion for Fedora 15 is not published yet but thanks to Rajaseelan you can now get it. Read the HowTo</description>
      <content:encoded><![CDATA[<p>RPM Fusion for Fedora 15 is not published yet but thanks to <a href="http://rajaseelan.com/2011/05/26/rpm-fusion-for-fedora-15/">Rajaseelan</a> you can now get it. <a href="http://rajaseelan.com/2011/05/26/rpm-fusion-for-fedora-15/">Read the HowTo</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 11.04 blank screen on boot. SOLVED</title>
      <link>https://thedaneshproject.com/posts/ubuntu-11.04-blank-screen-on-boot.-solved/</link>
      <pubDate>Wed, 25 May 2011 06:40:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-11.04-blank-screen-on-boot.-solved/</guid>
      <description>Try these steps if you are experiencing a blank screen during boot or install of Ubuntu 11.04 Natty Narwhal.
LiveCD boots into a blank screen. When you see the boot menu when you boot LiveCD, hit F6 and select the &amp;ldquo;nomodeset&amp;rdquo; option.
Boots into a blank screen after install. Reboot and keep your finger on the &amp;ldquo;SHIFT&amp;rdquo; key till you get the grub menu. Highlight the first entry and replace &amp;ldquo;quiet splash&amp;rdquo; with &amp;ldquo;nomodeset&amp;rdquo; .</description>
      <content:encoded><![CDATA[<p>Try these steps if you are experiencing a blank screen during boot or install of Ubuntu 11.04 Natty Narwhal.</p>
<ol>
<li>LiveCD  boots into a blank screen.</li>
</ol>
<p>When you see the boot menu when you boot LiveCD, hit F6 and select the &ldquo;nomodeset&rdquo; option.</p>
<ol start="2">
<li>Boots into a blank screen after install.</li>
</ol>
<p>Reboot and keep your finger on the &ldquo;SHIFT&rdquo; key till you get the grub menu. Highlight the first entry and replace &ldquo;quiet splash&rdquo; with &ldquo;nomodeset&rdquo; .  Hit CTRL + X to continue booting. Once logged in install the latest Graphics drivers. <em>System -&gt; Administration -&gt; Additional Drivers</em></p>
<p><em>DONE. Hope it works for you, it did for me.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Nikon D7000 User Manual</title>
      <link>https://thedaneshproject.com/posts/nikon-d7000-user-manual/</link>
      <pubDate>Thu, 19 May 2011 09:31:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nikon-d7000-user-manual/</guid>
      <description>Nikon D7000 manuals if you are too lazy to register on the Nikon site for them.
Nikon D7000 User Manual [ [Download Here][2] ]
Nikon D7000 Quick Start Guide [ [Download Here][3] ]
[1]: http://digitalslrinfo.net/wp-content/uploads/2011/02/Nikon-D7000.jpg) [2]: https://docs.google.com/viewer?a=v&amp;amp;pid=explorer&amp;amp;chrome=true&amp;amp;srcid=0B2LZezj_CaM8NWNmYWNkODItNzhjMC00MWNlLTk5NmQtMDUzZWZjNzA3M2Ez&amp;amp;hl=en [3]: https://docs.google.com/viewer?a=v&amp;amp;pid=explorer&amp;amp;chrome=true&amp;amp;srcid=0B2LZezj_CaM8NGRhNWRmYjgtN2NjZS00N2E0LWI5ZDQtYjg2Zjg5YzM3MWIw&amp;amp;hl=en</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://digitalslrinfo.net/wp-content/uploads/2011/02/Nikon-D7000.jpg" alt=""  />
</p>
<p>Nikon D7000 manuals if you are too lazy to register on the Nikon site for them.</p>
<p>Nikon D7000 User Manual [ [Download Here][2] ]</p>
<p>Nikon D7000 Quick Start Guide [ [Download Here][3] ]</p>
<p>[1]: <a href="http://digitalslrinfo.net/wp-content/uploads/2011/02/Nikon-D7000.jpg">http://digitalslrinfo.net/wp-content/uploads/2011/02/Nikon-D7000.jpg</a>)
[2]: <a href="https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B2LZezj_CaM8NWNmYWNkODItNzhjMC00MWNlLTk5NmQtMDUzZWZjNzA3M2Ez&amp;hl=en">https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B2LZezj_CaM8NWNmYWNkODItNzhjMC00MWNlLTk5NmQtMDUzZWZjNzA3M2Ez&amp;hl=en</a>
[3]: <a href="https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B2LZezj_CaM8NGRhNWRmYjgtN2NjZS00N2E0LWI5ZDQtYjg2Zjg5YzM3MWIw&amp;hl=en">https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B2LZezj_CaM8NGRhNWRmYjgtN2NjZS00N2E0LWI5ZDQtYjg2Zjg5YzM3MWIw&amp;hl=en</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>McD Big Breakfast Coupon</title>
      <link>https://thedaneshproject.com/posts/mcd-big-breakfast-coupon/</link>
      <pubDate>Fri, 18 Mar 2011 05:28:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mcd-big-breakfast-coupon/</guid>
      <description>[1]: http://www.mymcd.com.my/fb/coupon/mcdbigbreakfast.jpg)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.mymcd.com.my/fb/coupon/mcdbigbreakfast.jpg" alt=""  />
</p>
<p>[1]: <a href="http://www.mymcd.com.my/fb/coupon/mcdbigbreakfast.jpg">http://www.mymcd.com.my/fb/coupon/mcdbigbreakfast.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Good Password advice</title>
      <link>https://thedaneshproject.com/posts/good-password-advice/</link>
      <pubDate>Mon, 21 Feb 2011 09:53:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/good-password-advice/</guid>
      <description>Here&amp;rsquo;s some good password advice.
You&amp;rsquo;ll learn what passwords to avoid and how to generate easy to remember secure passwords.
source: abinesh</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s some good password advice.</p>
<p>You&rsquo;ll learn what passwords to avoid and how to generate easy to remember secure passwords.</p>
<p><img loading="lazy" src="/wp-content/uploads/2011/02/110110-ZA-PASSWORD-450x1427.jpg" alt=""  />
</p>
<p>source: <a href="http://www.abinesh.com/delirium/posts/most-common-passwords-that-you-should-avoid/">abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Restart network service in Ubuntu</title>
      <link>https://thedaneshproject.com/posts/restart-network-service-in-ubuntu/</link>
      <pubDate>Mon, 21 Feb 2011 02:26:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/restart-network-service-in-ubuntu/</guid>
      <description>Here&amp;rsquo;s how to restart the network service on Ubuntu without restarting the OS
:~$ sudo /etc/init.d/networking restart</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s how to restart the network service on Ubuntu without restarting the OS</p>
<p><code>:~$ sudo /etc/init.d/networking restart</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Adobe Flash Player 10.2 released</title>
      <link>https://thedaneshproject.com/posts/adobe-flash-player-10.2-released/</link>
      <pubDate>Fri, 11 Feb 2011 04:03:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/adobe-flash-player-10.2-released/</guid>
      <description>Adobe Flash Player 10.2 has been released and comes with some spanking new features.
It now supports Stage Videos which allows Flash to utilize your machines&amp;rsquo;s hardware acceleration features thus greatly improving performance.
10.2 also introduces support for multiple monitors. No more headaches when trying to multi-task while watching a video, this is when you can only play flash videos on one screen and not the other.
Another cool feature is the support for native mouse cursors.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/02/Adobe-Flash-Player-version-10.2.152.27.png" alt=""  />

Adobe Flash Player 10.2 has been <a href="http://blogs.adobe.com/flashplayer/2011/02/flash-player-10-2-launch.html">released</a> and comes with some spanking new features.</p>
<p>It now supports Stage Videos which allows Flash to utilize your machines&rsquo;s hardware acceleration features thus greatly improving performance.</p>
<p>10.2 also introduces support for multiple monitors. No more headaches when trying to multi-task while watching a video, this is when you can only play flash videos on one screen and not the other.</p>
<p>Another cool feature is the support for native mouse cursors. Developers can now design and implement custom cursors for their work. I see this really useful for educational software.</p>
<p>And finally some sub-pixel rendering to improve text in your flash videos. Advertisers will love this more&hellip;..</p>
<p>Let your browser update your flash player or grab it manually from <a href="http://www.adobe.com/downloads/">Adobe</a>.</p>
<p>If you&rsquo;re on Ubuntu, simply run the command below to get updated.</p>
<p>#&gt; sudo apt-get update<br>
#&gt; sudo apt-get upgrade</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google’s Jules Verne 183rd birthday Doodle</title>
      <link>https://thedaneshproject.com/posts/googles-jules-verne-183rd-birthday-doodle/</link>
      <pubDate>Mon, 07 Feb 2011 18:15:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/googles-jules-verne-183rd-birthday-doodle/</guid>
      <description>This has to be amongst the coolest Google doodles out there. It&amp;rsquo;s to celebrate Jules Verne&amp;rsquo;s 183rd birthday.
If you didn&amp;rsquo;t already know, Jules Verne&amp;rsquo;s the man behind the well known Novells Twenty Thousand Leagues Under the Sea, Journey to the Center of the Earth and Around the World in Eighty Days.
Use the joystick control on the right to navigate the GOOGLE submarine around :D, cool ha?
Source: Google</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2011/02/Jules-Verne-1830bday-doodle-450x137.png" alt=""  />
</p>
<p>This has to be amongst the coolest Google doodles out there. It&rsquo;s to celebrate Jules Verne&rsquo;s 183rd birthday.</p>
<p>If you didn&rsquo;t already know, <a href="http://en.wikipedia.org/wiki/Jules_Verne">Jules Verne</a>&rsquo;s the man behind the well known Novells Twenty Thousand Leagues Under the Sea, Journey to the Center of the Earth and Around the World in Eighty Days.</p>
<p>Use the joystick control on the right to navigate the GOOGLE submarine around :D, cool ha?</p>
<p>Source: <a href="http://www.google.com/">Google</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu countdown android widget</title>
      <link>https://thedaneshproject.com/posts/ubuntu-countdown-android-widget/</link>
      <pubDate>Wed, 02 Feb 2011 09:17:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-countdown-android-widget/</guid>
      <description>&lt;p&gt;This is for all you Ubuntu loving Android users out there. It&amp;rsquo;s a cool Ubuntu countdown widget  for your android. Comes in 2 sizes too, 1x1 and 2x2.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2011/02/snap20110202_164843-450x750.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>This is for all you Ubuntu loving Android users out there. It&rsquo;s a cool Ubuntu countdown widget  for your android. Comes in 2 sizes too, 1x1 and 2x2.</p>
<p><img loading="lazy" src="/wp-content/uploads/2011/02/snap20110202_164843-450x750.png" alt=""  />
</p>
<p>Go grab it.</p>
<p><img loading="lazy" src="/wp-content/uploads/2011/02/ubuntu-countdown-qr.png" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>How to reset your Gnome desktop</title>
      <link>https://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/</link>
      <pubDate>Sun, 19 Dec 2010 13:15:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-reset-your-gnome-desktop/</guid>
      <description>So you messed up the Gnome desktop and don&amp;rsquo;t know how to restore it back to it&amp;rsquo;s default settings. Here&amp;rsquo;s how with no risks.
Log out and then hit &amp;ldquo;Ctrl + ALT + F1&amp;rdquo; to opening up a terminal.
Delete the following directories.
.gnome .gnome2 .gconf .gconfd .metacity
Or run the this command.
rm -rf rm -rf .gnome .gnome2 .gconf .gconfd .metacity
&amp;ldquo;Ctrl + ALT + F7/F8&amp;rdquo; and log in as usual.</description>
      <content:encoded><![CDATA[<p>So you messed up the Gnome desktop and don&rsquo;t know how to restore it back to it&rsquo;s default settings. Here&rsquo;s how with no risks.</p>
<ol>
<li>
<p>Log out and then hit &ldquo;Ctrl + ALT + F1&rdquo; to opening up a terminal.</p>
</li>
<li>
<p>Delete the following directories.</p>
</li>
</ol>
<p><code>.gnome .gnome2 .gconf .gconfd .metacity</code></p>
<p>Or run the this command.</p>
<p><code>rm -rf rm -rf .gnome .gnome2 .gconf .gconfd .metacity</code></p>
<ol start="3">
<li>&ldquo;Ctrl + ALT + F7/F8&rdquo; and log in as usual.</li>
</ol>
<p><em>This guide is based on Ubuntu 10.10</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox tweak: Use Ram as Cache</title>
      <link>https://thedaneshproject.com/posts/firefox-tweak-use-ram-as-cache/</link>
      <pubDate>Sun, 05 Dec 2010 05:52:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-tweak-use-ram-as-cache/</guid>
      <description>By design Firefox will use your disk as cache. However, if you have a good amount of RAM available you could quickly improve Firefox&amp;rsquo;s performance by telling it disable disk caching and only use RAM.
Here&amp;rsquo;s how you do it;
in your URL bar type in &amp;ldquo;about:config&amp;rdquo;. this will bring up the config page.
Using the filter box, lookup &amp;ldquo;browser.cache.disk.enable&amp;rdquo;. Change its value to &amp;ldquo;False&amp;rdquo; by double clicking on it.</description>
      <content:encoded><![CDATA[<p>By design Firefox will use your disk as cache. However, if you have a good amount of RAM available you could quickly improve Firefox&rsquo;s performance by telling it disable disk caching and only use RAM.</p>
<p>Here&rsquo;s how you do it;</p>
<ol>
<li>
<p>in your URL bar type in &ldquo;about:config&rdquo;. this will bring up the config page.</p>
</li>
<li>
<p>Using the filter box, lookup &ldquo;browser.cache.disk.enable&rdquo;. Change its value to &ldquo;False&rdquo; by double clicking on it.</p>
</li>
<li>
<p>Using the filter box again, lookup &ldquo;browser.cache.memory.enable&rdquo; . Change its value to &ldquo;True&rdquo; by double clicking on it.</p>
</li>
</ol>
<p><code>browser.cache.disk.enable to False&lt;br /&gt; browser.cache.memory.enable to True</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dual pane view in Nautilus</title>
      <link>https://thedaneshproject.com/posts/dual-pane-view-in-nautilus/</link>
      <pubDate>Sun, 24 Oct 2010 17:10:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dual-pane-view-in-nautilus/</guid>
      <description>The Gnome file manager Nautilus has a cool dual pane view which makes moving/copying files much easier. Simply hit f3 to bring up the dual pane view, right click on a file and either move/copy the file to &amp;ldquo;other pane&amp;rdquo;. However, unlike KDE, Gnome only allows you to move/copy to &amp;ldquo;home&amp;rdquo;, &amp;ldquo;desktop&amp;rdquo; and &amp;ldquo;other pane&amp;rdquo;.
KDE does it slightly different. when you right click on a file you are be able to move/copy files to any location on the system .</description>
      <content:encoded><![CDATA[<p>The Gnome file manager Nautilus  has a cool dual pane view which makes moving/copying files much easier. Simply hit f3 to bring up the dual pane view, right click on a file and either move/copy the file to &ldquo;other pane&rdquo;. However, unlike KDE,  Gnome only allows you to move/copy to &ldquo;home&rdquo;, &ldquo;desktop&rdquo; and &ldquo;other pane&rdquo;.</p>
<p>KDE does it slightly different. when you right click on a file you are be able to move/copy files to any location on the system . It also remembers you recently use destinations to save you time on your next move/copy.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/10/Nautilus-Dual-Pane-450x332.png" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/10/Nautilus-Dual-Pane-Menu.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Bug In Angry Birds Lets You Unlock All Locked Worlds</title>
      <link>https://thedaneshproject.com/posts/bug-in-angry-birds-lets-you-unlock-all-locked-worlds/</link>
      <pubDate>Wed, 20 Oct 2010 19:07:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bug-in-angry-birds-lets-you-unlock-all-locked-worlds/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2010/10/angrybirds-450x2351.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;The guys behind Angry Birds for Android decided to include a small easter egg / trick that unlocked all the locked worlds.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve completed the game on my iPhone so I decided to give this a try and it worked like a charm!!&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s how you unlock all worlds.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/10/angrybirds-450x2351.jpg" alt=""  />
</p>
<p>The guys behind Angry Birds for Android decided to include a small easter egg / trick that unlocked all the locked worlds.</p>
<p>I&rsquo;ve completed the game on my iPhone so I decided to give this a try and it worked like a charm!!</p>
<p>Here&rsquo;s how you unlock all worlds.</p>
<ol>
<li>Launch Angry Birds and go to the world select screen.</li>
<li>Select a locked world on the screen. ( The one with a pad-lock 😀 )</li>
<li>Hit back button all the way out of Angry Birds.</li>
<li>Launch Angry Birds again and when the &ldquo;Play&rdquo; button appears, keep taping it till you get into your locked world.</li>
<li>If step 4 worked, you should now be inside the locked worlds stage select screen.</li>
<li>REMEMBER!! To keep it unlocked just pass the first world level of each locked world.</li>
</ol>
<p>Enjoy 😀</p>]]></content:encoded>
    </item>
    <item>
      <title>LPI 101 &amp; 102 Training , I-WORLD</title>
      <link>https://thedaneshproject.com/posts/lpi-101-102-training-i-world/</link>
      <pubDate>Tue, 19 Oct 2010 05:25:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lpi-101-102-training-i-world/</guid>
      <description>For those thinking of doing their LPI 101 &amp;amp; 102, I-World is running a course next month.
LPI Level 1 Exam 101 tests basic capabilities in these areas:
Hardware &amp;amp; Architecture Linux Installation &amp;amp; Package Management GNU &amp;amp; Unix commands Devices, Linux Filesystems, Filesystem Hierarchy Standard The X Window System LPI Level 1 exam 102 tests basic capabilities in these areas:
Kernel Boot, Initialization, Shutdown and Runlevels Printing Documentation Shells, Scripting, Programming, and Compiling Administrative Tasks Networking Fundamentals Networking Services Security Date: 8Nov - 12Nov (2010)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/10/LPI-Logo.jpg" alt=""  />
</p>
<p>For those thinking of doing their LPI 101 &amp; 102, I-World is running a course next month.</p>
<p><strong>LPI Level 1 Exam 101</strong> tests basic capabilities in these areas:</p>
<ul>
<li>Hardware &amp; Architecture</li>
<li>Linux Installation &amp; Package Management</li>
<li>GNU &amp; Unix commands</li>
<li>Devices, Linux Filesystems, Filesystem Hierarchy Standard</li>
<li>The X Window System</li>
</ul>
<p><strong>LPI Level 1 exam 102</strong> tests basic capabilities in these areas:</p>
<ul>
<li>Kernel</li>
<li>Boot, Initialization, Shutdown and Runlevels</li>
<li>Printing</li>
<li>Documentation</li>
<li>Shells, Scripting, Programming, and Compiling</li>
<li>Administrative Tasks</li>
<li>Networking Fundamentals</li>
<li>Networking Services</li>
<li>Security</li>
</ul>
<p>Date: 8Nov - 12Nov (2010)<br>
Cost: RM2999<br>
Contact: Cammy - 017-6872686 , <a href="mailto:cammy@i-world-technology.com">cammy@i-world-technology.com</a></p>
<p>[Grab the Brochure][2].</p>
<p>[1]: /wp-content/uploads/2010/10/LPI-Logo.jpg)
[2]: /wp-content/uploads/2010/10/I-WORLD-Linux-LPI-101-102.pdf</p>
]]></content:encoded>
    </item>
    <item>
      <title>Angry Birds for Android, Free</title>
      <link>https://thedaneshproject.com/posts/angry-birds-for-android-free/</link>
      <pubDate>Sun, 17 Oct 2010 15:14:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/angry-birds-for-android-free/</guid>
      <description>The full version of Angry Birds is now available for the Android. It&amp;rsquo;s free and supported by Ads.
For those it rather not have ads, the Ad free version will be launched soon and would most likely be $1 like on the iPhone.
I&amp;rsquo;ve already completed the game on my iPhone, looks like round 2 on the Android now 😀
![](/wp-content/uploads/2010/10/angry-birds-QR.png&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;ldquo;angry-birds-QR&amp;rdquo; width=&amp;ldquo;150&amp;rdquo; height=&amp;ldquo;150&amp;rdquo; class=&amp;ldquo;alignnone size-full wp-image-2190&amp;rdquo; /&amp;gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/10/angrybirds-450x235.jpg" alt=""  />
</p>
<p>The full version of Angry Birds is now available for the Android. It&rsquo;s free and supported by Ads.</p>
<p>For those it rather not have ads, the Ad free version will be launched soon and would most likely be $1 like on the iPhone.</p>
<p>I&rsquo;ve already completed the game on my iPhone, looks like round 2 on the Android now 😀</p>
<!-- raw HTML omitted -->
<p>![](/wp-content/uploads/2010/10/angry-birds-QR.png&quot; alt=&quot;&quot; title=&ldquo;angry-birds-QR&rdquo; width=&ldquo;150&rdquo; height=&ldquo;150&rdquo; class=&ldquo;alignnone size-full wp-image-2190&rdquo; /&gt;</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to Fix Ubuntu 10.10 VirtualBox Guest Additions Problems</title>
      <link>https://thedaneshproject.com/posts/how-to-fix-ubuntu-10.10-virtualbox-guest-additions-problems/</link>
      <pubDate>Mon, 27 Sep 2010 14:08:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-fix-ubuntu-10.10-virtualbox-guest-additions-problems/</guid>
      <description>If you&amp;rsquo;re trying to run Ubuntu 10.10 Beta on your VirtualBox, you&amp;rsquo;re most likely having issues with the screen resolution. Installing the default VirtualBox client doesn&amp;rsquo;t quite help. Try the steps below,
Open terminal and enter the following command: #sudo apt-get update&amp;lt;br /&amp;gt; #sudo apt-get install build-essential linux-headers-$(uname -r)&amp;lt;br /&amp;gt; #sudo apt-get install virtualbox-ose-guest-x11
Once installation is finished, restart your VirtualBox machine.
Go to System -&amp;gt;Preferences -&amp;gt;Monitors and change the resolution of your screen.</description>
      <content:encoded><![CDATA[<p>If you&rsquo;re trying to run Ubuntu 10.10 Beta on your VirtualBox, you&rsquo;re most likely having issues with the screen resolution. Installing the default VirtualBox client doesn&rsquo;t quite help. Try the steps below,</p>
<ol>
<li>Open terminal and enter the following command:</li>
</ol>
<p><code>#sudo apt-get update&lt;br /&gt; #sudo apt-get install build-essential linux-headers-$(uname -r)&lt;br /&gt; #sudo apt-get install virtualbox-ose-guest-x11</code></p>
<ol start="2">
<li>
<p>Once installation is finished, restart your VirtualBox machine.</p>
</li>
<li>
<p>Go to System -&gt;Preferences -&gt;Monitors and change the resolution of your screen. You might be able to change the resolution but the screen will re-size properly when you maximize.</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>DiGi APN settings</title>
      <link>https://thedaneshproject.com/posts/digi-apn-settings/</link>
      <pubDate>Fri, 02 Jul 2010 10:38:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/digi-apn-settings/</guid>
      <description>Upgraded my CyanogenMOD to verion cm-6.0.0-N1-alpha1 ( Froyo 🙂 ).
Had to do a wipe so my APN settings disappeared. Anyways, if you face the same problem, here&amp;rsquo;s DiGi&amp;rsquo;s APN settings and how to add them in.
Home -&amp;gt; Menu -&amp;gt; Settings -&amp;gt; Wireless &amp;amp; networks -&amp;gt; Mobile networks -&amp;gt; Access Points Name Menu -&amp;gt; New APN ## DATA ##
&amp;lt;br /&amp;gt; Name: DIGI Data - Internet&amp;lt;br /&amp;gt; APN: diginet&amp;lt;br /&amp;gt; MCC: 502&amp;lt;br /&amp;gt; MNC: 16&amp;lt;br /&amp;gt; APN Type: default&amp;lt;br /&amp;gt; ## MMS ##</description>
      <content:encoded><![CDATA[<p>Upgraded my CyanogenMOD to verion cm-6.0.0-N1-alpha1 ( Froyo 🙂 ).</p>
<p>Had to do a wipe so my APN settings disappeared. Anyways, if you face the same problem, here&rsquo;s DiGi&rsquo;s APN settings and how to add them in.</p>
<ol>
<li>Home -&gt; Menu -&gt; Settings -&gt; Wireless &amp; networks -&gt; Mobile networks -&gt; Access Points Name</li>
<li>Menu -&gt; New APN</li>
</ol>
<p>## DATA ##<br>
<code>&lt;br /&gt; Name: DIGI Data - Internet&lt;br /&gt; APN: diginet&lt;br /&gt; MCC: 502&lt;br /&gt; MNC: 16&lt;br /&gt; APN Type: default&lt;br /&gt; </code></p>
<p>## MMS ##<br>
<code>&lt;br /&gt; Name: DIGI MMS (WAP 2.0)&lt;br /&gt; APN: digimms&lt;br /&gt; username: mms&lt;br /&gt; password: mms&lt;br /&gt; Proxy: 203.092.128.160&lt;br /&gt; Port: 80&lt;br /&gt; MMSC: http://mms.digi.com.my/servlets/mms&lt;br /&gt; MMS Proxy: 203.092.128.160&lt;br /&gt; MMS Port: 80&lt;br /&gt; MCC: 502&lt;br /&gt; MNC: 16&lt;br /&gt; APN Type: mms&lt;br /&gt; </code></p>
<p>You can find Maxis and Celcom APN settings @ <a href="http://forum.lowyat.net/index.php?showtopic=1393679&amp;hl=APN">lowyat</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PUK on the Google Nexus One</title>
      <link>https://thedaneshproject.com/posts/puk-on-the-google-nexus-one/</link>
      <pubDate>Sun, 27 Jun 2010 01:51:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/puk-on-the-google-nexus-one/</guid>
      <description>Changed the sim on my rooted Google Nexus One today and managed to lock myself out :D.
Waited for the PUK code prompt to come up but it never did. Apparently there&amp;rsquo;s none, traditionally on other phones you&amp;rsquo;s get a dedicated prompt for the PUK code but on the Nexus One you use the &amp;ldquo;phone pad&amp;rdquo; instead.
Here&amp;rsquo;s the walk-through.
Call your carrier and have them provide you the PUK code.</description>
      <content:encoded><![CDATA[<p>Changed the sim on my rooted Google Nexus One today and managed to lock myself out :D.</p>
<p>Waited for the PUK code prompt to come up but it never did. Apparently there&rsquo;s none, traditionally on other phones you&rsquo;s get a dedicated prompt for the PUK code but on the Nexus One you use the &ldquo;phone pad&rdquo; instead.</p>
<p>Here&rsquo;s the walk-through.</p>
<ol>
<li>
<p>Call your carrier and have them provide you the PUK code. You might be able to obtain your PUK code from your carrier&rsquo;s web page also, like mine.</p>
</li>
<li>
<p>Turn the phone on, wait till you see the locked message comes up.</p>
</li>
<li>
<p>Select the emergency call option. Input the the below code through the key pad.<br>
<code>**05* (PUK CODE) * (NEW PIN) * (CONFIRM NEW PIN) #</code></p>
</li>
</ol>
<p>Your Google Nexus One should be unlocked now.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Twitter’s World Cup Page</title>
      <link>https://thedaneshproject.com/posts/twitters-world-cup-page/</link>
      <pubDate>Fri, 11 Jun 2010 09:17:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/twitters-world-cup-page/</guid>
      <description>The easiest way to follow the World Cup on Twitter.
Twitter&amp;rsquo;s World Cup page gives you the whole event and has individual streams for each match and country. Check out the first matches, Mexico vs South Africa and Uruguay vs France later tonight.
pssssst&amp;hellip;. also check this link out. Love the table!!
Enjoy!!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/06/worldcup-2010-twitter-450x414.png" alt=""  />
</p>
<p>The easiest way to follow the World Cup on Twitter.</p>
<p>Twitter&rsquo;s World Cup page gives you the <a href="http://twitter.com/worldcup/worldcup">whole event</a> and has individual streams for each match and country. Check out the first matches, <a href="http://twitter.com/worldcup/match/rsa/mex">Mexico vs South Africa</a> and <a href="http://twitter.com/worldcup/match/uru/fra">Uruguay vs France</a> later tonight.</p>
<p>pssssst&hellip;. also check <a href="http://www.marca.com/deporte/futbol/mundial/sudafrica-2010/calendario-english.html">this link</a> out. Love the table!!</p>
<p>Enjoy!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>World Cup Results By Google</title>
      <link>https://thedaneshproject.com/posts/world-cup-results-by-google/</link>
      <pubDate>Wed, 09 Jun 2010 02:28:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/world-cup-results-by-google/</guid>
      <description>Just Google &amp;ldquo;World Cup&amp;rdquo; and you&amp;rsquo;ll see the World Cup 2010 team listings, fixtures, schedules and scores. All within you google serach result.
If you look hard enough you will also realize that the &amp;ldquo;Google&amp;rdquo; at the bottom of the page has been changed to &amp;ldquo;Goooooooal!!&amp;rdquo;.
All this for the World Cup scheduled to start in 2 days :D!!!</description>
      <content:encoded><![CDATA[<p>Just Google &ldquo;World Cup&rdquo; and you&rsquo;ll see the World Cup 2010 team listings, fixtures, schedules and scores. All within you google serach result.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/06/wordcup-google-1-450x182.png" alt=""  />
</p>
<p>If you look hard enough you will also realize that the &ldquo;Google&rdquo; at the bottom of the page has been changed to &ldquo;Goooooooal!!&rdquo;.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/06/wordcup-google-2.png" alt=""  />
</p>
<p>All this for the World Cup scheduled to start in 2 days :D!!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>How Do I Check In [Off the Grid] in FourSquare</title>
      <link>https://thedaneshproject.com/posts/how-do-i-check-in-off-the-grid-in-foursquare/</link>
      <pubDate>Sat, 05 Jun 2010 18:55:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-do-i-check-in-off-the-grid-in-foursquare/</guid>
      <description>Wonder how your friends checkin in &amp;ldquo;Off The Grid&amp;rdquo; in FourSquare?
Simple, when you check in using your mobile device make sure all share options are not selected. Don&amp;rsquo;t share with your friends, don&amp;rsquo;t post to twitter and don&amp;rsquo;t post to FB.
That&amp;rsquo;s it. Tell me if it works for you.</description>
      <content:encoded><![CDATA[<p>Wonder how your friends checkin in &ldquo;Off The Grid&rdquo; in <a href="http://foursquare.com/">FourSquare</a>?</p>
<p>Simple, when you check in using your mobile device make sure all share options are not selected. Don&rsquo;t share with your friends, don&rsquo;t post to twitter and don&rsquo;t post to FB.</p>
<p>That&rsquo;s it. Tell me if it works for you.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Cool World Cup 2010 Posters</title>
      <link>https://thedaneshproject.com/posts/cool-world-cup-2010-posters/</link>
      <pubDate>Fri, 04 Jun 2010 10:55:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cool-world-cup-2010-posters/</guid>
      <description>ESPN together with New York City ad agency Wieden + Kennedy teamed up to create these hilarious yet clever Posters to honor the World Cup 2010 which is scheduled to start in a few days.
Each of the 32 countries participating in the World Cup are represented by their own poster. My personal favorites are the Australian, Japan and Italy posters.
Really cool ha&amp;hellip; See them all</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/06/worldcupo-450x598.jpg" alt=""  />
</p>
<p>ESPN together with New York City ad agency Wieden + Kennedy teamed up to create these hilarious yet clever Posters to honor the World Cup 2010 which is scheduled to start in a few days.</p>
<p>Each of the 32 countries participating in the World Cup are represented by their own poster. My personal favorites are the Australian, Japan and Italy posters.</p>
<p>Really cool ha&hellip; <a href="http://wc2010.liveziz.net/171/poster-32-doi-tuyen-tham-du-world-cup-2010/?lang=en">See them all</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>What does your email address say about you?</title>
      <link>https://thedaneshproject.com/posts/what-does-your-email-address-say-about-you/</link>
      <pubDate>Wed, 02 Jun 2010 11:31:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-does-your-email-address-say-about-you/</guid>
      <description>Weirdly, this is quite true. Which category do you fall into? I,m on @own-domain and @gmail 😀
via theoatmeal</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/06/theoatmeal.com-2010-6-1-22-14-450x647.png" alt=""  />
</p>
<p>Weirdly, this is quite true. Which category do you fall into? I,m on @own-domain and @gmail 😀</p>
<p>via <a href="http://theoatmeal.com/comics/email_address">theoatmeal</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>SengHeng.com.my got hacked!!</title>
      <link>https://thedaneshproject.com/posts/sengheng.com.my-got-hacked/</link>
      <pubDate>Sat, 29 May 2010 14:34:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sengheng.com.my-got-hacked/</guid>
      <description>Haa haa, SengHeng.com.my got hacked!! As usual by a bunch of Indonesian hackers.
Hate aside, this had to be one of the best hate raps I&amp;rsquo;ve heard. Not bad 😀</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/sengheng-hacked-450x245.png" alt=""  />
</p>
<p>Haa haa, <a href="http://www.senheng.com.my/">SengHeng.com.my</a> got hacked!! As usual by a bunch of Indonesian hackers.</p>
<p>Hate aside, this had to be one of the best hate raps I&rsquo;ve heard. Not bad 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Adobe Reader now on the Android</title>
      <link>https://thedaneshproject.com/posts/adobe-reader-now-on-the-android/</link>
      <pubDate>Sat, 29 May 2010 11:25:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/adobe-reader-now-on-the-android/</guid>
      <description>Adobe has finally released it&amp;rsquo;s PDF reader for the Android platform. User have been waiting long for this and now Adobe&amp;rsquo;s gonna put smiles on their faces.
Go grab it.
![](/wp-content/uploads/2010/05/android-app-adobe-reader-qr-code.png&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;300&amp;rdquo; height=&amp;ldquo;300&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2010/05/android-app-adobe-reader-qr-code.png 300w, /wp-content/uploads/2010/05/android-app-adobe-reader-qr-code-150x150.png 150w&amp;quot; sizes=&amp;quot;(max-width: 300px) 100vw, 300px&amp;quot; /&amp;gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/reader-200x300.jpg" alt=""  />
</p>
<p>Adobe has finally released it&rsquo;s PDF reader for the Android platform. User have been waiting long for this and now Adobe&rsquo;s gonna put smiles on their faces.</p>
<p>Go grab it.</p>
<p>![](/wp-content/uploads/2010/05/android-app-adobe-reader-qr-code.png&quot; alt=&quot;&quot; width=&ldquo;300&rdquo; height=&ldquo;300&rdquo; srcset=&quot;/wp-content/uploads/2010/05/android-app-adobe-reader-qr-code.png 300w, /wp-content/uploads/2010/05/android-app-adobe-reader-qr-code-150x150.png 150w&quot; sizes=&quot;(max-width: 300px) 100vw, 300px&quot; /&gt;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Chrome stable version out</title>
      <link>https://thedaneshproject.com/posts/google-chrome-stable-version-out/</link>
      <pubDate>Tue, 25 May 2010 18:09:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-chrome-stable-version-out/</guid>
      <description>Google, today released a new stable release of it&amp;rsquo;s popular web browser Google Chrome packed with all the beta goodies we have come to love. To add to the excitement, this will also be the first stable release of the browser for the Linux and Mac platforms.
What&amp;rsquo;s in it you ask?
HTML 5, Geolocation APIs, App Cache, web sockets, and file drag-and-drop. Make sure to try drag n drop in GMAIL!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/Christoph-Niemann.png" alt=""  />
</p>
<p>Google, today released a new stable release of it&rsquo;s popular web browser Google Chrome packed with all the beta goodies we have come to love. To add to the excitement, this will also be the first stable release of the browser for the <a href="http://blog.chromium.org/2010/05/google-chrome-for-linux-goes-stable.html">Linux</a> and <a href="http://googlemac.blogspot.com/2010/05/google-chrome-for-mac-ready-beta-now.html">Mac</a> platforms.</p>
<p>What&rsquo;s in it you ask?</p>
<ol>
<li>
<p>HTML 5, Geolocation APIs, App Cache, web sockets, and file drag-and-drop. Make sure to try drag n drop in GMAIL!!</p>
</li>
<li>
<p>Improved sync. Bookmarks, themes, preferences, homepage and startup settings, web content settings, preferred languages, and even page zoom settings.</p>
</li>
<li>
<p>Enable individual extensions in incognito mode.</p>
</li>
</ol>
<p>Your Chrome browser should auto update but if you can&rsquo;t wait grab a copy <a href="http://www.google.com/chrome">here</a>.</p>
<p>via <a href="http://chrome.blogspot.com/2010/05/new-chrome-stable-release-welcome-mac.html">blog@ghrome</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google search does SSL</title>
      <link>https://thedaneshproject.com/posts/google-search-does-ssl/</link>
      <pubDate>Sun, 23 May 2010 17:19:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-search-does-ssl/</guid>
      <description>With online privacy being the main concern for most internet users today, Google has responded to them by introducing SSL support to its search.
Google SSL Search will encrypt all your search traffic preventing any third party eyes from looking at it. Browsing over https will also disable &amp;ldquo;referrer&amp;rdquo; which site owners normally use to see where you&amp;rsquo;re coming from.
With + there is always - so do remember that browsing in SSL does have an encryption overhead which will slightly degrade the search performance.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/google-ssl-search-450x238.png" alt=""  />
</p>
<p>With online privacy being the main concern for most internet users today, Google has responded to them by introducing SSL support to its search.</p>
<p>Google SSL Search will encrypt all your search traffic preventing any third party eyes from looking at it. Browsing over https will also disable &ldquo;referrer&rdquo; which site owners normally use to see where you&rsquo;re coming from.</p>
<p>With + there is always - so do remember that browsing in SSL does have an encryption overhead which will slightly degrade the search performance.</p>
<p>Also, the amount of data collected from your search is the same as the standard search but just more secure. Without this data Google will be nothing 🙂</p>
<p>When you are on the new SSL search page you will realize that the Google logo looks different. It will have &ldquo;ssl&rdquo; and &ldquo;beta&rdquo; in it. Also, maps and images will not show up as they don&rsquo;t support SSL yet.</p>
<p>Simple goto <a href="https://google.com">https://google.com</a> to start searching in privacy.</p>
<p>via <a href="http://www.google.com/support/websearch/bin/answer.py?answer=173733&amp;hl=en">Google</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google doodles PAC-MAN turning 30</title>
      <link>https://thedaneshproject.com/posts/google-doodles-pac-man-turning-30/</link>
      <pubDate>Sat, 22 May 2010 12:41:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-doodles-pac-man-turning-30/</guid>
      <description>Google&amp;rsquo;s doodle today was to remind us that PAC-MAN had turned 30, that&amp;rsquo;s my age!!.
PAC-MAN was a game by Bandai Namco, Japan which quickly became a hit selling 100,000 copies a year.
Hit the &amp;ldquo;Insert Coin&amp;rdquo; button and the classic jumps to live for you to enjoy. Feeling Lucky? 😀
via NewBoll</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/www.google.com-PAC-MAM-30-450x179.png" alt=""  />
</p>
<p>Google&rsquo;s doodle today was to remind us that PAC-MAN had turned 30, that&rsquo;s my age!!.</p>
<p>PAC-MAN was a game by Bandai Namco, Japan which quickly became a hit selling 100,000 copies a year.</p>
<p>Hit the &ldquo;Insert Coin&rdquo; button and the classic jumps to live for you to enjoy. Feeling Lucky? 😀</p>
<p>via <a href="http://www.newsboll.com/google-doodles-pac-man%E2%80%8E-pac-man-30th-anniversary-paly-on-google-free-1604.htm">NewBoll</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>HTC Desire on it’s way to Malaysia</title>
      <link>https://thedaneshproject.com/posts/htc-desire-on-its-way-to-malaysia/</link>
      <pubDate>Fri, 21 May 2010 23:59:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/htc-desire-on-its-way-to-malaysia/</guid>
      <description>Finally, HTC&amp;rsquo;s Desire is coming to Malaysia. It&amp;rsquo;s scheduled to be released on the 27th May 2010. The official telco will be Maxis.
I&amp;rsquo;m not an iPhone person and really want to get the Desire but I&amp;rsquo;m torn between the Desire and Nexus One. Nexus One will always get updates quicker the HTC Desire since it&amp;rsquo;s a Google phone, Desire however will have to wait till HTC releases the updated patched bundled with Sense UI which normally takes time.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/05/htc_desire_2.jpg" alt=""  />
</p>
<p>Finally, HTC&rsquo;s Desire is coming to Malaysia. It&rsquo;s scheduled to be released on the 27th May 2010. The official telco will be <a href="http://www.surveymonkey.com/s/BG3FS2D">Maxis</a>.</p>
<p>I&rsquo;m not an iPhone person and really want to get the Desire but I&rsquo;m torn between the Desire and Nexus One. Nexus One will always get updates quicker the HTC Desire since it&rsquo;s a Google phone, Desire however will have to wait till HTC releases the updated patched bundled with Sense UI which normally takes time. The fix for this would require me to root my Desire.</p>
<p>Both phones go for about RM2200.</p>
<p>What would you recommend?</p>
<p>via <a href="http://www.facebook.com/home.php?#!/HTCMalaysia?v=wall&amp;story_fbid=127847037232195">HTC</a> | <a href="http://mytechnews.info/b/2010/05/htc-desire-malaysia-launch-next-week.html">my tech news</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bill Gates And Steve Jobs Cartoon</title>
      <link>https://thedaneshproject.com/posts/bill-gates-and-steve-jobs-cartoon/</link>
      <pubDate>Thu, 20 May 2010 10:02:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bill-gates-and-steve-jobs-cartoon/</guid>
      <description>Bill and Steve, what else would they talk about?
via Geekologie</description>
      <content:encoded><![CDATA[<p>Bill and Steve, what else would they talk about?</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/05/bill-and-steve-1-450x846.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/05/bill-and-steve-2-450x846.jpg" alt=""  />
</p>
<p>via <a href="http://www.geekologie.com/2010/05/diy_bill_gates_and_steve_jobs.php">Geekologie</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Social Media Revolution 2</title>
      <link>https://thedaneshproject.com/posts/social-media-revolution-2/</link>
      <pubDate>Tue, 18 May 2010 07:00:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/social-media-revolution-2/</guid>
      <description>I love social media, it has its minuses but the pluses always pulls me back in. Information is money and social media is enabling the movement of information around.
People everywhere are constantly complaining about privacy and shit. My advice, if you want to stay private then simply stay away from these sites. You can&amp;rsquo;t have everything&amp;hellip; unless you are willing to pay ;D&amp;hellip;.
What&amp;rsquo;s you take on social media?</description>
      <content:encoded><![CDATA[<p>I love social media, it has its minuses but the pluses always pulls me back in. Information is money and social media is enabling the movement of information around.</p>
<p>People everywhere are constantly complaining about privacy and shit. My advice, if you want to stay private then simply stay away from these sites. You can&rsquo;t have everything&hellip; unless you are willing to pay ;D&hellip;.</p>
<p>What&rsquo;s you take on social media?</p>
]]></content:encoded>
    </item>
    <item>
      <title>England’s bid to host the 2018 FIFA World Cup</title>
      <link>https://thedaneshproject.com/posts/englands-bid-to-host-the-2018-fifa-world-cup/</link>
      <pubDate>Tue, 18 May 2010 02:51:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/englands-bid-to-host-the-2018-fifa-world-cup/</guid>
      <description>http://www.youtube.com/watch?v=ACkXf50w70w&amp;amp;feature=player_embedded
Cool Wallace and Gromit ad &amp;lsquo;The Hand of Dog&amp;rsquo; supporting England&amp;rsquo;s bid to host the 2018 FIFA World Cup.
via nPower</description>
      <content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=ACkXf50w70w&amp;feature=player_embedded">http://www.youtube.com/watch?v=ACkXf50w70w&amp;feature=player_embedded</a></p>
<p>Cool Wallace and Gromit ad &lsquo;The Hand of Dog&rsquo; supporting England&rsquo;s <a href="http://en.wikipedia.org/wiki/2018_and_2022_FIFA_World_Cup_bids">bid</a> to host the 2018 FIFA World Cup.</p>
<p>via <a href="http://www.npower.com/web/backthebid/index.htm">nPower</a></p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Square is for everyone now</title>
      <link>https://thedaneshproject.com/posts/square-is-for-everyone-now/</link>
      <pubDate>Tue, 11 May 2010 17:08:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/square-is-for-everyone-now/</guid>
      <description>Square, the payment gateway that fits in your pocket is now available for the iPhone, iPad and Android phones. The first batch of scanners have also been shipped out to users.
http://www.youtube.com/watch?v=iBieYjxUj5Q
Square for iPhone | Square for Android
via Square and Gizmodo</description>
      <content:encoded><![CDATA[<p>Square, the payment gateway that fits in your pocket is now available for the iPhone, iPad and Android phones. The first batch of scanners have also been shipped out to users.</p>
<p><a href="http://www.youtube.com/watch?v=iBieYjxUj5Q">http://www.youtube.com/watch?v=iBieYjxUj5Q</a></p>
<p><a href="https://squareup.com/itunes/download">Square for iPhone</a> | <a href="https://squareup.com/android/download">Square for Android</a></p>
<p>via <a href="https://squareup.com/letters/taking-time">Square</a> and <a href="http://gizmodo.com/5536145/now-anybody-can-accept-credit-card-payments-with-square?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29">Gizmodo</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysian Proxy Servers</title>
      <link>https://thedaneshproject.com/posts/malaysian-proxy-servers/</link>
      <pubDate>Tue, 11 May 2010 06:18:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-proxy-servers/</guid>
      <description>If you&amp;rsquo;re experiencing slow internet browsing, a proxy server might help speed things up. Here&amp;rsquo;s a list of proxy servers based in Malaysia that could improve your internet experience.
For better security always choose an anonymous proxy server.
Via [AliveProxy][2]
[1]: /wp-content/uploads/2010/05/malaysian-proxy.png) [2]: http://aliveproxy.com/proxy-list/proxies.aspx/Malaysia-my</description>
      <content:encoded><![CDATA[<p>If you&rsquo;re experiencing slow internet browsing, a proxy server might help speed things up. Here&rsquo;s a list of proxy servers based in Malaysia that could improve your internet experience.</p>
<p>For better security always choose an anonymous proxy server.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/05/malaysian-proxy-449x140.png" alt=""  />
</p>
<p>Via [AliveProxy][2]</p>
<p>[1]: /wp-content/uploads/2010/05/malaysian-proxy.png)
[2]: <a href="http://aliveproxy.com/proxy-list/proxies.aspx/Malaysia-my">http://aliveproxy.com/proxy-list/proxies.aspx/Malaysia-my</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox slow on Ubuntu 10.04</title>
      <link>https://thedaneshproject.com/posts/firefox-slow-on-ubuntu-10.04/</link>
      <pubDate>Thu, 06 May 2010 03:36:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-slow-on-ubuntu-10.04/</guid>
      <description>If your Firefox is sluggish on on Ubuntu 10.04 this might help.
Fire up Firefox and type &amp;ldquo;about:config&amp;rdquo; in the URL bar. That will bring up the config page.
Search for the lines below and change them accordingly to reflect the changes below.
`- network.http.pipelining &amp;gt; Make it True
network.http.pipelining.maxrequests &amp;gt; Make it 8 or 10 network.http.proxy.pipelining &amp;gt; Make it True network.dns.disableIPv6 &amp;gt; Make it True` </description>
      <content:encoded><![CDATA[<p>If your Firefox is sluggish on on Ubuntu 10.04 this might help.</p>
<p>Fire up Firefox and type &ldquo;about:config&rdquo; in the URL bar. That will bring up the config page.</p>
<p>Search for the lines below and change them accordingly to reflect the changes below.</p>
<p>`- network.http.pipelining &gt; Make it True<!-- raw HTML omitted --></p>
<ul>
<li>network.http.pipelining.maxrequests &gt; Make it 8 or 10<!-- raw HTML omitted --></li>
<li>network.http.proxy.pipelining &gt; Make it True<!-- raw HTML omitted --></li>
<li>network.dns.disableIPv6 &gt; Make it True`</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>International link restored</title>
      <link>https://thedaneshproject.com/posts/international-link-restored/</link>
      <pubDate>Mon, 03 May 2010 07:35:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/international-link-restored/</guid>
      <description>Good news to all those who were facing slow international access over the past week.
TM has completed repair work on the SMW4 submarine cable which linked us to Europe and US.
via TM</description>
      <content:encoded><![CDATA[<p>Good news to all those who were facing <a href="/posts/malaysians-experiencing-slow-internet-access/">slow international access</a> over the past week.</p>
<p>TM has completed repair work on the SMW4 submarine cable which linked us to Europe and US.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/05/tm-smw4-repair-449x277.png" alt=""  />
</p>
<p>via <a href="http://www.tm.com.my/about-tm/media-centre/announcements/Pages/COMPLETIONOFCABLEWORKSONSMW4.aspx">TM</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Heineken – Men With Talent</title>
      <link>https://thedaneshproject.com/posts/heineken-men-with-talent/</link>
      <pubDate>Sat, 01 May 2010 03:28:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/heineken-men-with-talent/</guid>
      <description>Heineken - Men With Talent, awesome Heineken Ad!! via @Abinesh</description>
      <content:encoded><![CDATA[<p>Heineken - Men With Talent, awesome Heineken Ad!! via <a href="http://twitter.com/abinesh/statuses/13111412720">@Abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu mirrors up and improved!</title>
      <link>https://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/</link>
      <pubDate>Thu, 29 Apr 2010 05:03:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-mirrors-up-and-improved/</guid>
      <description>With the recent internet issues, byte craft&amp;rsquo;s local Ubuntu mirror was not being up2date due to overlapping cron jobs.
They have since moved to ubumirror running on apache/ngix and all seems good. Releases are on a 3 hour sync and archives 4 hours sync.
Grab your CD images HERE.Enjoy the speed.
via @angch from Byte Craft .</description>
      <content:encoded><![CDATA[<p>With the recent <a href="/posts/malaysians-experiencing-slow-internet-access/">internet issues</a>, byte craft&rsquo;s local Ubuntu mirror was not being up2date due to overlapping cron jobs.</p>
<p>They have since moved to <a href="https://code.launchpad.net/~ubumirror-devs/ubumirror/trunk">ubumirror</a> running on apache/ngix and all seems good. Releases are on a 3 hour sync and archives 4  hours sync.</p>
<p>Grab your CD images <a href="http://ubuntu.bytecraft.com.my/releases/">HERE</a>.Enjoy the speed.</p>
<p>via <a href="http://twitter.com/angch">@angch</a> from <a href="http://blog.bytecraft.com.my/blog/angch/2010/04/29/ubuntu-mirrors-and-improved">Byte Craft</a> .</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysians experiencing slow internet access</title>
      <link>https://thedaneshproject.com/posts/malaysians-experiencing-slow-internet-access/</link>
      <pubDate>Thu, 29 Apr 2010 00:48:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysians-experiencing-slow-internet-access/</guid>
      <description>Malaysians are currently experiencing slow internet access.
The disruption is due to a cable fault on the Southeast Asia-Middle East-Western Europe 4 (SMW4) submarine cable network between Alexandria in Egypt and Palermo in Italy linking Malaysia to Europe and the United States (US).
Restoration work is currently in progress and scheduled to be completed on Sunday, 2nd May.
In the mean time, here&amp;rsquo;s a temporary work around. TmNet Proxy</description>
      <content:encoded><![CDATA[<p>Malaysians are currently experiencing slow internet access.</p>
<p>The disruption is due to a cable fault on the Southeast Asia-Middle East-Western Europe 4 (SMW4) submarine cable network between Alexandria in Egypt and Palermo in Italy linking Malaysia to Europe and the United States (US).</p>
<p>Restoration work is currently in progress and scheduled to be completed on Sunday, 2nd May.</p>
<p>In the mean time, here&rsquo;s a temporary work around. <a href="http://www.iprobot.net/internet/fix-your-streamyx-problem-today-by-using-tmnet-proxy/">TmNet Proxy</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>eco friendly eMail signatures</title>
      <link>https://thedaneshproject.com/posts/eco-friendly-email-signatures/</link>
      <pubDate>Wed, 28 Apr 2010 18:50:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/eco-friendly-email-signatures/</guid>
      <description>This is the signature I use with most of my mails.
Here&amp;rsquo;s a couple more I found on the net.
![](/wp-content/uploads/2010/04/n517498678_504193_2901-450x73.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;450&amp;rdquo; height=&amp;ldquo;73&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2010/04/n517498678_504193_2901-450x73.jpg 450w, /wp-content/uploads/2010/04/n517498678_504193_2901.jpg 604w&amp;quot; sizes=&amp;quot;(max-width: 450px) 100vw, 450px&amp;quot; /&amp;gt;]2
![](/wp-content/uploads/2010/04/Green_footers_8.gif&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;318&amp;rdquo; height=&amp;ldquo;92&amp;rdquo; /&amp;gt;]3
I personally love the last one and will be moving to it. You have any?</description>
      <content:encoded><![CDATA[<p>This is the signature I use with most of my mails.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/04/eco-signature.png" alt=""  />
</p>
<p>Here&rsquo;s a couple more I found on the net.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/04/green-email-signature-cmyk-2.png" alt=""  />
</p>
<p>![](/wp-content/uploads/2010/04/n517498678_504193_2901-450x73.jpg&quot; alt=&quot;&quot; width=&ldquo;450&rdquo; height=&ldquo;73&rdquo; srcset=&quot;/wp-content/uploads/2010/04/n517498678_504193_2901-450x73.jpg 450w, /wp-content/uploads/2010/04/n517498678_504193_2901.jpg 604w&quot; sizes=&quot;(max-width: 450px) 100vw, 450px&quot; /&gt;]<a href="http://blog.scs.sk.ca/greenemailsignatureinitiative/">2</a></p>
<p>![](/wp-content/uploads/2010/04/Green_footers_8.gif&quot; alt=&quot;&quot; width=&ldquo;318&rdquo; height=&ldquo;92&rdquo; /&gt;]<a href="http://www.olivealumni.com/s/1121/indexRtnav.aspx?sid=1121&amp;gid=1&amp;pgid=308">3</a></p>
<p>I personally love the last one and will be moving to it. You have any?</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Adobe AIR on Fedora 12</title>
      <link>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/</link>
      <pubDate>Tue, 27 Apr 2010 23:30:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-12/</guid>
      <description>Pull up a console and su to root. [danesh@jackal ~]$ su -
Grab the latest vesion of Adobe AIR from Adobe&amp;rsquo;s download page. &amp;lt;span&amp;gt;[root@jackal ~]# wget &amp;lt;a href=&amp;quot;http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin&amp;quot;&amp;gt;http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
Make the .bin file executable by using the chmod command. [root@jackal ~]# chmod +x AdobeAIRInstaller.bin
Execute the .bin file. [root@jackal ~]# ./AdobeAIRInstaller.bin
Follow the screens and your install&amp;rsquo;s complete.
NOTE:
If you get errors when trying to run AIR apps try the below;</description>
      <content:encoded><![CDATA[<ol>
<li>Pull up a console and su to root.</li>
</ol>
<p><code>[danesh@jackal ~]$ su -</code></p>
<ol start="2">
<li>Grab the latest vesion of Adobe AIR from Adobe&rsquo;s <a href="http://get.adobe.com/air/">download page</a>.</li>
</ol>
<p><code>&lt;span&gt;[root@jackal ~]# wget  &lt;a href=&quot;http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin&quot;&gt;http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin&lt;/a&gt;&lt;/span&gt;</code></p>
<ol start="3">
<li>Make the .bin file executable by using the chmod command.</li>
</ol>
<p><code>[root@jackal ~]# chmod +x AdobeAIRInstaller.bin</code></p>
<ol start="4">
<li>Execute the .bin file.</li>
</ol>
<p><code>[root@jackal ~]# ./AdobeAIRInstaller.bin</code></p>
<p>Follow the screens and your install&rsquo;s complete.</p>
<p>NOTE:</p>
<p>If you get errors when trying to run AIR apps try the below;</p>
<ol>
<li>
<p>delete /etc/opt/adobe/&hellip;&hellip;../crypt/</p>
</li>
<li>
<p>if  Tweetdeck fails to launch, make sure kwallet is running.</p>
</li>
</ol>
<p>![][2]</p>
<p>[2]: /wp-includes/js/tinymce/plugins/wpgallery/img/t.gif &ldquo;gallery link=&ldquo;file&rdquo;&rdquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>rlslog down for now</title>
      <link>https://thedaneshproject.com/posts/rlslog-down-for-now/</link>
      <pubDate>Mon, 26 Apr 2010 20:42:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rlslog-down-for-now/</guid>
      <description>My favourite scene release blog has been taken down by their host thanks to Universal Music.
rlslog has since moved to a new host but is seeing some performance issues so it might be a few days till they come back. In the mean time check out [SceneFlux][2].
via [rlslog][3] and [rlstalk][4]
[1]: /wp-content/uploads/2010/04/Aviary-rlslog-net-Picture-1.png) [2]: http://sceneflux.net/ [3]: http://www.rlslog.net/ [4]: http://www.rlstalk.net/topic/11464-rlslog-updates/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/04/Aviary-rlslog-net-Picture-1-450x40.png" alt=""  />
</p>
<p>My favourite scene release blog has been taken down by their host thanks to Universal Music.</p>
<p>rlslog has since moved to a new host but is seeing some performance issues so it might be a few days till they come back. In the mean time check out [SceneFlux][2].</p>
<p>via [rlslog][3] and [rlstalk][4]</p>
<p>[1]: /wp-content/uploads/2010/04/Aviary-rlslog-net-Picture-1.png)
[2]: <a href="http://sceneflux.net/">http://sceneflux.net/</a>
[3]: <a href="http://www.rlslog.net/">http://www.rlslog.net/</a>
[4]: <a href="http://www.rlstalk.net/topic/11464-rlslog-updates/">http://www.rlstalk.net/topic/11464-rlslog-updates/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Reduce your income TAX</title>
      <link>https://thedaneshproject.com/posts/reduce-your-income-tax/</link>
      <pubDate>Mon, 26 Apr 2010 02:39:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/reduce-your-income-tax/</guid>
      <description>It&amp;rsquo;s tax month. Few more days to go so make sure to have your e-filling done.
Here&amp;rsquo;s a few tips to optimize your income tax contribution fr the coming years.
via abinesh</description>
      <content:encoded><![CDATA[<p>It&rsquo;s tax month. Few more days to go so make sure to have your <a href="https://e.hasil.org.my/">e-filling</a> done.</p>
<p>Here&rsquo;s a few tips to optimize your income tax contribution fr the coming years.</p>
<p>via <a href="http://www.abinesh.com/delirium/posts/reduce-income-tax-in-malaysia/">abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Android on the iPhone</title>
      <link>https://thedaneshproject.com/posts/android-on-the-iphone/</link>
      <pubDate>Thu, 22 Apr 2010 09:41:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/android-on-the-iphone/</guid>
      <description>It was juat a matter of time before someopne ported Android over to the iPhone.
Planetbeing, iPhone hacker had managed to dual boot an iPhone to run both Android and iPhoneOS.
The video&amp;rsquo;s long but intended to walk you thought the whole process. You actually see Linux booting and shit&amp;hellip;
For now it&amp;rsquo;s only working with the original iPhone and is still quite buggy. Think about the future 😀</description>
      <content:encoded><![CDATA[<p>It was juat a matter of time before someopne ported Android over to the iPhone.</p>
<p><a href="http://linuxoniphone.blogspot.com/2010/04/ive-been-working-on-this-quietly-in.html">Planetbeing</a>, iPhone hacker had managed to dual boot an iPhone to run both Android and iPhoneOS.</p>
<p>The video&rsquo;s long but intended to walk you thought the whole process. You actually see Linux booting and shit&hellip;</p>
<p>For now it&rsquo;s only working with the original iPhone and is still quite buggy. Think about the future 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy Earth Day</title>
      <link>https://thedaneshproject.com/posts/happy-earth-day/</link>
      <pubDate>Thu, 22 Apr 2010 09:24:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-earth-day/</guid>
      <description>She looks magnificent doesn&amp;rsquo;t she? Let&amp;rsquo;s keep her that way. Without her we are nothing.
Happy 40th Anniversary 😀</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/04/as17-148-22727-450x448.jpg" alt=""  />

She looks magnificent doesn&rsquo;t she? Let&rsquo;s keep her that way. Without her we are nothing.</p>
<p>Happy 40th Anniversary 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>2 new features for the iPad</title>
      <link>https://thedaneshproject.com/posts/2-new-features-for-the-ipad/</link>
      <pubDate>Sat, 17 Apr 2010 08:11:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/2-new-features-for-the-ipad/</guid>
      <description>Printing.
Playing with your cat. Works best in small apartments.</description>
      <content:encoded><![CDATA[<ol>
<li>
<p>Printing.<br>
<img loading="lazy" src="/wp-content/uploads/2010/04/blogipadprintingbig-450x337.jpg" alt=""  />
</p>
</li>
<li>
<p>Playing with your cat. Works best in small apartments.</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Install Google Chrome on Fedora 12</title>
      <link>https://thedaneshproject.com/posts/install-google-chrome-on-fedora-12/</link>
      <pubDate>Sat, 17 Apr 2010 07:37:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-google-chrome-on-fedora-12/</guid>
      <description>create the repo file. &amp;ldquo;vi /etc/yum.repos.d/google.repo&amp;rdquo; and add the following lines into the file.
[google]&amp;lt;br /&amp;gt; name=Google - i386&amp;lt;br /&amp;gt; baseurl=http://dl.google.com/linux/rpm/stable/i386&amp;lt;br /&amp;gt; enabled=1&amp;lt;br /&amp;gt; gpgcheck=1&amp;lt;br /&amp;gt; gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub&amp;lt;br /&amp;gt; [google-chrome]&amp;lt;br /&amp;gt; name=google-chrome&amp;lt;br /&amp;gt; baseurl=http://dl.google.com/linux/rpm/stable/i386&amp;lt;br /&amp;gt; enabled=1&amp;lt;br /&amp;gt; gpgcheck=1&amp;lt;br /&amp;gt; Do a &amp;ldquo;yum list google-chrome-*&amp;rdquo; to check if the google-chrome is available for install.
[root@dexter ~]# yum list google-chrome-*&amp;lt;br /&amp;gt; ..........&amp;lt;br /&amp;gt; .......&amp;lt;br /&amp;gt; google-chrome-beta.i386 5.0.342.9-43360 google&amp;lt;br /&amp;gt; google-chrome-unstable.i386 5.0.375.9-44625 google</description>
      <content:encoded><![CDATA[<ol>
<li>
<p>create the repo file. &ldquo;vi /etc/yum.repos.d/google.repo&rdquo; and add the following lines into the file.<br>
<code>[google]&lt;br /&gt; name=Google - i386&lt;br /&gt; baseurl=http://dl.google.com/linux/rpm/stable/i386&lt;br /&gt; enabled=1&lt;br /&gt; gpgcheck=1&lt;br /&gt; gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt; [google-chrome]&lt;br /&gt; name=google-chrome&lt;br /&gt; baseurl=http://dl.google.com/linux/rpm/stable/i386&lt;br /&gt; enabled=1&lt;br /&gt; gpgcheck=1&lt;br /&gt; </code></p>
</li>
<li>
<p>Do a &ldquo;yum list google-chrome-*&rdquo; to check if the google-chrome is available for install.<br>
<code>[root@dexter ~]# yum list google-chrome-*&lt;br /&gt; ..........&lt;br /&gt; .......&lt;br /&gt; google-chrome-beta.i386                                                            5.0.342.9-43360                                                        google&lt;br /&gt; google-chrome-unstable.i386                                                        5.0.375.9-44625                                                        google</code></p>
</li>
<li>
<p>Install Google Chrome. &ldquo;yum install google-chrome-beta&rdquo;<br>
<code>[root@dexter ~]# yum install google-chrome-beta.i386&lt;br /&gt; Running Transaction&lt;br /&gt; Installing     : google-chrome-beta-5.0.342.9-43360.i386                                                                                                  1/1&lt;br /&gt; .......................&lt;br /&gt; Installed:&lt;br /&gt; google-chrome-beta.i386 0:5.0.342.9-43360                                                                                                                     ..........................&lt;br /&gt; Complete!</code></p>
</li>
</ol>
<p>That&rsquo;s it, enjoy your Chrome 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Flash on iPhone and iPad… The heroes speak up</title>
      <link>https://thedaneshproject.com/posts/flash-on-iphone-and-ipad-the-heroes-speak-up/</link>
      <pubDate>Fri, 16 Apr 2010 02:27:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flash-on-iphone-and-ipad-the-heroes-speak-up/</guid>
      <description>Source: 1 | 2</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/04/the-flash-iphone-ipad-spoof.jpg" alt=""  />
</p>
<p>Source: <a href="http://www.geekologie.com/2010/04/a_visual_representation_of_app.php">1</a> | <a href="http://www.walyou.com/blog/2010/04/15/no-flash-support-iphone-ipad/">2</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>iPad vs Stone</title>
      <link>https://thedaneshproject.com/posts/ipad-vs-stone/</link>
      <pubDate>Tue, 06 Apr 2010 02:36:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ipad-vs-stone/</guid>
      <description>Think I&amp;rsquo;ll take the stone ;D</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/04/e4AsE.jpg" alt=""  />
</p>
<p>Think I&rsquo;ll take the stone ;D</p>
]]></content:encoded>
    </item>
    <item>
      <title>cursor</title>
      <link>https://thedaneshproject.com/posts/cursor/</link>
      <pubDate>Mon, 05 Apr 2010 09:43:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cursor/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2010/04/113924d1245685712funnys.gif&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/04/113924d1245685712funnys.gif" alt=""  />
</p>
<p>Fell for this earlier. thought my mouse lost it&hellip;.. hahahha..</p>]]></content:encoded>
    </item>
    <item>
      <title>Mozilla Firefox 3.6.3 released</title>
      <link>https://thedaneshproject.com/posts/mozilla-firefox-3.6.3-released/</link>
      <pubDate>Fri, 02 Apr 2010 04:12:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mozilla-firefox-3.6.3-released/</guid>
      <description>Mozilla today released Firefox 3.6.3. It&amp;rsquo;s a security fix so make sure you get updated ASAP
The release fixes a bug which could allow a attacker to remotely execute code.
Read the Release Notes and download it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/firefox-logo.png" alt=""  />
</p>
<p>Mozilla today released Firefox 3.6.3. It&rsquo;s a security fix so make sure you get updated ASAP</p>
<p>The release fixes a <a href="http://www.mozilla.org/security/announce/2010/mfsa2010-08.html">bug</a> which could allow a attacker to remotely execute code.</p>
<p><a href="http://www.mozilla.com/en-US/firefox/3.6.2/releasenotes/">Read the Release Notes</a> and download it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Sort files by size</title>
      <link>https://thedaneshproject.com/posts/sort-files-by-size/</link>
      <pubDate>Wed, 31 Mar 2010 03:31:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sort-files-by-size/</guid>
      <description>Here&amp;rsquo;s how to sort files by size in Linux.
Standard;
ls -lhS
Reverse;
ls -lhSr
Options used;
-l -&amp;gt; print long listing
-h -&amp;gt; print human readable sizes
-S -&amp;gt; sort by file size
-r -&amp;gt; reverse order
Output;
[root@kmon01 log]# ls -lhS&amp;lt;br /&amp;gt; total 70M&amp;lt;br /&amp;gt; -rw-r--r-- 1 root root 36M Mar 31 11:28 messages&amp;lt;br /&amp;gt; -rw-r--r-- 1 root root 15M Mar 31 11:25 cron&amp;lt;br /&amp;gt; -rw-rw-r-- 1 root root 15M Mar 31 04:02 maillog&amp;lt;br /&amp;gt; -rw-rw-r-- 1 root utmp 3.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s how to sort files by size in Linux.</p>
<p>Standard;</p>
<p><code>ls -lhS</code></p>
<p>Reverse;</p>
<p><code>ls -lhSr</code></p>
<p>Options used;</p>
<p>-l -&gt; print long listing</p>
<p>-h -&gt; print human readable sizes</p>
<p>-S -&gt; sort by file size</p>
<p>-r -&gt; reverse order</p>
<p>Output;</p>
<p><code>[root@kmon01 log]# ls -lhS&lt;br /&gt; total 70M&lt;br /&gt; -rw-r--r--  1 root     root      36M Mar 31 11:28 messages&lt;br /&gt; -rw-r--r--  1 root     root      15M Mar 31 11:25 cron&lt;br /&gt; -rw-rw-r--  1 root     root      15M Mar 31 04:02 maillog&lt;br /&gt; -rw-rw-r--  1 root     utmp     3.8M Mar 31 11:17 wtmp&lt;br /&gt; -r--------  1 root     root     2.6M Mar 31 11:17 lastlog&lt;br /&gt; -rw-r--r--  1 root     root     1.4M Mar 31 11:13 boot.log&lt;br /&gt; -rw-r--r--  1 root     root      68K Mar 25 04:04 prelink.log&lt;br /&gt; -rw-r--r--  1 root     root      67K May 25  2007 scrollkeeper.log&lt;br /&gt; -rw-r--r--  1 root     root      54K Mar 31 04:02 rpmpkgs&lt;br /&gt; -rw-r--r--  1 root     root      51K Dec 24  2007 xferlog&lt;br /&gt; -rw-r--r--  1 root     root      38K May 25  2007 anaconda.syslog&lt;br /&gt; -rw-r--r--  1 root     root      36K Jun 11  2007 Xorg.0.log&lt;br /&gt; -rw-r--r--  1 root     root      15K Feb  2 10:34 dmesg&lt;br /&gt; -rw-r--r--  1 root     root      13K May 25  2007 anaconda.log</code></p>
<p><code>[root@kmon01 log]# ls -lhrS&lt;br /&gt; total 70M&lt;br /&gt; -rw-r--r--  1 root     root        0 May 25  2007 spooler&lt;br /&gt; -rw-r--r--  1 root     root        0 Mar 25 14:38 secure&lt;br /&gt; -rwx------  1 postgres postgres    0 May 25  2007 pgsql&lt;br /&gt; -rw-r--r--  1 root     root        0 May 24  2007 mcelog&lt;br /&gt; -rw-r--r--  1 root     root       23 Feb  2 10:35 snmpd.log&lt;br /&gt; -rw-r--r--  1 root     root      715 Sep  1  2009 yum.log&lt;br /&gt; -rw-r--r--  1 mysql    mysql    2.0K Dec  8  2008 mysqld.log&lt;br /&gt; -rw-r--r--  1 root     root     2.1K Feb  2 10:35 acpid&lt;br /&gt; -rw-r--r--  1 root     root     2.7K Mar 22 11:46 btmp&lt;br /&gt; drwxr-xr-x  2 root     root     4.0K Mar 31 11:21 httpd&lt;br /&gt; drwxr-xr-x  2 root     root     4.0K Mar 10  2006 gdm&lt;br /&gt; drwxr-x---  2 exim     exim     4.0K Sep  9  2005 exim&lt;br /&gt; -rw-r--r--  1 root     root      67K May 25  2007 scrollkeeper.log&lt;br /&gt; -rw-r--r--  1 root     root      68K Mar 25 04:04 prelink.log&lt;br /&gt; -rw-r--r--  1 root     root     1.4M Mar 31 11:13 boot.log&lt;br /&gt; -r--------  1 root     root     2.6M Mar 31 11:17 lastlog&lt;br /&gt; -rw-rw-r--  1 root     utmp     3.8M Mar 31 11:17 wtmp&lt;br /&gt; -rw-rw-r--  1 root     root      15M Mar 31 04:02 maillog&lt;br /&gt; -rw-r--r--  1 root     root      15M Mar 31 11:25 cron&lt;br /&gt; -rw-r--r--  1 root     root      36M Mar 31 11:29 messages&lt;br /&gt; </code></p>
]]></content:encoded>
    </item>
    <item>
      <title>DIGI iPhone Plans leaked</title>
      <link>https://thedaneshproject.com/posts/digi-iphone-plans-leaked/</link>
      <pubDate>Tue, 30 Mar 2010 04:14:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/digi-iphone-plans-leaked/</guid>
      <description>Guess you already know that DIGI&amp;rsquo;s bringing in the iPhone now.
No pricing details have been officially released by DIGI so far but somehow yesterday the plans leaked out. I would not be surprised if the leak was intentional, they gotta hype it up right 😀
Anyways, here are the plans.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/03/DIGI-iphone.jpg" alt=""  />
</p>
<p>Guess you already know that DIGI&rsquo;s bringing in the <a href="http://www.digi.com.my/iphone/index.do">iPhone</a> now.</p>
<p>No pricing details have been officially released by DIGI so far but somehow yesterday the plans leaked out. I would not be surprised if the leak was intentional, they gotta hype it up right 😀</p>
<p>Anyways, here are the plans.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Strong Cheese</title>
      <link>https://thedaneshproject.com/posts/strong-cheese/</link>
      <pubDate>Thu, 25 Feb 2010 00:00:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/strong-cheese/</guid>
      <description>http://www.youtube.com/watch?v=i3TjcMAQR64
Love this ad&amp;hellip; Now that&amp;rsquo;s some strong Cheese!!</description>
      <content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=i3TjcMAQR64">http://www.youtube.com/watch?v=i3TjcMAQR64</a></p>
<p>Love this ad&hellip; Now that&rsquo;s some strong Cheese!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Best Nexus One Unboxing Video</title>
      <link>https://thedaneshproject.com/posts/best-nexus-one-unboxing-video/</link>
      <pubDate>Wed, 24 Feb 2010 00:00:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/best-nexus-one-unboxing-video/</guid>
      <description>The best Nexus One Un-boxing Video I&amp;rsquo;ve seen to far. The video&amp;rsquo;s by PatrickBoivin from Woolf + Lapin</description>
      <content:encoded><![CDATA[<p>The best Nexus One Un-boxing Video I&rsquo;ve seen to far. The video&rsquo;s by <a href="http://www.youtube.com/user/PatrickBoivin">PatrickBoivin</a> from <a href="http://www.woolflapin.com/en/">Woolf + Lapin</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Pot Holder</title>
      <link>https://thedaneshproject.com/posts/pot-holder/</link>
      <pubDate>Tue, 23 Feb 2010 00:00:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pot-holder/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2010/02/pot-holder-1-450x450.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;This is one freaking cool Pot Holder. Made of 100% Silicone. Dishwasher safe. The next time you bake 😉 you won&amp;rsquo;t have to burn your hands no more.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/02/pot-holder-1-450x450.jpg" alt=""  />
</p>
<p>This is one freaking cool Pot Holder. Made of 100% Silicone. Dishwasher safe. The next time you bake 😉 you won&rsquo;t have to burn your hands no more.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/pot-holder-2-450x450.jpg" alt=""  />
</p>
<p>It retails for US 8 at <a href="http://www.gama-go.com/product.php?productid=16962&amp;cat=0&amp;page=1#">GAMMA-GO</a>. Most likely picking one up, sure to complement all the Marley stuff at home 😀</p>]]></content:encoded>
    </item>
    <item>
      <title>How to set the default currency on eBay</title>
      <link>https://thedaneshproject.com/posts/how-to-set-the-default-currency-on-ebay/</link>
      <pubDate>Mon, 22 Feb 2010 00:00:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-set-the-default-currency-on-ebay/</guid>
      <description>Search for something
Look for the &amp;ldquo;customize view&amp;rdquo; link in the search listing.
Go to &amp;ldquo;Advanced Options&amp;rdquo;
Select the desired &amp;ldquo;Currency Conversion&amp;rdquo; and you&amp;rsquo;re done.</description>
      <content:encoded><![CDATA[<ol>
<li>
<p>Search for something</p>
</li>
<li>
<p>Look for the &ldquo;customize view&rdquo; link in the search listing.</p>
</li>
<li>
<p>Go to &ldquo;Advanced Options&rdquo;</p>
</li>
<li>
<p>Select the desired &ldquo;Currency Conversion&rdquo; and you&rsquo;re done.</p>
</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/Aviary-shop-ebay-com-my-Picture-1-450x196.png" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/Aviary-shop-ebay-com-my-Picture-2-450x218.png" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/Aviary-shop-ebay-com-my-Picture-3-450x216.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Pirated vs. Legal DVD</title>
      <link>https://thedaneshproject.com/posts/pirated-vs.-legal-dvd/</link>
      <pubDate>Sun, 21 Feb 2010 04:13:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pirated-vs.-legal-dvd/</guid>
      <description>Walk into a store and pick up your favorite original DVD for a rediculas price. Get home, pop it into the DVD player and you&amp;rsquo;ll have to wait about 10 - 20 mins before all the ads, warnings and promos are done.
Pirated DVDs are straightforward. No promos, no warnings, no ads. What you want is what you get.
Which do you prefer?
The pic below speaks for itself.</description>
      <content:encoded><![CDATA[<p>Walk into a store and pick up your favorite original DVD for a rediculas price. Get home, pop it into the DVD player and you&rsquo;ll have to wait about 10 - 20 mins before all the ads, warnings and promos are done.</p>
<p>Pirated DVDs are straightforward. No promos, no warnings, no ads. What you want is what you get.</p>
<p>Which do you prefer?</p>
<p>The pic below speaks for itself.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/pirated.DVD_-450x464.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Nexus One: The Story</title>
      <link>https://thedaneshproject.com/posts/nexus-one-the-story/</link>
      <pubDate>Fri, 19 Feb 2010 07:07:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nexus-one-the-story/</guid>
      <description>&lt;p&gt;A few short movies walking you through the birth of Google&amp;rsquo;s Nexus One. Man I can see myself owning one soon 😀&lt;/p&gt;
&lt;p&gt;Episode 1: Concept &amp;amp; Design&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>A few short movies walking you through the birth of Google&rsquo;s Nexus One. Man I can see myself owning one soon 😀</p>
<p>Episode 1: Concept &amp; Design</p>
<p>Episode 2: Display &amp; 3D Framework</p>
<p>Episode 3: Testing</p>
<p>Episode 4: Manufacturing</p>
<p>Episode 5: Day One</p>]]></content:encoded>
    </item>
    <item>
      <title>Free “Farm-Fresh Web Icons”</title>
      <link>https://thedaneshproject.com/posts/free-farm-fresh-web-icons/</link>
      <pubDate>Fri, 19 Feb 2010 02:38:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-farm-fresh-web-icons/</guid>
      <description>FatCow is giving back to community by releasing 1000 awesome icons for free.
The icons are in 16 and 32 pixel and are distributed under the Creative Commons Atribution 3.0 license. You can use the icons for commercial and personal use, all that&amp;rsquo;s required is a link back in your credits.
FatCow is a hosting company dedicatedto saving the planet. Theie datacenter is currently 100% wind power.
Source: FAtCow</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/02/fatcow.free_.icons_.png" alt=""  />
</p>
<p>FatCow is giving back to community by releasing 1000 awesome icons for free.</p>
<p>The icons are in 16 and 32 pixel and are distributed under the <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Atribution 3.0 license</a>. You can use the icons for commercial and personal use, all that&rsquo;s required is a <a href="http://www.fatcow.com/free-icons/">link</a> back in your credits.</p>
<p>FatCow is a hosting company dedicatedto saving the planet. Theie datacenter is currently 100% wind power.</p>
<p>Source: <a href="http://www.fatcow.com/free-icons/">FAtCow</a></p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>wordpress 2.9.2 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.9.2-released/</link>
      <pubDate>Tue, 16 Feb 2010 05:30:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.9.2-released/</guid>
      <description>There&amp;rsquo;s a new security patch out which fixes an exploit that allows registered users to view trashed posts. The vulnerability was reported by Thomas Mackenzie, a security Enthusiast.
Make sure to update your WordPress to version 2.9.2 ASAP.
Download WordPress 2.9.2
Source: WordPress Official Blog</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>There&rsquo;s a new security patch out which fixes an exploit that allows  registered users to view trashed posts. The vulnerability was reported by <a href="http://tmacuk.co.uk/">Thomas Mackenzie</a>, a security Enthusiast.</p>
<p>Make sure to update your WordPress to version 2.9.2 ASAP.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.9.2</a></p>
<p>Source: <a href="http://wordpress.org/development/2010/02/wordpress-2-9-2/">WordPress Official Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>History command with time stamp</title>
      <link>https://thedaneshproject.com/posts/history-command-with-time-stamp/</link>
      <pubDate>Mon, 08 Feb 2010 05:44:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/history-command-with-time-stamp/</guid>
      <description>Running the &amp;rsquo; history &amp;rsquo; command only gives you line numbers. Sometimes it&amp;rsquo;s useful to have a time stamp attached to each command to build a clearer picture.
Simply set the &amp;quot; HISTTIMEFORMAT &amp;quot; env variable to enable time stamps in &amp;rsquo; history &amp;lsquo;.
Run the command below.
export HISTTIMEFORMAT=&#39; %F %T &#39;
Before:
After:</description>
      <content:encoded><![CDATA[<p>Running the &rsquo; history &rsquo; command only gives you line numbers. Sometimes it&rsquo;s useful to have a time stamp attached to each command to build a clearer picture.</p>
<p>Simply set the &quot; HISTTIMEFORMAT &quot; env variable to enable time stamps in &rsquo; history &lsquo;.</p>
<p>Run the command below.</p>
<p><code>export HISTTIMEFORMAT=' %F %T '</code></p>
<p>Before:</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/history.timestamp.1-450x393.png" alt=""  />
</p>
<p>After:</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/02/history.timestamp.2-450x393.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>YouTube does music discovery</title>
      <link>https://thedaneshproject.com/posts/youtube-does-music-discovery/</link>
      <pubDate>Fri, 22 Jan 2010 03:37:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/youtube-does-music-discovery/</guid>
      <description>Cool feature from YouTube. I think the service is called &amp;ldquo;DISCO&amp;rdquo;, short for &amp;ldquo;YouTube Music Discovery Project and Playlist Creation Tool&amp;rdquo;.
Search for an artist, watch all their videos or get recommendations for mixes from related artists.
Take it for a spin.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/01/You.Tube_.Disco_-450x347.png" alt=""  />
</p>
<p>Cool feature from YouTube. I think the service is called &ldquo;DISCO&rdquo;, short for  &ldquo;YouTube Music Discovery Project and Playlist Creation Tool&rdquo;.</p>
<p>Search for an artist, watch all their videos or get recommendations for mixes from related artists.</p>
<p><a href="http://www.youtube.com/disco">Take it for a spin.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Annular Solar Eclipse live!!</title>
      <link>https://thedaneshproject.com/posts/annular-solar-eclipse-live/</link>
      <pubDate>Fri, 15 Jan 2010 07:30:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/annular-solar-eclipse-live/</guid>
      <description>Catch the Annular Solar Eclipse Live. Watch feeds below. If you&amp;rsquo;re in India or Sri Lanka you could step out and experience it with your own 2 eyes.
Free Videos by Ustream.TV
Free TV Show from Ustream</description>
      <content:encoded><![CDATA[<p>Catch the <a href="http://news.outlookindia.com/item.aspx?672840">Annular Solar Eclipse</a> Live. Watch feeds below. If you&rsquo;re in India or Sri Lanka you could step out and experience it with your own 2 eyes.<br>
<!-- raw HTML omitted -->Free Videos by Ustream.TV<!-- raw HTML omitted --><br>
<!-- raw HTML omitted -->Free TV Show from Ustream<!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Find your computer model and serial in Windows 7</title>
      <link>https://thedaneshproject.com/posts/find-your-computer-model-and-serial-in-windows-7/</link>
      <pubDate>Thu, 14 Jan 2010 20:29:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/find-your-computer-model-and-serial-in-windows-7/</guid>
      <description>Here&amp;rsquo;s and easy way to find your computer model and serial in Windows 7.
Run the command &amp;ldquo;wmic csproduct&amp;rdquo; and you should see what you need.
If you need a specific field, simple modify the command to &amp;ldquo;wmic csproduct get [field name]&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s and easy way to find your computer model and serial in Windows 7.</p>
<p>Run the command &ldquo;wmic csproduct&rdquo; and you should see what you need.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/01/windows.7.model_-450x67.png" alt=""  />
</p>
<p>If you need a specific field, simple modify the command to &ldquo;wmic csproduct get [field name]&rdquo;.</p>
<p><img loading="lazy" src="/wp-content/uploads/2010/01/windows.7.model_.field_-450x67.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install VirtualBox 3.1.2 on Fedora 12</title>
      <link>https://thedaneshproject.com/posts/how-to-install-virtualbox-3.1.2-on-fedora-12/</link>
      <pubDate>Mon, 11 Jan 2010 17:45:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-virtualbox-3.1.2-on-fedora-12/</guid>
      <description>Here&amp;rsquo;s a quick guide to install VirtualBox 3.1.2 on Fedora 12
Import Sun&amp;rsquo;s public key [dexter]# wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm --import -
Download the Fedora repo file and save it into the /etc/yum.repos.d/ directory [dexter]# cd /etc/yum.repos.d/
[dexter]# wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
[dexter]# yum clean all
Install VirtualBox 3.1.2 [dexter]# yum install VirtualBox-3.1
That&amp;rsquo;s it!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/01/vbox_logo2_gradient.png" alt=""  />
</p>
<p>Here&rsquo;s a quick guide to install <a href="http://www.virtualbox.org/wiki/Linux_Downloads">VirtualBox</a> 3.1.2 on Fedora 12</p>
<ol>
<li>Import Sun&rsquo;s public key</li>
</ol>
<p><code>[dexter]# wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm --import -</code></p>
<ol start="2">
<li>Download the Fedora repo file and save it into the /etc/yum.repos.d/ directory</li>
</ol>
<p><code>[dexter]# cd /etc/yum.repos.d/</code></p>
<p><code>[dexter]# wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo</code></p>
<p><code>[dexter]# yum clean all</code></p>
<ol start="3">
<li>Install VirtualBox 3.1.2</li>
</ol>
<p><code>[dexter]# yum install VirtualBox-3.1</code></p>
<p>That&rsquo;s it!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Photoshop yourself into a Navi</title>
      <link>https://thedaneshproject.com/posts/photoshop-yourself-into-a-navi/</link>
      <pubDate>Mon, 11 Jan 2010 03:45:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/photoshop-yourself-into-a-navi/</guid>
      <description>Who said you need to spend millions on CGI to become a Navi, this guy did with Photoshop.
Looks pretty awesome right&amp;hellip;..
Source: dvice</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/01/Birth-of-an-Avatar-thumb-550x521-31135-450x426.jpg" alt=""  />
</p>
<p>Who said you need to spend millions on CGI to become a Navi, this guy did with Photoshop.</p>
<p>Looks pretty awesome right&hellip;..</p>
<p>Source: <a href="http://dvice.com/archives/2010/01/want-your-own-a.php">dvice</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Disable IPv6 in Firefox 3</title>
      <link>https://thedaneshproject.com/posts/disable-ipv6-in-firefox-3/</link>
      <pubDate>Sun, 10 Jan 2010 18:33:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/disable-ipv6-in-firefox-3/</guid>
      <description>Firefox 3 by default resolves IPv6 address first and if that fails then reverts to IPv4. This can sometimes slow down your browser&amp;rsquo;s performance.
Here are the steps to turn off IPv6 support in Firefox 3 and above.
Key in &amp;ldquo;about:config&amp;rdquo; into address bar, this will take you to the config page.
Key in &amp;ldquo;network.dns.disableIPv6&amp;rdquo; into the filter bar and hit enter.
Right click on the line that read &amp;ldquo;network.dns.disableIPv6&amp;rdquo; and select the &amp;ldquo;Toggle&amp;rdquo; option.</description>
      <content:encoded><![CDATA[<p>Firefox 3 by default resolves IPv6 address first and if that fails then reverts to IPv4. This can sometimes slow down your browser&rsquo;s performance.</p>
<p>Here are the steps to turn off IPv6 support in Firefox 3 and above.</p>
<ol>
<li>
<p>Key in &ldquo;about:config&rdquo; into address bar, this will take you to the config page.</p>
</li>
<li>
<p>Key in &ldquo;network.dns.disableIPv6&rdquo;  into the filter bar and hit enter.</p>
</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2010/01/snapshot1-450x115.png" alt=""  />
</p>
<ol start="3">
<li>Right click on the line that read &ldquo;network.dns.disableIPv6&rdquo; and select the &ldquo;Toggle&rdquo; option. This will switch the value from &ldquo;false&rdquo; to &ldquo;true&rdquo;</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2010/01/snapshot1-450x115.png" alt=""  />
</p>
<ol start="4">
<li>Restart the browser and enjoy the improvement.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>New GT5 Teaser</title>
      <link>https://thedaneshproject.com/posts/new-gt5-teaser/</link>
      <pubDate>Thu, 07 Jan 2010 01:50:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/new-gt5-teaser/</guid>
      <description>http://www.youtube.com/watch?v=Dx3OZjzinm8&amp;amp;feature=player_embedded
Sony has released a new teaser for it&amp;rsquo;s GT5 featuring it&amp;rsquo;s new addition to the game, the Mercedes-Benz SLS AMG.
The video looks awesome and there are part where reality and game place get hard to differenciate. Imaging a large HD screen with GT5 on it. wooow!!
Source: psu</description>
      <content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=Dx3OZjzinm8&amp;feature=player_embedded">http://www.youtube.com/watch?v=Dx3OZjzinm8&amp;feature=player_embedded</a></p>
<p>Sony has released a new teaser for it&rsquo;s GT5 featuring it&rsquo;s new addition to the game, the Mercedes-Benz SLS AMG.</p>
<p>The video looks awesome and there are part where reality and game place get hard to differenciate. Imaging a large HD screen with GT5 on it. wooow!!</p>
<p>Source: <a href="http://www.psu.com/New-GT5-video-and-screens--a0008486-p0.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LatestNews-Psucom+%28Latest+News+-+PSU.com%29">psu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Seesmic acquires Ping.fm</title>
      <link>https://thedaneshproject.com/posts/seesmic-acquires-ping.fm/</link>
      <pubDate>Wed, 06 Jan 2010 01:48:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/seesmic-acquires-ping.fm/</guid>
      <description>Seesmic has acquired Ping.fm. The multi social network update tool many have come to love.
The acquisition also included Ping.fm&amp;rsquo;s developers but the dollars behind the acquisition were undisclosed.
Seesmic now has access to more then 50 social networks! Ping.fm has about 500,00 registered users and does around 200,000 updates a day. This will now be Seesmic&amp;rsquo;s stats :D.
The Seesmic client will be fully integrated with Ping.fm by end of this month.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2010/01/seemic-pingfm.png" alt=""  />

Seesmic has acquired Ping.fm. The multi social network update tool many have come to love.</p>
<p>The acquisition also included Ping.fm&rsquo;s developers but the dollars behind the acquisition were undisclosed.</p>
<p>Seesmic now has access to more then 50 social networks! Ping.fm has about 500,00 registered users and does around 200,000 updates a day. This will now be Seesmic&rsquo;s stats :D.</p>
<p>The Seesmic client will be fully integrated with Ping.fm by end of this month. This means Seesmic users will now be able to post updates through Ping.fm&rsquo;s SMS, Email and Chat gateway.</p>
<p>Source: <a href="http://mashable.com/2010/01/04/seesmic-acquires-ping-fm/">Seesmic</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>lowyat.net down</title>
      <link>https://thedaneshproject.com/posts/lowyat.net-down/</link>
      <pubDate>Tue, 29 Dec 2009 05:23:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lowyat.net-down/</guid>
      <description>lowyat.net seems to be down. Anyone with info on this?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/lowyat.net_.down_-450x135.png" alt=""  />
</p>
<p><a href="http://lowyat.net">lowyat.net</a> seems to be down. Anyone with info on this?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Clash of the Titans looking good</title>
      <link>https://thedaneshproject.com/posts/clash-of-the-titans-looking-good/</link>
      <pubDate>Mon, 28 Dec 2009 05:04:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/clash-of-the-titans-looking-good/</guid>
      <description>http://www.youtube.com/watch?v=qpZ5D_Wc4cA
Wow&amp;hellip;..
Can&amp;rsquo;t wait for this remake to hit the big screen in March 2010.
Source: IMDB || Clash of the Titans</description>
      <content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=qpZ5D_Wc4cA">http://www.youtube.com/watch?v=qpZ5D_Wc4cA</a></p>
<p>Wow&hellip;..</p>
<p>Can&rsquo;t wait for this remake to hit the big screen in March 2010.</p>
<p>Source: <a href="http://www.imdb.com/title/tt0800320/">IMDB</a> || <a href="http://clash-of-the-titans.warnerbros.com/">Clash of the Titans</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Backupify for free. Limited time only.</title>
      <link>https://thedaneshproject.com/posts/backupify-for-free.-limited-time-only./</link>
      <pubDate>Sun, 27 Dec 2009 12:59:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/backupify-for-free.-limited-time-only./</guid>
      <description>Backupify is an online backup solution for all your web 2.0 accounts. Gmail, Flickr, Twitter, Photobucket, YouTube, Facebook, WordPress and etc&amp;hellip; Simply register your accounts and backups will be taken daily.
Good news, from now till 31st Jan 2010, Backupify accounts will be free for life with no limitations!! So make sure to sign up ASAP.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/backupify-1-450x296.png" alt=""  />
</p>
<p>Backupify is an <a href="http://www.backupify.com/how-it-works.php">online backup</a> solution for all your web 2.0 accounts. Gmail, Flickr, Twitter, Photobucket, YouTube, Facebook, WordPress and etc&hellip; Simply register your accounts and backups will be taken daily.</p>
<p>Good news, from now till 31st Jan 2010, Backupify accounts will be <a href="http://blog.backupify.com/2009/12/16/backup-your-online-accounts-for-free/">free</a> for life with no limitations!! So make sure to <a href="https://secure.backupify.com/signup">sign up</a> ASAP.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Simple Tags not working with WordPress 2.9</title>
      <link>https://thedaneshproject.com/posts/simple-tags-not-working-with-wordpress-2.9/</link>
      <pubDate>Sun, 27 Dec 2009 06:03:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/simple-tags-not-working-with-wordpress-2.9/</guid>
      <description>Upgraded to WordPress 2.9 and your simple tags plugin stopped working? Here&amp;rsquo;s a quick fix till the author releases a new version.
// Check version.&amp;lt;br /&amp;gt; global $wp_version;&amp;lt;br /&amp;gt; if ( strpos($wp_version, &#39;2.7&#39;) !== false || strpos($wp_version, &#39;2.8&#39;) !== false ) {&amp;lt;br /&amp;gt; require(dirname(__FILE__).&#39;/2.7/simple-tags.client.php&#39;);
Change it to;
// Check version.&amp;lt;br /&amp;gt; global $wp_version;&amp;lt;br /&amp;gt; if ( strpos($wp_version, &#39;2.7&#39;) !== false || strpos($wp_version, &#39;2.8&#39;) !== false || strpos($wp_version, &#39;2.9&#39;) !== false ) {&amp;lt;br /&amp;gt; require(dirname(__FILE__).</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/simple-tags-wp2.9-error.png" alt=""  />

Upgraded to WordPress 2.9 and your simple tags plugin stopped working? Here&rsquo;s a quick fix till the <a href="http://wordpress.org/extend/plugins/simple-tags/">author</a> releases a new version.</p>
<p><code>// Check version.&lt;br /&gt; global $wp_version;&lt;br /&gt; if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false  ) {&lt;br /&gt; require(dirname(__FILE__).'/2.7/simple-tags.client.php');</code></p>
<p>Change it to;</p>
<p><code>// Check version.&lt;br /&gt; global $wp_version;&lt;br /&gt; if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false  ) {&lt;br /&gt; require(dirname(__FILE__).'/2.7/simple-tags.client.php');</code></p>
<p>Basically add &ldquo;|| strpos($wp_version, &lsquo;2.9&rsquo;) !== false&rdquo; at the end of the if statement.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Public DNS down?</title>
      <link>https://thedaneshproject.com/posts/google-public-dns-down/</link>
      <pubDate>Sun, 27 Dec 2009 05:38:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-public-dns-down/</guid>
      <description>Google Public DNS servers, 8.8.8.8 and 8.8.4.4 are really sluggish today. Shit load of timeouts and really bad lag. I&amp;rsquo;m switching back to openDNS now. 208.67.222.222 and 208.67.220.220
Know something I don&amp;rsquo;t? Please share</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/google-dns-down-450x276.png" alt=""  />
</p>
<p>Google Public DNS servers, 8.8.8.8 and 8.8.4.4 are really sluggish today. Shit load of timeouts and really bad lag. I&rsquo;m switching back to openDNS now. 208.67.222.222 and 208.67.220.220</p>
<p>Know something I don&rsquo;t? Please share</p>
]]></content:encoded>
    </item>
    <item>
      <title>Newzleech is down for now</title>
      <link>https://thedaneshproject.com/posts/newzleech-is-down-for-now/</link>
      <pubDate>Sat, 19 Dec 2009 03:42:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/newzleech-is-down-for-now/</guid>
      <description>Newzleech has been down for almost a week now. Their hosting company based in the Ukraine Colocall was raided and all their server confiscated. Including the ones Newzleech was hosted on.
Newzleech is currently being restored but it will be sometime before we see it online.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/newzleech-down-450x172.png" alt=""  />
</p>
<p><a href="http://newzleech.com/">Newzleech</a> has been down for almost a week now. Their hosting company based in the Ukraine Colocall was raided and all their server confiscated. Including the ones Newzleech was hosted on.</p>
<p>Newzleech is currently being restored but it will be sometime before we see it online.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.9 is out</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.9-is-out/</link>
      <pubDate>Sat, 19 Dec 2009 03:09:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.9-is-out/</guid>
      <description>Just finished updating to WordPress 2.6 today. Here&amp;rsquo;s a few features which caught my extension.
There&amp;rsquo;s a new recycle bin feature now called &amp;ldquo;trash&amp;rdquo;. You get to undelete posts, you get the idea. There&amp;rsquo;s a new built in image editor. You can crop,flip,scale any image you upload. Batch plugin updates. Finally, you get to update all your outdated plugins in one go. Oembed, embed videos directly into posts now without the need for extra plugins.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>Just finished updating to WordPress 2.6 today. Here&rsquo;s a few features which caught my extension.</p>
<ul>
<li>There&rsquo;s a new recycle bin feature now called &ldquo;trash&rdquo;. You get to undelete posts, you get the idea.</li>
<li>There&rsquo;s a new built in image editor. You can crop,flip,scale any image you upload.</li>
<li>Batch plugin updates. Finally, you get to update all your outdated plugins in one go.</li>
<li><a href="http://codex.wordpress.org/Embeds">Oembed</a>, embed videos directly into posts now without the need for extra plugins. Just paste your video&rsquo;s url and wordpress will automatically embed it into your post.</li>
</ul>
<p>For the full list read Matt&rsquo;s post on <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">WordPress 2.9</a>.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.9 now.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>MacStudio grand opening at Bangsar Village</title>
      <link>https://thedaneshproject.com/posts/macstudio-grand-opening-at-bangsar-village/</link>
      <pubDate>Fri, 18 Dec 2009 20:04:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/macstudio-grand-opening-at-bangsar-village/</guid>
      <description>There&amp;rsquo;s a new Mac Studio opening up in Bangsar Village and the grand opening&amp;rsquo;s tomorrow. The first 100 guest to show up stand to get an iPod Nano.
Source: MacStudio</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/mac-studio-launch-19dec2009-450x293.png" alt=""  />
</p>
<p>There&rsquo;s a new Mac Studio opening up in Bangsar Village and the grand opening&rsquo;s tomorrow. The first 100 guest to show up stand to get an iPod Nano.</p>
<p>Source: <a href="http://www.discoveryweek.com.my/macstudio/">MacStudio</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Twitter Hacked</title>
      <link>https://thedaneshproject.com/posts/twitter-hacked/</link>
      <pubDate>Fri, 18 Dec 2009 07:39:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/twitter-hacked/</guid>
      <description>Reports are coming in that Twitter was hacked ealier today by an Iraninan organization known as the &amp;ldquo;Iranian Cyber Army&amp;rdquo;.
Twitter was defaced and the image below is what you got when you accessed Twitter.
Negative publicity like this is never good for giants like Twitter. Hopefully they will have better mechanisms in place to deter this from happening again in the future.
Twitter has yet to release an update on what happen or how much data was compromised.</description>
      <content:encoded><![CDATA[<p>Reports are coming in that Twitter was hacked ealier today by an Iraninan organization known as the &ldquo;Iranian Cyber Army&rdquo;.</p>
<p>Twitter was defaced and the image below is what you got when you accessed Twitter.</p>
<p>Negative publicity like this is never good for giants like Twitter. Hopefully they will have better mechanisms in place to deter this from happening again in the future.</p>
<p>Twitter has yet to release an update on what happen or how much data was compromised. I will try to keep you up2date.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/12/twitterhack-450x235.jpg" alt=""  />
</p>
<p>Update: Twitter DNS provider Dynect was compromised and not Twitter directly. [Source][2]</p>
<p>Update: Dynect was not compromised, someone logged in using a Twitter staff id and changed the DNS entries.</p>
<p>[1]: /wp-content/uploads/2009/12/twitterhack.jpg)
[2]: <a href="http://blog.twitter.com/2009/12/update-on-last-nights-dns-disruption.html">http://blog.twitter.com/2009/12/update-on-last-nights-dns-disruption.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3.5.6 released</title>
      <link>https://thedaneshproject.com/posts/firefox-3.5.6-released/</link>
      <pubDate>Thu, 17 Dec 2009 08:42:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3.5.6-released/</guid>
      <description>Firefox 3.5.6 is out.
Changes in this release are security and stability related so make sure you get updated ASAP.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Firefox 3.5.6 is out.</p>
<p>Changes in this release are <a href="http://www.mozilla.org/security/known-vulnerabilities/firefox35.html#firefox3.5.6">security</a> and <a href="https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20status1.9.1%3A.6-fixed">stability</a> related so make sure you get updated ASAP.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Astro goes HD with B.yond</title>
      <link>https://thedaneshproject.com/posts/astro-goes-hd-with-b.yond/</link>
      <pubDate>Wed, 16 Dec 2009 06:10:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/astro-goes-hd-with-b.yond/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2009/12/astro.byond_-450x306.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/astro.byond_-450x306.png" alt=""  />
</p>
<p>If you are like me then you have an HD LCD TV with crappy Astro viewing quality. Not for long! 😀</p>
<p>Astro just launch their HD service, yup Astro doing HD!!  The official launch was last week and the HD broadcast starts Friday.</p>
<p>The B.yond service will cost you an additional RM20 from your current Astro bill but you won&rsquo;t need to pay anything extra for the new set-top-box, smart card and outdoor dish. Astro will swap out your old DVR for the new set-top-box for free.</p>
<p>Not all channels will be in HD. For now only these channels will be in HD. The HD broadcast will be in 1080i and 720p so it should work just fine on HD-Ready and Full-HD TVs.</p>
<ul>
<li>Astro Supersport HD</li>
<li>HBO HD</li>
<li>National Geographic Channel HD</li>
<li>History HD</li>
<li>ESPN HD (January next year)</li>
</ul>
<p>There are plans to roll out local HD-only channels somewhere next year but details and pricing are yet to be finalized.</p>
<p>How to start enjoying Astro&rsquo;s new HD channels?</p>
<ol>
<li>
<p>Go to Astro [B.yond][2].</p>
</li>
<li>
<p>Go to the &ldquo;Subscribe Now&rdquo; page and follow the instructions.</p>
</li>
</ol>
<p>Something to remember, if you live in an apartment with a centralized Astro dish, you&rsquo;re screwed!! You will have to wait till Astro replaces the dish and that could take months. 🙁</p>
<p>Source: [Astro B.yond][2]</p>
<p>[1]: /wp-content/uploads/2009/12/astro.byond_.png)
[2]: <a href="http://www.astro.com.my/byond/index.asp">http://www.astro.com.my/byond/index.asp</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Telekom Malaysia on Twitter</title>
      <link>https://thedaneshproject.com/posts/telekom-malaysia-on-twitter/</link>
      <pubDate>Mon, 14 Dec 2009 06:00:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/telekom-malaysia-on-twitter/</guid>
      <description>Telekom Malaysian has decided to go social, it popped up on Twitter last week under [@tmcorp][2].
Now Telekom Malaysia has a way to communicate with it&amp;rsquo;s customers.
Will it work? All depends on who&amp;rsquo;s sitting behind the keyboard at their end I guess.
Source: [K.Kugan][3]
[1]: /wp-content/uploads/2009/12/tmcorp-twitter.png) [2]: http://twitter.com/tmcorp [3]: http://www.malaysianwireless.com/2009/12/telekom-malaysia-on-twitter.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/tmcorp-twitter-450x308.png" alt=""  />
</p>
<p>Telekom Malaysian has decided to go social, it popped up on Twitter last week under [@tmcorp][2].</p>
<p>Now Telekom Malaysia has a way to communicate with it&rsquo;s customers.</p>
<p>Will it work? All depends on who&rsquo;s sitting behind the keyboard at their end I guess.</p>
<p>Source: [K.Kugan][3]</p>
<p>[1]: /wp-content/uploads/2009/12/tmcorp-twitter.png)
[2]: <a href="http://twitter.com/tmcorp">http://twitter.com/tmcorp</a>
[3]: <a href="http://www.malaysianwireless.com/2009/12/telekom-malaysia-on-twitter.html">http://www.malaysianwireless.com/2009/12/telekom-malaysia-on-twitter.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Chrome for Linux is Ready</title>
      <link>https://thedaneshproject.com/posts/google-chrome-for-linux-is-ready/</link>
      <pubDate>Sun, 13 Dec 2009 12:00:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-chrome-for-linux-is-ready/</guid>
      <description>Google Chrome for Linux is finally out!! It&amp;rsquo;s in BETA for now so expect to run into a few bugs here and there.
60,000 lines of Linux-specific code written 23 developer builds 2,713 Linux-specific bugs fixed 12 external committers and bug editors to the Google Chrome for Linux code base, 48 external code contributors Google Chrome for Linux come is .deb for Ubuntu/Debian and .rpm for Fedora and OpenSUSE. Download Google Chrome for Linux Now!</description>
      <content:encoded><![CDATA[<p>Google Chrome for Linux is finally out!! It&rsquo;s in BETA for now so expect to run into a few bugs here and there.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<ul>
<li>60,000 lines of Linux-specific code written</li>
<li>23 developer builds</li>
<li>2,713 Linux-specific bugs fixed</li>
<li>12 external committers and bug editors to the Google Chrome for Linux code base, 48 external code contributors</li>
</ul>
<p>Google Chrome for Linux come is .deb for Ubuntu/Debian and .rpm for Fedora and OpenSUSE. <a href="http://www.google.com/chrome?hl=en&amp;platform=linux&amp;brand=CHFK">Download Google Chrome for Linux Now!!</a>.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/12/Google-Chrome-For-Linux-450x437.png" alt=""  />
</p>
<p>Source: [Google Chrome][3]</p>
<p>[2]: /wp-content/uploads/2009/12/Google-Chrome-For-Linux.png)
[3]: <a href="http://www.google.com/chrome/intl/en/w00t.html">http://www.google.com/chrome/intl/en/w00t.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Public DNS</title>
      <link>https://thedaneshproject.com/posts/google-public-dns/</link>
      <pubDate>Fri, 04 Dec 2009 01:34:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-public-dns/</guid>
      <description>Google today introduced their latest offering. &amp;ldquo;Google Public DNS&amp;rdquo;.
I&amp;rsquo;ve always been on [OpenDNS][2]. However, they have no presence in Asia and this doesn&amp;rsquo;t exactly boost DNS performance for us.
Google&amp;rsquo;s new &amp;ldquo;Google Public DNS&amp;rdquo; is surprising fast and after switching over to it I experince improvements my web browsing experience. Here&amp;rsquo;s a quick benchmark of Google vs OpenDNS. [Link][3]
Currently Google does not provide a dashboard like what OpenDNS has and it&amp;rsquo;s yet to include extra features like shortcuts, filtering and zoning like what OpenDNS has.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/Google-Public-DNS-449x140.png" alt=""  />
</p>
<p>Google today introduced their latest offering. &ldquo;Google Public DNS&rdquo;.</p>
<p>I&rsquo;ve always been on [OpenDNS][2]. However, they have no presence in Asia and this doesn&rsquo;t exactly boost DNS performance for us.</p>
<p>Google&rsquo;s new &ldquo;Google Public DNS&rdquo; is surprising fast and after switching over to it I experince improvements my web browsing experience. Here&rsquo;s a quick benchmark of Google vs OpenDNS. [Link][3]</p>
<p>Currently Google does not provide a dashboard like what OpenDNS has and it&rsquo;s yet to include extra features like shortcuts, filtering and zoning like what OpenDNS has. I&rsquo;m quite sure they will pop up soon&hellip;.</p>
<p>To start using &ldquo;Google Public DNS&rdquo; simply replace your current dns servers with theirs. Listed below,</p>
<ul>
<li>8.8.8.8</li>
<li>8.8.4.4</li>
</ul>
<p>For the full walkthrough refer to Google&rsquo;s &ldquo;[Using Google Public DNS][4]&rdquo; or [download the guide][5].</p>
<p>Talk about Google taking over the world. At first they only knew what you were searching for but now once you switch over they will know everything you do online&hellip;&hellip; SCARY!!</p>
<p>Source: [Google Public DNS][6] | [Blog@Google Code][7]</p>
<p>[1]: /wp-content/uploads/2009/12/Google-Public-DNS.png)
[2]: <a href="http://www.opendns.com/">http://www.opendns.com/</a>
[3]: <a href="http://www.manu-j.com/blog/opendns-alternative-google-dns-rocks/403/">http://www.manu-j.com/blog/opendns-alternative-google-dns-rocks/403/</a>
[4]: <a href="http://code.google.com/speed/public-dns/docs/using.html">http://code.google.com/speed/public-dns/docs/using.html</a>
[5]: <a href="http://code.google.com/speed/public-dns/images/using.pdf">http://code.google.com/speed/public-dns/images/using.pdf</a>
[6]: <a href="http://code.google.com/speed/public-dns/">http://code.google.com/speed/public-dns/</a>
[7]: <a href="http://googlecode.blogspot.com/2009/12/introducing-google-public-dns-new-dns.html">http://googlecode.blogspot.com/2009/12/introducing-google-public-dns-new-dns.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>I have an iPhone!!</title>
      <link>https://thedaneshproject.com/posts/i-have-an-iphone/</link>
      <pubDate>Thu, 03 Dec 2009 08:03:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/i-have-an-iphone/</guid>
      <description>What can&amp;rsquo;t the iPhone do? Hee Hee&amp;hellip;.
[1]: /wp-content/uploads/2009/12/I-have-an-iphone.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/12/I-have-an-iphone-450x417.png" alt=""  />
</p>
<p>What can&rsquo;t the iPhone do? Hee Hee&hellip;.</p>
<p>[1]: /wp-content/uploads/2009/12/I-have-an-iphone.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Is Linus Torvalds digging Windows 7?</title>
      <link>https://thedaneshproject.com/posts/is-linus-torvalds-digging-windows-7/</link>
      <pubDate>Sat, 21 Nov 2009 00:29:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/is-linus-torvalds-digging-windows-7/</guid>
      <description>What ya think? Is Linus Torvalds digging Windows 7?
The Japanese dude behind has no clue what going on&amp;hellip;!!
Source: [LinuxInsight][2]
[1]: /wp-content/uploads/2009/11/linus_thumbs_up_for_windows_7.jpg) [2]: http://www.linuxinsight.com/linus-thumbs-up-for-windows-7.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/linus_thumbs_up_for_windows_7-450x299.jpg" alt=""  />
</p>
<p>What ya think? Is Linus Torvalds digging Windows 7?</p>
<p>The Japanese dude behind has no clue what going on&hellip;!!</p>
<p>Source: [LinuxInsight][2]</p>
<p>[1]: /wp-content/uploads/2009/11/linus_thumbs_up_for_windows_7.jpg)
[2]: <a href="http://www.linuxinsight.com/linus-thumbs-up-for-windows-7.html">http://www.linuxinsight.com/linus-thumbs-up-for-windows-7.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>What is Google Chrome OS?</title>
      <link>https://thedaneshproject.com/posts/what-is-google-chrome-os/</link>
      <pubDate>Fri, 20 Nov 2009 10:07:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-is-google-chrome-os/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2009/11/chromeos-hard-450x304.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/chromeos-hard-450x304.jpg" alt=""  />
</p>
<p>What is Google Chrome OS?</p>
<p>[youtube]http://www.youtube.com/watch?v=0QRO3gKj3qw[/youtube]</p>
<p>Google&rsquo;s a year away from releasing Chrome OS but the code has already been made fully Open Source for the open source community start enjoying today.</p>
<p>Google hosted a Google Chrome OS event today to share their progress so far and the direction they&rsquo;re moving in. Also, there&rsquo;s demo of Google Chrome OS in action. [Watch the webcast][2].</p>
<p>I&rsquo;m excited about Chrome OS. It&rsquo;s fast (7 sec boot), it&rsquo;s simple, it&rsquo;s clean, it&rsquo;s secure, all your data sits on the cloud and so far the UI looks awesome!</p>
<p>We use the browser and not the OS so why keep the the OS?  That&rsquo;s Google&rsquo;s idea and I&rsquo;m loving it so far.</p>
<p>Reality check though, they might just be taking over the world!!</p>
<p>Source: [mattcutts][3]</p>
<p>[1]: /wp-content/uploads/2009/11/chromeos-hard.jpg)
[2]: <a href="http://www.google.com/intl/en/press/annc/20091119_chrome_os_webcast.html">http://www.google.com/intl/en/press/annc/20091119_chrome_os_webcast.html</a>
[3]: <a href="http://www.mattcutts.com/blog/google-chrome-os/">http://www.mattcutts.com/blog/google-chrome-os/</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Retweet to share tweets</title>
      <link>https://thedaneshproject.com/posts/retweet-to-share-tweets/</link>
      <pubDate>Thu, 19 Nov 2009 09:18:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/retweet-to-share-tweets/</guid>
      <description>Looks like I&amp;rsquo;m gonna be testing Twitter&amp;rsquo;s new &amp;ldquo;Retweet&amp;rdquo; feature. Received the above when I logged in to Twitter today.
Source: [Blog @ Twitter][2]
[1]: /wp-content/uploads/2009/11/twitter-rt.png) [2]: http://blog.twitter.com/2009/08/project-retweet-phase-one.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/twitter-rt-450x145.png" alt=""  />
</p>
<p>Looks like I&rsquo;m gonna be testing  Twitter&rsquo;s new &ldquo;Retweet&rdquo; feature. Received the above when I logged in to Twitter today.</p>
<p>Source: [Blog @ Twitter][2]</p>
<p>[1]: /wp-content/uploads/2009/11/twitter-rt.png)
[2]: <a href="http://blog.twitter.com/2009/08/project-retweet-phase-one.html">http://blog.twitter.com/2009/08/project-retweet-phase-one.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My first 3 Google Chrome extensions</title>
      <link>https://thedaneshproject.com/posts/my-first-3-google-chrome-extensions/</link>
      <pubDate>Wed, 18 Nov 2009 00:00:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-first-3-google-chrome-extensions/</guid>
      <description>[][1]Finally installed Google Chrome 4.0 Dev Channel today.
Up until recently my top 3 Firefox extensions have never played nice with Chrome. Taking them for a spin now.
LastPass - Best password manager ever! [ [DOWNLOAD][2] ]
Xmarks - My favorite bookmark sync tool.[ [DOWNLOAD ALPHA][3] ]
Feedly - My favorite news aggregator. Magazine style! [ [DOWNLOAD][4] ]
[1]: /wp-content/uploads/2008/09/chrome-205_noshadow.png) [2]: https://lastpass.com/lpchrome.php [3]: http://beta.xmarks.com/program/chrome [4]: http://update.feedly.com/release/feedly.crx</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/chrome-205_noshadow.png" alt=""  />
</p>
<p>[][1]Finally installed Google Chrome 4.0 Dev Channel today.</p>
<p>Up until recently my top 3 Firefox extensions have never played nice with Chrome. Taking them for a spin now.</p>
<ol>
<li>
<p>LastPass - Best password manager ever! [ [DOWNLOAD][2] ]</p>
</li>
<li>
<p>Xmarks - My favorite bookmark sync tool.[  [DOWNLOAD ALPHA][3] ]</p>
</li>
<li>
<p>Feedly - My favorite news aggregator. Magazine style! [ [DOWNLOAD][4] ]</p>
</li>
</ol>
<p>[1]: /wp-content/uploads/2008/09/chrome-205_noshadow.png)
[2]: <a href="https://lastpass.com/lpchrome.php">https://lastpass.com/lpchrome.php</a>
[3]: <a href="http://beta.xmarks.com/program/chrome">http://beta.xmarks.com/program/chrome</a>
[4]: <a href="http://update.feedly.com/release/feedly.crx">http://update.feedly.com/release/feedly.crx</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PS3 meets Facebook in PS3 update 3.10</title>
      <link>https://thedaneshproject.com/posts/ps3-meets-facebook-in-ps3-update-3.10/</link>
      <pubDate>Tue, 17 Nov 2009 14:14:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ps3-meets-facebook-in-ps3-update-3.10/</guid>
      <description>&lt;p&gt;[youtube]http://www.youtube.com/watch?v=NI6QIlfkb0A[/youtube]&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a quick preview of what&amp;rsquo;t in the new PS3 firmware 3.10 which is scheduled to come out in the coming weeks.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=NI6QIlfkb0A[/youtube]</p>
<p>.</p>
<p>Here&rsquo;s a quick preview of what&rsquo;t in the new PS3 firmware 3.10 which is scheduled to come out in the coming weeks.</p>
<p>To start off, Facebook is coming to your PS3 console. Yup, you will now with linking your PSN to your Facebook account. You will be able to share trophy stats, games stats (future) and PlayStation store purchase updates to your Facebook feed.</p>
<p><img loading="lazy" src="http://img43.imageshack.us/img43/6950/ps3fb1.png" alt=""  />
</p>
<p>The the other update is do with the PS3 image browser. No more a list, it&rsquo;s now a wall with thumbnails to make browsing through large collections  a walk in the park.</p>
<p><img loading="lazy" src="http://img35.imageshack.us/img35/2980/ps3fb6.png" alt=""  />
</p>
<p>Lastly, the friends section gets a makeover too. Only the friend in focus gets highlighted now and not all.</p>
<p><img loading="lazy" src="http://img188.imageshack.us/img188/795/ps3fb7.png" alt=""  />
</p>
<p>[][3]Also, you can now change your profile color.</p>
<p><img loading="lazy" src="http://img692.imageshack.us/img692/8488/ps3fb8.png" alt=""  />
</p>
<p>There should be a few other fixes/enhancements coming out with this release. We will juts have to wait and see.</p>
<p>Source: PS3 Blog</p>
<p>[1]: <a href="http://img43.imageshack.us/img43/6950/ps3fb1.png">http://img43.imageshack.us/img43/6950/ps3fb1.png</a>)
[2]: <a href="http://img35.imageshack.us/img35/2980/ps3fb6.png">http://img35.imageshack.us/img35/2980/ps3fb6.png</a>)
[3]: <a href="http://img188.imageshack.us/img188/795/ps3fb7.png">http://img188.imageshack.us/img188/795/ps3fb7.png</a>)
[4]: <a href="http://img692.imageshack.us/img692/8488/ps3fb8.png">http://img692.imageshack.us/img692/8488/ps3fb8.png</a>)</p>]]></content:encoded>
    </item>
    <item>
      <title>Broken Promises , Trust Me</title>
      <link>https://thedaneshproject.com/posts/broken-promises-trust-me/</link>
      <pubDate>Tue, 17 Nov 2009 14:00:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/broken-promises-trust-me/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=Gk4FIIkKXdw[/youtube]
.
Man, Apple&amp;rsquo;s all out to diss Windows 7. Have fun</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=Gk4FIIkKXdw[/youtube]</p>
<p>.</p>
<p>Man, Apple&rsquo;s all out to diss Windows 7. <a href="http://www.apple.com/getamac/ads/">Have fun</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Feedly for Google Chrome</title>
      <link>https://thedaneshproject.com/posts/how-to-install-feedly-for-google-chrome/</link>
      <pubDate>Tue, 17 Nov 2009 05:37:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-feedly-for-google-chrome/</guid>
      <description>Based on popular demand the people at Feedly have released Feedly for Chorme. Getting it install is easy, here&amp;rsquo;s how.
Download and install Google Chrome 4.0 Dev Channel. [Windows][2] | [Mac][3] | [Linux 32bit][4] | [Linux 64 bit][5]
Fire up the newly install Chrome and go to &amp;ldquo;http://update.feedly.com/release/feedly.crx&amp;rdquo; to install the Feedly extension.
Click the Feedly icon, log in to Google Reader and start enjoying Feedly for Chrome.
Follow [@feedly_chrome][6] on Twitter to stay up to date with the Feedly for Chrome extension.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/chrome-feedly-1-450x352.png" alt=""  />
</p>
<p>Based on popular demand the people at Feedly have released Feedly for Chorme. Getting it install is easy, here&rsquo;s how.</p>
<ol>
<li>
<p>Download and install  Google Chrome 4.0 Dev Channel. [Windows][2] | [Mac][3] | [Linux 32bit][4] | [Linux 64 bit][5]</p>
</li>
<li>
<p>Fire up the newly install Chrome and go to &ldquo;<a href="http://update.feedly.com/release/feedly.crx">http://update.feedly.com/release/feedly.crx</a>&rdquo; to install the Feedly extension.</p>
</li>
<li>
<p>Click the Feedly icon, log in to Google Reader and start enjoying Feedly for Chrome.</p>
</li>
</ol>
<p>Follow [@feedly_chrome][6] on Twitter to stay up to date with the Feedly for Chrome extension.</p>
<p>Source: [Blog@Feedly][7]</p>
<p>[1]: /wp-content/uploads/2009/11/chrome-feedly-1.png)
[2]: <a href="http://www.google.com/chrome/eula.html?extra=devchannel">http://www.google.com/chrome/eula.html?extra=devchannel</a>
[3]: <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac</a>
[4]: <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb">http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb</a>
[5]: <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_amd64_deb">http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_amd64_deb</a>
[6]: <a href="http://www.twitter.com/feedly_chrome">http://www.twitter.com/feedly_chrome</a>
[7]: <a href="http://blog.feedly.com">http://blog.feedly.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>FTTH in Malaysia</title>
      <link>https://thedaneshproject.com/posts/ftth-in-malaysia/</link>
      <pubDate>Mon, 16 Nov 2009 09:25:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ftth-in-malaysia/</guid>
      <description>Looks like the FTTH ( Fiber To The Home ) in Malaysia ball is rolling again. There are reports of Maxis and TM enrolling testers in Bangsar and Sri Hartamas to carry out beta testing.
This what Alan Tan who&amp;rsquo;s currently [beta testing the Maxis FTTH][3] is getting. WOW! &amp;hellip;. Sigh&amp;hellip; I want, I want.
According to Alan, he&amp;rsquo;s experience so far has been good. Awesome torrenting speeds ( at 600 kB/s, I guess no fair policy yet) and [fluid HD video][4] streaming without a glitch.</description>
      <content:encoded><![CDATA[<p>Looks like the <a href="http://en.wikipedia.org/wiki/Fiber_to_the_x">FTTH</a> ( Fiber To The Home ) in Malaysia ball is rolling again. There are reports of Maxis and TM enrolling testers in Bangsar and Sri Hartamas to carry out beta testing.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/11/623119038.png" alt=""  />
</p>
<p>This what Alan Tan who&rsquo;s currently [beta testing the Maxis FTTH][3] is getting. WOW! &hellip;. Sigh&hellip; I want, I want.</p>
<p>According to Alan, he&rsquo;s experience so far has been good. Awesome torrenting speeds ( at 600 kB/s, I guess no fair policy yet) and  [fluid HD video][4] streaming without a glitch.</p>
<p>I&rsquo;ve not heard any performance related details about TM&rsquo;s FTTH so far. With TM you can never be optimistic, based on my experience with them so far nothing has ever been what it was supposed to be. When you have to go to MCMC to sort out a 1Mbps line, you know they suck.</p>
<p>TM is the backbone, they have the money which gave them some advantage before but now the competition is getting fierce with other  wireless, fiber and ADSL providers coming into the picture. Hopefully they don&rsquo;t get served.</p>
<p>Source: [Alan Tan][3] | [Fain][5]</p>
<p>[2]: /wp-content/uploads/2009/11/623119038.png)
[3]: <a href="http://asia.cnet.com/blogs/poptech-for-you/post.htm?id=63014886&amp;scid=hm_bl">http://asia.cnet.com/blogs/poptech-for-you/post.htm?id=63014886&amp;scid=hm_bl</a>
[4]: /posts/youtube-goes-1080p-hd-this-week/
[5]: <a href="http://fainonline.blogspot.com/">http://fainonline.blogspot.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>YouTube goes 1080p HD this week</title>
      <link>https://thedaneshproject.com/posts/youtube-goes-1080p-hd-this-week/</link>
      <pubDate>Sun, 15 Nov 2009 16:17:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/youtube-goes-1080p-hd-this-week/</guid>
      <description>YouTube [announced][2] that it&amp;rsquo;s rolling out support for 1080p HD format this week. Up till now YouTube only went up to 720p but now it&amp;rsquo;s going further with 1080p.
What about all the current HD video already re-encoded into lower quality formats you ask? YouTube plans to re-encode all HD video previously uploaded by users into the correct HD formats.
Like many other Malaysians I&amp;rsquo;m not too excited about this.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://lh6.ggpht.com/_0uuFi1arkJE/SvyloXtQUwI/AAAAAAAAARI/_sKxO-q-hsE/s800/hd-1080p%252.jpg" alt=""  />
</p>
<p>YouTube [announced][2] that it&rsquo;s rolling out support for 1080p HD format this week. Up till now YouTube only went up to 720p but now it&rsquo;s going further with 1080p.</p>
<p>What about all the current HD video already re-encoded into lower quality formats you ask? YouTube plans to re-encode all HD video previously uploaded by users into the correct HD formats.</p>
<p>Like many other Malaysians I&rsquo;m not too excited about this. We here still don&rsquo;t have the bandwidth or the low latency required to enjoy fluid streaming. Sigh&hellip;..</p>
<p>Watch [ [THIS VIDEO][3] or [THIS VIDEO][4]] to get a taste of 1080p on YouTube.</p>
<p>[1]: <a href="http://lh6.ggpht.com/_0uuFi1arkJE/SvyloXtQUwI/AAAAAAAAARI/_sKxO-q-hsE/s800/hd-1080p%2.jpg">http://lh6.ggpht.com/_0uuFi1arkJE/SvyloXtQUwI/AAAAAAAAARI/_sKxO-q-hsE/s800/hd-1080p%2.jpg</a>)
[2]: <a href="http://youtube-global.blogspot.com/2009/11/1080p-hd-comes-to-youtube.html">http://youtube-global.blogspot.com/2009/11/1080p-hd-comes-to-youtube.html</a>
[3]: <a href="http://www.youtube.com/watch?v=DUM1284TqFc">http://www.youtube.com/watch?v=DUM1284TqFc</a>
[4]: <a href="http://www.youtube.com/watch?v=5f-MYl-HzNw">http://www.youtube.com/watch?v=5f-MYl-HzNw</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>VirtualBox 3.1.0 Beta 1 released</title>
      <link>https://thedaneshproject.com/posts/virtualbox-3.1.0-beta-1-released/</link>
      <pubDate>Sun, 15 Nov 2009 14:20:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/virtualbox-3.1.0-beta-1-released/</guid>
      <description>VirtualBox 3.1.0 Beta 1 was just released. This is a major update bundled with quite a few cool and much anticipated features. The release also includes bug fixes for version 3.0.10.
Teleportation (Live migration) - You can now move VMs across machines.
2D video acceleration for Windows hosts.
Snapshot got smarter. You can now restore from any snapshot and not just the last one.
Network modules can now be changed while the VM is running.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/vbox_logo.png" alt=""  />
</p>
<p>VirtualBox 3.1.0 Beta 1 was just released. This is a major update bundled with quite a few cool and much anticipated features. The release also includes bug fixes for version 3.0.10.</p>
<p>Teleportation (Live migration) - You can now move VMs across machines.</p>
<p>2D video acceleration for Windows hosts.</p>
<p>Snapshot got smarter. You can now restore from any snapshot and not just the last one.</p>
<p>Network modules can now be changed while the VM is running.</p>
<p>Performance improvements for PAE and AMD 64 guests.</p>
<p>For the complete list of changes please check out the [change log][2].</p>
<p>[DOWNLOAD VirtualBox 3.1.0 Beta 1][3]</p>
<p>[1]: /wp-content/uploads/2009/11/vbox_logo.png)
[2]: <a href="http://forums.virtualbox.org/viewtopic.php?f=15&amp;t=24458">http://forums.virtualbox.org/viewtopic.php?f=15&amp;t=24458</a>
[3]: <a href="http://download.virtualbox.org/virtualbox/3.1.0_BETA1/">http://download.virtualbox.org/virtualbox/3.1.0_BETA1/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>GSC website down….</title>
      <link>https://thedaneshproject.com/posts/gsc-website-down./</link>
      <pubDate>Sat, 14 Nov 2009 08:34:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gsc-website-down./</guid>
      <description>Looks like everybody wants to watch 2012. Damn
For show times [go here][2] and for online bookings [go here][3]. Both are stripped down versions of GSC.
GSC, start thinking about the cloud.
[1]: /wp-content/uploads/2009/11/GSC-Busy.png) [2]: http://www.gsc.com.my/RD1/showtimesR3_temp2.asp [3]: http://www.gsc.com.my/RD1/epayment_Temp2.asp?whichstep=step1</description>
      <content:encoded><![CDATA[<p>Looks like everybody wants to watch 2012. Damn</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/11/GSC-Busy-450x187.png" alt=""  />
</p>
<p>For show times [go here][2] and for online bookings [go here][3]. Both are stripped down versions of GSC.</p>
<p>GSC, start thinking about the cloud.</p>
<p>[1]: /wp-content/uploads/2009/11/GSC-Busy.png)
[2]: <a href="http://www.gsc.com.my/RD1/showtimesR3_temp2.asp">http://www.gsc.com.my/RD1/showtimesR3_temp2.asp</a>
[3]: <a href="http://www.gsc.com.my/RD1/epayment_Temp2.asp?whichstep=step1">http://www.gsc.com.my/RD1/epayment_Temp2.asp?whichstep=step1</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PayPal now supports Malaysian Banks</title>
      <link>https://thedaneshproject.com/posts/paypal-now-supports-malaysian-banks/</link>
      <pubDate>Thu, 12 Nov 2009 10:10:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/paypal-now-supports-malaysian-banks/</guid>
      <description>Good news!! PayPal now does Malaysia.
Finally after all this time, PayPal now supports the MYR and withdrawal through any Malaysian bank using MEPS.
Selling online just became easier!!
Linking your local bank account to PayPal is done over [MEPS][2] and the process is easy. Follow the links below for the complete walkthourgh.
[LiewCF - How to Withdraw PayPal Money to Any Malaysia Bank Accounts?][3]
[SELL MORE ONLINE - How to link PayPal to Malaysia Bank Account?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/paypal-logo1.jpg" alt=""  />
</p>
<p>Good news!! PayPal now does Malaysia.</p>
<p>Finally after all this time, PayPal now supports the MYR and withdrawal through any Malaysian bank using MEPS.</p>
<p>Selling online just became easier!!</p>
<p>Linking your local bank account to PayPal is done over [MEPS][2] and the process is easy. Follow the links below for the complete walkthourgh.</p>
<ol>
<li>
<p>[LiewCF - How to Withdraw PayPal Money to Any Malaysia Bank Accounts?][3]</p>
</li>
<li>
<p>[SELL MORE ONLINE - How to link PayPal to Malaysia Bank Account?][4]</p>
</li>
</ol>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<pre><code>  &lt;div id=&quot;post-196&quot; class=&quot;post&quot;&gt;
    &lt;div class=&quot;postMeta fix&quot;&gt;
      &lt;p class=&quot;container&quot;&gt;
        &lt;span class=&quot;date&quot;&gt;Oct 28, 2009&lt;/span&gt;
      &lt;/p&gt;
    &lt;/div&gt;
    
    &lt;h2&gt;
      &lt;a title=&quot;How to link PayPal to Malaysia Bank Account?&quot; href=&quot;http://www.webshaper.com.my/blog/index.php/how-to-link-paypal-to-malaysia-bank-account/&quot;&gt;How to link PayPal to Malaysia Bank Account?&lt;/a&gt;
    &lt;/h2&gt;
  &lt;/div&gt;
&lt;/div&gt;
</code></pre>
<!-- raw HTML omitted -->
<p>[1]: /wp-content/uploads/2009/11/paypal-logo1.jpg)
[2]: <a href="http://www.meps.com.my/">http://www.meps.com.my/</a>
[3]: <a href="http://www.liewcf.com/archives/2009/11/how-to-withdraw-paypal-money-malaysia-bank-accounts/">http://www.liewcf.com/archives/2009/11/how-to-withdraw-paypal-money-malaysia-bank-accounts/</a>
[4]: <a href="http://www.webshaper.com.my/blog/index.php/how-to-link-paypal-to-malaysia-bank-account/">http://www.webshaper.com.my/blog/index.php/how-to-link-paypal-to-malaysia-bank-account/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Namecheap Coupon for November 2009</title>
      <link>https://thedaneshproject.com/posts/namecheap-coupon-for-november-2009/</link>
      <pubDate>Mon, 09 Nov 2009 09:41:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/namecheap-coupon-for-november-2009/</guid>
      <description>Latest NameCheap domain registration coupon.
Coupon: AUTUMNLEAVES
Discount: Save $0.88 for 1 year new domain registration only
Source: WL</description>
      <content:encoded><![CDATA[<p>Latest <a href="http://www.namecheap.com/?aff=1140">NameCheap</a> domain registration coupon.</p>
<p>Coupon: AUTUMNLEAVES<br>
Discount: Save $0.88 for 1 year new domain registration only</p>
<p>Source: <a href="http://wingloon.com/2009/11/02/namecheap-coupon-for-november-2009/">WL</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>What do you use your IE for?</title>
      <link>https://thedaneshproject.com/posts/what-do-you-use-your-ie-for/</link>
      <pubDate>Fri, 06 Nov 2009 09:34:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-do-you-use-your-ie-for/</guid>
      <description>This is so true!!
I currently only have one laptop running Window XP, my office laptop. The rest run Linux.
IE is only use to browse my local Intranet aka &amp;ldquo;sharepoint&amp;rdquo; and to download my essential software when I first install.
Source: [TheNextWeb][2]
[1]: /wp-content/uploads/2009/11/IE-4.jpg) [2]: http://thenextweb.com/shareables/2009/11/04/reasons-internet-explorer/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/IE-4-450x223.jpg" alt=""  />
</p>
<p>This is so true!!</p>
<p>I currently only have one laptop running Window XP, my office laptop. The rest run Linux.</p>
<p>IE is only use to browse my local Intranet aka &ldquo;sharepoint&rdquo; and to download my essential software when I first install.</p>
<p>Source: [TheNextWeb][2]</p>
<p>[1]: /wp-content/uploads/2009/11/IE-4.jpg)
[2]: <a href="http://thenextweb.com/shareables/2009/11/04/reasons-internet-explorer/">http://thenextweb.com/shareables/2009/11/04/reasons-internet-explorer/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Up for a game of MACOPOLY?</title>
      <link>https://thedaneshproject.com/posts/up-for-a-game-of-macopoly/</link>
      <pubDate>Fri, 06 Nov 2009 03:26:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/up-for-a-game-of-macopoly/</guid>
      <description>Love monopoly? Love the MAC? If your answer is yes then you&amp;rsquo;ll love MACOPOLY, the Apple version of the popular board game Monopoly.
Click on the image to view in full size.
[1]: http://img94.imageshack.us/img94/759/macopoly.jpg)</description>
      <content:encoded><![CDATA[<p>Love monopoly? Love the MAC? If your answer is yes then you&rsquo;ll love MACOPOLY, the Apple version of the popular board game Monopoly.</p>
<p><img loading="lazy" src="http://img94.imageshack.us/img94/759/macopoly.jpg" alt=""  />
</p>
<p>Click on the image to view in full size.</p>
<p>[1]: <a href="http://img94.imageshack.us/img94/759/macopoly.jpg">http://img94.imageshack.us/img94/759/macopoly.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress Visual Cheat Sheet</title>
      <link>https://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/</link>
      <pubDate>Mon, 02 Nov 2009 03:18:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2009/11/wp_visual_cheat_sheet-449x136.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Found this cheat sheet today. It&amp;rsquo;s for WordPress 2.8. It&amp;rsquo;s 5 pages and covers all WP template tags with sufficient info on each tag with sample code.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/wp_visual_cheat_sheet-449x136.jpg" alt=""  />
</p>
<p>Found this cheat sheet today. It&rsquo;s for WordPress 2.8. It&rsquo;s 5 pages and covers all WP template tags with sufficient info on each tag with sample code.</p>
<p>Here&rsquo;s a breakdown of what you will find int he cheat sheet. Read it on [Scribd][2] or [download][3] a copy for yourself.</p>
<p>Include Tags</p>
<p>Blog Info Tags</p>
<p>Lists and Dropdown Tags</p>
<p>Login / Logout Tags</p>
<p>Post Tags</p>
<p>Comments Tags</p>
<p>Category Tags</p>
<p>Tag Tags</p>
<p>Author Tags</p>
<p>Date and Time Tags</p>
<p>Edit Links Tags</p>
<p>Permalink Tags</p>
<p>Query Tags</p>
<p>Title Tags</p>
<p>Trackback Tags</p>
<p>Links Manager Tags</p>
<p>[Read it on][4] [Scribd][2] or [download][3] a copy for yourself. If the links don&rsquo;t work, here&rsquo;s a local copy of the [WordPress-Visual-Cheat-Sheet][5] .</p>
<p>REFERENCE AND CREDITS<br>
WORDPRESS VISUAL CHEAT SHEET: Design © 2009 Antonio Lupetti<br>
• <a href="http://woorkup.com">http://woorkup.com</a> • <a href="http://www.twitter.com/woork">http://www.twitter.com/woork</a> • <a href="http://www.facebook.com/antoniolupetti">http://www.facebook.com/antoniolupetti</a></p>
<p>[1]: /wp-content/uploads/2009/11/wp_visual_cheat_sheet.jpg)
[2]: <a href="http://www.scribd.com/doc/21982552/WordPress-2-8-Visual-Cheat-Sheet?autodown=pdf">http://www.scribd.com/doc/21982552/WordPress-2-8-Visual-Cheat-Sheet?autodown=pdf</a>
[3]: <a href="http://www.scribd.com/document_downloads/21982552?extension=pdf">http://www.scribd.com/document_downloads/21982552?extension=pdf</a>
[4]: /wp-content/uploads/2009/11/WordPress-Visual-Cheat-Sheet.pdf
[5]: ../wp-content/uploads/2009/11/WordPress-Visual-Cheat-Sheet.pdf</p>]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 9.10 released</title>
      <link>https://thedaneshproject.com/posts/ubuntu-9.10-released/</link>
      <pubDate>Sun, 01 Nov 2009 16:51:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-9.10-released/</guid>
      <description>Ubuntu 9.10 codenamed &amp;ldquo;Karmic Koala&amp;rdquo; was released 2 days back.
Grab a copy from a local Malaysian mirror listed below or from the official [download page][2].
[OSCC][3]
[MMU][4]
[ByteCraft][5]
alternatively if you&amp;rsquo;re a Kubuntu user, grab your copy [here][6].
[1]: /wp-content/uploads/2009/11/Ubuntu_9.10.png) [2]: http://www.ubuntu.com/getubuntu/download [3]: http://mirror.oscc.org.my/ubuntu-releases/9.10/ [4]: http://ubuntu.mmu.edu.my/ubuntu-cd/9.10/ [5]: http://ubuntu.bytecraft.com.my/releases/ [6]: http://www.kubuntu.org/getkubuntu</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/11/Ubuntu_9.10-450x149.png" alt=""  />
</p>
<p>Ubuntu 9.10 codenamed &ldquo;Karmic Koala&rdquo; was released 2 days back.</p>
<p>Grab a copy from a local Malaysian mirror listed below or from the official [download page][2].</p>
<p>[OSCC][3]</p>
<p>[MMU][4]</p>
<p>[ByteCraft][5]</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/11/kubuntu-9.10released-450x89.png" alt=""  />
</p>
<p>alternatively if you&rsquo;re a Kubuntu user, grab your copy [here][6].</p>
<p>[1]: /wp-content/uploads/2009/11/Ubuntu_9.10.png)
[2]: <a href="http://www.ubuntu.com/getubuntu/download">http://www.ubuntu.com/getubuntu/download</a>
[3]: <a href="http://mirror.oscc.org.my/ubuntu-releases/9.10/">http://mirror.oscc.org.my/ubuntu-releases/9.10/</a>
[4]: <a href="http://ubuntu.mmu.edu.my/ubuntu-cd/9.10/">http://ubuntu.mmu.edu.my/ubuntu-cd/9.10/</a>
[5]: <a href="http://ubuntu.bytecraft.com.my/releases/">http://ubuntu.bytecraft.com.my/releases/</a>
[6]: <a href="http://www.kubuntu.org/getkubuntu">http://www.kubuntu.org/getkubuntu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Google Story in 3 Minutes</title>
      <link>https://thedaneshproject.com/posts/the-google-story-in-3-minutes/</link>
      <pubDate>Fri, 30 Oct 2009 06:26:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-google-story-in-3-minutes/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=EjN5avRvApk[/youtube]
Grabbed this off Abinesh. A short 3 minute movie on Google&amp;rsquo;s journey.</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=EjN5avRvApk[/youtube]</p>
<p>Grabbed this off <a href="http://www.abinesh.com/delirium/posts/the-google-story/">Abinesh</a>. A short 3 minute movie on Google&rsquo;s journey.</p>
]]></content:encoded>
    </item>
    <item>
      <title>New MSN butterfly on it’s way</title>
      <link>https://thedaneshproject.com/posts/new-msn-butterfly-on-its-way/</link>
      <pubDate>Fri, 30 Oct 2009 04:47:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/new-msn-butterfly-on-its-way/</guid>
      <description>It seems that there&amp;rsquo;s a new MSN butterfly on it&amp;rsquo;s way. This could only mean that Microsoft&amp;rsquo;s MSN could be getting a face lift or a touch-up soon.
The new butterfly&amp;rsquo;s super simple and has a strong web 2.0 feel to it. So far I&amp;rsquo;ve aware of only 2 variations of the butterfly. Monochrome and color.
I actually feel that the logo&amp;rsquo;s not bad looking, it might be simple but only time with tell if the butterfly flies or crashes.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/10/msn-butterfly-logo-1-450x204.jpg" alt=""  />
</p>
<p>It seems that there&rsquo;s a new MSN butterfly on it&rsquo;s way. This could only mean that Microsoft&rsquo;s MSN could be getting a face lift or a touch-up soon.</p>
<p>The new butterfly&rsquo;s super simple and has a strong web 2.0 feel to it. So far I&rsquo;ve aware of only 2 variations of the butterfly. Monochrome and color.</p>
<p>I actually feel that the logo&rsquo;s not bad looking, it might be simple but only time with tell if the butterfly flies or crashes.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/msn-butterfly-logo-2-450x339.jpg" alt=""  />
</p>
<p>What do you think of the new butterfly?</p>
<p>[1]: /wp-content/uploads/2009/10/msn-butterfly-logo-1.jpg)
[2]: /wp-content/uploads/2009/10/msn-butterfly-logo-2.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.8.5</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.8.5/</link>
      <pubDate>Thu, 22 Oct 2009 03:44:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.8.5/</guid>
      <description>WordPress 2.8.5 is out. It&amp;rsquo;s a security release to futher secure the default WordPress installs.
The major fixes bundled with this release are;
A fix for the Trackback Denial-of-Service attack that is currently being seen. Removal of areas within the code where php code in variables was evaluated. Switched the file upload functionality to be whitelisted for all users including Admins. Retiring of the two importers of Tag data from old plugins.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>WordPress 2.8.5 is out. It&rsquo;s a security release to futher secure the default WordPress  installs.</p>
<p>The major fixes bundled with this release are;</p>
<ul>
<li>A fix for the Trackback Denial-of-Service attack that is currently being seen.</li>
<li>Removal of areas within the code where php code in variables was evaluated.</li>
<li>Switched the file upload functionality to be whitelisted for all users including Admins.</li>
<li>Retiring of the two importers of Tag data from old plugins.</li>
</ul>
<p>This is a recommended update so make sure to update your WordPress install ASAP. [Download WordPress 2.8.5][2] or let the automatic upgrade feature kick in and do this for you.</p>
<p>Source: [WordPress][3]</p>
<p>[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg)
[2]: <a href="http://wordpress.org/download/">http://wordpress.org/download/</a>
[3]: <a href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/">http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Cancelled my Friendster account.</title>
      <link>https://thedaneshproject.com/posts/cancelled-my-friendster-account./</link>
      <pubDate>Wed, 21 Oct 2009 04:16:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cancelled-my-friendster-account./</guid>
      <description>Deleted my Friendster account today. I have no need for it anymore as most of my social networking activity happen on Facebook for me now.
Here&amp;rsquo; s how to delete your account if you choose to.
Log in to Friendster.
Go to the settings page. The &amp;ldquo;settings&amp;rdquo; link&amp;rsquo;s on the top right.
In the Basic Info section, look for the &amp;ldquo;cancel account&amp;rdquo; link. Complete the &amp;ldquo;Cancellation Form&amp;rdquo; and proceed. Wait for the confirmation dialog.</description>
      <content:encoded><![CDATA[<p>Deleted my <a href="http://friendster.com">Friendster</a> account today. I have no need for it anymore as most of my social networking activity happen on <a href="http://facebook.com">Facebook</a> for me now.</p>
<p>Here&rsquo; s how to delete your account if you choose to.</p>
<ol>
<li>
<p>Log in to Friendster.</p>
</li>
<li>
<p>Go to the settings page. The &ldquo;settings&rdquo; link&rsquo;s on the top right.</p>
</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/Friendster-Home_1256096003821.png" alt=""  />
</p>
<ol start="3">
<li>In the Basic Info section, look for the &ldquo;cancel account&rdquo; link.</li>
</ol>
<p><img loading="lazy" src="../wp-content/uploads/2009/10/Friendster-Account-Settings_1256096041210-450x282.png" alt=""  />
</p>
<ol start="4">
<li>Complete the &ldquo;Cancellation Form&rdquo; and proceed.</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/Friendster-Cancel-Account_1256096096761-450x756.png" alt=""  />
</p>
<ol start="5">
<li>Wait for the confirmation dialog. If you see it then your account has been removed.</li>
</ol>
<p><img loading="lazy" src="../wp-content/uploads/2009/10/Friendster-Cancel-Account_1256096399647-450x41.png" alt=""  />
</p>
<p>**Remember**</p>
<p>There is no return beyond the point of deletion so make sure to consider real hard before deleting your account.</p>
<p>[3]: /wp-content/uploads/2009/10/Friendster-Home_1256096003821.png)
[4]: ../wp-content/uploads/2009/10/Friendster-Account-Settings_1256096041210.png)
[5]: /wp-content/uploads/2009/10/Friendster-Cancel-Account_1256096096761.png)
[6]: ../wp-content/uploads/2009/10/Friendster-Cancel-Account_1256096399647.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Cool Wallpapers</title>
      <link>https://thedaneshproject.com/posts/cool-wallpapers/</link>
      <pubDate>Wed, 14 Oct 2009 10:15:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cool-wallpapers/</guid>
      <description>4 awesome wallpapers I stumbled onto yesterday.
By: Anna Anjos | [Get it][2]
By: [Splat][4] | [Get it][5]
By: [Vladstudio][7] | [Get it][8]
By: [Vladstudio][10] | [Get it][11]
[1]: /wp-content/uploads/2009/10/wp_600.jpg) [2]: http://abduzeedo.com/wallpaper-week-64-anna-anjos [3]: /wp-content/uploads/2009/10/Irish_Curves_Wallpaper.jpg) [4]: http://splat.deviantart.com/art/Irish-Curves-Wallpaper-9442597 [5]: http://abduzeedo.com/beautiful-black-wallpapers [6]: /wp-content/uploads/2009/10/vladstudio_snow_leopard_macosx_800x600.jpg) [7]: http://www.vladstudio.com [8]: http://www.vladstudio.com/wallpaper/?snow_leopard [9]: /wp-content/uploads/2009/10/vladstudio_halloween_gathering_storm_800x600.jpg) [10]: http://www.vladstudio.com/ [11]: http://www.vladstudio.com/wallpaper/?halloween_gathering_storm</description>
      <content:encoded><![CDATA[<p>4 awesome wallpapers I stumbled onto yesterday.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/wp_600-500x452.jpg" alt=""  />
</p>
<p>By: Anna Anjos | [Get it][2]</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/Irish_Curves_Wallpaper-500x375.jpg" alt=""  />
</p>
<p>By: [Splat][4] | [Get it][5]</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/vladstudio_snow_leopard_macosx_800x600-500x375.jpg" alt=""  />
</p>
<p>By: [Vladstudio][7] | [Get it][8]</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/10/vladstudio_halloween_gathering_storm_800x600-500x375.jpg" alt=""  />
</p>
<p>By: [Vladstudio][10] | [Get it][11]</p>
<p>[1]: /wp-content/uploads/2009/10/wp_600.jpg)
[2]: <a href="http://abduzeedo.com/wallpaper-week-64-anna-anjos">http://abduzeedo.com/wallpaper-week-64-anna-anjos</a>
[3]: /wp-content/uploads/2009/10/Irish_Curves_Wallpaper.jpg)
[4]: <a href="http://splat.deviantart.com/art/Irish-Curves-Wallpaper-9442597">http://splat.deviantart.com/art/Irish-Curves-Wallpaper-9442597</a>
[5]: <a href="http://abduzeedo.com/beautiful-black-wallpapers">http://abduzeedo.com/beautiful-black-wallpapers</a>
[6]: /wp-content/uploads/2009/10/vladstudio_snow_leopard_macosx_800x600.jpg)
[7]: <a href="http://www.vladstudio.com">http://www.vladstudio.com</a>
[8]: <a href="http://www.vladstudio.com/wallpaper/?snow_leopard">http://www.vladstudio.com/wallpaper/?snow_leopard</a>
[9]: /wp-content/uploads/2009/10/vladstudio_halloween_gathering_storm_800x600.jpg)
[10]: <a href="http://www.vladstudio.com/">http://www.vladstudio.com/</a>
[11]: <a href="http://www.vladstudio.com/wallpaper/?halloween_gathering_storm">http://www.vladstudio.com/wallpaper/?halloween_gathering_storm</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Report spam on Twitter</title>
      <link>https://thedaneshproject.com/posts/report-spam-on-twitter/</link>
      <pubDate>Wed, 14 Oct 2009 08:51:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/report-spam-on-twitter/</guid>
      <description>@spam was how twitter initial kept track of those pesky spammers. Now, they launched the official &amp;ldquo;report spam&amp;rdquo; feature.
To report someone as spam, simple go to their profile and click the &amp;ldquo;report [usename] for spam&amp;rdquo; link. This will prevent them from messaging or following you.
All reported accounts will get forwarded to Twitter&amp;rsquo;s officials for review before getting banned.
The process to report has been simplified.Just by doing that, users are now more empowered to keep spammers at bay.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/10/Twitter-Report-Spam.png" alt=""  />
</p>
<p>@spam was how twitter initial kept track of those pesky spammers. Now, they launched the official &ldquo;report spam&rdquo; feature.</p>
<p>To report someone as spam, simple go to their profile and click the &ldquo;report [usename] for spam&rdquo; link. This will prevent them from messaging or following you.</p>
<p>All reported accounts will get forwarded to Twitter&rsquo;s officials for review before getting banned.</p>
<p>The process to report has been simplified.Just by doing that, users are now more empowered to keep spammers at bay.</p>
<p>This is good, I&rsquo;ve been getting spammed like there&rsquo;s no tomorrow. Can&rsquo;t wait to start clicking that link 😀</p>
<p>Source: [Twitter Help][2]</p>
<p>[1]: /wp-content/uploads/2009/10/Twitter-Report-Spam.png)
[2]: <a href="http://help.twitter.com/forums/26810/entries/64986">http://help.twitter.com/forums/26810/entries/64986</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Surgery on a Linux guy</title>
      <link>https://thedaneshproject.com/posts/surgery-on-a-linux-guy/</link>
      <pubDate>Tue, 13 Oct 2009 05:53:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/surgery-on-a-linux-guy/</guid>
      <description>Is this how we Linux people think? I think maybe not all the time.
What do you think?
[1]: /wp-content/uploads/2009/10/surgery.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/10/surgery-500x129.png" alt=""  />
</p>
<p>Is this how we Linux people think? I think maybe not all the time.</p>
<p>What do you think?</p>
<p>[1]: /wp-content/uploads/2009/10/surgery.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Feedly comes to Chrome</title>
      <link>https://thedaneshproject.com/posts/feedly-comes-to-chrome/</link>
      <pubDate>Mon, 12 Oct 2009 09:22:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/feedly-comes-to-chrome/</guid>
      <description>My must have! Mozilla Firefox extension Feedly is coming to Google&amp;rsquo;s Chrome web browser.
It&amp;rsquo;s currently in preview so don&amp;rsquo;t expect it to be fully functional. If you&amp;rsquo;re feeling adventures and want to take it for a spin simply follow [@feedly_chrome][2] and wait for an invite. Invites are scheduled to start coming out today.
Source: [Blog@Feedly][3]
[1]: /wp-content/uploads/2009/10/picture-7.png) [2]: http://www.twitter.com/feedly_chrome [3]: http://blog.feedly.com/2009/10/09/feedly-for-chrome/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/10/picture-7-500x370.png" alt=""  />
</p>
<p>My must have! Mozilla Firefox extension Feedly is coming to Google&rsquo;s Chrome web browser.</p>
<p>It&rsquo;s currently in preview so don&rsquo;t expect it to be fully functional.  If you&rsquo;re feeling adventures and want to take it for a spin simply follow [@feedly_chrome][2] and wait for an invite. Invites are scheduled to start coming out today.</p>
<p>Source: [Blog@Feedly][3]</p>
<p>[1]: /wp-content/uploads/2009/10/picture-7.png)
[2]: <a href="http://www.twitter.com/feedly_chrome">http://www.twitter.com/feedly_chrome</a>
[3]: <a href="http://blog.feedly.com/2009/10/09/feedly-for-chrome/">http://blog.feedly.com/2009/10/09/feedly-for-chrome/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>GT 5 release date revealed, March 2010</title>
      <link>https://thedaneshproject.com/posts/gt-5-release-date-revealed-march-2010/</link>
      <pubDate>Thu, 24 Sep 2009 09:08:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gt-5-release-date-revealed-march-2010/</guid>
      <description>The latest installment to my favorite driving simulator of all time, Grand Turismo 5 will not be out till March 2010.
GT5 was initially rumor/predicted to come out around Christmas time this year but that&amp;rsquo;s not going to happen now. Looks like there are going to be many crushed children and driving enthusiast come this Christmas holidays.
The [announcement][2] was made at the Tokyo Game Show.
Sigh&amp;hellip;.
[1]: /wp-content/uploads/2009/09/gt5.png) [2]: http://www.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/09/gt5-500x283.png" alt=""  />
</p>
<p>The latest installment to my favorite driving simulator of all time, Grand Turismo 5 will not be out till March 2010.</p>
<p>GT5 was initially rumor/predicted to come out around Christmas time this year but that&rsquo;s not going to happen now. Looks like there are going to be many crushed children and driving enthusiast come this Christmas holidays.</p>
<p>The [announcement][2] was made at the Tokyo Game Show.</p>
<p>Sigh&hellip;.</p>
<p>[1]: /wp-content/uploads/2009/09/gt5.png)
[2]: <a href="http://www.joystiq.com/2009/09/24/tgs-2009-gran-turismo-5-coming-to-japan-in-march/">http://www.joystiq.com/2009/09/24/tgs-2009-gran-turismo-5-coming-to-japan-in-march/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PMR and SPM trial exam papers</title>
      <link>https://thedaneshproject.com/posts/pmr-and-spm-trial-exam-papers/</link>
      <pubDate>Thu, 24 Sep 2009 06:40:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pmr-and-spm-trial-exam-papers/</guid>
      <description>Here are 2 good resources fro those preparing for SPM and PMR.
Both sites provide past SPM and PMR trial exam papers in PDF format.
Print them out, take them home, practice practice practice and you will pass!
Remember, memorizing the answers don&amp;rsquo;t get you anywhere. Make sure you understand the answers and the process.
[Koleksi Soalan.][2]
[BankSoalanSPM][3]
Yuo kids today are lucky, we never had privileges like this back in our time.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/09/spm-pmr1-499x755.png" alt=""  />
</p>
<p>Here are 2 good resources fro those preparing for SPM and PMR.</p>
<p>Both sites provide past SPM and PMR trial exam papers in PDF format.</p>
<p>Print them out, take them home, practice practice practice and you will pass!</p>
<p>Remember, memorizing the answers don&rsquo;t get you anywhere. Make sure you understand the answers and the process.</p>
<p>[Koleksi Soalan.][2]</p>
<p>[BankSoalanSPM][3]</p>
<p>Yuo kids today are lucky, we never had privileges like this back in our time. Make sure you make good use of it!</p>
<p>[1]: /wp-content/uploads/2009/09/spm-pmr1.png)
[2]: <a href="http://koleksisoalan.blogspot.com/">http://koleksisoalan.blogspot.com/</a>
[3]: <a href="http://www.banksoalanspm.com/Download.html">http://www.banksoalanspm.com/Download.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Error: 25099. Unzipping Core Files Failed</title>
      <link>https://thedaneshproject.com/posts/error-25099.-unzipping-core-files-failed/</link>
      <pubDate>Wed, 23 Sep 2009 08:26:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/error-25099.-unzipping-core-files-failed/</guid>
      <description>Been getting this error every time I try to update my Java.
Here&amp;rsquo;s the workaround.
Uninstall all existing Java
Deleted the Java folder. &amp;ldquo;C:\Program Files\Java\jre6&amp;rdquo;
Run the installer again. Should complete.
[1]: /wp-content/uploads/2009/09/error-25099.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/09/error-25099-500x666.png" alt=""  />
</p>
<p>Been getting this error every time I try to update my Java.</p>
<p>Here&rsquo;s the workaround.</p>
<ol>
<li>
<p>Uninstall all existing Java</p>
</li>
<li>
<p>Deleted the Java folder. &ldquo;C:\Program Files\Java\jre6&rdquo;</p>
</li>
<li>
<p>Run the installer again. Should complete.</p>
</li>
</ol>
<p>[1]: /wp-content/uploads/2009/09/error-25099.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Are you ready for the future?</title>
      <link>https://thedaneshproject.com/posts/are-you-ready-for-the-future/</link>
      <pubDate>Sat, 19 Sep 2009 17:24:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/are-you-ready-for-the-future/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=6ILQrUrEWe8[/youtube]
An interesting &amp;ldquo;did you know?&amp;rdquo; video about the Social Networks world and how it&amp;rsquo;s quickly becoming a part of us. Amazing ha?
So are you for Social Network or are you not?
Source: Labnol</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=6ILQrUrEWe8[/youtube]</p>
<p>An interesting &ldquo;did you know?&rdquo; video about the Social Networks world and how it&rsquo;s quickly becoming a part of us.  Amazing ha?</p>
<p>So are you for Social Network or are you not?</p>
<p>Source: <a href="http://www.labnol.org/internet/interesting-facts-about-internet/9865/">Labnol</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>FOSS.MY 2009 Fees updated</title>
      <link>https://thedaneshproject.com/posts/foss.my-2009-fees-updated/</link>
      <pubDate>Mon, 14 Sep 2009 04:18:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foss.my-2009-fees-updated/</guid>
      <description>The FOSS.MY 2009 fee structure has been updated. It looks good now, accessible to anyone now.
Here&amp;rsquo;s the breakdown of the update structure.
Bare Bones Price (RM 20) NEW!
Full access to talks and side sessions No lunch and tea No shirts (although shirts will be on sale) Closing Date: 15th October 2009 Hobbyist Price (RM 60) NEW!
Meant for individuals who paying for themselves Full access to talks and side sessions A proper lunch and tea (for both days) One shirt (additional shirts will be on sale) Closing Date: 15th October 2009 Professional Price (RM 88) Formerly &amp;ldquo;Early Bird&amp;rdquo;</description>
      <content:encoded><![CDATA[<p>The <a href="/posts/foss-my-2009-open-for-registration/">FOSS.MY 2009</a> fee structure has been updated. It looks good now, accessible to anyone now.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/09/FOSS.my-2009-Registration-Overview.png" alt=""  />
</p>
<p>Here&rsquo;s the breakdown of the update structure.</p>
<p>Bare Bones Price (RM 20) <strong><!-- raw HTML omitted -->NEW!<!-- raw HTML omitted --></strong></p>
<ul>
<li>Full access to talks and side sessions</li>
<li>No lunch and tea</li>
<li>No shirts (although shirts will be on sale)</li>
<li>Closing Date: 15th October 2009</li>
</ul>
<p>Hobbyist Price (RM 60) <strong><!-- raw HTML omitted -->NEW!<!-- raw HTML omitted --></strong></p>
<ul>
<li>Meant for individuals who paying for themselves</li>
<li>Full access to talks and side sessions</li>
<li>A proper lunch and tea (for both days)</li>
<li>One shirt (additional shirts will be on sale)</li>
<li>Closing Date: 15th October 2009</li>
</ul>
<p>Professional Price (RM 88) <strong><!-- raw HTML omitted -->Formerly &ldquo;Early Bird&rdquo;<!-- raw HTML omitted --></strong></p>
<ul>
<li>Full access to talks and side sessions</li>
<li>A proper lunch and tea (for both days)</li>
<li>One shirt (additional shirts will be on sale)</li>
<li>Listed on our online Who’s Who (yourself and your company information). This list will be printed and given our to all delegates</li>
<li>Closing Date: 23rd October 2009</li>
</ul>
<p>Professional Group Registration</p>
<ul>
<li>Exactly same benefits as Professional registration, except that you get a group discount</li>
<li>Group registration means that you can pay for 5 people and get 1 free pass (total: 6 delegates)</li>
<li>Closing Date: 23rd October 2009</li>
</ul>
<p>Walk-in Prices (RM 100) <strong><!-- raw HTML omitted -->Used to be RM150<!-- raw HTML omitted --></strong></p>
<ul>
<li>Full access to talks and side sessions</li>
<li>A proper lunch and tea (for both days)</li>
<li>One shirt (additional shirts will be on sale)</li>
<li>Listed on our online Who’s Who (yourself and your company information)</li>
<li>Closing Date: 24th/25th October 2009</li>
</ul>
<p>Source: [FOSS.MY 2009][3]</p>
<p>[2]: /wp-content/uploads/2009/09/FOSS.my-2009-Registration-Overview.png)
[3]: <a href="http://foss.my/2009/registration-overview/">http://foss.my/2009/registration-overview/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Download Windows 7 Enterprise 90-day Trial</title>
      <link>https://thedaneshproject.com/posts/download-windows-7-enterprise-90-day-trial/</link>
      <pubDate>Wed, 02 Sep 2009 20:06:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/download-windows-7-enterprise-90-day-trial/</guid>
      <description>Wanna take Windows 7 for a spin?
Microsoft has made available a 90 days trial version free of charge. Both 32bits and 64bits versions available for download and it&amp;rsquo;s not he RC but the actual RTM version that will eventually hit store shelves soon.
Download it, try it and tell me what ya think?
[Download Windows 7 Enterprise 90-day Trial Now][2]
The ISO is 2.24GB so it&amp;rsquo;s gonna take some time to download.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/09/windows-7-logo.jpg" alt=""  />
</p>
<p>Wanna take Windows 7 for a spin?</p>
<p>Microsoft has made available a 90 days trial version free of charge. Both 32bits and 64bits versions available for download and it&rsquo;s not he RC but the actual RTM version that will eventually hit store shelves soon.</p>
<p>Download it, try it and tell me what ya think?</p>
<p>[Download Windows 7 Enterprise 90-day Trial Now][2]</p>
<p>The ISO is 2.24GB so it&rsquo;s gonna take some time to download.</p>
<p>[1]: /wp-content/uploads/2009/09/windows-7-logo.jpg)
[2]: <a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=sprblog">http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=sprblog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>FOSS.my 2009 open for registration</title>
      <link>https://thedaneshproject.com/posts/foss.my-2009-open-for-registration/</link>
      <pubDate>Wed, 02 Sep 2009 18:22:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foss.my-2009-open-for-registration/</guid>
      <description>[&amp;lt;img loading=&amp;ldquo;lazy&amp;rdquo; class=&amp;ldquo;alignnone size-full wp-image-1748&amp;rdquo; title=&amp;ldquo;fossmy-logo&amp;rdquo; src=&amp;quot;/wp-content/uploads/2009/09/fossmy-logo.png)
FOSS.my 2009 is back and is coming your way this 24th and 25th of October .
The registration page is up and accepting registrations now. Check out the pricing below.
&amp;lt;th style=&amp;quot;text-align: center;&amp;quot;&amp;gt; Closing Date &amp;lt;/th&amp;gt; &amp;lt;th&amp;gt; Price (RM) &amp;lt;/th&amp;gt; &amp;lt;td style=&amp;quot;text-align: center;&amp;quot;&amp;gt; 30th September 2009 &amp;lt;/td&amp;gt; &amp;lt;td style=&amp;quot;text-align: right;&amp;quot;&amp;gt; RM 88.00 &amp;lt;/td&amp;gt; &amp;lt;td style=&amp;quot;text-align: center;&amp;quot;&amp;gt; 30th September 2009 &amp;lt;/td&amp;gt; &amp;lt;td style=&amp;quot;text-align: right;&amp;quot;&amp;gt; RM 440.</description>
      <content:encoded><![CDATA[<p><a href="http://foss.my/2009/"></a>[&lt;img loading=&ldquo;lazy&rdquo; class=&ldquo;alignnone size-full wp-image-1748&rdquo; title=&ldquo;fossmy-logo&rdquo; src=&quot;/wp-content/uploads/2009/09/fossmy-logo.png)</p>
<p><a href="http://foss.my/2009/">FOSS.my 2009</a> is back and is coming your way this 24th and 25th of October .</p>
<p>The registration page is up and accepting registrations now. Check out the pricing below.</p>
<!-- raw HTML omitted -->
<pre><code>&lt;th style=&quot;text-align: center;&quot;&gt;
  Closing Date
&lt;/th&gt;

&lt;th&gt;
  Price (RM)
&lt;/th&gt;
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<pre><code>&lt;td style=&quot;text-align: center;&quot;&gt;
  30th September 2009
&lt;/td&gt;

&lt;td style=&quot;text-align: right;&quot;&gt;
  RM 88.00
&lt;/td&gt;
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<pre><code>&lt;td style=&quot;text-align: center;&quot;&gt;
  30th September 2009
&lt;/td&gt;

&lt;td style=&quot;text-align: right;&quot;&gt;
  RM 440.00
&lt;/td&gt;
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<pre><code>&lt;td style=&quot;text-align: center;&quot;&gt;
  23rd October 2009
&lt;/td&gt;

&lt;td style=&quot;text-align: right;&quot;&gt;
  RM 127.00
&lt;/td&gt;
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<pre><code>&lt;td style=&quot;text-align: center;&quot;&gt;
  24th/25th October 2009
&lt;/td&gt;

&lt;td style=&quot;text-align: right;&quot;&gt;
  RM 150.00
&lt;/td&gt;
</code></pre>
<!-- raw HTML omitted -->
<p>The price is slightly more then last year&rsquo;s RM50 but it&rsquo;s worthwhile I feel. Check out what you get, [check out the schedule][3].</p>
<ol>
<li>32 Talks</li>
<li>26 Speakers</li>
<li>Double track sessions all day long</li>
<li>Bird-Of-Feather side sessions</li>
<li>A Tee Shirt</li>
<li>Lunch, most likely Subs 🙂</li>
<li>2 Tea breaks</li>
</ol>
<p>[Register for FOSS.my 2009 now!][4]</p>
<p>Make sure to stay up to date with FOSS.my 2009 through either channels shown below;</p>
<p>[FOSS.my 2009 Home][5]</p>
<p>[FOSS.my 2009 on Facebook][6]</p>
<p>[FOSS.my 2009 on Twitter][7]</p>
<p>[2]: /wp-content/uploads/2009/09/fossmy-logo.png)
[3]: <a href="http://foss.my/2009/schedule/">http://foss.my/2009/schedule/</a>
[4]: <a href="http://foss.my/2009/registration-overview/">http://foss.my/2009/registration-overview/</a>
[5]: <a href="http://foss.my">http://foss.my</a>
[6]: <a href="http://www.facebook.com/event.php?eid=215387395787">http://www.facebook.com/event.php?eid=215387395787</a>
[7]: <a href="http://twitter.com/fossmy">http://twitter.com/fossmy</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Son by Desmond Ng</title>
      <link>https://thedaneshproject.com/posts/the-son-by-desmond-ng/</link>
      <pubDate>Fri, 28 Aug 2009 02:48:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-son-by-desmond-ng/</guid>
      <description>Most of us hate, why hate we don&amp;rsquo;t know. Maybe it&amp;rsquo;s the way we were brought up? Maybe it&amp;rsquo;s our segregated education system? Maybe it&amp;rsquo;s our politicians and their political agendas? Maybe it&amp;rsquo;s the crowd we join? I don&amp;rsquo;t know, you tell me.
This 15MALAYSIA short film by Desmond Ng gives you a glimpse into the topic.
A teenage Chinese witness to a racially motivated assault is being driven to the police station.</description>
      <content:encoded><![CDATA[<p>Most of us hate, why hate we don&rsquo;t know. Maybe it&rsquo;s the way we were brought up? Maybe it&rsquo;s our segregated education system? Maybe it&rsquo;s our politicians and their political agendas? Maybe it&rsquo;s the crowd we join? I don&rsquo;t know, you tell me.</p>
<p>This 15MALAYSIA short film by <a href="http://15malaysia.com/directors/desmond-ng/">Desmond Ng</a> gives you a glimpse into the topic.</p>
<p>A teenage Chinese witness to a racially motivated assault is being driven to the police station. A quiet reminder of the dangers of inter-communal suspicion and conflict.</p>
<p>Watch <a href="http://15malaysia.com/films/the-making-of-the-son/">the making</a>.</p>
<p>Source: <a href="http://15malaysia.com/films/the-son/">15MALAYSIA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Halal by Liew Seng Tat</title>
      <link>https://thedaneshproject.com/posts/halal-by-liew-seng-tat/</link>
      <pubDate>Wed, 26 Aug 2009 03:34:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/halal-by-liew-seng-tat/</guid>
      <description>Halal by Liew Seng Tat is out. I couldn&amp;rsquo;t stop laughing!!!
A very silly slapstick comedy demonstrating the proper Islamic way to slaughter chicken.
Now you know what halal means.
Don&amp;rsquo;t forget to check out the making.
Source: 15MALAYSIA</description>
      <content:encoded><![CDATA[<p>Halal by <a href="http://15malaysia.com/directors/liew-seng-tat/">Liew Seng Tat</a> is out. I couldn&rsquo;t stop laughing!!!</p>
<p>A very silly slapstick comedy demonstrating the proper Islamic way to slaughter chicken.</p>
<p>Now you know what halal means.</p>
<p>Don&rsquo;t forget to check out <a href="http://15malaysia.com/films/the-making-of-halal/">the making</a>.</p>
<p>Source: <a href="http://15malaysia.com/films/halal/">15MALAYSIA</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>HOUSE by Linus Chung</title>
      <link>https://thedaneshproject.com/posts/house-by-linus-chung/</link>
      <pubDate>Mon, 24 Aug 2009 13:14:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/house-by-linus-chung/</guid>
      <description>Watched today&amp;rsquo;s 15MALAYSIA short film. HOUSE by Linus Chung
An Indian boy is asked to build a model of his house at school. A tale on the social economic plight faced by many Malaysians.
It put a tear in my eye, a subject close to my heart.
Watch the making. Remember to get no 15 😀
Source: 15MALAYSIA</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Watched today&rsquo;s 15MALAYSIA short film. HOUSE by Linus Chung</p>
<p>An Indian boy is asked to build a model of his house at school. A tale on the social economic plight faced by many Malaysians.</p>
<p>It put a tear in my eye, a subject close to my heart.</p>
<p>Watch <a href="http://15malaysia.com/films/the-making-of-house/">the making</a>. Remember to get no 15 😀</p>
<p>Source: <a href="http://15malaysia.com/films/house/">15MALAYSIA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to enable presto in Fedora 11</title>
      <link>https://thedaneshproject.com/posts/how-to-enable-presto-in-fedora-11/</link>
      <pubDate>Fri, 21 Aug 2009 23:00:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-enable-presto-in-fedora-11/</guid>
      <description>Delta RPMs is a bandwidth saver. Instead of downloading full rpm files on updates, delta rpms (.drpm) hold only the changes in binary form. The size of the packages is now significantly reduced thus saving bandwidth. Once downloaded the drpm file get reconstructed to form the full package before they gets applied. On avg I see 70% bandwidth savings after moving to Presto.
Presto is the Fedora project to enable delta rpms on all Fedora repositories.</description>
      <content:encoded><![CDATA[<p>Delta RPMs is a bandwidth saver. Instead of downloading full rpm files on updates, delta rpms (.drpm) hold only the changes in binary form. The size of the packages is now significantly reduced thus saving bandwidth. Once downloaded the drpm file get reconstructed to form the full package before they gets applied. On avg I see 70% bandwidth savings after moving to Presto.</p>
<p><a href="http://fedoraproject.org/wiki/Releases/FeaturePresto">Presto</a> is the Fedora project to enable delta rpms on all Fedora repositories. Fedora 11 is Presto enabled.</p>
<p>I&rsquo;ll walk you through setting presto up.</p>
<ol>
<li>Search your repos to make sure the yum-presto package is available.</li>
</ol>
<p><code>[root@bamboo]# yum search yum-presto</code></p>
<ol start="2">
<li>Install the yum-presto package.</li>
</ol>
<p><code>[root@bamboo]# yum install yum-presto</code></p>
<ol start="3">
<li>Try running an update to see presto in action.</li>
</ol>
<p><code>[root@bamboo]# yum -y update&lt;br /&gt; ....................&lt;br /&gt; ....................&lt;br /&gt; ....................&lt;br /&gt; Finishing rebuild of rpms, from deltarpms&lt;br /&gt; &lt;delta rebuild&gt;                                                           |  79 MB     01:14&lt;br /&gt; Presto reduced the updates to 33 M from 79 M which is a 59% savings.</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Tree by Amir Muhammad</title>
      <link>https://thedaneshproject.com/posts/the-tree-by-amir-muhammad/</link>
      <pubDate>Fri, 21 Aug 2009 04:28:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-tree-by-amir-muhammad/</guid>
      <description>The third 15MALAYSIA video is out. The Tree by Amir Muhammad.
Plant a tree, plan for your afterlife.
Malaysia’s most influential spiritual leader Nik Aziz offers commentary on the virtuous and Islamic way to conduct ethical commerce in his inimitable style.
Source: 15MALAYSIA</description>
      <content:encoded><![CDATA[<p>The third 15MALAYSIA video is out. The Tree by Amir Muhammad.</p>
<p>Plant a tree, plan for your afterlife.</p>
<p>Malaysia’s most influential spiritual leader Nik Aziz offers commentary on the virtuous and Islamic way to conduct ethical commerce in his inimitable style.</p>
<p>Source: <a href="http://15malaysia.com/films/the-tree/">15MALAYSIA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Lenova issues Battery recall</title>
      <link>https://thedaneshproject.com/posts/lenova-issues-battery-recall/</link>
      <pubDate>Thu, 20 Aug 2009 23:00:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lenova-issues-battery-recall/</guid>
      <description>Almost all corporate users today use notebooks at work. The &amp;ldquo;Lenovo ThinkPad&amp;rdquo; is a favorite choice. Why? I don&amp;rsquo;t know. I at my work place we are all on Lenovo ThinkPads.
Earlier this week Lenovo issued a battery recall program for it&amp;rsquo;s ThinkPad R60, R61, T60, T61, X60 and X61 series. The faulty batteries either held only minimum charge or completely stop functioning. Lenovo has come back to ensure the faulty batteries don&amp;rsquo;t pose any risk to the end users.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/08/lt_lenovo_thinkpad_dead-battery.jpg" alt=""  />
</p>
<p>Almost all corporate users today use notebooks at work. The &ldquo;Lenovo ThinkPad&rdquo; is a favorite choice. Why? I don&rsquo;t know. I at my work place we are all on Lenovo ThinkPads.</p>
<p>Earlier this week Lenovo issued a battery recall program for it&rsquo;s ThinkPad R60, R61, T60, T61, X60 and X61 series. The faulty batteries either held only minimum charge or completely stop functioning. Lenovo has come back to ensure the faulty batteries don&rsquo;t pose any risk to the end users.</p>
<p>To check if your battery falls into the bad battery list, head on over to Lenovo&rsquo;s [battery recall][2] page. Download and run the [Battery Diagnostic Tool][3] to check your battery model, if compromised you will be redirected to another page to initiate the replacement process.</p>
<p>Source: [LowYat][4]</p>
<p>[1]: /wp-content/uploads/2009/08/lt_lenovo_thinkpad_dead-battery.jpg)
[2]: <a href="http://download.lenovo.com/lenovo/content/batt/082009/LandingPage.html?lang=en">http://download.lenovo.com/lenovo/content/batt/082009/LandingPage.html?lang=en</a>
[3]: <a href="http://download.lenovo.com/lenovo/content/batt/LenovoBatteryDiagnosticTool.exe">http://download.lenovo.com/lenovo/content/batt/LenovoBatteryDiagnosticTool.exe</a>
[4]: <a href="http://www.lowyat.net/v2/home/index.php">http://www.lowyat.net/v2/home/index.php</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PS3 Slim</title>
      <link>https://thedaneshproject.com/posts/ps3-slim/</link>
      <pubDate>Thu, 20 Aug 2009 04:10:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ps3-slim/</guid>
      <description>![](/wp-content/uploads/2009/08/ps3-slim-500x293.jpg&amp;quot; alt=&amp;ldquo;ps3-slim&amp;rdquo; width=&amp;ldquo;500&amp;rdquo; height=&amp;ldquo;293&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2009/08/ps3-slim-500x293.jpg 500w, /wp-content/uploads/2009/08/ps3-slim.jpg 600w&amp;quot; sizes=&amp;quot;(max-width: 500px) 100vw, 500px&amp;quot; /&amp;gt;]1
The PS3 slim is almost here. I&amp;rsquo;ts coming out in September and prices at USD 299.
It&amp;rsquo;s slim, has a tough looking black finish, weighs in at 7.05lb and comes standard with a 120GB hard disk. All squeezed into the new slim form factor.
Check out the PS3 Slim intro by Sony&amp;rsquo;s Jack Tretton.
[viddler id=14382d8f&amp;amp;w=437&amp;amp;h=333]
Here&amp;rsquo;s a comparison chart I pulled off engadget.</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2009/08/ps3-slim-500x293.jpg&quot; alt=&ldquo;ps3-slim&rdquo; width=&ldquo;500&rdquo; height=&ldquo;293&rdquo; srcset=&quot;/wp-content/uploads/2009/08/ps3-slim-500x293.jpg 500w, /wp-content/uploads/2009/08/ps3-slim.jpg 600w&quot; sizes=&quot;(max-width: 500px) 100vw, 500px&quot; /&gt;]<a href="/wp-content/uploads/2009/08/ps3-slim.jpg">1</a></p>
<p>The PS3 slim is almost here. I&rsquo;ts coming out in September and prices at USD 299.</p>
<p>It&rsquo;s slim, has a tough looking black finish, weighs in at 7.05lb and comes standard with a 120GB hard disk. All squeezed into the new slim form factor.</p>
<p>Check out the PS3 Slim intro by Sony&rsquo;s Jack Tretton.</p>
<p>[viddler id=14382d8f&amp;w=437&amp;h=333]</p>
<p>Here&rsquo;s a comparison chart I pulled off <a href="http://www.engadget.com/2009/08/18/ps3-slim-sized-up-smaller-deeper-no-linux-or-ps2-compatibilit/">engadget</a>.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/08/ps3-slim-compare-500x284.png" alt=""  />
</p>
<p>I&rsquo;m not sure, I&rsquo;ve go a white PS3 at home and somehow feel it looks better then slim. Well, I&rsquo;ve only seen photos of the PS3 Slim so far, might just change my mind when I actually get to see one up close and personal.</p>
<p>Anyone know when we can expect to see the PS3 Slim in Malaysia?</p>
<p>[3]: /wp-content/uploads/2009/08/ps3-slim-compare.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Chocolate by Yasmin Ahmad</title>
      <link>https://thedaneshproject.com/posts/chocolate-by-yasmin-ahmad/</link>
      <pubDate>Wed, 19 Aug 2009 02:58:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/chocolate-by-yasmin-ahmad/</guid>
      <description>The second 15MALAYSIA short film is out. Titled Chocolate, the film was written and directed by the late Yasmin Ahmad.
A quiet tale that reminds us that, despite the multifaceted contradiction of Malaysia, life goes on – even if not all of it is sweet.
Source: 15MALAYSIA</description>
      <content:encoded><![CDATA[<p>The second 15MALAYSIA short film is out. Titled Chocolate, the film was written and directed by the late <a href="http://15malaysia.com/directors/yasmin-ahmad/">Yasmin Ahmad</a>.</p>
<p>A quiet tale that reminds us that, despite the multifaceted contradiction of Malaysia, life goes on – even if not all of it is sweet.</p>
<p>Source: <a href="http://15malaysia.com/films/chocolate/">15MALAYSIA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>15Malaysia by Pete Teo</title>
      <link>https://thedaneshproject.com/posts/15malaysia-by-pete-teo/</link>
      <pubDate>Tue, 18 Aug 2009 10:20:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/15malaysia-by-pete-teo/</guid>
      <description>Pete Teo&amp;rsquo;s latest project, 15Malaysia went live yesterday.
15Malaysia is a local project consisting of 15 short films from 15 local filmmakers. The short films are about Malaysians and cover the social-politics issues in Malaysia with a twist of humor. The cast members are made up of famous actors, musicians and political leaders so you&amp;rsquo;ll be entertained for sure.
The films will be released in batches from 17th August to 16th September.</description>
      <content:encoded><![CDATA[<p>Pete Teo&rsquo;s latest project, <a href="http://15malaysia.com">15Malaysia</a> went live yesterday.</p>
<p>15Malaysia is a local project consisting of 15 short films from 15 local filmmakers. The short films are about Malaysians and cover the social-politics issues in Malaysia with a twist of humor. The cast members are made up of famous actors, musicians and political leaders so you&rsquo;ll be entertained for sure.</p>
<p>The films will be released in batches from 17th August to 16th September. 3 movies a week, Monday, Wednesday and Friday. If you wondered why 16th September, it&rsquo;s Malaysia day.</p>
<p>Here&rsquo;s the first short film by <a href="http://15malaysia.com/directors/ho-yuhang/">Ho YuHang</a> titled &ldquo;<a href="http://15malaysia.com/films/potong-saga/">Potong Saga</a>&rdquo;. A laugh-out-loud film about a Chinese boy’s misguided attempts at opening an Islamic bank account.</p>
<p>What do you thing? Will Malaysians like what the see?</p>
<p>Source: <a href="http://15malaysia.com/films/potong-saga/">15MALAYSIA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Cheap domains from Shinjiru</title>
      <link>https://thedaneshproject.com/posts/cheap-domains-from-shinjiru/</link>
      <pubDate>Mon, 17 Aug 2009 14:00:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cheap-domains-from-shinjiru/</guid>
      <description>Hunting for cheap domains? Make sure to check out Shinjiru&amp;rsquo;s Merdeka promotion. I&amp;rsquo;m quite sure they are the cheapest in town now.
Know of a better promotion? Please share.
Source: Shinjiru
[2]: /wp-content/uploads/2009/08/Shinjiru-.MY-domian-price-drop-Merdeka-Promotion.png)</description>
      <content:encoded><![CDATA[<p>Hunting for cheap domains? Make sure to check out <a href="http://shinjiru.com.my/promotions/merdeka09/domainMerdeka.html">Shinjiru&rsquo;s Merdeka</a> promotion. I&rsquo;m quite sure they are the cheapest in town now.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/08/Shinjiru-.MY-domian-price-drop-Merdeka-Promotion-500x296.png" alt=""  />
</p>
<p>Know of a better promotion? Please share.</p>
<p>Source: <a href="http://shinjiru.com.my/promotions/merdeka09/domainMerdeka.html">Shinjiru</a></p>
<p>[2]: /wp-content/uploads/2009/08/Shinjiru-.MY-domian-price-drop-Merdeka-Promotion.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Inked has a new card out…</title>
      <link>https://thedaneshproject.com/posts/inked-has-a-new-card-out/</link>
      <pubDate>Mon, 17 Aug 2009 02:02:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/inked-has-a-new-card-out/</guid>
      <description>Sorry for the 2 weeks of no postings. Been out on training and weekend activities.
Anyways, here&amp;rsquo;s my first post..
Inked Tattoo and Piercing studio in Sunway has a new card out. I&amp;rsquo;ve personally been there before and find their work to be excellent&amp;hellip;.
Source: [Inked][3]
[1]: /wp-content/uploads/2009/08/Inked-card-1.png) [2]: /wp-content/uploads/2009/08/Inked-card-2.png) [3]: http://inkedtattoo.blogspot.com/2009/08/new-inkcard.html</description>
      <content:encoded><![CDATA[<p>Sorry for the 2 weeks of no postings. Been out on training and weekend activities.</p>
<p>Anyways, here&rsquo;s my first post..</p>
<p>Inked Tattoo and Piercing studio in Sunway has a new card out. I&rsquo;ve personally been there before and find their work to be excellent&hellip;.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/08/Inked-card-1.png" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/08/Inked-card-2.png" alt=""  />
</p>
<p>Source: [Inked][3]</p>
<p>[1]: /wp-content/uploads/2009/08/Inked-card-1.png)
[2]: /wp-content/uploads/2009/08/Inked-card-2.png)
[3]: <a href="http://inkedtattoo.blogspot.com/2009/08/new-inkcard.html">http://inkedtattoo.blogspot.com/2009/08/new-inkcard.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Namecheap Coupon for August 2009</title>
      <link>https://thedaneshproject.com/posts/namecheap-coupon-for-august-2009/</link>
      <pubDate>Mon, 03 Aug 2009 17:50:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/namecheap-coupon-for-august-2009/</guid>
      <description>Use the coupon below to register a new .com, .net or .org domain for only $8.81 on Namecheap.
Coupon: SOLARSEA
Discount: Save $0.88 for 1 year new domain registration only
Thanks WingLoon</description>
      <content:encoded><![CDATA[<p>Use the coupon below to register a new .com, .net or .org domain for only $8.81 on Namecheap.</p>
<p>Coupon: SOLARSEA<br>
Discount: Save $0.88 for 1 year new domain registration only</p>
<p>Thanks <a href="http://wingloon.com/2009/08/01/namecheap-coupon-for-august-2009/">WingLoon</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PIKOM PC FAIR 2009 (II)</title>
      <link>https://thedaneshproject.com/posts/pikom-pc-fair-2009-ii/</link>
      <pubDate>Thu, 30 Jul 2009 17:39:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pikom-pc-fair-2009-ii/</guid>
      <description>The PIKOM PC Fair is in town again. Might be dropping by on Saturday to shop for a Mini. Not for me.
· Village Mall, Sungai Petani - Kedah · Dewan Perbandaran Taiping - Perak · Batu Pahat Mall, Batu Pahat - Johor
Source: [PIKOM][2]
[1]: /wp-content/uploads/2009/07/PC_Fair_2009_logosmall.jpg) [2]: http://pikom.org.my/cms/General.asp?whichfile=PC+Fair+InfoCentre&amp;amp;ProductID=22461&amp;amp;CatID=12</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/PC_Fair_2009_logosmall.jpg" alt=""  />
</p>
<p>The PIKOM PC Fair is in town again. Might be dropping by on Saturday to shop for a Mini. Not for me.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --> ·<!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Village Mall, Sungai Petani - <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Kedah<!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --> ·<!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Dewan Perbandaran Taiping - <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Perak<!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --> ·<!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Batu Pahat Mall, Batu Pahat - <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Johor<!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Source: [PIKOM][2]</p>
<p>[1]: /wp-content/uploads/2009/07/PC_Fair_2009_logosmall.jpg)
[2]: <a href="http://pikom.org.my/cms/General.asp?whichfile=PC+Fair+InfoCentre&amp;ProductID=22461&amp;CatID=12">http://pikom.org.my/cms/General.asp?whichfile=PC+Fair+InfoCentre&amp;ProductID=22461&amp;CatID=12</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hot to restart NFS in AIX</title>
      <link>https://thedaneshproject.com/posts/hot-to-restart-nfs-in-aix/</link>
      <pubDate>Thu, 30 Jul 2009 01:21:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hot-to-restart-nfs-in-aix/</guid>
      <description>Here&amp;rsquo;s a quick guide to start, stop the NFS service in AIX.
To stop the NFS service run,
stopsrc -g nfs
and to that the NFS service run,
startsrc -g nfs
To re-exports all shares or new share specified in the &amp;ldquo;exports&amp;rdquo; file run,
exportfs -av</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a quick guide to start, stop the NFS service in AIX.</p>
<p>To stop the NFS service run,</p>
<p><code>stopsrc -g nfs</code></p>
<p>and to that the NFS service run,</p>
<p><code>startsrc -g nfs</code></p>
<p>To re-exports all shares or new share specified in the &ldquo;exports&rdquo; file run,</p>
<p><code>exportfs -av</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>RIP Yasmin Ahmad, you will be missed</title>
      <link>https://thedaneshproject.com/posts/rip-yasmin-ahmad-you-will-be-missed/</link>
      <pubDate>Sat, 25 Jul 2009 21:49:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rip-yasmin-ahmad-you-will-be-missed/</guid>
      <description>Another good person has left us. Yasmin Ahmad, the woman who broke racial boundaries through her wonderful ads, books and movies is no more.
Yasmin left us at 11.25pm last night after spending 2 days in ICU. She suffered a stroke and brain haemorrhage.
Source: NST | Abinesh</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Another good person has left us. Yasmin Ahmad, the woman who broke racial boundaries through her wonderful ads, books and movies is no more.</p>
<p>Yasmin left us at 11.25pm last night after spending 2 days in ICU. She suffered a stroke and brain haemorrhage.</p>
<p>Source: <a href="http://www.nst.com.my/Current_News/NST/articles/20090725074453/Article/index_html">NST</a> | <a href="http://www.abinesh.com/delirium/posts/rip-yasmin-ahmad/">Abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook allows username change</title>
      <link>https://thedaneshproject.com/posts/facebook-allows-username-change/</link>
      <pubDate>Fri, 24 Jul 2009 07:56:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-allows-username-change/</guid>
      <description>Not too long ago Facebook introduced usernames. A feature that made your Facebook profile URL more meaningful. However, at the time Facebook only allowed only one user name change. So if you chose a bad user name like these people did, you just had to suck it up and live with your mistake.
Fortunately Facebook had a change of mind and now users can change their user name. Changing the user name is done from the &amp;ldquo;Account Settings&amp;rdquo; page under &amp;ldquo;Username&amp;rdquo;.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Not too long ago Facebook introduced <a href="/posts/facebook-adds-usernames/">usernames</a>. A feature that made your Facebook profile URL more meaningful. However, at the time Facebook only allowed only one user name change. So if you chose a bad user name like <a href="http://mashable.com/2009/06/13/silliest-facebook-vanity-urls/">these people</a> did, you just had to suck it up and live with your mistake.</p>
<p>Fortunately Facebook had a change of mind and now users can change their user name. Changing the user name is done from the &ldquo;Account Settings&rdquo; page under &ldquo;Username&rdquo;. However, Facebook is still not opening up the flood gates. You may only change your user name once so make sure to choose wisely this time.</p>
<p>From what I see Facebook has to set a limit on the number of times user name changes are permitted. Spammers would surely abuse the feature if it were left open. What do you think?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Yasmin Ahmad : Press Conference</title>
      <link>https://thedaneshproject.com/posts/yasmin-ahmad-press-conference/</link>
      <pubDate>Fri, 24 Jul 2009 04:09:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yasmin-ahmad-press-conference/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=2wy0uwZ6OWQ&amp;amp;feature=player_embedded[/youtube]
Plea from Yasmin&amp;rsquo;s family urging the public to give Yasmin and her family privacy and space through this hard time. Hope everyone will respect this.
Stay up to date on Yasmin&amp;rsquo;s condition on twiiter.
Taken from Delirium</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=2wy0uwZ6OWQ&amp;feature=player_embedded[/youtube]</p>
<p>Plea from Yasmin&rsquo;s family urging the public to give Yasmin and her family privacy and space through this hard time. Hope everyone will respect this.</p>
<p>Stay up to date on Yasmin&rsquo;s condition on <a href="http://search.twitter.com/search?q=Yasmin+Ahmad">twiiter</a>.</p>
<p><a href="http://www.abinesh.com/delirium/posts/yasmin-ahmad-press-conference/">Taken from Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to setup an OpenSSH Server on Ubuntu 9.04 Jaunty Jackalope</title>
      <link>https://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9.04-jaunty-jackalope/</link>
      <pubDate>Thu, 23 Jul 2009 17:08:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-setup-an-openssh-server-on-ubuntu-9.04-jaunty-jackalope/</guid>
      <description>Here&amp;rsquo;s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply.
Install the OpenSSH server. Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server.
apt-get install openssh-server
Get some basic hardening in by disabling &amp;ldquo;root&amp;rdquo; login and restricting access to specific accounts. All changes are to the &amp;ldquo;/etc/ssh/sshd_config&amp;rdquo; configuration file.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a simple walkthrough to setup an OpenSSH server on Jaunty together with 2 basic hardening options you should apply.</p>
<ol>
<li>Install the OpenSSH server.</li>
</ol>
<p>Fire up a console and run the command below. This will install the required binaries and packages for the OpenSSH server.</p>
<p><code>apt-get install openssh-server</code></p>
<ol start="2">
<li>Get some basic hardening in by disabling &ldquo;root&rdquo; login and restricting access to specific accounts. All changes are to the &ldquo;/etc/ssh/sshd_config&rdquo; configuration file.</li>
</ol>
<p>vi the &ldquo;/etc/ssh/sshd_config&rdquo; file and apply the changes below.</p>
<p>Look for <code>&quot;PermitRootLogin yes&quot;</code><br>
and change it to<br>
<code>&quot;PermitRootLogin no&quot;</code></p>
<p>Start a new line and add the line below. &ldquo;danesh&rdquo; is my user name, you should replace it with your own user name. You can add multiple user names by seperating each user name with a space.</p>
<p><code>AllowUsers danesh user1 user2</code></p>
<ol start="3">
<li>Restart your shiny new OpenSSH server and you are good to go.</li>
</ol>
<p>Run the command below to restart the OpenSSH server.</p>
<p><code>sudo /etc/init.d/ssh restart</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Fastest Firefox, the community shows off</title>
      <link>https://thedaneshproject.com/posts/fastest-firefox-the-community-shows-off/</link>
      <pubDate>Thu, 23 Jul 2009 04:30:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fastest-firefox-the-community-shows-off/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=LTFpAL7Rfww&amp;amp;feature=player_embedded[/youtube]
Firefox 3.5 is fast, no doubt there. These guys are too, fast at what they do. So, it&amp;rsquo;s only fit that Mozilla feature them on it&amp;rsquo;s [Fastest Firefox][2] campaign site.
The world&amp;rsquo;s fastest clapper, [Kent French.][3] [Watch the Video][4]
The world&amp;rsquo;s fastert sport stacker, [Steven Purugganan][5]. [Watch the Video][6]
The world&amp;rsquo;s fastest benjo player, [Todd Taylor.][7] [Watch the Video][8]
The world&amp;rsquo;s fastest talking female, [FranCapo][9]. She was the lady in main video doing the intro.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/background-fastest.png" alt=""  />
</p>
<p>[youtube]http://www.youtube.com/watch?v=LTFpAL7Rfww&amp;feature=player_embedded[/youtube]</p>
<p>Firefox 3.5 is fast, no doubt there. These guys are too, fast at what they do. So, it&rsquo;s only fit that Mozilla feature them on it&rsquo;s  [Fastest Firefox][2] campaign site.</p>
<p>The world&rsquo;s fastest clapper, [Kent French.][3] [Watch the Video][4]</p>
<p>The world&rsquo;s fastert sport stacker, [Steven Purugganan][5]. [Watch the Video][6]</p>
<p>The world&rsquo;s fastest benjo player, [Todd Taylor.][7] [Watch the Video][8]</p>
<p>The world&rsquo;s fastest talking female, [FranCapo][9]. She was the lady in main video doing the intro.</p>
<p>[1]: /wp-content/uploads/2009/07/background-fastest.png)
[2]: <a href="http://www.fastestfirefox.com/">http://www.fastestfirefox.com/</a>
[3]: <a href="http://www.fastestclapper.com/">http://www.fastestclapper.com/</a>
[4]: <a href="http://www.mozilla.com/en-US/firefox/video?video=fastest-clapper">http://www.mozilla.com/en-US/firefox/video?video=fastest-clapper</a>
[5]: <a href="http://www.worldsportstackingassociation.org/">http://www.worldsportstackingassociation.org/</a>
[6]: <a href="http://www.mozilla.com/en-US/firefox/video?video=fastest-sport-stacker">http://www.mozilla.com/en-US/firefox/video?video=fastest-sport-stacker</a>
[7]: <a href="http://www.toddtaylorbanjoman.com/">http://www.toddtaylorbanjoman.com/</a>
[8]: <a href="http://www.mozilla.com/en-US/firefox/video?video=fastest-banjo">http://www.mozilla.com/en-US/firefox/video?video=fastest-banjo</a>
[9]: <a href="http://www.francapo.com/">http://www.francapo.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>candy.com the 3 million dollar domain</title>
      <link>https://thedaneshproject.com/posts/candy.com-the-3-million-dollar-domain/</link>
      <pubDate>Wed, 22 Jul 2009 00:00:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/candy.com-the-3-million-dollar-domain/</guid>
      <description>Who said common names can&amp;rsquo;t sell?
[Candy.com][2] was bought by G&amp;amp;J Holdings for a whopping USD 3million from the &amp;ldquo;Domain King&amp;rdquo;, [Rick Schwartz][3]. WOW!!
What does G&amp;amp;J Holdings do? Nothing but candies. A massive selection, from old to new and they&amp;rsquo;re all online. On the downside, they don&amp;rsquo;t do international orders.
This si something to note. There&amp;rsquo;s no domain too short, too simple, too plain or too common. If you wait they will come&amp;hellip;&amp;hellip;.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/candy.com-500x426.png" alt=""  />
</p>
<p>Who said common names can&rsquo;t sell?</p>
<p>[Candy.com][2] was bought by G&amp;J Holdings for  a whopping USD 3million from the &ldquo;Domain King&rdquo;,  [Rick Schwartz][3]. WOW!!</p>
<p>What does G&amp;J Holdings do? Nothing but candies. A massive selection, from old to new and they&rsquo;re all online. On the downside, they don&rsquo;t do international orders.</p>
<p>This si something to note. There&rsquo;s no domain too short, too simple, too plain or  too common. If you wait they will come&hellip;&hellip;..</p>
<p>[1]: /wp-content/uploads/2009/07/candy.com.png)
[2]: <a href="http://www.candy.com/">http://www.candy.com/</a>
[3]: <a href="http://www.ricksblog.com/my_weblog/2009/07/sweetest-day-in-14-years-many-more-to-come.html">http://www.ricksblog.com/my_weblog/2009/07/sweetest-day-in-14-years-many-more-to-come.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Launchpad is now open source</title>
      <link>https://thedaneshproject.com/posts/launchpad-is-now-open-source/</link>
      <pubDate>Tue, 21 Jul 2009 18:00:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/launchpad-is-now-open-source/</guid>
      <description>This surely comes as good news to all Ubuntu fans out there. [Canonical][2] today made Launchpad open source under the GPLv3 license. [As promised][3].
If you didn&amp;rsquo;t already know, Launchpad is a project hosting and collaboration platform for software which provides access through its web interface or through its APIs. Users simply need an account to enjoy the suite of services provided by the then close sourced platform. Bug tracking, code hosting, code review, packaging, translation and community support.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/launchpad-logo-and-name.png" alt=""  />
</p>
<p>This surely comes as good news to all Ubuntu fans out there. [Canonical][2] today made Launchpad open source under the GPLv3 license. [As promised][3].</p>
<p>If you didn&rsquo;t already know, Launchpad is a project hosting and collaboration platform for software which provides access through its web interface or through its APIs.  Users simply need an account to enjoy the suite of services provided by the then close sourced platform. Bug tracking, code hosting, code review, packaging, translation and community support. Everyone has their project space and the ability to easily distribute their packages through [PPA][4]s.</p>
<p>Canonical has no plans to package Launchpad as of now for easy deployment. However, you can still [download][5] the source and compile it as always. Also, Launchpad will only run on Hardy and Jaunty so getting it to run on other Linux distros will certainly require some extra work.</p>
<p>New versions of Launchpad are released every month, in return users never miss out on new features. With the community being able to contribute now, development&rsquo;s going to pick up and we can most certainly hope for a flood of new features to come out of Launchpad moving forward.</p>
<p>The Launchpad platform is something most of Canonical&rsquo;s competitors don&rsquo;t currently provide to their users. This puts it ahead of the competition. openSUSE is the pretty close  with their excellent build service platform but the general user base is smaller.</p>
<p>Follow the Launchpad community on IRC in channel [#launchpad-dev][6] on irc.freenode.net or at [dev.launchpad.net][7].</p>
<p>Source: [Canonical][2] | [Ubuntu][8]</p>
<p>[1]: /wp-content/uploads/2009/07/launchpad-logo-and-name.png)
[2]: <a href="http://blog.canonical.com/?p=192">http://blog.canonical.com/?p=192</a>
[3]: <a href="http://arstechnica.com/open-source/news/2008/07/mark-shuttleworth-launchpad-to-be-open-source-in-12-months.ars">http://arstechnica.com/open-source/news/2008/07/mark-shuttleworth-launchpad-to-be-open-source-in-12-months.ars</a>
[4]: <a href="https://help.launchpad.net/Packaging/PPA">https://help.launchpad.net/Packaging/PPA</a>
[5]: <a href="https://dev.launchpad.net/">https://dev.launchpad.net/</a>
[6]: irc://irc.freenode.net/#launchpad-dev
[7]: <a href="http://dev.launchpad.net/">http://dev.launchpad.net/</a>
[8]: <a href="http://www.ubuntu.com/news/canonical-open-sources-launchpad">http://www.ubuntu.com/news/canonical-open-sources-launchpad</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Microsoft submits GPLv2 code to the Linux Kernel</title>
      <link>https://thedaneshproject.com/posts/microsoft-submits-gplv2-code-to-the-linux-kernel/</link>
      <pubDate>Tue, 21 Jul 2009 13:00:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/microsoft-submits-gplv2-code-to-the-linux-kernel/</guid>
      <description>Yup, you read that right.
Big boy Microsoft submitted 20,000 lines of code to the Linux kernel community for review and inclusion into the Linux kernel tree. All under the GPLv2 license.
The code, made up of 3 Linux drivers will enable all flavours for Linux to run on Windows 2008 through it&amp;rsquo;s Hyper-V hypervisor technology. Providing better cross platform/vendor support and performance gains.
Well, I guess even the giant now realises that it&amp;rsquo;s time to come out and share.</description>
      <content:encoded><![CDATA[<p>Yup, you read that right.</p>
<p>Big boy Microsoft  submitted 20,000 lines of code to the Linux kernel community for review and inclusion into the Linux kernel tree. All under the GPLv2 license.</p>
<p>The code, made up of 3 Linux drivers will  enable all flavours for Linux to run on Windows 2008 through it&rsquo;s Hyper-V hypervisor technology. Providing better cross platform/vendor support and performance gains.</p>
<p>Well, I guess even the giant now realises that it&rsquo;s time to come out and share. Doing it alone doesn&rsquo;t quite work any more. The community really does have a voice that gets heard!</p>
<p>It&rsquo;s going to be interesting to see the community&rsquo;s response to this thou. There&rsquo;s going be mixed feelings for sure. The haters vs the lovers.</p>
<p>From my point of view, this move will take Linux deeper into the enterprise arena. Organisations that were once pro Windows will now have more options that directly enable them to support and run more applications on different platforms.</p>
<p>What do you think?</p>
<p><a href="http://www.microsoft.com/presspass/features/2009/Jul09/07-20LinuxQA.mspx?rss_fdn=Top%20Stories">Read the press release</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.8.2 is out</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.8.2-is-out/</link>
      <pubDate>Mon, 20 Jul 2009 12:22:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.8.2-is-out/</guid>
      <description>WordPress 2.8.2 is out. It fixes an important XSS vulnerability. Make sure to upgrade quick before you get hijacked&amp;hellip;.
Either perform an auto update by going to &amp;quot; tools -&amp;gt; upgrade -&amp;gt; upgrade automatically &amp;quot; or upgrade the old fashion ways by [downloading WordPress][2].
Source: [WP][3]
[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg) [2]: http://wordpress.org/download/ [3]: http://wordpress.org/development/2009/07/wordpress-2-8-2/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>WordPress 2.8.2 is out. It fixes an important XSS vulnerability. Make sure to upgrade quick before you get hijacked&hellip;.</p>
<p>Either perform an auto update by going to &quot; tools -&gt; upgrade -&gt; upgrade automatically &quot; or upgrade the old fashion ways by [downloading WordPress][2].</p>
<p>Source: [WP][3]</p>
<p>[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg)
[2]: <a href="http://wordpress.org/download/">http://wordpress.org/download/</a>
[3]: <a href="http://wordpress.org/development/2009/07/wordpress-2-8-2/">http://wordpress.org/development/2009/07/wordpress-2-8-2/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google’s twitter accounts</title>
      <link>https://thedaneshproject.com/posts/googles-twitter-accounts/</link>
      <pubDate>Fri, 17 Jul 2009 08:53:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/googles-twitter-accounts/</guid>
      <description>If you&amp;rsquo;re a Google fan and use Twitter then you should already be following Google on Twitter. But do you know that Google has an Twitter account for almost all it&amp;rsquo;s products. iGoogle, Calendar, Reader, Voice, YouTube, Images, yada&amp;hellip;.. yada&amp;hellip; yada&amp;hellip;. they all have Twitter accounts!
These are the current Twitter accounts by Google. Grabed them off Google&amp;rsquo;s Blog
twitter.com/Google - our central account
twitter.com/Blogger{#zzci} - for Blogger fans
twitter.com/GoogleCalendar - user tips &amp;amp; updates</description>
      <content:encoded><![CDATA[<p>If you&rsquo;re a Google fan and use Twitter then you should already be following Google on Twitter. But do you know that Google has an Twitter account for almost all it&rsquo;s products. iGoogle, Calendar, Reader, Voice, YouTube, Images, yada&hellip;.. yada&hellip; yada&hellip;. they all have Twitter accounts!</p>
<p>These are the current Twitter accounts by Google. Grabed them off <a href="http://googleblog.blogspot.com/2009/07/google-accounts-on-twitter.html">Google&rsquo;s Blog</a></p>
<p><!-- raw HTML omitted -->twitter.com/Google<!-- raw HTML omitted --> - our central account<br>
<a href="http://twitter.com/blogger" title="twitter.com/blogger">twitter.com/Blogger</a>{#zzci} - for Blogger fans<br>
<!-- raw HTML omitted -->twitter.com/GoogleCalendar<!-- raw HTML omitted --> - user tips &amp; updates<br>
<!-- raw HTML omitted -->twitter.com/GoogleImages<!-- raw HTML omitted --> - news, tips, tricks on our visual image search<br>
<!-- raw HTML omitted -->twitter.com/GoogleNews<!-- raw HTML omitted --> - latest headlines via Google News<br>
<!-- raw HTML omitted -->twitter.com/GoogleReader<!-- raw HTML omitted --> - from our feed reader team<br>
<a href="http://twitter.com/GoogleVoice">twitter.com/GoogleVoice</a> - updates &amp; info on Google Voice*<br>
<!-- raw HTML omitted -->twitter.com/iGoogle<!-- raw HTML omitted --> - news &amp; notes from Google&rsquo;s personalized homepage<br>
<!-- raw HTML omitted -->twitter.com/GoogleStudents<!-- raw HTML omitted --> - news of interest to students using Google<br>
<!-- raw HTML omitted -->twitter.com/YouTube<!-- raw HTML omitted --> - for YouTube fans<br>
<!-- raw HTML omitted -->twitter.com/YouTubeES<!-- raw HTML omitted --> - en Espanol<br>
<!-- raw HTML omitted -->twitter.com/GoogleAtWork<!-- raw HTML omitted --> - solutions for IT and workplace productivity</p>
<p><strong>Geo-related</strong><br>
<!-- raw HTML omitted -->twitter.com/SketchUp<!-- raw HTML omitted --> - Google SketchUp news<br>
<a href="http://twitter.com/3DWH" title="twitter.com/3DWH">twitter.com/3DWH</a>{#v39e} - SketchUp&rsquo;s 3D Warehouse<br>
<a href="http://twitter.com/modelyourtown" title="twitter.com/modelyourtown">twitter.com/Modelyourtown</a>{#svfk} - 3D modeling to build your favorite places<br>
<!-- raw HTML omitted -->twitter.com/EarthOutreach<!-- raw HTML omitted --> - Earth &amp; Maps tools for nonprofits &amp; orgs<br>
<a href="http://twitter.com/GoogleEarth">twitter.com/GoogleEarth</a> - updates from the Google Earth team*<br>
<!-- raw HTML omitted -->twitter.com/GoogleMaps<!-- raw HTML omitted --> - uses, tips, mashups<br>
<!-- raw HTML omitted -->twitter.com/GoogleSkyMap<!-- raw HTML omitted --> -Android app for the night sky</p>
<p><strong>Ads-related</strong><br>
<!-- raw HTML omitted -->twitter.com/AdSense<!-- raw HTML omitted --> - for online publishers<br>
<!-- raw HTML omitted -->twitter.com/AdWordsHelper<!-- raw HTML omitted --> - looking out for AdWords questions and tech issues<br>
<!-- raw HTML omitted -->twitter.com/AdWordsProSarah<!-- raw HTML omitted --> - Google Guide for AdWords Help Forum<br>
<!-- raw HTML omitted -->twitter.com/GoogleAnalytics<!-- raw HTML omitted --> - insights for website effectiveness<br>
<a href="http://twitter.com/googleadbuilder" title="twitter.com/googleadbuilder">twitter.com/GoogleAdBuilder</a>{#u2ed} - re building display ads<br>
<a href="http://twitter.com/GoogleAdManager">twitter.com/GoogleAdManager</a> - info on managing online ads &amp; inventory*<br>
<a href="http://twitter.com/GoogleAffiliate">twitter.com/GoogleAffiliate</a> - info for publishers from Google network advertisers*<br>
<!-- raw HTML omitted -->twitter.com/GoogleRetail<!-- raw HTML omitted --> - for retail advertisers<br>
<a href="http://twitter.com/GoogleTVAds">twitter.com/GoogleTVAds</a> - info on our digital system for more measurable TV advertising*<br>
<a href="http://twitter.com/technologyuk" title="twitter.com/technologyUK">twitter.com/TechnologyUK</a>{#vveu} - for U.K. tech advertisers<br>
<a href="http://twitter.com/UKRetail">twitter.com/UKretail</a> - for U.K. retail advertisers<br>
<a href="http://twitter.com/creativesandbox">twitter.com/creativesandbox</a> - for advertising agencies*<br>
<a href="http://twitter.com/insideadwordsde" title="twitter.com/insideadwordsde">twitter.com/InsideAdWordsDE</a>{#i28l} - for German AdWords customers<br>
<!-- raw HTML omitted -->twitter.com/GoogleAgencyDE<!-- raw HTML omitted --> - for German ad agencies<br>
<a href="http://twitter.com/AdSensePT" title="twitter.com/AdSensePT">twitter.com/AdSensePT</a>{#corh} - info for Portuguese-language publishers<br>
<!-- raw HTML omitted -->twitter.com/AdWordsRussia<!-- raw HTML omitted --> - AdWords news &amp; tips in Russian<br>
<!-- raw HTML omitted -->twitter.com/DentroDeAdWords<!-- raw HTML omitted --> - Spanish updates from the Inside AdWords blog<br>
<!-- raw HTML omitted -->twitter.com/AdWordsAPI<!-- raw HTML omitted --> - AdWords API tips</p>
<p><strong>Developer &amp; technical</strong><br>
<!-- raw HTML omitted -->twitter.com/GoogleResearch<!-- raw HTML omitted --> - from our research scientists<br>
<!-- raw HTML omitted -->twitter.com/GoogleWMC<!-- raw HTML omitted --> - Google Webmaster Central<br>
<!-- raw HTML omitted -->twitter.com/GoogleCode<!-- raw HTML omitted --> - latest updates for Google developer products<br>
<!-- raw HTML omitted -->twitter.com/GoogleData<!-- raw HTML omitted --> - Data APIs provide a standard protocol for reading and writing web data<br>
<!-- raw HTML omitted -->twitter.com/app_engine<!-- raw HTML omitted --> - web apps run on Google infrastructure<br>
<!-- raw HTML omitted -->twitter.com/DataLiberation<!-- raw HTML omitted --> - our initiative for complete import/export of all data<br>
<!-- raw HTML omitted -->twitter.com/GoogleMapsAPI<!-- raw HTML omitted --> - about using Google Maps embedded in websites<br>
<!-- raw HTML omitted -->twitter.com/GoogleIO<!-- raw HTML omitted --> - Google&rsquo;s largest annual developer event</p>
<p><strong>Culture, People</strong><br>
<!-- raw HTML omitted -->twitter.com/googletalks<!-- raw HTML omitted --> - notes from our @Google speaker series<br>
<!-- raw HTML omitted -->twitter.com/googlejobs<!-- raw HTML omitted --> - the voice of Google recruiters</p>
<p><strong>Country or Region</strong><br>
<a href="http://twitter.com/googlearabia">twitter.com/googlearabia</a> - news from the Google Arabia Blog*<!-- raw HTML omitted --><!-- raw HTML omitted --> twitter.com/googledownunder<!-- raw HTML omitted --> - Google activities in Australia &amp; New Zealand<a href="http://twitter.com/googlebrasil"><br>
twitter.com/googlebrasil</a> - News &amp; info for Brasil*<!-- raw HTML omitted --><!-- raw HTML omitted --> twitter.com/GoogleDE<!-- raw HTML omitted --> - Google in Germany<a href="http://twitter.com/googlekorea"><br>
twitter.com/GoogleKorea</a> - News &amp; notes in Korean*<!-- raw HTML omitted --><!-- raw HTML omitted --> twitter.com/GoogleLatAm<!-- raw HTML omitted --> - Latin America (en Espanol)<!-- raw HTML omitted --><!-- raw HTML omitted --> twitter.com/GooglePolicyIt<!-- raw HTML omitted --> - Notes on Google policy issues in Italy</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Adobe AIR on Fedora 11</title>
      <link>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-11/</link>
      <pubDate>Thu, 16 Jul 2009 17:24:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-fedora-11/</guid>
      <description>Pull up a console and su as root. [danesh@jackal ~]$ su -
Install these packages first. [root@jackal ~]# yum -y install xterm gtk2-devel gnome-keyring libxml2-devel libxslt rpm-devel nss
Grab the latest vesion of Adobe AIR from Adobe&amp;rsquo;s download page. [root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
Make the .bin file executable by using the chmod command. [root@jackal ~]# chmod +x AdobeAIRInstaller.bin
Execute the .bin file. [root@jackal ~]# ./AdobeAIRInstaller.bin
Follow the screens and your install&amp;rsquo;s complete.</description>
      <content:encoded><![CDATA[<ol>
<li>Pull up a console and su as root.</li>
</ol>
<p><code>[danesh@jackal ~]$ su -</code></p>
<ol start="2">
<li>Install these packages first.</li>
</ol>
<p><code>[root@jackal ~]# yum -y install xterm gtk2-devel gnome-keyring libxml2-devel libxslt rpm-devel nss</code></p>
<ol start="3">
<li>Grab the latest vesion of Adobe AIR from Adobe&rsquo;s <a href="http://get.adobe.com/air/">download page</a>.</li>
</ol>
<p><code>[root@jackal ~]# wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin</code></p>
<ol start="4">
<li>Make the .bin file executable by using the chmod command.</li>
</ol>
<p><code>[root@jackal ~]# chmod +x AdobeAIRInstaller.bin</code></p>
<ol start="6">
<li>Execute the .bin file.</li>
</ol>
<p><code>[root@jackal ~]# ./AdobeAIRInstaller.bin</code></p>
<p>Follow the screens and your install&rsquo;s complete.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>I’m off to Rainforest World Music Festival 2009</title>
      <link>https://thedaneshproject.com/posts/im-off-to-rainforest-world-music-festival-2009/</link>
      <pubDate>Thu, 09 Jul 2009 17:32:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/im-off-to-rainforest-world-music-festival-2009/</guid>
      <description>In da morning I&amp;rsquo;m flying off to Kuching for the 2009 Rainforest World Music Festival. [More on the event][2].
I&amp;rsquo;ll be back on Tuesday so till then, the blog&amp;rsquo;s gonna slow down. Anyways, I&amp;rsquo;ll try to post some pics or updates from the festival.
Beers, good music, jungle. I&amp;rsquo;m home!! 😀
See ya next week
[1]: /wp-content/uploads/2009/07/rwmf-2009.jpg) [2]: http://www.rainforestmusic-borneo.com/web/en/chairman_message.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/rwmf-2009.jpg" alt=""  />
</p>
<p>In da morning I&rsquo;m flying off to Kuching for the 2009 Rainforest World Music Festival. [More on the event][2].</p>
<p>I&rsquo;ll be back on Tuesday so till then, the blog&rsquo;s gonna slow down. Anyways, I&rsquo;ll try to post some pics or updates from the festival.</p>
<p>Beers, good music, jungle. I&rsquo;m home!! 😀</p>
<p>See ya next week</p>
<p>[1]: /wp-content/uploads/2009/07/rwmf-2009.jpg)
[2]: <a href="http://www.rainforestmusic-borneo.com/web/en/chairman_message.html">http://www.rainforestmusic-borneo.com/web/en/chairman_message.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3Gs coming soon</title>
      <link>https://thedaneshproject.com/posts/iphone-3gs-coming-soon/</link>
      <pubDate>Thu, 09 Jul 2009 09:31:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3gs-coming-soon/</guid>
      <description>Maxis has announced that it will be releasing the iPhone 3Gs soon in Malaysia real soon. Most likely in the next month or so. [Stay tuned][2]
You know anything about this?
From [Maxis][2]
[1]: /wp-content/uploads/2009/07/Maxis-iPhone-3G-S_1247127949509.png) [2]: http://www.maxis.com.my/iphone3gs/index.asp</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/Maxis-iPhone-3G-S_1247127949509-500x236.png" alt=""  />
</p>
<p>Maxis has announced that it will be releasing the iPhone 3Gs soon in Malaysia real soon. Most likely in the next month or so. [Stay tuned][2]</p>
<p>You know anything about this?</p>
<p>From [Maxis][2]</p>
<p>[1]: /wp-content/uploads/2009/07/Maxis-iPhone-3G-S_1247127949509.png)
[2]: <a href="http://www.maxis.com.my/iphone3gs/index.asp">http://www.maxis.com.my/iphone3gs/index.asp</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>No more Beta for Google</title>
      <link>https://thedaneshproject.com/posts/no-more-beta-for-google/</link>
      <pubDate>Wed, 08 Jul 2009 09:04:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/no-more-beta-for-google/</guid>
      <description>Google&amp;rsquo;s finally out of BETA. Yup, no more &amp;ldquo;BETA&amp;rdquo; in the their logos.
Gmail, Google Calendar, Google Docs and Google Talk are all now stable products. Both for consumers and enterprise users.
Gmail itself has been in BETA for 5 years. The other aps in Google&amp;rsquo;s suite have also done their years in BETA. Come to think of it, it was actually Google (if I&amp;rsquo;m not wrong) that started the whole &amp;ldquo;BETA&amp;rdquo; web 2.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/Gmail-out-of-beta.png" alt=""  />
</p>
<p>Google&rsquo;s finally out of BETA. Yup, no more &ldquo;BETA&rdquo; in the their logos.</p>
<p>Gmail, Google Calendar, Google Docs and Google Talk are all now stable products. Both for consumers and enterprise users.</p>
<p>Gmail itself has been in BETA for 5 years. The other aps in Google&rsquo;s suite have also done their years in BETA. Come to think of it, it was actually Google (if I&rsquo;m not wrong) that started the whole &ldquo;BETA&rdquo; web 2.0 culture online where almost every service that popped up went public while in BETA and made damn sure that &ldquo;BETA&rdquo; was part of their logos.</p>
<p>While BETA is good and I love it as it normally means the software is constantly being improved &ldquo;work in progress&rdquo;, this can sometime scare corp customers away. I understand why, try going to finance and asking for funding to purchase software in &ldquo;BETA&rdquo;, &ldquo;you want me to pay for unfinished software?&rdquo; is what you&rsquo;d hear. I personally know people who have turned down moving to Google Aps because of it&rsquo;s &ldquo;BETA&rdquo; state.</p>
<p>I don&rsquo;t think Google will shift focus away from what it&rsquo;s doing now, the &ldquo;BETA&rdquo; word&rsquo;s gone but we won&rsquo;t be able to tell the difference. To me it&rsquo;s purely a business decision.</p>
<p>Anyways, going out of &ldquo;BETA&rdquo; potentially means more business for Google. Good for them!!</p>
<p>Question;</p>
<p>Was this done to combat the bad global economy? I don&rsquo;t know, what ya think?</p>
<p>[1]: /wp-content/uploads/2009/07/Gmail-out-of-beta.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Is MJ back?</title>
      <link>https://thedaneshproject.com/posts/is-mj-back/</link>
      <pubDate>Wed, 08 Jul 2009 05:04:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/is-mj-back/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=9Am67-Sew7k[/youtube]
This clip was taken from Larry King&amp;rsquo;s interview with Jermaine Jackson at MJ&amp;rsquo;s Neverland. Many claim the shadow you see walking pass in the hall is that of the late MJ. Spooky ha&amp;hellip;..
I&amp;rsquo;m not big on ghosts and spirits but what do you think, is MJ back?</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=9Am67-Sew7k[/youtube]</p>
<p>This clip was taken from Larry King&rsquo;s interview with Jermaine Jackson at MJ&rsquo;s <a href="http://en.wikipedia.org/wiki/Neverland_Ranch">Neverland</a>. Many claim the shadow you see walking pass in the hall is that of the late MJ. Spooky ha&hellip;..</p>
<p>I&rsquo;m not big on ghosts and spirits but what do you think, is MJ back?</p>
]]></content:encoded>
    </item>
    <item>
      <title>2 job openings, Linux admin and PeopleSoft admin</title>
      <link>https://thedaneshproject.com/posts/2-job-openings-linux-admin-and-peoplesoft-admin/</link>
      <pubDate>Tue, 07 Jul 2009 16:58:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/2-job-openings-linux-admin-and-peoplesoft-admin/</guid>
      <description>My former employer has 2 positions open in IT that need to be filled urgently.
The 2 positions and their responsibility;
Linux Engineer infrastructure patching some oracle stuff install deploy maintain support hardening PeopleSoft Administrator install deploy maintain support patch If you&amp;rsquo;re interested, drop me a comment or get in-touch with me through the contact form. No, I&amp;rsquo;m not doing this for a referral fee, it&amp;rsquo;s just a favour for a friend.</description>
      <content:encoded><![CDATA[<p>My former employer has 2 positions open in IT that need to be filled urgently.</p>
<p>The 2 positions and their responsibility;</p>
<ol>
<li>Linux Engineer
<ol>
<li>infrastructure</li>
<li>patching</li>
<li>some oracle stuff</li>
<li>install</li>
<li>deploy</li>
<li>maintain</li>
<li>support</li>
<li>hardening</li>
</ol>
</li>
<li>PeopleSoft Administrator
<ol>
<li>install</li>
<li>deploy</li>
<li>maintain</li>
<li>support</li>
<li>patch</li>
</ol>
</li>
</ol>
<p>If you&rsquo;re interested, drop me a comment or get in-touch with me through the <a href="/contact-me/">contact form</a>. No, I&rsquo;m not doing this for a referral fee, it&rsquo;s just a favour for a friend.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Received my BRIBE-FREE MALAYSIAN car sticker</title>
      <link>https://thedaneshproject.com/posts/received-my-bribe-free-malaysian-car-sticker/</link>
      <pubDate>Tue, 07 Jul 2009 00:00:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/received-my-bribe-free-malaysian-car-sticker/</guid>
      <description>Received my BRIBE-FREE MALAYSIAN car sticker in the mail last week. Now I&amp;rsquo;ve got a new public announcement which also act as a sun shade. 🙂
It&amp;rsquo;s easy to put the sticker on but it&amp;rsquo;s gonna hard to live by it right? Let&amp;rsquo;s see&amp;hellip;..
Like the sticker? [Request for one][2], it&amp;rsquo;s free.
[1]: /wp-content/uploads/2009/07/06072009387.jpg) [2]: http://www.bfm.my/276.html [3]: /wp-content/uploads/2009/07/06072009386.jpg)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/06072009387-500x375.jpg" alt=""  />
</p>
<p>Received my BRIBE-FREE MALAYSIAN car sticker in the mail last week. Now I&rsquo;ve got a new public announcement which also act as a sun shade. 🙂</p>
<p>It&rsquo;s easy to put the sticker on but it&rsquo;s gonna hard to live by it right? Let&rsquo;s see&hellip;..</p>
<p>Like the sticker? [Request for one][2], it&rsquo;s free.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/07/06072009386-500x375.jpg" alt=""  />
</p>
<p>[1]: /wp-content/uploads/2009/07/06072009387.jpg)
[2]: <a href="http://www.bfm.my/276.html">http://www.bfm.my/276.html</a>
[3]: /wp-content/uploads/2009/07/06072009386.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>ipvee.com your system info in style</title>
      <link>https://thedaneshproject.com/posts/ipvee.com-your-system-info-in-style/</link>
      <pubDate>Mon, 06 Jul 2009 09:01:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ipvee.com-your-system-info-in-style/</guid>
      <description>I first read about ipvee.com on [wingloon.com][2].
ipvee.com is a simple service that returns your system infomation but with a twist. Eye candy, the guys behind ipvee.com decided to go with a web 2.0 visual appeal with bold large text on bright colors and cool sliding tabs. See the screen shots, they speak for themselves.
So what system info you can pull off ipvee.com you ask?
[find your real ip address][3]</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/ipvee.com-find-your-real-ip-address-hostname-web-browser-flash-java-operating-system-screen-resolution-information_1246868715424-499x276.png" alt=""  />
</p>
<p>I first read about ipvee.com on [wingloon.com][2].</p>
<p>ipvee.com is a simple service that returns your system infomation but with a twist. Eye candy, the guys behind ipvee.com decided to go with a web 2.0 visual appeal with bold large text on bright colors and cool sliding tabs. See the screen shots, they speak for themselves.</p>
<p>So what system info you can pull off ipvee.com you ask?</p>
<ol>
<li>
<p>[find your real ip address][3]</p>
</li>
<li>
<p>[show hostname][3]</p>
</li>
<li>
<p>[show ip address][3]</p>
</li>
<li>
<p>[identify your browser][3]</p>
</li>
<li>
<p>[identify your operating][3]</p>
</li>
<li>
<p>[identify you screen resolution][3]</p>
</li>
</ol>
<p>All you need to use ipvee.com is either macromedia flash or java script. ipvee.com works with either one.</p>
<p>O ya, before I forget. [HAPPY 2nd BIRTHDAY wingloon.com][4] !!</p>
<p>Check out the screen shots below;</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>[1]: /wp-content/uploads/2009/07/ipvee.com-find-your-real-ip-address-hostname-web-browser-flash-java-operating-system-screen-resolution-information_1246868715424.png)
[2]: <a href="http://wingloon.com/2009/01/02/find-your-ip-address-web-browser-operating-system-and-screen-resolution-info-using-ipvee/">http://wingloon.com/2009/01/02/find-your-ip-address-web-browser-operating-system-and-screen-resolution-info-using-ipvee/</a>
[3]: <a href="http://www.ipvee.com/">http://www.ipvee.com/</a>
[4]: <a href="http://wingloon.com/2009/07/02/2nd-year-anniversary-for-my-blog/">http://wingloon.com/2009/07/02/2nd-year-anniversary-for-my-blog/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing ps3mediaserver on Fedora 11</title>
      <link>https://thedaneshproject.com/posts/installing-ps3mediaserver-on-fedora-11/</link>
      <pubDate>Mon, 06 Jul 2009 00:00:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-ps3mediaserver-on-fedora-11/</guid>
      <description>Most of my movie and audio files are on my Linux box. Currently, I use ps3mediaserver to get all my media across to my PS3 which is my media center. Aaaaa&amp;hellip; the simplicity is just amazing.
PS3mediaserver is Java based and getting it set-up is a breeze. Here&amp;rsquo;s how,
Download the tar package. Remember to download the most recent version. Look here [danesh@jackal ~]$ wget http://ps3mediaserver.googlecode.com/files/pms-linux-1.10.5.tgz
Extract the download tar package.</description>
      <content:encoded><![CDATA[<p>Most of my movie and audio files are on my Linux box.  Currently, I use <a href="http://code.google.com/p/ps3mediaserver/">ps3mediaserver</a> to get all my media across to my PS3 which is my media center. Aaaaa&hellip; the simplicity is just amazing.</p>
<p>PS3mediaserver is Java based and getting it set-up is a breeze. Here&rsquo;s how,</p>
<ol>
<li>Download the tar package. Remember to download the most recent version. <a href="http://code.google.com/p/ps3mediaserver/downloads/list">Look here</a></li>
</ol>
<p><code>[danesh@jackal ~]$ wget http://ps3mediaserver.googlecode.com/files/pms-linux-1.10.5.tgz</code></p>
<ol start="2">
<li>Extract the download tar package.</li>
</ol>
<p><code>[danesh@jackal ~]$ tar -zxvf pms-linux-1.10.5.tgz</code></p>
<ol start="3">
<li>Go in to the new extracted foder and start the server by executing the &ldquo;PMS.sh&rdquo; script. Also, remember to give execute rights to the &ldquo;PMS.sh&rdquo; script by running chmod +x.</li>
</ol>
<p>`[danesh@jackal ~]$ chmod +x PMS.sh<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<p>That&rsquo;s it, turn on your ps3 and start enjoying your new media server.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/07/Screenshot-Java-PS3-Media-Server-v1.10.5-499x365.png" alt=""  />
</p>
<p>[3]: /wp-content/uploads/2009/07/Screenshot-Java-PS3-Media-Server-v1.10.5.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Namecheap Coupon for July 2009</title>
      <link>https://thedaneshproject.com/posts/namecheap-coupon-for-july-2009/</link>
      <pubDate>Fri, 03 Jul 2009 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/namecheap-coupon-for-july-2009/</guid>
      <description>Here&amp;rsquo;s the latest Namecheap coupon for July 2009.
Coupon: INTERFACE
Discount: Save $0.88 for 1 year new domain registration only.
Thanks WingLoon</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s the latest <a href="http://www.namecheap.com/">Namecheap</a> coupon for July 2009.</p>
<p>Coupon: INTERFACE<br>
Discount: Save $0.88 for 1 year new domain registration only.</p>
<p>Thanks <a href="http://wingloon.com/2009/07/01/namecheap-coupon-for-july-2009/">WingLoon</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #9: Create multiple folder or files</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#9-create-multiple-folder-or-files/</link>
      <pubDate>Thu, 02 Jul 2009 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#9-create-multiple-folder-or-files/</guid>
      <description>Sometime it’s necessary for you to create multiple folders or files. This is normally the case for me when I’m working with the clusters at my work place. Fortunately, In Linux this is easy.
Using the “for loop”, one could easily put together a one-liner to see results. See sample below.
The initial “ls” shows that the directory is empty.
&amp;lt;br /&amp;gt; [root@abubu test]# ls -l&amp;lt;br /&amp;gt; total 0
Now, make the magic happens.</description>
      <content:encoded><![CDATA[<p>Sometime it’s necessary for you to create multiple folders or files. This is normally the case for me when I’m working with the clusters at my work place. Fortunately, In Linux this is easy.</p>
<p>Using the “for loop”, one could easily put together a one-liner to see results. See sample below.</p>
<p>The initial “ls” shows that the directory is empty.<br>
<code>&lt;br /&gt; [root@abubu test]# ls -l&lt;br /&gt; total 0</code></p>
<p>Now, make the magic happens. Run “for ((i=1;i&lt;=10;i++)); do mkdir ./folder-$i; done”</p>
<p><code>[root@abubu test]# for ((i=1;i&lt;=10;i++)); do mkdir ./folder-$i; done</code></p>
<p>Now, “ls” will give you 10 folders. 😉</p>
<p><code>[root@abubu test]# ls -l&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-1&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-10&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-2&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-3&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-4&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-5&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-6&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-7&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-8&lt;br /&gt; drwxr-xr-x 2 root root 4096 Jun 30 15:49 folder-9&lt;br /&gt; total 40&lt;br /&gt; [root@abubu test]#</code></p>
<p>This is just one way to do this. Please feel free to comment if you know a better way.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Yin Yang by downrodeo on TEEFury</title>
      <link>https://thedaneshproject.com/posts/yin-yang-by-downrodeo-on-teefury/</link>
      <pubDate>Wed, 01 Jul 2009 10:12:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yin-yang-by-downrodeo-on-teefury/</guid>
      <description>[Alan&amp;rsquo;s][2] got a new shirt out on [TeeFury][3] titled Yin Yang.
The design&amp;rsquo;s a Ying and Yang depicting a dragon and a tiger on it with vibrant colors. O ya, the design&amp;rsquo;s hand drawn and finished with water colors.
If my sources are right, Alan&amp;rsquo;s the first Malaysian to have his design sold on TEEFury. Awesome!!
It&amp;rsquo;s goes on sale today and will be for only 24 hours. The TEE will only run you USD 9 + USD 5+- for shipping which I find to be super duper cheap.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/07/top_yinyang-500x312.jpg" alt=""  />
</p>
<p>[Alan&rsquo;s][2] got a new shirt out on [TeeFury][3] titled Yin Yang.</p>
<p>The design&rsquo;s a Ying and Yang depicting a dragon and a tiger on it with vibrant colors. O ya, the design&rsquo;s hand drawn and finished with water colors.</p>
<p>If my sources are right, Alan&rsquo;s the first Malaysian to have his design sold on TEEFury. Awesome!!</p>
<p>It&rsquo;s goes on sale today and will be for only 24 hours. The TEE will only run you USD 9 + USD 5+- for shipping which I find to be super duper cheap.</p>
<p>[Grab one!!][3] I am!!</p>
<p>[1]: /wp-content/uploads/2009/07/top_yinyang.jpg)
[2]: <a href="http://alanbernard.com/">http://alanbernard.com/</a>
[3]: <a href="http://www.teefury.com/">http://www.teefury.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Nathan Wyburn pays tribute to MJ through his art</title>
      <link>https://thedaneshproject.com/posts/nathan-wyburn-pays-tribute-to-mj-through-his-art/</link>
      <pubDate>Wed, 01 Jul 2009 00:00:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nathan-wyburn-pays-tribute-to-mj-through-his-art/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=VE1PbnAfW_M[/youtube]
19 year old artist Nathan Wyburn pays tribute to Michael Jackson through his art. He sketched an awesome portrait of MJ and made a video of the whole process. He&amp;rsquo;s good!</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=VE1PbnAfW_M[/youtube]</p>
<p>19 year old artist <a href="http://www.youtube.com/user/wyzynathan">Nathan Wyburn</a> pays tribute to Michael Jackson through his art. He sketched an awesome  portrait of MJ and made a video of the whole process. He&rsquo;s good!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Mozilla Firefox 3.5 is out!!</title>
      <link>https://thedaneshproject.com/posts/mozilla-firefox-3.5-is-out/</link>
      <pubDate>Tue, 30 Jun 2009 17:00:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mozilla-firefox-3.5-is-out/</guid>
      <description>The long overdue, super fast, super secure, super cool Firefox 3.5 is out.
Just a few of the popular features to look forward to in version 3.5. [Full feature list][3]
Private browsing - porn mode for many 😀
Performance improvements. Really!! Read [here][4] and [here][5] and test it out for yourself.
Support for HTML 5, CSS 3 and other cutting edge web technologies.
Support for open video and open audio.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/firefoxWordMarkHorizontal.png" alt=""  />
</p>
<p>The long overdue, super fast, super secure, super cool Firefox 3.5 is out.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/07/performance-chart.png" alt=""  />
</p>
<p>Just a few of the popular features to look forward to in version 3.5. [Full feature list][3]</p>
<ol>
<li>
<p>Private browsing - porn mode for many 😀</p>
</li>
<li>
<p>Performance improvements. Really!! Read [here][4] and [here][5] and test it out for yourself.</p>
</li>
<li>
<p>Support for HTML 5, CSS 3 and other cutting edge web technologies.</p>
</li>
<li>
<p>Support for open video and open audio. No need for video plug-ins anymore. [Check it out][6].</p>
</li>
</ol>
<p>[Go grab it quick.][7]</p>
<p>While downloading make sure to check out the &ldquo;[real-time Firefox 3.5 downloads][8]&rdquo; monitor page. It shows you in real-time how many people across the world are downloading Firefox 3.5. At the time of this post the magic number was 700,000 and out of that about 3000 were from Malaysia. Let&rsquo;s see if they break a new record this time.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/07/Worldwide-Real-Time-Firefox-Downloads-500x150.png" alt=""  />
</p>
<p>[Download Firefox 3.5][7]</p>
<p>[1]: /wp-content/uploads/2009/06/firefoxWordMarkHorizontal.png)
[2]: /wp-content/uploads/2009/07/performance-chart.png)
[3]: <a href="http://www.mozilla.com/en-US/firefox/features/">http://www.mozilla.com/en-US/firefox/features/</a>
[4]: <a href="http://www.mozilla.com/en-US/firefox/features/#performance">http://www.mozilla.com/en-US/firefox/features/#performance</a>
[5]: <a href="http://www.mozilla.com/en-US/firefox/performance/">http://www.mozilla.com/en-US/firefox/performance/</a>
[6]: <a href="http://www.dailymotion.com/openvideodemo">http://www.dailymotion.com/openvideodemo</a>
[7]: <a href="http://www.mozilla.com/en-US/firefox/firefox.html?from=getfirefox">http://www.mozilla.com/en-US/firefox/firefox.html?from=getfirefox</a>
[8]: <a href="http://downloadstats.mozilla.com/">http://downloadstats.mozilla.com/</a>
[9]: /wp-content/uploads/2009/07/Worldwide-Real-Time-Firefox-Downloads.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3.5 , it’s almost here.</title>
      <link>https://thedaneshproject.com/posts/firefox-3.5-its-almost-here./</link>
      <pubDate>Tue, 30 Jun 2009 01:36:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3.5-its-almost-here./</guid>
      <description>[youtube]http://www.youtube.com/watch?v=eNJBXAhmdzc[/youtube]
Source: Mozilla</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=eNJBXAhmdzc[/youtube]</p>
<p>Source: <a href="http://www.mozilla.com/en-US/firefox/video/excitement-3.5.html">Mozilla</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Gmail does 25MB attachments now</title>
      <link>https://thedaneshproject.com/posts/gmail-does-25mb-attachments-now/</link>
      <pubDate>Tue, 30 Jun 2009 00:00:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gmail-does-25mb-attachments-now/</guid>
      <description>Not sure if you&amp;rsquo;ve realized but Gmail has raised it&amp;rsquo;s maximum attachment size from 10MB to 25MB. This is great, I don&amp;rsquo;t have to attach crappy low quality videos anymore.
Some people have commented that the 25MB limit only works with the the manual HTML upload tool and not the flash upload tool as it&amp;rsquo; limits them to 10MB. I&amp;rsquo;ve personally tested this and the 25MB limits works fine on both.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/Gmail-25MB-500x281.png" alt=""  />
</p>
<p>Not sure if you&rsquo;ve realized but Gmail has raised it&rsquo;s maximum attachment size from 10MB to 25MB. This is great, I don&rsquo;t have to attach crappy low quality videos anymore.</p>
<p>Some people have commented that the 25MB limit only works with the the manual HTML upload tool and not the flash upload tool as it&rsquo; limits them to 10MB. I&rsquo;ve personally tested this and the 25MB limits works fine on both. Could have been slow roll out of the code or something.</p>
<p>[1]: /wp-content/uploads/2009/06/Gmail-25MB.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.8, a million downloads and counting</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.8-a-million-downloads-and-counting/</link>
      <pubDate>Mon, 29 Jun 2009 00:00:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.8-a-million-downloads-and-counting/</guid>
      <description>12 days after it&amp;rsquo;s release, WordPress 2.8 has managed to clock 1 million downloads.
As of today, the download count stands at 1,175,317 and counting. It&amp;rsquo;s pretty obvious that WordPress is the current blogging platform of choice.
Check out the WordPress [download counter][2] page to stay up-to-date with the downloads.
Have you upgraded to WordPress 2.8? Make sure you do&amp;hellip;. [go here][3].
[1]: /wp-content/uploads/2009/06/WordPress-Download-Counter.png) [2]: http://wordpress.org/download/counter/ [3]: http://wordpress.org/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/WordPress-Download-Counter-500x389.png" alt=""  />
</p>
<p>12 days after it&rsquo;s release, WordPress 2.8 has managed to clock 1 million downloads.</p>
<p>As of today, the download count stands at 1,175,317 and counting. It&rsquo;s pretty obvious that WordPress is the current blogging platform of choice.</p>
<p>Check out the WordPress [download counter][2] page to stay up-to-date with the downloads.</p>
<p>Have you upgraded to WordPress 2.8? Make sure you do&hellip;. [go here][3].</p>
<p>[1]: /wp-content/uploads/2009/06/WordPress-Download-Counter.png)
[2]: <a href="http://wordpress.org/download/counter/">http://wordpress.org/download/counter/</a>
[3]: <a href="http://wordpress.org/">http://wordpress.org/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Inspiring WWF ads</title>
      <link>https://thedaneshproject.com/posts/inspiring-wwf-ads/</link>
      <pubDate>Sat, 27 Jun 2009 00:00:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/inspiring-wwf-ads/</guid>
      <description>Those are just a few of the inspiring ads from WWF to bring awareness to us about what we are doing wrong. I got them from [Abinesh][4] and [DeWebTimes][5].
We need to turn back the clock on nature and bring her back to here original state. NGOs like WWF can&amp;rsquo;t do it alone, all they can do is promote awareness amongst us in hope that we actually to the same by promoting awareness to those around us.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/wwf1.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/wwf3.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/wwf12.jpg" alt=""  />
</p>
<p>Those are just a few of the inspiring ads from WWF to bring awareness to us about what we are doing wrong. I got them from [Abinesh][4] and [DeWebTimes][5].</p>
<p>We need to turn back the clock on nature and bring her back to here original state. NGOs like WWF can&rsquo;t do it alone, all they can do is promote awareness amongst us in hope that we actually to the same by promoting awareness to those around us.</p>
<p>There&rsquo;s only one earth, our home. Make sure you take good care of her and her children.</p>
<p>If predictions are right, by 2015 shit will hit the fan and we will price for 50 years of ignorance.</p>
<p>[1]: /wp-content/uploads/2009/06/wwf1.jpg)
[2]: /wp-content/uploads/2009/06/wwf3.jpg)
[3]: /wp-content/uploads/2009/06/wwf12.jpg)
[4]: <a href="http://www.abinesh.com/delirium/posts/creative-wwf-ads/">http://www.abinesh.com/delirium/posts/creative-wwf-ads/</a>
[5]: <a href="http://www.dewebtimes.com/100-extremely-inspiring-and-creative-advertisements-from-wwf/">http://www.dewebtimes.com/100-extremely-inspiring-and-creative-advertisements-from-wwf/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Mozilla Firefox 3.5 RC3 released</title>
      <link>https://thedaneshproject.com/posts/mozilla-firefox-3.5-rc3-released/</link>
      <pubDate>Fri, 26 Jun 2009 04:48:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mozilla-firefox-3.5-rc3-released/</guid>
      <description>Mozilla&amp;rsquo;s Firefox 3.5 RC3 is out. [Download Firefox RC3][2]
Hopefully it&amp;rsquo;s the last release candidate before Firefox 3.5 goes public. From what I&amp;rsquo;ve heard the release date is set for next week, start of July.
The [video][3] below, by Mike Beltzner gives a quick preview of what’s new and exciting in Firefox 3.5.
[youtube]http://www.youtube.com/watch?v=k5Zbc-Rg6e8[/youtube]
Also, check out the [demos][4] to see what Firefox 3.5 is capable of.
Take release candidate for a spin, you&amp;rsquo;ll realize it&amp;rsquo;s much faster compared to the previous versions of the browser.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/firefoxWordMarkHorizontal.png" alt=""  />
</p>
<p>Mozilla&rsquo;s Firefox 3.5 RC3 is out. [Download Firefox RC3][2]</p>
<p>Hopefully it&rsquo;s the last release candidate before Firefox 3.5 goes public. From what I&rsquo;ve heard the release date is set for next week, start of July.</p>
<p>The [video][3] below, by Mike Beltzner gives a quick preview of what’s new and exciting in Firefox 3.5.</p>
<p>[youtube]http://www.youtube.com/watch?v=k5Zbc-Rg6e8[/youtube]</p>
<p>Also, check out the [demos][4] to see what Firefox 3.5 is capable of.</p>
<p>Take release candidate for a spin, you&rsquo;ll realize it&rsquo;s much faster compared to the previous versions of the browser. However, remember that it&rsquo;s not the final product. Some extensions might not work and you might run into a few bugs.</p>
<p>[Download Firefox RC3][2]</p>
<p>Source: [Mozilla Developer Center][5]</p>
<p>[1]: /wp-content/uploads/2009/06/firefoxWordMarkHorizontal.png)
[2]: <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">http://www.mozilla.com/en-US/firefox/all-rc.html</a>
[3]: <a href="http://www.mozilla.com/en-US/firefox/video/firefox-3.5.html">http://www.mozilla.com/en-US/firefox/video/firefox-3.5.html</a>
[4]: <a href="https://wiki.mozilla.org/Firefox3.5/Demos">https://wiki.mozilla.org/Firefox3.5/Demos</a>
[5]: <a href="https://developer.mozilla.org/devnews/index.php/2009/06/24/updated-firefox-3-5-release-candidate-available-for-download/">https://developer.mozilla.org/devnews/index.php/2009/06/24/updated-firefox-3-5-release-candidate-available-for-download/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>OpenDNS hits 14billion requests a day!</title>
      <link>https://thedaneshproject.com/posts/opendns-hits-14billion-requests-a-day/</link>
      <pubDate>Fri, 26 Jun 2009 00:00:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opendns-hits-14billion-requests-a-day/</guid>
      <description>![](/wp-content/uploads/2009/06/chart_total_alltime_2009_06-500x344.gif&amp;quot; alt=&amp;ldquo;chart_total_alltime_2009_06&amp;rdquo; width=&amp;ldquo;500&amp;rdquo; height=&amp;ldquo;344&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2009/06/chart_total_alltime_2009_06-500x344.gif 500w, /wp-content/uploads/2009/06/chart_total_alltime_2009_06.gif 560w&amp;quot; sizes=&amp;quot;(max-width: 500px) 100vw, 500px&amp;quot; /&amp;gt;]1
The best DNS service on the net, OpenDNS, receives 14 billion DNS request a day now!! Yup, 14 billion hits a day!! At pick time they process about 200,000 hits/sec which is mind blowing.
A new location is planned for Amsterdam in a few months and also Asia hopefully. We need a location in Asia to speed things up.</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2009/06/chart_total_alltime_2009_06-500x344.gif&quot; alt=&ldquo;chart_total_alltime_2009_06&rdquo; width=&ldquo;500&rdquo; height=&ldquo;344&rdquo; srcset=&quot;/wp-content/uploads/2009/06/chart_total_alltime_2009_06-500x344.gif 500w, /wp-content/uploads/2009/06/chart_total_alltime_2009_06.gif 560w&quot; sizes=&quot;(max-width: 500px) 100vw, 500px&quot; /&gt;]<a href="/wp-content/uploads/2009/06/chart_total_alltime_2009_06.gif">1</a></p>
<p>The best DNS service on the net, <a href="http://opendns.com/">OpenDNS</a>, receives 14 billion DNS request a day now!! Yup, 14 billion hits a day!! At pick time they process about 200,000 hits/sec which is mind blowing.</p>
<p>A new location is planned for Amsterdam in a few months and also Asia hopefully. We need a location in Asia to speed things up. With our slow international links even OpenDNS can sometimew feel slugish. This could be the reason why companies here have yet to switched over.</p>
<p>The <a href="http://system.opendns.com/">system status</a> page has also been updated to include DNS requests per day now. See below,</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/OpenDNS-System-500x187.png" alt=""  />
</p>
<p>I&rsquo;ve been on OpenDNS for a long time now. I use it at work, home and while I travel. It&rsquo;s easy, quick and gives me peace of mind to know that my nephew who&rsquo;s 4 does not end up on wrong sites while he&rsquo;s learning the internet.</p>
<p>I urge everyone to start using OpenDNS. It plays a key roll in keeping your internet experiense secure and safe.</p>
<p>To get started simply replace your current DNS server entries with the OpenDNS ones. &ldquo;208.67.222.222&rdquo; , &ldquo;208.67.220.220&rdquo; .</p>
<p>Source: [OpenDNS Blog][5]</p>
<p>[4]: /wp-content/uploads/2009/06/OpenDNS-System.png)
[5]: <a href="http://blog.opendns.com/">http://blog.opendns.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Kingston releases 128GB Data Traveler 200 USB flsh drive</title>
      <link>https://thedaneshproject.com/posts/kingston-releases-128gb-data-traveler-200-usb-flsh-drive/</link>
      <pubDate>Thu, 25 Jun 2009 00:00:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kingston-releases-128gb-data-traveler-200-usb-flsh-drive/</guid>
      <description>Kingston&amp;rsquo;s rolled out a new flash drive, the [Data Traveler 200][2].
At 128GB it&amp;rsquo;s the largest flash drive availalbe today and also the most expensive with a price tag of USD 550. There is also a 64GB model priced at USD 215 and a 64GB model priced at USD 120 if 128GB is too much for you to handle.
With so much storage capacity squeezed into such small form factors, are portable HDDs going to be something of the past?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/kingston-datatraveler-200.jpg" alt=""  />
</p>
<p>Kingston&rsquo;s rolled out a new flash drive, the [<strong><em>Data Traveler 200</em></strong>][2].</p>
<p>At 128GB it&rsquo;s the largest flash drive availalbe today and also the most expensive with a price tag of USD 550. There is also a 64GB model priced at USD 215 and a 64GB model priced at USD 120 if 128GB is too much for you to handle.</p>
<p>With so much storage capacity squeezed into such small form factors, are portable HDDs going to be something of the past? Pricing will be the major arguable point but looking at how hassle free thumb drives are compared to portable hdd drives, it&rsquo;s gonna be an interesting adventure.</p>
<p>What do you think?</p>
<p>[Product Home][2]</p>
<p>[1]: /wp-content/uploads/2009/06/kingston-datatraveler-200.jpg)
[2]: <a href="http://www.kingston.com/flash/dt200.asp">http://www.kingston.com/flash/dt200.asp</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>I get more Firefox then IE</title>
      <link>https://thedaneshproject.com/posts/i-get-more-firefox-then-ie/</link>
      <pubDate>Wed, 24 Jun 2009 00:00:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/i-get-more-firefox-then-ie/</guid>
      <description>This is awesome. Was going through my Google Analytics reports today. Most of my visitors run Firefox and not IE.
Looking at my stats from the past month. Firefox&amp;rsquo;s at 59.70%. IE was only at 27.75 % coming 2nd, followed by Chrome at 4.34%.
Looking at my stats, I guess most of my visitors are internet savvy else Firefox would not be on top. Not that Firefox is a pain to use but the fact is that most non internet savvy users generally just stick with the default browser that comes with their OS which in most cases is IE 🙁</description>
      <content:encoded><![CDATA[<p>This is awesome. Was going through my Google Analytics reports today. Most of my visitors run Firefox and not IE.</p>
<p>Looking at my stats from the past month. Firefox&rsquo;s at 59.70%. IE was only at 27.75 % coming 2nd, followed by Chrome at 4.34%.</p>
<p>Looking at my stats, I guess most of my visitors are internet savvy else Firefox would not be on top. Not that Firefox is a pain to use but the fact is that most non internet savvy users generally just stick with the default browser that comes with their OS which in most cases is IE 🙁</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/tdp-google-analytics-browsers-1-500x129.png" alt=""  />
</p>
<p>Browser Report</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/tdp-google-analytics-browsers-2-500x129.png" alt=""  />
</p>
<p>Browser/OS Report</p>
<p>[1]: /wp-content/uploads/2009/06/tdp-google-analytics-browsers-1.png)
[2]: /wp-content/uploads/2009/06/tdp-google-analytics-browsers-2.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>H1N1 shuts down 3 schools</title>
      <link>https://thedaneshproject.com/posts/h1n1-shuts-down-3-schools/</link>
      <pubDate>Tue, 23 Jun 2009 09:03:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/h1n1-shuts-down-3-schools/</guid>
      <description>SRJKC Jalan Davidson , SRK Assunta 2 and Cempaka International School have all been ordered to close for a week or more following confirmed cases of the H1N1 flu (swine flu) amongst their students.
SRJKC Jalan Davison has 3 confirmed cases, Assunta reported 1 case so far and Cempaka International School reported having 2 confirmed cases of the H1N1 flu.
If your child has the flu, make sure he/her gets looked at by medical personnel.</description>
      <content:encoded><![CDATA[<p><a href="http://thestar.com.my/news/story.asp?file=/2009/6/23/nation/4175387&amp;sec=nation"><img loading="lazy" src="/wp-content/uploads/2009/06/tranmission-500x440.jpg" alt="tranmission"  title="tranmission"  />
</a></p>
<p><a href="http://www.themalaysianinsider.com/index.php/malaysia/30133-kl-primary-school-closed-temporarily-due-to-ah1n1">SRJKC Jalan Davidson</a> , <a href="http://www.themalaysianinsider.com/index.php/malaysia/30209-second-school-closed-as-more-h1n1-cases-reported-">SRK Assunta 2</a> and <a href="http://www.themalaysianinsider.com/index.php/malaysia/30287-third-school-closed-because-of-h1n1">Cempaka International School</a> have all been ordered to close for a week or more following confirmed cases of the <a href="http://en.wikipedia.org/wiki/2009_flu_pandemic">H1N1 flu (swine flu)</a> amongst their students.</p>
<p>SRJKC Jalan Davison has 3 confirmed cases, Assunta reported 1 case so far and Cempaka International School reported having 2 confirmed cases of the H1N1 flu.</p>
<p>If your child has the flu, make sure he/her gets looked at by medical personnel. Keep them indoors, prevent any contact with others and drop school till the flu blows away.</p>
<p>Parents, time to freak out. Keep your children safe, it&rsquo;s not the time to be ignorant. It&rsquo;s not worth gambling with your child&rsquo;s health.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #8: grep with color</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#8-grep-with-color/</link>
      <pubDate>Tue, 23 Jun 2009 00:00:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#8-grep-with-color/</guid>
      <description>If you&amp;rsquo;re running grep on a large file with multipled results, highlighting your results would really easy on your eyes.
Here&amp;rsquo;s how;
Export the &amp;ldquo;GREP_OPTIONS&amp;rdquo; environment variable to include &amp;ldquo;-color=auto&amp;rdquo;. Run the export command below.
export GREP_OPTIONS=&#39;--color=auto&#39;
Once you&amp;rsquo;ve executed the command, run a simple grep to see the highlights in action.
Red is the default highlight color. I&amp;rsquo;ll cover setting custom colors in a future post.
[1]: /wp-content/uploads/2009/06/grep-with-color-1.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/grep-with-color-1-500x168.png" alt=""  />
</p>
<p>If you&rsquo;re running grep on a large file with multipled results, highlighting your results would really easy on your eyes.</p>
<p>Here&rsquo;s how;</p>
<p>Export the &ldquo;GREP_OPTIONS&rdquo; environment variable to include &ldquo;-color=auto&rdquo;. Run the export command below.</p>
<p><code>export GREP_OPTIONS='--color=auto'</code></p>
<p>Once you&rsquo;ve executed the command, run a simple grep to see the highlights in action.</p>
<p>Red is the default highlight color. I&rsquo;ll cover setting custom colors in a future post.</p>
<p>[1]: /wp-content/uploads/2009/06/grep-with-color-1.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Aussie Beer Commercial – It’s a big Ad</title>
      <link>https://thedaneshproject.com/posts/aussie-beer-commercial-its-a-big-ad/</link>
      <pubDate>Mon, 22 Jun 2009 09:09:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/aussie-beer-commercial-its-a-big-ad/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=sYZs7VJaAlQ[/youtube]
Not new but it&amp;rsquo;s a freaking brilliant Aussie beer ad !!
Gotta love it if you love your beer.</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=sYZs7VJaAlQ[/youtube]</p>
<p>Not new but it&rsquo;s a freaking brilliant Aussie beer ad !!</p>
<p>Gotta love it if you love your beer.</p>
]]></content:encoded>
    </item>
    <item>
      <title>TM upgrading it’s core network</title>
      <link>https://thedaneshproject.com/posts/tm-upgrading-its-core-network/</link>
      <pubDate>Thu, 18 Jun 2009 17:07:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tm-upgrading-its-core-network/</guid>
      <description>TM is upgrading their core network today. Friday, 19 June 2009, 11 pm till Saturday, 20 June 2009, 6 am.
During the nationwide upgrade, all internet services will most likely go down. This includes VOIP, iTalk and home prepaid users.
Source: [Streamyx][2]
[1]: /wp-content/uploads/2009/06/TM-core-upgrade.png) [2]: http://streamyx.com.my/whats_new/whats_new.php?id=article_20090610</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/TM-core-upgrade-500x304.png" alt=""  />
</p>
<p>TM is upgrading their core network today. Friday, 19 June 2009, 11 pm till Saturday, 20 June 2009, 6 am.</p>
<p>During the nationwide upgrade, all internet services will most likely go down. This includes VOIP, iTalk and home prepaid users.</p>
<p>Source: [Streamyx][2]</p>
<p>[1]: /wp-content/uploads/2009/06/TM-core-upgrade.png)
[2]: <a href="http://streamyx.com.my/whats_new/whats_new.php?id=article_20090610">http://streamyx.com.my/whats_new/whats_new.php?id=article_20090610</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>BRIBE-FREE MALAYSIAN car sticker</title>
      <link>https://thedaneshproject.com/posts/bribe-free-malaysian-car-sticker/</link>
      <pubDate>Wed, 17 Jun 2009 09:56:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bribe-free-malaysian-car-sticker/</guid>
      <description>Need a new bumber sticker? BFM has a cool one out which says &amp;ldquo;BRIBE-FREE MALAYSIAN&amp;rdquo;.
[BFM][2]&amp;rsquo;s giving them away for free. Drop them a request [here][3] and you&amp;rsquo;ll get your sticker by mail in a few days.
It&amp;rsquo;s gonna be interesting to see how many [hypocrites][4] will have this sticker on their cars. Being Malaysian means learning to BRIBE right? sigh&amp;hellip;&amp;hellip;
Source: [Abinesh][5]
[1]: /wp-content/uploads/2009/06/BFM-car-sticker.jpg) [2]: http://www.bfm.my/ [3]: http://www.bfm.my/276.html [4]: http://dictionary.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/BFM-car-sticker.jpg" alt=""  />
</p>
<p>Need a new bumber sticker? BFM has a cool one out which says &ldquo;BRIBE-FREE MALAYSIAN&rdquo;.</p>
<p>[BFM][2]&rsquo;s giving them away for free. Drop them a request [here][3] and you&rsquo;ll get your sticker by mail in a few days.</p>
<p>It&rsquo;s gonna be interesting to see how many [hypocrites][4] will have this sticker on their cars. Being Malaysian means learning to BRIBE right? sigh&hellip;&hellip;</p>
<p>Source: [Abinesh][5]</p>
<!-- raw HTML omitted -->
<p>[1]: /wp-content/uploads/2009/06/BFM-car-sticker.jpg)
[2]: <a href="http://www.bfm.my/">http://www.bfm.my/</a>
[3]: <a href="http://www.bfm.my/276.html">http://www.bfm.my/276.html</a>
[4]: <a href="http://dictionary.reference.com/browse/hypocrite">http://dictionary.reference.com/browse/hypocrite</a>
[5]: <a href="http://www.abinesh.com/delirium/posts/a-car-sticker-all-malaysians-need/">http://www.abinesh.com/delirium/posts/a-car-sticker-all-malaysians-need/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook adds usernames</title>
      <link>https://thedaneshproject.com/posts/facebook-adds-usernames/</link>
      <pubDate>Tue, 16 Jun 2009 17:52:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-adds-usernames/</guid>
      <description>Facebook has always used random numbers to make up your profile page URL. This is not longer the case, with the introduction of [Facebook usernames][2], you can now have your name in the URL instead of the random numbers.
See [mine][3] below.
Go to the http://www.facebook.com/username/ page and set you desired username. That&amp;rsquo;s all, now share your new easy to read profile.
[1]: /wp-content/uploads/2009/06/facebook-username.png) [2]: http://blog.facebook.com/blog.php?post=90316352130 [3]: http://www.facebook.com/danesh.manoharan [4]: /wp-content/uploads/2009/06/Facebook-sername1.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/facebook-username.png" alt=""  />
</p>
<p>Facebook has always used random numbers to make up your profile page URL. This is not longer the case, with the introduction of [Facebook usernames][2], you can now have your name in the URL instead of the random numbers.</p>
<p>See [mine][3] below.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/06/Facebook-sername1.png" alt=""  />
</p>
<p>Go to the <a href="http://www.facebook.com/username/">http://www.facebook.com/username/</a> page and set you desired username. That&rsquo;s all, now share your new easy to read profile.</p>
<p>[1]: /wp-content/uploads/2009/06/facebook-username.png)
[2]: <a href="http://blog.facebook.com/blog.php?post=90316352130">http://blog.facebook.com/blog.php?post=90316352130</a>
[3]: <a href="http://www.facebook.com/danesh.manoharan">http://www.facebook.com/danesh.manoharan</a>
[4]: /wp-content/uploads/2009/06/Facebook-sername1.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Good collection of Linux Tutorials</title>
      <link>https://thedaneshproject.com/posts/good-collection-of-linux-tutorials/</link>
      <pubDate>Mon, 15 Jun 2009 10:43:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/good-collection-of-linux-tutorials/</guid>
      <description>EduChoices published an excellent list of Linux tutorials. The list includes tutorials for Linux newbies and experts alike.
Check it out, a must have if you into Linux The list below was taken from EduChoices.
Linux and UNIX Training for Beginners Free Linux Tutorials for Beginners Introduction to Linux{.external} - This IBM tutorial is designed for people who want to learn what Linux is and how it can be used. Linux Desktop 101{.</description>
      <content:encoded><![CDATA[<p>EduChoices published an excellent list of Linux tutorials. The list includes tutorials for Linux newbies and experts alike.</p>
<p>Check it out, a must have if you into Linux The list below was taken from <a href="http://educhoices.org/articles/Useful_Tutorials_on_Linux_and_UNIX_for_Beginners_and_Experts_Alike.html">EduChoices</a>.</p>
<h2 id="section--LinuxAndUNIXTrainingForBeginners">Linux and UNIX Training for Beginners</h2>
<h3 id="section--FreeLinuxTutorialsForBeginners">Free Linux Tutorials for Beginners</h3>
<ul>
<li><a href="http://www.ibm.com/developerworks/linux/newto/">Introduction to Linux</a>{.external} - This IBM tutorial is designed for people who want to learn what Linux is and how it can be used.</li>
<li><a href="http://linux.about.com/c/ec/1.htm">Linux Desktop 101</a>{.external} - This 14-week course teaches students how to run the Linux operating system on a PC.</li>
<li><a href="http://tldp.org/LDP/intro-linux/html/index.html">Hands-On Introduction to Linux</a>{.external} - Machtelt Garrels&rsquo; well-organized tutorial provides a hands-on introduction to Linux.</li>
<li>Real Time Linux Introduction - A series of introductory Linux tutorials from the National Institute of Standards and Technology.</li>
<li>Getting Started with Linux - This 20-lesson course from Linux Online is designed for people who are just getting started with Linux.</li>
<li><a href="http://learnlinux.tsf.org.za/courses/web-fundamentals.html">Linux Fundamentals Course</a>{.external} - The Shuttleworth Foundation&rsquo;s fundamentals course takes approximately 18 hours to complete and gives students a basic understanding of the Linux operating system.</li>
<li><a href="http://www.beginlinux.org/course/view.php?id=15">The 35-Command Tutorial</a>{.external} - This basic Linux tutorial from BeginLinux.org teaches 35 commands that every Linux user should know.</li>
<li><a href="http://ocw.novell.com/novell-linux-desktop/getting-started-with-novell-linux-desktop">Getting Started with Linux Desktop</a>{.external} - Novell&rsquo;s self-study course teaches basic Linux desktop skills.</li>
</ul>
<h3 id="section--FreeUNIXTutorialsForBeginners">Free UNIX Tutorials for Beginners</h3>
<ul>
<li><a href="http://www.ee.surrey.ac.uk/Teaching/Unix/">UNIX Tutorial for Beginners</a>{.external} - The University of Surrey&rsquo;s beginner&rsquo;s guide to the UNIX operating system features eight easy-to-follow tutorials.</li>
<li><a href="http://snap.nlc.dcccd.edu/learn/idaho/unixindex.html">A Basic UNIX Tutorial</a>{.external} - This Idaho State University tutorial teaches the fundamental of UNIX computing. The tutorial includes examples and exercises.</li>
<li><a href="http://www.devdaily.com/unix/unix-dnld.shtml">UNIX Training Manual</a>{.external} - This free 88-page training manual utilizes examples to teach UNIX filesystem commands. Not exactly a tutorial, but useful nevertheless.</li>
<li><a href="http://www.mcsr.olemiss.edu/unixhelp/commanz/index.html">UNIX Command Tutorial</a>{.external} - University of Mississippi course that teaches students how to interact with a UNIX operating system and perform various commands.</li>
<li>Learn UNIX Tutorial - Soft Lookup&rsquo;s comprehensive UNIX tutorial can take almost anyone from a beginner to an expert.</li>
<li><a href="http://heather.cs.ucdavis.edu/%7Ematloff/UnixAndC/Unix/UnixBareMn.pdf">UNIX - The Bare Minimum</a>{.external} - This tutorial, from a UC Davis professor, offers a basic introduction to UNIX.</li>
<li><a href="http://www.upscale.utoronto.ca/GeneralInterest/Harrison/LearnLinux/">Learning About UNIX</a>{.external} - The University of Toronto offers open access to UNIX and Linux course notes. This course focuses on UNIX and Linux tools.</li>
<li><a href="http://www.unix-manuals.com/tutorials/unix/unix.html">What is UNIX?</a>{.external} - This tutorial offers a simple introduction to UNIX and offers access to a forum for UNIX beginners.</li>
</ul>
<h2 id="section--LinuxAndUNIXTrainingForExperts">Linux and UNIX Training for Experts</h2>
<h3 id="section--FreeLinuxTutorialsForExperts">Free Linux Tutorials for Experts</h3>
<ul>
<li>Linux Online&rsquo;s Course for Advanced Users - This advanced course from Linux Online is fashioned into a series of how-to documents. Designed for people who want to learn more about installation, configuration and maintenance tasks.</li>
<li><a href="http://www.linuxtraining.co.uk/download/new_linux_course_modules.pdf">Linux System Administration Course</a>{.external} - This 28-module course provides comprehensive training for system administrators.</li>
<li><a href="http://www.howtoforge.com/howtos/linux/kernel">Kernel Tutorials</a>{.external} - The kernel tutorials at HowToForge are a great way for Linux users to learn everything they need to know about kernels.</li>
<li><a href="http://lartc.org/lartc.html">Advanced Routing and Traffic Control Tutorial</a>{.external} - This advanced Linux tutorial teaches users about routing, filtering and traffic shaping.</li>
<li><a href="http://ocw.novell.com/suse-linux-enterprise">Linux Enterprise Server Courses</a>{.external} - Novell Training Services offers several different courses for advanced Linux users.</li>
<li><a href="http://learnlinux.tsf.org.za/courses/web-net-admin.html">Linux Network Administration Course</a>{.external} - The Shuttleworth Foundation&rsquo;s Linux Network Administration Course is split into separate tutorials that teach the fundamentals of network administration.</li>
<li><a href="http://www.advancedlinuxprogramming.com/">Advanced Linux Programming</a>{.external} - This tutorial is actually a book that can be downloaded for free. The book teaches users how to develop Linux software and write sophisticated programming.</li>
<li><a href="http://www.ibm.com/developerworks/views/linux/libraryview.jsp?type_by=Tutorials">IBM&rsquo;s Technical Library</a>{.external} - IBM&rsquo;s Technical Library offers a number of useful tutorials for advanced Linux users.</li>
</ul>
<h3 id="section--FreeUNIXTutorialsForExperts">Free UNIX Tutorials for Experts</h3>
<ul>
<li><a href="http://www.ussg.iu.edu/UAU/uau.html">UNIX for Advanced Users</a>{.external} - Indiana University&rsquo;s UNIX Workstation Support Group offers a great UNIX course for advanced users.</li>
<li><a href="http://people.ischool.berkeley.edu/%7Ekevin/unix-tutorial/">Kevin Heard&rsquo;s UNIX Tutorial</a>{.external} - Kevin Heard (UC Berkeley) has a fantastic three-part tutorial that starts with an overview of UNIX and ends with advanced topics.</li>
<li><a href="http://members.unine.ch/philippe.renard/unix2.html">Advanced UNIX Commands</a>{.external} - Although this is more of a list than a tutorial, it makes a good reference for advanced UNIX users.</li>
<li><a href="http://users.actcom.co.il/%7Echoo/lupg/tutorials/parallel-programming-theory/parallel-programming-theory.html">Parallel Programming Tutorial</a>{.external} - This UNIX tutorial teaches advanced users the ins and outs of parallel programming.</li>
<li><a href="http://tldp.org/LDP/abs/html/">Advanced Bash Scripting Guide</a>{.external} - This UNIX tutorial from the Linux Document Project starts out with a programming overview and moves on to advanced scripting topics.</li>
<li><a href="http://www.vtc.com/products/Unix-Shell-Scripting-Advanced-tutorials.htm">UNIX Shell Scripting Advanced</a>{.external} - VTC has a number of UNIX tutorials that are in video form. This one guides advanced users through their first shell script.</li>
<li><a href="http://heather.cs.ucdavis.edu/%7Ematloff/UnixAndC/Unix/CShellII.pdf">Advanced C Shell Programming</a>{.external} - This UC Davis tutorial teaches advanced C shell and tcsh programming techniques.</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Demonoid.com open for registration</title>
      <link>https://thedaneshproject.com/posts/demonoid.com-open-for-registration/</link>
      <pubDate>Sun, 07 Jun 2009 09:39:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/demonoid.com-open-for-registration/</guid>
      <description>Private tracker Demonoid.com is open for registration. Go grab your accounts now while it&amp;rsquo;s still open.
Register
[1]: /wp-content/uploads/2009/06/demonoidcom-register.png)</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Private tracker Demonoid.com is open for registration. Go grab your accounts now while it&rsquo;s still open.</p>
<p>Register</p>
<p>[1]: /wp-content/uploads/2009/06/demonoidcom-register.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Latest Transformers Poster</title>
      <link>https://thedaneshproject.com/posts/latest-transformers-poster/</link>
      <pubDate>Thu, 04 Jun 2009 08:09:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/latest-transformers-poster/</guid>
      <description>The latest Transformers 2 poster is out. Think this will be the final poster for the movie which comes out 24th June. Looks real nice.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/06/34141-thumb.jpg" alt=""  />
</p>
<p>The latest <!-- raw HTML omitted -->Transformers 2<!-- raw HTML omitted --> poster is out. Think this will be the final poster for the movie which comes out 24th June. Looks real nice.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Red Hat updated RCHT and RCHE exams</title>
      <link>https://thedaneshproject.com/posts/red-hat-updated-rcht-and-rche-exams/</link>
      <pubDate>Tue, 02 Jun 2009 17:06:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/red-hat-updated-rcht-and-rche-exams/</guid>
      <description>Thinking about getting your RHCT/RHCE certification soon? read up.
Red Hat has started rolling out new exam structures for the RHCE and RCHT certifications starting 1st May 2009.
RHCE is now a single session lasting 3,5 hours. The old exam sturcture had 2 sections lasting 2.5 and 3 hours.
RHCT is also a single session now, lasting 2 hours. Previously, it was made up of 2 sections lasting 1 and 2 hours.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/03/redhat.png" alt=""  />
</p>
<p>Thinking about getting your RHCT/RHCE certification soon? read up.</p>
<p>Red Hat has started rolling out new exam structures for the RHCE and RCHT certifications starting 1st May 2009.</p>
<p>RHCE is now a single session lasting 3,5 hours. The old exam sturcture had 2 sections lasting 2.5 and 3 hours.</p>
<p>RHCT is  also a single session now, lasting 2 hours. Previously, it was made up of 2 sections lasting 1 and 2 hours.</p>
<p>Been thinkning of renewing my RHCE from RHEL 4 to RHEL 5. Know any good training centres?</p>
<p>Source: [Red Hat][2]</p>
<p>[1]: /wp-content/uploads/2007/03/redhat.png)
[2]: <a href="http://www.redhat.com/certification/faq/">http://www.redhat.com/certification/faq/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Analytics on your desktop with Polaris</title>
      <link>https://thedaneshproject.com/posts/google-analytics-on-your-desktop-with-polaris/</link>
      <pubDate>Tue, 26 May 2009 23:00:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-analytics-on-your-desktop-with-polaris/</guid>
      <description>Polaris brings Google Analytics to your desktop. The desktop widget Adobe AIR powered making it cross-platform.
The basic &amp;ldquo;free&amp;rdquo; widget allows you to monitor one site. If you need more, you could by upgrading to the full version (unlimited profiles) for USD 15 per year.
The default view is the dashboard with an overview of the genaral stats. Visits, page views, etc&amp;hellip;
You can select a date range for the stats you want to view by using the simple drag interface.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Polaris brings Google Analytics to your desktop. The desktop widget  Adobe AIR powered making it cross-platform.</p>
<p>The basic &ldquo;free&rdquo; widget allows you to monitor one site. If you need more, you could by upgrading to the full version (unlimited profiles) for USD 15 per year.</p>
<p>The default view is the dashboard with an overview of the genaral stats. Visits, page views, etc&hellip;</p>
<!-- raw HTML omitted -->
<p>You can  select a date range for the stats you want to view by using the simple drag interface.</p>
<!-- raw HTML omitted -->
<p>More stats are available as seen in the screenshot above.</p>
<p>Take it for a spin, I think you&rsquo;ll like it.</p>
<p>Source: Polaris</p>
<p>[1]: /wp-content/uploads/2009/05/polaris.png)
[2]: /wp-content/uploads/2009/05/polaris-date.png)
[3]: /wp-content/uploads/2009/05/polaris-stats.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux market share gone up!</title>
      <link>https://thedaneshproject.com/posts/linux-market-share-gone-up/</link>
      <pubDate>Tue, 26 May 2009 05:56:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-market-share-gone-up/</guid>
      <description>Based on W3Counter&amp;rsquo;s April report, Linux&amp;rsquo;s market share has grown over the past year to a steady 2.16%. At around the same time last year that value stood at 1.89%.
The number&amp;rsquo;s surely to go up as the Linux desktop environment continues to improve with every new release.
I&amp;rsquo;m 100% Linux at home now running Ubuntu and openSUSE and I&amp;rsquo;m glad to have contrubuted to growth of Linux.
Source: [W3Counter][2] | [Planet Malaysia][3]</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/05/w3counter-global-web-stats_april2009.png" alt=""  />
</p>
<p>Based on W3Counter&rsquo;s April report, Linux&rsquo;s market share has grown over the past year to a steady 2.16%. At around the same time last year that value stood at 1.89%.</p>
<p>The number&rsquo;s surely to go up as the Linux desktop environment continues to improve with every new release.</p>
<p>I&rsquo;m 100% Linux at home now running Ubuntu and openSUSE and I&rsquo;m glad to have contrubuted to growth of Linux.</p>
<p>Source: [W3Counter][2] | [Planet Malaysia][3]</p>
<p>[1]: /wp-content/uploads/2009/05/w3counter-global-web-stats_april2009.png)
[2]: <a href="http://www.w3counter.com">http://www.w3counter.com</a>
[3]: <a href="http://www.planetmy.com/blog/linux-market-share-passes-2/">http://www.planetmy.com/blog/linux-market-share-passes-2/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Transformers USB Flash Drive</title>
      <link>https://thedaneshproject.com/posts/transformers-usb-flash-drive/</link>
      <pubDate>Mon, 25 May 2009 13:40:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/transformers-usb-flash-drive/</guid>
      <description>This is something all transformers fans should have.
The 2GB USB flash drive transforms from a regular looking flash drive into Ravage. However, in it&amp;rsquo;s transformed state, Ravage&amp;rsquo;s USB port is not longer accessible. Who cares right? As long as it looks cool!
It&amp;rsquo;s not cheap, USD 42.99 for a thumb drive. You&amp;rsquo;d have to be a die hard fan to drop that kind of cash for a 2GB USB drive.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://media.s3image.com/tak10927dc0.jpg" alt=""  />
</p>
<p>This is something all transformers fans should have.</p>
<p>The 2GB USB flash drive transforms from a regular looking flash drive into Ravage.  However, in  it&rsquo;s transformed state, Ravage&rsquo;s USB port is not longer accessible. Who cares right? As long as it looks cool!</p>
<p>It&rsquo;s not cheap, USD 42.99 for a thumb drive. You&rsquo;d have to be a die hard fan to drop that kind of cash for a 2GB USB drive. Also, for an extra 2 bucks you could get the collector&rsquo;s edition. It&rsquo;s hand chosen, guaranteed to be in mint condition and meant to got on display in it&rsquo;s packaging.</p>
<p>Besides price, it&rsquo;s still an awesome looking flash drive.</p>
<p>Source: [BIGBADTOYSTORE][2]</p>
<p>[1]: <a href="http://media.s3image.com/tak10927dc0.jpg">http://media.s3image.com/tak10927dc0.jpg</a>)
[2]: <a href="http://www.bigbadtoystore.com/bbts/product.aspx?product=TAK10927&amp;mode=retail&amp;picture=out">http://www.bigbadtoystore.com/bbts/product.aspx?product=TAK10927&amp;mode=retail&amp;picture=out</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>3 new “Transformers 2” trailers</title>
      <link>https://thedaneshproject.com/posts/3-new-transformers-2-trailers/</link>
      <pubDate>Sat, 23 May 2009 20:28:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/3-new-transformers-2-trailers/</guid>
      <description>Woo Hoo!! 3 new &amp;ldquo;Transformers 2&amp;rdquo; trailers just got released.
Catch them below
It&amp;rsquo;s On&amp;hellip;..
[vimeo]http://vimeo.com/4719904{.linkification-ext}[/vimeo]
Greatest Enemy&amp;hellip;..
[vimeo]http://vimeo.com/4719776{.linkification-ext}[/vimeo]
Forms&amp;hellip;
[vimeo]http://vimeo.com/4719348{.linkification-ext}[/vimeo]
I can&amp;rsquo;t wait to catch the movie!! How bout you, into Transformers??</description>
      <content:encoded><![CDATA[<p>Woo Hoo!! 3 new &ldquo;Transformers 2&rdquo; trailers just got released.</p>
<p>Catch them below</p>
<p><a href="http://vimeo.com/4719904">It&rsquo;s On&hellip;..</a></p>
<p>[vimeo]<a href="http://vimeo.com/4719904" title="Linkification: http://vimeo.com/4719904">http://vimeo.com/4719904</a>{.linkification-ext}[/vimeo]</p>
<p><a href="http://vimeo.com/4719776">Greatest Enemy&hellip;..</a></p>
<p>[vimeo]<a href="http://vimeo.com/4719776" title="Linkification: http://vimeo.com/4719776">http://vimeo.com/4719776</a>{.linkification-ext}[/vimeo]</p>
<p><a href="http://vimeo.com/4719348">Forms&hellip;</a></p>
<p>[vimeo]<a href="http://vimeo.com/4719348" title="Linkification: http://vimeo.com/4719348">http://vimeo.com/4719348</a>{.linkification-ext}[/vimeo]</p>
<p>I can&rsquo;t wait to catch the movie!! How bout you, into Transformers??</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #7: Disable auto logout in C Shell (csh)</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#7-disable-auto-logout-in-c-shell-csh/</link>
      <pubDate>Wed, 20 May 2009 18:24:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#7-disable-auto-logout-in-c-shell-csh/</guid>
      <description>Run the &amp;ldquo;set autologout=[n]&amp;rdquo; command to enable or disable the autologout feature in C Shell (csh)
Setting autologout to &amp;ldquo;0&amp;rdquo; will disable the autologout feature.
set autologout=0
The first line below will set the autologout period to 1 minute and the second line will be 5 minutes. If there is no activity for the set time, you will automatically be logged off from yoru C Shell (csh) session.
set autologout=1</description>
      <content:encoded><![CDATA[<p>Run the &ldquo;set autologout=[n]&rdquo; command to enable or disable the autologout feature in C Shell (csh)</p>
<p>Setting autologout to &ldquo;0&rdquo; will disable the autologout feature.</p>
<p><code>set autologout=0</code></p>
<p>The first line below will set the autologout period to 1 minute and the second line will be 5 minutes. If there is no activity for the set time, you will automatically be logged off from yoru C Shell (csh) session.</p>
<p><code>set autologout=1</code></p>
<p><code>set autologout=5</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Twitter Tees By Threadless</title>
      <link>https://thedaneshproject.com/posts/twitter-tees-by-threadless/</link>
      <pubDate>Tue, 19 May 2009 18:31:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/twitter-tees-by-threadless/</guid>
      <description>![](http://farm4.static.flickr.com/3626/3546677334_dc47731d9a.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;476&amp;rdquo; height=&amp;ldquo;500&amp;rdquo; /&amp;gt;]1
Twitter has partnered with Threadless to come out with &amp;ldquo;Twitter Tees by Threadless&amp;rdquo;. Twitter powered Tees where the design is decided by your Tweets.
This is cool, The Threadless community actually votes for it&amp;rsquo;s favourite Tweets. The popular Tweets then end up on Tees. This is something other Tee shirt companies don&amp;rsquo;t quite do yet.
3 simple steps to get your Tweet onto a Tee;</description>
      <content:encoded><![CDATA[<p>![](<a href="http://farm4.static.flickr.com/3626/3546677334_dc47731d9a.jpg%22">http://farm4.static.flickr.com/3626/3546677334_dc47731d9a.jpg&quot;</a> alt=&quot;&quot; width=&ldquo;476&rdquo; height=&ldquo;500&rdquo; /&gt;]<a href="http://farm4.static.flickr.com/3626/3546677334_dc47731d9a.jpg">1</a></p>
<p>Twitter has partnered with Threadless to come out with &ldquo;<a href="http://twitter.threadless.com/">Twitter Tees by Threadless</a>&rdquo;. Twitter powered Tees where the design is decided by your Tweets.</p>
<p>This is cool,  The Threadless community actually votes for it&rsquo;s favourite Tweets. The popular Tweets then end up on Tees. This is something other Tee shirt companies don&rsquo;t quite do yet.</p>
<p>3 simple steps to get your Tweet onto a Tee;</p>
<p>First,  Submit or nominate a Tweet. Make sure you have a Twitter account to sign in with. You can submit your own Tweets, Tweets from your friends, Your favourite Tweets or finally through Twitter search.</p>
<p>![](<a href="http://farm4.static.flickr.com/3639/3546677570_80a40ed34f.jpg%22">http://farm4.static.flickr.com/3639/3546677570_80a40ed34f.jpg&quot;</a> alt=&quot;&quot; width=&ldquo;500&rdquo; height=&ldquo;48&rdquo; /&gt;]<a href="http://farm4.static.flickr.com/3639/3546677570_80a40ed34f.jpg">3</a></p>
<p>Next, let the community <a href="http://twitter.threadless.com/score">vote</a>. Don&rsquo;t forget to vote for your submissions.</p>
<p>The last step is to count the votes. This is where the magic happens. The winning Tweet gets on to a Tee.  <a href="http://twitter.threadless.com/catalog">Check them out</a>.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3305/3546677726_7341ce752a_o.png" alt=""  />
</p>
<p>I submited 3 Tweets myself. Tweets I would love to see on my Tees.</p>
<p>[I hate #streamyx][7]</p>
<p>[time to balik rumah!!][8]</p>
<p>[sleepy!][9]</p>
<p>Vote for the Tweet you like. It just might end up on a tee.</p>
<p>[6]: <a href="http://farm4.static.flickr.com/3305/3546677726_7341ce752a_o.png">http://farm4.static.flickr.com/3305/3546677726_7341ce752a_o.png</a>)
[7]: <a href="http://thrdl.es/~/HI">http://thrdl.es/~/HI</a>
[8]: <a href="http://twitter.threadless.com/tweet/2617/time_to_balik_rumah">http://twitter.threadless.com/tweet/2617/time_to_balik_rumah</a>
[9]: <a href="http://thrdl.es/~/Gz">http://thrdl.es/~/Gz</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Install Amarok 1.4 on Ubuntu 9.04</title>
      <link>https://thedaneshproject.com/posts/install-amarok-1.4-on-ubuntu-9.04/</link>
      <pubDate>Sun, 17 May 2009 17:42:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/install-amarok-1.4-on-ubuntu-9.04/</guid>
      <description>Been using Jaunty since it came out. Loving the speed, simplicity and estatics!!
Everything works well except for Amarok 2 which ships default with Jaunty. I&amp;rsquo;ve been an Amarok 1.4 user for a long time now, moving to Amarok 2 is not something I fancy doing right now. Fortunately getting Amarok 1.4 onto Ubuntu is easy. Here&amp;rsquo;s how;
Create a new source file in &amp;ldquo;/etc/apt/sources.list.d/&amp;rdquo; and call it &amp;ldquo;amarok14.list&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3337/3538709803_e69c07498a_t.jpg" alt=""  />
</p>
<p>Been using Jaunty since it came out. Loving the speed, simplicity and estatics!!</p>
<p>Everything works well except for Amarok 2 which ships default with Jaunty. I&rsquo;ve been an Amarok 1.4 user for a long time now, moving to Amarok 2 is not something I fancy doing right now. Fortunately getting Amarok 1.4 onto Ubuntu is easy. Here&rsquo;s how;</p>
<p>Create a new source file in &ldquo;/etc/apt/sources.list.d/&rdquo; and call it &ldquo;amarok14.list&rdquo;.</p>
<p><code>root@jackal:/# touch /etc/apt/sources.list.d/amarok14.list</code></p>
<p>Add these 2 lines to the source file. You can either copy &amp; paste or run the echo command seen below.</p>
<p><code>deb &lt;a class=&quot;linkification-ext&quot; title=&quot;Linkification: http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot; href=&quot;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot;&gt;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&lt;/a&gt; jaunty main&lt;br /&gt; deb-src &lt;a class=&quot;linkification-ext&quot; title=&quot;Linkification: http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot; href=&quot;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot;&gt;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&lt;/a&gt; jaunty main</code></p>
<p><code>root@jackal:/# echo &quot;deb &lt;a class=&quot;linkification-ext&quot; title=&quot;Linkification: http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot; href=&quot;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot;&gt;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&lt;/a&gt; jaunty main&quot; &gt;&gt; /etc/apt/sources.list.d/amarok14.list&lt;br /&gt; root@jackal:/# echo &quot;deb-src &lt;a class=&quot;linkification-ext&quot; title=&quot;Linkification: http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot; href=&quot;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&quot;&gt;http://ppa.launchpad.net/bogdanb/ppa/ubuntu&lt;/a&gt; jaunty main&quot; &gt;&gt; /etc/apt/sources.list.d/amarok14.list</code></p>
<p>Make sure to register the PPA GPG key.</p>
<p><code>root@jackal:/# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x1d7e9dd033e89ba781e32a24b9f1c432ae74ae63</code></p>
<p>Update your sources.</p>
<p><code>root@jackal:/# apt-get update</code></p>
<p>Remove any old instance of Amarok</p>
<p><code>root@jackal:/# apt-get remove amarok</code></p>
<p>Install Amarok 1.4</p>
<p><code>root@jackal:/# apt-get install amarok14</code></p>
<p>That&rsquo;s it. Buzz me if it doesn&rsquo;t work.</p>
]]></content:encoded>
    </item>
    <item>
      <title>P1W1MAX modem now with WIFI</title>
      <link>https://thedaneshproject.com/posts/p1w1max-modem-now-with-wifi/</link>
      <pubDate>Thu, 14 May 2009 17:03:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/p1w1max-modem-now-with-wifi/</guid>
      <description>[P1][2] rolled out a new WIMAX modem (DV 230) this week.
The new modem comes with VOIP and WIFI support. The look and feel is still the same except for the addition USB WIFI dongle and extra LEDs.
Actually, there&amp;rsquo;s nothing to go hoo haa about. It&amp;rsquo;s just WIFI but I think the WIFI modem&amp;rsquo;s gonna do well. General users won&amp;rsquo;t need to get additonal wifi routers anymore just to enjoy wifi, which simplifies the whole setup and also eliminates extra cabling.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2306/3530686269_d8d679e3ef.jpg" alt=""  />
</p>
<p>[P1][2] rolled out a new WIMAX modem (DV 230) this week.</p>
<p>The new modem comes with VOIP and WIFI support. The look and feel is still the same except for the addition USB WIFI dongle and extra LEDs.</p>
<p>Actually, there&rsquo;s nothing to go hoo haa about. It&rsquo;s just WIFI but I think the WIFI modem&rsquo;s gonna do well. General users won&rsquo;t need to get additonal wifi routers anymore just to enjoy wifi, which simplifies the whole setup and also eliminates extra cabling. I guess it&rsquo;s &ldquo;internet in a box&rdquo;.</p>
<p>I would love to know if users finally have access to the modem configs? How else would they configure the WFI?</p>
<p>I don&rsquo;t know anyone using the new modem yet. Are you?</p>
<p>Check out the [plans][3] for the new WIFI modem.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2277/3530694575_4ccf6992cc.jpg" alt=""  />
</p>
<p>[1]: <a href="http://farm3.static.flickr.com/2306/3530686269_d8d679e3ef.jpg">http://farm3.static.flickr.com/2306/3530686269_d8d679e3ef.jpg</a>)
[2]: <a href="http://www.p1.com.my">http://www.p1.com.my</a>
[3]: <a href="http://www.p1.com.my/wimax/packages_ref.aspx">http://www.p1.com.my/wimax/packages_ref.aspx</a>
[4]: <a href="http://farm3.static.flickr.com/2277/3530694575_4ccf6992cc.jpg">http://farm3.static.flickr.com/2277/3530694575_4ccf6992cc.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google and Goats</title>
      <link>https://thedaneshproject.com/posts/google-and-goats/</link>
      <pubDate>Tue, 12 May 2009 09:37:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-and-goats/</guid>
      <description>Having grass issues at home? Don&amp;rsquo;t want to throw cash away maintaining your lawn?
Google had the same problem at their Mountain View headquarters. They had fields that needed maintenance and wanted to low carbon solution.
Well, GOATS!! Yup, you heard me, GOATS!!
Google got 200 goats and a border collie to manage them. The goats took 2 weeks to trim the fields while fertilizing at the same time. The goats were taken from [California Grazing][2].</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3623/3523924969_07f2dbf85e_o.png" alt=""  />
</p>
<p>Having grass issues at home? Don&rsquo;t want to throw cash away maintaining your lawn?</p>
<p>Google had the same problem at their Mountain View headquarters. They had fields that needed maintenance and wanted to low carbon solution.</p>
<p>Well, GOATS!! Yup, you heard me, GOATS!!</p>
<p>Google got 200 goats and a border collie to manage them. The goats took 2 weeks to trim the fields while fertilizing at the same time. The goats were taken from [California Grazing][2].</p>
<p>I&rsquo;m actually thinkin of getting maybe one goat now to mow my lawn. Actually, there might be a market for this here. What ya think?</p>
<p>Source: [Google][3]</p>
<p>[1]: <a href="http://farm4.static.flickr.com/3623/3523924969_07f2dbf85e_o.png">http://farm4.static.flickr.com/3623/3523924969_07f2dbf85e_o.png</a>)
[2]: <a href="http://californiagrazing.com/">http://californiagrazing.com/</a>
[3]: <a href="http://googleblog.blogspot.com/2009/05/mowing-with-goats.html">http://googleblog.blogspot.com/2009/05/mowing-with-goats.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Another Malaysian URL shrinker, lynx.my</title>
      <link>https://thedaneshproject.com/posts/another-malaysian-url-shrinker-lynx.my/</link>
      <pubDate>Wed, 06 May 2009 04:12:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/another-malaysian-url-shrinker-lynx.my/</guid>
      <description>Previously, I covered xs.my . Today it&amp;rsquo;s lynx.my , another Malaysian based URL shortening service. Check it out.
However, unlike xs.my, lynx.my does not generate a random URL string for you. Instead, you have to provide your own shortened string. While this is good, I see it coming back to bite it&amp;rsquo;s users when they discover that their string had already been used. This alone might motivate users to move to other services which automatically generate random URL string.</description>
      <content:encoded><![CDATA[<p>Previously, I covered <a href="/posts/malaysian-based-url-shrinker/">xs.my</a> . Today it&rsquo;s <a href="http://lynx.my/">lynx.my</a> ,  another Malaysian based URL shortening service. <a href="http://lynx.my/">Check it out</a>.</p>
<p>However, unlike xs.my, lynx.my does not generate a random URL string for you. Instead, you have to provide your own shortened string. While this is good, I see it coming back to bite it&rsquo;s users when they discover that their string had already been used. This alone might motivate users to move to other services which automatically generate random URL string.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3589/3505836191_91480b1efe.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3635/3505878959_bd2cbd64b6.jpg" alt=""  />
</p>
<p>[3]: <a href="http://farm4.static.flickr.com/3589/3505836191_91480b1efe.jpg">http://farm4.static.flickr.com/3589/3505836191_91480b1efe.jpg</a>)
[4]: <a href="http://farm4.static.flickr.com/3635/3505878959_bd2cbd64b6.jpg">http://farm4.static.flickr.com/3635/3505878959_bd2cbd64b6.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>P1 WiMAX Signal Strength – May 6th 2009</title>
      <link>https://thedaneshproject.com/posts/p1-wimax-signal-strength-may-6th-2009/</link>
      <pubDate>Tue, 05 May 2009 18:09:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/p1-wimax-signal-strength-may-6th-2009/</guid>
      <description>My P1W1MAX signal strenght. Pretty pethatic!!
RSSI: 63dBm -&amp;gt; Other are getting 30 +- dBm
CINR: 13 dB -&amp;gt; Others are getting 60 +- dB
TX Power: 5+- -&amp;gt; Other are under 10. (Not too important)
Called P1 up, need to call them back soon to carry out some &amp;ldquo;fine tuning&amp;rdquo; to improve my signal. Thank god their support speaks English well&amp;hellip;. unlike Streamyx!!
Take a look at the signal map below, my house is smack middle in the pocket(below the compass) where there is almost no signal.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3644/3505167778_7102762ac8.jpg" alt=""  />
</p>
<p>My P1W1MAX signal strenght. Pretty pethatic!!</p>
<p>RSSI: <strong><em>63dBm</em></strong> -&gt; Other are getting <em><strong>30 +- dBm</strong></em></p>
<p>CINR: <strong><em>13 dB</em></strong> -&gt; Others are getting <em><strong>60 +- dB</strong></em></p>
<p>TX Power: 5+- -&gt; Other are under 10. (Not too important)</p>
<p>Called P1 up, need to call them back soon to carry out some &ldquo;fine tuning&rdquo; to improve my signal. Thank god their support speaks English well&hellip;. unlike Streamyx!!</p>
<p>Take a look at the signal map below, my house is smack middle in the pocket(below the compass) where there is almost no signal.</p>
<p>It&rsquo;s weird how the base stations are deployed here. According to P1 more base statioins are coming up soon in the area so hopefully I&rsquo;ll see some improvements.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3125/3505193896_5b493a5ec1.jpg" alt=""  />
</p>
<p>Are you on P1 W1MAX too? What&rsquo;s ya signal strength?  [Need the modem login?][3]</p>
<p>[1]: <a href="http://farm4.static.flickr.com/3644/3505167778_7102762ac8.jpg">http://farm4.static.flickr.com/3644/3505167778_7102762ac8.jpg</a>)
[2]: <a href="http://farm4.static.flickr.com/3125/3505193896_5b493a5ec1.jpg">http://farm4.static.flickr.com/3125/3505193896_5b493a5ec1.jpg</a>)
[3]: /posts/p1-w1max-ds300-modem-admin-password-revealed/</p>
]]></content:encoded>
    </item>
    <item>
      <title>Streamyx’s new TOS</title>
      <link>https://thedaneshproject.com/posts/streamyxs-new-tos/</link>
      <pubDate>Mon, 04 May 2009 17:24:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/streamyxs-new-tos/</guid>
      <description>Streamyx got smart and officially fucked it&amp;rsquo;s customers!!
We can&amp;rsquo;t complain about slow international access any more as streamyx&amp;rsquo;s new TOS clearly states that speedy access is only guaranteed for local content access.
Quoted from Streamyx;
Streamyx download and upload speed is guaranteed for local content access only.
TM is not responsible for the low speed of either download or upload of international content access.
MCMC, so how you gonna help?</description>
      <content:encoded><![CDATA[<p>Streamyx got smart and officially fucked it&rsquo;s customers!!</p>
<p>We can&rsquo;t complain about slow international access any more as streamyx&rsquo;s new TOS clearly states that speedy access is only guaranteed for local content access.</p>
<blockquote>
<p>Quoted from Streamyx;</p>
<p>Streamyx download and upload speed is guaranteed for local content access only.<br>
TM is not responsible for the low speed of either download or upload of international content access.</p>
</blockquote>
<p><img loading="lazy" src="/wp-content/uploads/2009/05/streamyx-tos-500x34.png" alt=""  />
</p>
<p>MCMC, so how you gonna help? Your minimum requirement for broadband is 80% of the advertised speed.</p>
<p>Source: Streamyx</p>
<p>[1]: /wp-content/uploads/2009/05/streamyx-tos.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Disable the “beep” in Ubuntu 9.04</title>
      <link>https://thedaneshproject.com/posts/disable-the-beep-in-ubuntu-9.04/</link>
      <pubDate>Sun, 03 May 2009 03:43:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/disable-the-beep-in-ubuntu-9.04/</guid>
      <description>Hate the beep? Here&amp;rsquo;s how to get rid of it.
Login as &amp;ldquo;root&amp;rdquo; and run the command below.
echo &amp;quot;blacklist pcspkr&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf
Output;
root@pandora:/etc/modprobe.d# echo &amp;quot;blacklist pcspkr&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf&amp;lt;br /&amp;gt; root@pandora:/etc/modprobe.d# cat /etc/modprobe.d/blacklist.conf | grep pcspkr&amp;lt;br /&amp;gt; blacklist pcspkr</description>
      <content:encoded><![CDATA[<p>Hate the beep? Here&rsquo;s how to get rid of it.</p>
<p>Login as &ldquo;root&rdquo; and run the command below.</p>
<p><code>echo &quot;blacklist pcspkr&quot; &gt;&gt; /etc/modprobe.d/blacklist.conf</code></p>
<p>Output;</p>
<p><code>root@pandora:/etc/modprobe.d# echo &quot;blacklist pcspkr&quot; &gt;&gt; /etc/modprobe.d/blacklist.conf&lt;br /&gt; root@pandora:/etc/modprobe.d# cat /etc/modprobe.d/blacklist.conf | grep pcspkr&lt;br /&gt; blacklist pcspkr</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattoo Convention Kuala Lumpur 2009</title>
      <link>https://thedaneshproject.com/posts/tattoo-convention-kuala-lumpur-2009/</link>
      <pubDate>Sat, 02 May 2009 04:26:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattoo-convention-kuala-lumpur-2009/</guid>
      <description>Good news to all local tattoo fans. We gonna have our own convention come this November.
Tattoo Convention Kuala Lumpur 2009 will be at PWTC (Hall2) from the 6th till 8th November 2009. All thanks to Borneo Ink and gimmelovetattoo for sponsoring the event.
Here&amp;rsquo;s what you can look forward to. Loads of international artists, loads of local artist, best tattoo competition (tattoo wars), tattoo seminar (Malaysia&amp;rsquo;s first), tattoo design showcase, live performances, goodies, tattooed people, pierced people, and loads more.</description>
      <content:encoded><![CDATA[<p>Good news to all local tattoo fans. We gonna have our own convention come this November.</p>
<p><em><strong>Tattoo Convention Kuala Lumpur 2009</strong></em> will be at PWTC (Hall2) from the 6th till 8th November 2009. All thanks to <a href="http://www.borneoink.com/">Borneo Ink</a> and <a href="http://www.gimmelovetattoo.com/">gimmelovetattoo</a> for sponsoring the event.</p>
<p>Here&rsquo;s what you can look forward to. Loads of international artists, loads of local artist, best tattoo competition (tattoo wars), tattoo seminar (Malaysia&rsquo;s first), tattoo design showcase, live performances, goodies, tattooed people, pierced people, and loads more. Finally, I&rsquo;ll feel right at home 😀</p>
<p>It&rsquo;s a few months away so don&rsquo;t forget to mark your calendar.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3591/3493305976_6164a914e6.jpg" alt=""  />
</p>
<p>Source: Tattoo Convention Kuala Lumpur 2009</p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu Wallpaper</title>
      <link>https://thedaneshproject.com/posts/ubuntu-wallpaper/</link>
      <pubDate>Fri, 01 May 2009 19:38:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-wallpaper/</guid>
      <description>Running Ubuntu 9.04? Need a cool new wallpaper to go with it?
Hong Kiat published a good selection of Ubuntu Wallpapers a few days back. The selection&amp;rsquo;s pretty good actually.
Quite sure took them some time to put the collection together. Check it out.</description>
      <content:encoded><![CDATA[<p>Running Ubuntu 9.04? Need a cool new wallpaper to go with it?</p>
<p>Hong Kiat published a good selection of Ubuntu Wallpapers a few days back. The selection&rsquo;s pretty good actually.</p>
<p>Quite sure took them some time to put the collection together.  <a href="http://www.hongkiat.com/blog/60-most-execellent-ubuntu-wallpapers/">Check it out.</a></p>
<p><img loading="lazy" src="/wp-content/uploads/2009/05/ubuntu_wallpaper_11.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/05/3d_ubuntu_10.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Must try!! AT&amp;T Labs text-to-speech demo.</title>
      <link>https://thedaneshproject.com/posts/must-try-att-labs-text-to-speech-demo./</link>
      <pubDate>Wed, 29 Apr 2009 01:00:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/must-try-att-labs-text-to-speech-demo./</guid>
      <description>Try this out, it will keep you going for hours&amp;hellip;.
AT&amp;amp;T Labs&amp;rsquo;s text-to-speech tool demo. It currently has 15 different accents and 2 genders. My favs are the British and Indian accents. 😀
Go ahead, make up stupid sentences for them to speak out.
source : AT&amp;amp;T Labs
{.linkification-ext}</description>
      <content:encoded><![CDATA[<p>Try this out, it will keep you going for hours&hellip;.</p>
<p>AT&amp;T Labs&rsquo;s text-to-speech tool demo. It currently has 15 different accents and 2 genders. My favs are the  British and Indian accents. 😀</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/04/at-500x522.png" alt=""  />
</p>
<p>Go ahead, make up stupid sentences for them to speak out.</p>
<p>source : AT&amp;T Labs<a href="http://www.research.att.com/~ttsweb/tts/demo.php" title="Linkification: http://www.research.att.com/~ttsweb/tts/demo.php"><br>
</a>{.linkification-ext}</p>
]]></content:encoded>
    </item>
    <item>
      <title>Please decide for me</title>
      <link>https://thedaneshproject.com/posts/please-decide-for-me/</link>
      <pubDate>Tue, 28 Apr 2009 04:49:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/please-decide-for-me/</guid>
      <description>It&amp;rsquo;s time to change my blog&amp;rsquo;s theme. As usual, I&amp;rsquo;m thorn between 2 themes for my blog.
I need your help. Please help me decide on a theme. Theme A or Theme B.
So far, I seem to be favoring theme A a bit more but ya, I want to see what you have to say too.
Which ever theme wins by popular vote, I will change to end of this week.</description>
      <content:encoded><![CDATA[<p>It&rsquo;s time to change my blog&rsquo;s theme. As usual, I&rsquo;m thorn between 2 themes for my blog.</p>
<p>I need your help. Please help me decide on a theme. Theme A or Theme B.</p>
<p>So far, I seem to be favoring theme A a bit more but ya, I want to see what you have to say too.</p>
<p>Which ever theme wins by popular vote, I will change to end of this week.</p>
<h2 id="theme-a--evidens1">THEME A | <a href="http://designdisease.com/blog/evidens-wordpress-theme-release/">Evidens</a></h2>
<h2 id="theme-b--alligned2">THEME B | <a href="http://www.wppro.org/2009/01/10/aligned-theme-for-wordpress/">Alligned</a></h2>
<h2 id="heading"></h2>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Adobe AIR on Ubuntu 9.04</title>
      <link>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-ubuntu-9.04/</link>
      <pubDate>Fri, 24 Apr 2009 06:32:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-adobe-air-on-ubuntu-9.04/</guid>
      <description>Download the Adobe AIR installer &amp;quot; AdobeAIRInstaller.bin &amp;quot; from http://get.adobe.com/air/ . [direct download]
Give the installer execute rights by running &amp;quot; chmod +x &amp;ldquo;.
danesh@jackal:/Desktop$ chmod +x AdobeAIRInstaller.bin
Run the installer and follow the screens. danesh@jackal:/Desktop$ ./AdobeAIRInstaller.bin
That&amp;rsquo;s it, now download, install and enjoy your Adobe AIR apps.</description>
      <content:encoded><![CDATA[<ol>
<li>
<p>Download the Adobe AIR installer &quot; AdobeAIRInstaller.bin &quot; from <a href="http://get.adobe.com/air/">http://get.adobe.com/air/</a> . [<a href="http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin">direct download</a>]</p>
</li>
<li>
<p>Give the installer execute rights by running &quot; chmod +x &ldquo;.</p>
</li>
</ol>
<p><code>danesh@jackal:/Desktop$ chmod +x AdobeAIRInstaller.bin</code></p>
<ol start="3">
<li>Run the installer and follow the screens.</li>
</ol>
<p><code>danesh@jackal:/Desktop$ ./AdobeAIRInstaller.bin</code></p>
<p>That&rsquo;s it, now download, install and enjoy your Adobe AIR apps.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Grab Ubuntu 9.04 whilst it’s still hot!!</title>
      <link>https://thedaneshproject.com/posts/grab-ubuntu-9.04-whilst-its-still-hot/</link>
      <pubDate>Fri, 24 Apr 2009 05:24:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/grab-ubuntu-9.04-whilst-its-still-hot/</guid>
      <description>Bet you already know that Ubuntu 9.04 got released today. If you didn&amp;rsquo;t,then go here.
Being in Malaysia, great internet speed is something we only hope for. Fortunately, through the love off FOSS, multiple local Malaysian based miirors have been setup and made availalbe to the public. So, if you looking to grab Ubuntu 9.04 quick, use one 0f the mirrors below.
http://ubuntu.bytecraft.com.my/
http://ubuntu.mmu.edu.my/ubuntu/
http://mirror.upm.edu.my/ubuntu-release/
http://mirror.oscc.org.my/ubuntu/dists/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/ubuntulogo-500x130.png" alt=""  />
</p>
<p>Bet you already know that Ubuntu 9.04 got released today. If you didn&rsquo;t,then <a href="http://www.ubuntu.com/">go here</a>.</p>
<p>Being in Malaysia, great internet speed is something we only hope for. Fortunately, through the love off FOSS, multiple local Malaysian based miirors have been setup and made availalbe to the public. So, if you looking to grab Ubuntu 9.04 quick, use one 0f the mirrors below.</p>
<ol>
<li>
<p><a href="http://ubuntu.bytecraft.com.my/">http://ubuntu.bytecraft.com.my/</a></p>
</li>
<li>
<p><a href="http://ubuntu.mmu.edu.my/ubuntu/">http://ubuntu.mmu.edu.my/ubuntu/</a></p>
</li>
<li>
<p><a href="http://mirror.upm.edu.my/ubuntu-release/">http://mirror.upm.edu.my/ubuntu-release/</a></p>
</li>
<li>
<p><a href="http://mirror.oscc.org.my/ubuntu/dists/">http://mirror.oscc.org.my/ubuntu/dists/</a></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #6: Download with cURL</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#6-download-with-curl/</link>
      <pubDate>Fri, 24 Apr 2009 01:00:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#6-download-with-curl/</guid>
      <description>Here&amp;rsquo;s how to download a file using cURL.
curl -O [full url to file]
curl -O http://downloads.wordpress.org/plugin/simple-tags.1.6.6.zip
Sample Output;
[root@kmon01 bin]# curl -O http://downloads.wordpress.org/plugin/simple-tags.1.6.6.zip&amp;lt;br /&amp;gt; % Total % Received % Xferd Average Speed Time Time Time Current&amp;lt;br /&amp;gt; Dload Upload Total Spent Left Speed&amp;lt;br /&amp;gt; 100 585k 0 585k 0 0 95317 0 --:--:-- 0:00:06 --:--:-- 120k</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s how to download a file using cURL.</p>
<p><code>curl -O [full url to file]</code></p>
<p><code>curl -O http://downloads.wordpress.org/plugin/simple-tags.1.6.6.zip</code></p>
<p>Sample Output;</p>
<p><code>[root@kmon01 bin]# curl -O http://downloads.wordpress.org/plugin/simple-tags.1.6.6.zip&lt;br /&gt; %     Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&lt;br /&gt; Dload     Upload  Total   Spent    Left   Speed&lt;br /&gt; 100  585k    0  585k        0         0 95317             0 --:--:--  0:00:06 --:--:--  120k</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysian based URL shrinker</title>
      <link>https://thedaneshproject.com/posts/malaysian-based-url-shrinker/</link>
      <pubDate>Thu, 23 Apr 2009 05:55:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-based-url-shrinker/</guid>
      <description>XS.my , Malaysia&amp;rsquo;s very own tinyurl service. The service is provided by Netizens Media.
Put in a long URL and out comes a shorten XS.my URL.
I&amp;rsquo;m hoping that Netizens Media will publish some stats on the service. Would be interesting to see how many Malaysian&amp;rsquo;s actually use Malaysian services like this.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/xsmy-malaysias-very-own-url-shortening-service-500x414.png" alt=""  />
</p>
<p>XS.my , Malaysia&rsquo;s very own tinyurl service. The service is provided by <a href="http://netizensmedia.com/">Netizens Media</a>.</p>
<p>Put in a long URL and out comes a shorten XS.my URL.</p>
<p>I&rsquo;m hoping that Netizens Media will publish some stats on the service. Would be interesting to see how many Malaysian&rsquo;s actually use Malaysian services like this.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Remove you Google profile from search</title>
      <link>https://thedaneshproject.com/posts/remove-you-google-profile-from-search/</link>
      <pubDate>Wed, 22 Apr 2009 04:20:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/remove-you-google-profile-from-search/</guid>
      <description>Try Googling your name, you&amp;rsquo;ll realize that your Google profile does not show up in the results. Google by default will not release your profile anymore until you have explicitly allowed it to do so.
For those who rather not have their profiles online, you don&amp;rsquo;t have todo anything.The default is to not publish your profile. However, for those wanting to publish your Google profile, head on over to Google Profiles and search enable your profile.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/danesh-manoharan-google-profile-500x284.png" alt=""  />
</p>
<p>Try Googling your name, you&rsquo;ll realize that your Google profile does not show up in the results. Google by default will not release your profile anymore until you have explicitly allowed it to do so.</p>
<p>For those who rather not have their profiles online, you don&rsquo;t have todo anything.The default is to not publish your profile. However, for those wanting to publish your Google profile, head on over to <a href="http://www.google.com/profiles/">Google Profiles</a> and search enable your profile.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Twitter’s being hammered</title>
      <link>https://thedaneshproject.com/posts/twitters-being-hammered/</link>
      <pubDate>Mon, 20 Apr 2009 02:02:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/twitters-being-hammered/</guid>
      <description>Looks like twitter&amp;rsquo;s being hammered today. I got the odd whale quite a few times today. Hopefully not because of @oprah 😀
Source: Twitter Status</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/twitter-over-capacity-500x405.png" alt=""  />
</p>
<p>Looks like twitter&rsquo;s being hammered today. I got the odd whale quite a few times today. Hopefully not because of <a href="/posts/oprahs-coming-to-twitter/">@oprah</a> 😀</p>
<p>Source: <a href="http://status.twitter.com/">Twitter Status</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Oprah’s coming to Twitter</title>
      <link>https://thedaneshproject.com/posts/oprahs-coming-to-twitter/</link>
      <pubDate>Fri, 17 Apr 2009 10:10:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/oprahs-coming-to-twitter/</guid>
      <description>Twitter&amp;rsquo;s gonna be overwhelmed by traffic today. Oprah&amp;rsquo;s coming to Twitter!!
Oprah will twit for her first time today accompanied by Ashton Kutcher &amp;ldquo;The King Of Twits&amp;rdquo; live from here show.
Twiiter&amp;rsquo;s already super huge following and Oprah&amp;rsquo;s millions of fans are surely gonna create a buzz. Oprah&amp;rsquo;s also gonna bring in alot of new users. Uncles, Aunties, Moms and Dads who thought the net was a waste of time will now want to jump online cause Oprah&amp;rsquo;s there too!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/oprah-winfrey-oprah-on-twitter_1239961003941-500x262.png" alt=""  />
</p>
<p>Twitter&rsquo;s gonna be overwhelmed by traffic today. Oprah&rsquo;s coming to Twitter!!</p>
<p>Oprah will twit for her first time today accompanied by Ashton Kutcher &ldquo;The King Of Twits&rdquo; live from here show.</p>
<p>Twiiter&rsquo;s already super huge following and Oprah&rsquo;s millions of fans are surely gonna create a buzz. Oprah&rsquo;s also gonna bring in alot of new users. Uncles, Aunties, Moms and Dads who thought the net was a waste of time will now want to jump online cause Oprah&rsquo;s there too!! This can&rsquo;t be a bad thing can it?</p>
<p>Anyway, if you into Oprah like my family is then make sure to follow her on Twitter <a href="http://twitter.com/oprah">@oprah</a>.</p>
<p>Source: <a href="http://www.oprah.com/dated/oprahshow/oprahshow-20090417-fridays">Oprah</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #5: Reload you /etc/inittab file</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#5-reload-you-/etc/inittab-file/</link>
      <pubDate>Tue, 14 Apr 2009 11:19:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#5-reload-you-/etc/inittab-file/</guid>
      <description>You made changes to your /etc/inittab file but can&amp;rsquo;t effort any downtime.
There&amp;rsquo;s a simple trick to reload and apply changes in your /etc/inittab file without a reboot.
Run &amp;ldquo;init q&amp;rdquo; or &amp;ldquo;init Q&amp;rdquo;
[root@snoopy ~]# init q&amp;lt;br /&amp;gt; [root@snoopy ~]#&amp;lt;br /&amp;gt; [root@snoopy ~]# init Q&amp;lt;br /&amp;gt; [root@snoopy ~]#&amp;lt;br /&amp;gt; </description>
      <content:encoded><![CDATA[<p>You made changes to your /etc/inittab file but can&rsquo;t effort any downtime.</p>
<p>There&rsquo;s a simple trick to reload and apply changes in your /etc/inittab file without a reboot.</p>
<p>Run &ldquo;init q&rdquo; or &ldquo;init Q&rdquo;</p>
<p><code>[root@snoopy ~]# init q&lt;br /&gt; [root@snoopy ~]#&lt;br /&gt; [root@snoopy ~]# init Q&lt;br /&gt; [root@snoopy ~]#&lt;br /&gt; </code></p>
]]></content:encoded>
    </item>
    <item>
      <title>cmc.msc.com.my defaced</title>
      <link>https://thedaneshproject.com/posts/cmc.msc.com.my-defaced/</link>
      <pubDate>Thu, 09 Apr 2009 04:20:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cmc.msc.com.my-defaced/</guid>
      <description>Creative Multimedia Cluster, MSC Malaysia http://cmc.msc.com.my/ has been defaced.
Source: [security.org.my][2]
Let&amp;rsquo;s see how long MSC takes to fix this&amp;hellip;&amp;hellip; , it&amp;rsquo;s been an hour now&amp;hellip;
[1]: http://farm4.static.flickr.com/3543/3425885988_288766dc4c.jpg) [2]: http://security.org.my/index.php?/archives/Defaced-cmc.msc.com.my.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3543/3425885988_288766dc4c.jpg" alt=""  />
</p>
<p>Creative Multimedia Cluster, MSC Malaysia <a href="http://cmc.msc.com.my/">http://cmc.msc.com.my/</a> has been defaced.</p>
<p>Source: [security.org.my][2]</p>
<p>Let&rsquo;s see how long MSC takes to fix this&hellip;&hellip; , it&rsquo;s been an hour now&hellip;</p>
<p>[1]: <a href="http://farm4.static.flickr.com/3543/3425885988_288766dc4c.jpg">http://farm4.static.flickr.com/3543/3425885988_288766dc4c.jpg</a>)
[2]: <a href="http://security.org.my/index.php?/archives/Defaced-cmc.msc.com.my.html">http://security.org.my/index.php?/archives/Defaced-cmc.msc.com.my.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>P1 W1MAX DS300 Modem admin password revealed</title>
      <link>https://thedaneshproject.com/posts/p1-w1max-ds300-modem-admin-password-revealed/</link>
      <pubDate>Wed, 08 Apr 2009 17:06:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/p1-w1max-ds300-modem-admin-password-revealed/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2009/04/0903-p1_ds300_unlocked.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;For those on P1 W1MAX and not being able to fully utilize your modem, you&amp;rsquo;re in luck!&lt;/p&gt;
&lt;p&gt;Recently the admin password for the DS300 modem was leaked. Users who had the password could login and change any configuration on the modem. For those who knew what they were doing, this was jackpot.&lt;/p&gt;
&lt;p&gt;The excitement was cut short. P1 jumped in and pushed out a new firmware update which  locked all users out of their DS300 modem once again. Including me 🙁 (was just about to port forward)&lt;/p&gt;
&lt;p&gt;Users started to rant about being locked out of their own modem, it was a good point. P1 came back saying that tech in the DS300 was US military owned and the license prevented users from accessing it. hahahahha&amp;hellip;..&lt;/p&gt;
&lt;p&gt;Few days passed&amp;hellip;. and bam!! Admin password  leaked again.&lt;/p&gt;
&lt;p&gt;This time  on purpose I guess. Why?&lt;/p&gt;
&lt;p&gt;First, the new login provided users with limited access to the modem&amp;rsquo;s configurations and second, no news from P1. You do the math.&lt;/p&gt;
&lt;p&gt;Even though access was limited, these were same options one would expect to find in any other router. Port forwarding, ddns, dhcp, dmz and the other standard stuff.&lt;/p&gt;
&lt;p&gt;I guess users got heard after all 😀 .&lt;/p&gt;
&lt;p&gt;Login details below, Enjoy!!&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;Admin URL: &lt;!-- raw HTML omitted --&gt;http://10.1.1.254&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;login: admin&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;password: admin123&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://www.soyacincau.com/&#34;&gt;http://www.soyacincau.com/&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/0903-p1_ds300_unlocked.jpg" alt=""  />
</p>
<p>For those on P1 W1MAX and not being able to fully utilize your modem, you&rsquo;re in luck!</p>
<p>Recently the admin password for the DS300 modem was leaked. Users who had the password could login and change any configuration on the modem. For those who knew what they were doing, this was jackpot.</p>
<p>The excitement was cut short. P1 jumped in and pushed out a new firmware update which  locked all users out of their DS300 modem once again. Including me 🙁 (was just about to port forward)</p>
<p>Users started to rant about being locked out of their own modem, it was a good point. P1 came back saying that tech in the DS300 was US military owned and the license prevented users from accessing it. hahahahha&hellip;..</p>
<p>Few days passed&hellip;. and bam!! Admin password  leaked again.</p>
<p>This time  on purpose I guess. Why?</p>
<p>First, the new login provided users with limited access to the modem&rsquo;s configurations and second, no news from P1. You do the math.</p>
<p>Even though access was limited, these were same options one would expect to find in any other router. Port forwarding, ddns, dhcp, dmz and the other standard stuff.</p>
<p>I guess users got heard after all 😀 .</p>
<p>Login details below, Enjoy!!</p>
<p><!-- raw HTML omitted -->Admin URL: <!-- raw HTML omitted -->http://10.1.1.254<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->login: admin<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->password: admin123<!-- raw HTML omitted --></p>
<p>Source: <a href="http://www.soyacincau.com/">http://www.soyacincau.com/</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->]]></content:encoded>
    </item>
    <item>
      <title>Namecheap Coupon for April 2009</title>
      <link>https://thedaneshproject.com/posts/namecheap-coupon-for-april-2009/</link>
      <pubDate>Tue, 07 Apr 2009 15:56:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/namecheap-coupon-for-april-2009/</guid>
      <description>WingLoon&amp;rsquo;s monthly Namecheap coupon for April. The coupon code below will entitle you to purchase a new domain at USD 8.81.
Coupon Code: 7tulips</description>
      <content:encoded><![CDATA[<p><a href="http://wingloon.com/2009/04/02/namecheap-coupon-for-april-2009/"><!-- raw HTML omitted --></a></p>
<p><a href="http://wingloon.com/2009/04/02/namecheap-coupon-for-april-2009/">WingLoon&rsquo;s</a> monthly Namecheap coupon for April. The coupon code below will entitle you to purchase a new domain at USD 8.81.</p>
<p>Coupon Code: 7tulips</p>
]]></content:encoded>
    </item>
    <item>
      <title>20 free Linux eBooks by Linux Links</title>
      <link>https://thedaneshproject.com/posts/20-free-linux-ebooks-by-linux-links/</link>
      <pubDate>Tue, 07 Apr 2009 04:19:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/20-free-linux-ebooks-by-linux-links/</guid>
      <description>Linux Links published a list of their top 20 favorite free Linux Ebooks. Ranging from books for the newcomer, graphic designers and right up to the advanced programmer. There&amp;rsquo;s something for everyone.
The list of books;
Ubuntu Pocket Guide
Two Bits
The Linux Starter Pack
The Easiest Linux Guide You&amp;rsquo;ll Ever Read
Producing Opensource Software
Introduction to Linux
Bash Guide For Beginers
After The Software Wars
The Cathedral &amp;amp; The Bazaar</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/20ebooks_wall.png" alt=""  />
</p>
<p><a href="http://www.linuxlinks.com/article/20090405061458383/20oftheBestFreeLinuxBooks-Part1.html">Linux Links</a> published a list of their top 20 favorite free Linux Ebooks. Ranging from books for the newcomer, graphic designers and right up to the advanced programmer. There&rsquo;s something for everyone.</p>
<p>The list of books;</p>
<ol>
<li>
<p><a href="http://www.ubuntupocketguide.com/">Ubuntu Pocket Guide</a></p>
</li>
<li>
<p><a href="http://twobits.net/">Two Bits</a></p>
</li>
<li>
<p><a href="http://www.tuxradar.com/linuxstarterpack">The Linux Starter Pack</a></p>
</li>
<li>
<p><a href="http://www.suseblog.com/my-book-the-easiest-linux-guide-youll-ever-read-an-introduction-to-linux-for-windows-users">The Easiest Linux Guide You&rsquo;ll Ever Read</a></p>
</li>
<li>
<p><a href="http://producingoss.com/">Producing Opensource Software</a></p>
</li>
<li>
<p><a href="http://tille.garrels.be/training/tldp/">Introduction to Linux</a></p>
</li>
<li>
<p><a href="http://tille.garrels.be/training/bash/">Bash Guide For Beginers</a></p>
</li>
<li>
<p><a href="http://www.lulu.com/content/4964815">After The Software Wars</a></p>
</li>
<li>
<p><a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar/">The Cathedral &amp; The Bazaar</a></p>
</li>
<li>
<p><a href="http://wayner.org/node/5">Free for All: How LINUX and the Free Software Movement Undercut the High-Tech Titans</a></p>
</li>
<li>
<p><a href="http://en.flossmanuals.net/gnulinux">Put Yourself in Command</a></p>
</li>
<li>
<p><a href="http://documentation.openoffice.org/">Getting Started With OpenOffice.org 3.x</a></p>
</li>
<li>
<p><a href="http://gimp-savvy.com/BOOK/">Grokking The GIMP</a></p>
</li>
<li>
<p><a href="http://sourceforge.net/projects/linkbat">The Linux KnowledgeBase And Tutorial</a></p>
</li>
<li>
<p><a href="http://www.advancedlinuxprogramming.com/">Advanced Linux Programming</a></p>
</li>
<li>
<p><a href="http://www.ledge.co.za/software/lpinotes/">Linux 101 &amp; 102 Modular Training Notes</a></p>
</li>
<li>
<p><a href="http://oreilly.com/catalog/9780596005900/">Linux Device Drivers, Third Edition</a></p>
</li>
<li>
<p>LINUX: Rute User&rsquo;s Tutorial and Exposition</p>
</li>
<li>
<p><a href="http://tldp.org/guides.html">Linux Network Administrator&rsquo;s Guide - 2nd Edition</a></p>
</li>
<li>
<p><a href="http://www.upfrontsystems.co.za/Members/jean/cookbook/tuXlab01.pdf/view">tuXlabs Cookbook</a></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Streamyx Internet disruption to US and Hong Kong</title>
      <link>https://thedaneshproject.com/posts/streamyx-internet-disruption-to-us-and-hong-kong/</link>
      <pubDate>Sun, 05 Apr 2009 16:47:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/streamyx-internet-disruption-to-us-and-hong-kong/</guid>
      <description>Bet your Streamyx has been slow the past few days.
Streamyx reported that the SMW3 and APCN2 submarine lines are experiencing service faults. Another anchor maybe? As a result, access to US and Hong Kong based sites are extra slow&amp;hellip;&amp;hellip;
According to their announment, restoration work should have been completed by today but as of now there is no announcemnt nor improvement in browsing speeds to US and Hon Kong.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/04/streamyx_outage_05april2009-499x324.png" alt=""  />
</p>
<p>Bet your Streamyx has been slow the past few days.</p>
<p>Streamyx reported that the <a href="http://en.wikipedia.org/wiki/SEA-ME-WE_3_(cable_system)">SMW3</a> and <a href="http://en.wikipedia.org/wiki/APCN_2_(cable_system)">APCN2</a> submarine lines are experiencing service faults. Another anchor maybe? As a result, access to US and Hong Kong based sites are extra slow&hellip;&hellip;</p>
<p>According to their announment, restoration work should have been completed by today but as of now there is no announcemnt nor improvement in browsing speeds to US and Hon Kong.</p>
<p>Source: Streamyx | <a href="http://search.twitter.com/search?q=%23streamyxsucks#">Twitter</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to restart RSH in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-restart-rsh-in-linux/</link>
      <pubDate>Wed, 01 Apr 2009 05:07:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-restart-rsh-in-linux/</guid>
      <description>The rsh service is controlled by the &amp;ldquo;xinetd&amp;rdquo; super daemon. If your rsh service stops working simply run the &amp;ldquo;service xinetd restart&amp;rdquo; service to restart rsh.
Sample output;
[root@pilon~]# service xinetd restart&amp;lt;br /&amp;gt; Stopping xinetd: [FAILED]&amp;lt;br /&amp;gt; Starting xinetd: [ OK ]</description>
      <content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Remote_Shell">rsh</a> service is controlled by the &ldquo;<a href="http://en.wikipedia.org/wiki/Xinetd">xinetd</a>&rdquo; super daemon. If your rsh service stops working simply run the &ldquo;service xinetd restart&rdquo; service to restart rsh.</p>
<p>Sample output;</p>
<p><code>[root@pilon~]# service xinetd restart&lt;br /&gt; Stopping xinetd:                                           [FAILED]&lt;br /&gt; Starting xinetd:                                           [  OK  ]</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>We saved 550 Megawatts through Earth Hour Malaysia 2009</title>
      <link>https://thedaneshproject.com/posts/we-saved-550-megawatts-through-earth-hour-malaysia-2009/</link>
      <pubDate>Tue, 31 Mar 2009 04:23:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/we-saved-550-megawatts-through-earth-hour-malaysia-2009/</guid>
      <description>500 Megawatts or 14 million fluorescent bulbs at 40 watt each. That&amp;rsquo;s what Earth Hour Malaysia 2009 managed to save according to TheStar. Yes TNB lost some money, but do they really need it?
Earth Hour was good, I had a BBQ at home with my family while watching the lights go out. What made it even better was the fact that my neighbors, not the &amp;ldquo;save the earth&amp;rdquo; kind (I WAS SO WRONG 🙁 ) had their lights out too.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/earth-hour-malaysia-2009-500x370.png" alt=""  />
</p>
<p>500 Megawatts or 14 million fluorescent bulbs at 40 watt each. That&rsquo;s what <a href="/posts/earth-hour-malaysia-2009-turn-your-lights-off/">Earth Hour Malaysia 2009</a> managed to save according to <a href="http://thestar.com.my/news/story.asp?file=/2009/3/30/nation/20090330204406">TheStar</a>. Yes TNB lost some money, but do they really need it?</p>
<p>Earth Hour was good, I had a BBQ at home with my family while watching the lights go out. What made it even better was the fact that my neighbors, not the &ldquo;save the earth&rdquo; kind (I WAS SO WRONG 🙁 ) had their lights out too. This caused a chain reaction and almost all the houses in my housing area followed and had their lights out.</p>
<p>From my home I watched KLCC and KL TOWER go dark, it was simply awesome!!</p>
<p>To see so many people come together regardless of color, religion, race, language and the other usual mambo jumbo is just awesome. The world is just awesome and it needs awesome people to keep her healthy!</p>
<p>THANKS EVERYBODY!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Mozilla Firefox 3.0.8 released</title>
      <link>https://thedaneshproject.com/posts/mozilla-firefox-3.0.8-released/</link>
      <pubDate>Tue, 31 Mar 2009 01:46:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mozilla-firefox-3.0.8-released/</guid>
      <description>Mozilla has released a new version for Firefox. Version 3.0.8.
It&amp;rsquo;s a security release so make sure you get it. Download Here.
Firefox 3.0.8 release notes</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/mozilla-firefox-308-release-notes_1238463792610.png" alt=""  />
</p>
<p>Mozilla has released a new version for Firefox. Version 3.0.8.</p>
<p>It&rsquo;s a security release so make sure you get it. <a href="http://en-us.www.mozilla.com/products/download.html?product=firefox-3.0.8&amp;os=win&amp;lang=en-US">Download Here</a>.</p>
<p><a href="http://en-us.www.mozilla.com/en-US/firefox/3.0.8/releasenotes/">Firefox 3.0.8 release notes</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing Novell Moonlight on openSUSE 11.1</title>
      <link>https://thedaneshproject.com/posts/installing-novell-moonlight-on-opensuse-11.1/</link>
      <pubDate>Sun, 29 Mar 2009 12:48:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-novell-moonlight-on-opensuse-11.1/</guid>
      <description>First, make sure you have the PackMan repo added.
Bring up a console and su to root or use sudo.
Run the commands below;
zypper -v search moonlight
zypper -v install moonlight-plugin
Sample output;
pandora:~ # zypper -v search moonlight&amp;lt;br /&amp;gt; S | Name | Summary | Type&amp;lt;br /&amp;gt; --+------------------+-------------------------------------+-----------&amp;lt;br /&amp;gt; | moonlight | Novell Moonlight | srcpackage&amp;lt;br /&amp;gt; | moonlight-plugin | Browser plugin for Novell Moonlight | package&amp;lt;br /&amp;gt; | moonlight-tools | Various tools for Novell Moonlight | package</description>
      <content:encoded><![CDATA[<p>First, make sure you have the <a href="http://packman.links2linux.org/">PackMan</a> repo added.</p>
<p>Bring up a console and su to root or use sudo.</p>
<p>Run the commands below;</p>
<p><code>zypper -v search moonlight</code></p>
<p><code>zypper -v install moonlight-plugin</code></p>
<p>Sample output;</p>
<p><code>pandora:~ # zypper -v search moonlight&lt;br /&gt; S | Name             | Summary                             | Type&lt;br /&gt; --+------------------+-------------------------------------+-----------&lt;br /&gt; | moonlight        | Novell Moonlight                    | srcpackage&lt;br /&gt; | moonlight-plugin | Browser plugin for Novell Moonlight | package&lt;br /&gt; | moonlight-tools  | Various tools for Novell Moonlight  | package</code></p>
<p>pandora:~ # zypper -v install moonlight-plugin</p>
<p>The following NEW packages are going to be installed:<br>
libmoon0-1.0+final-0.pm.1.i586 (Packman Repository, <a href="http://packman.links2linux.de">http://packman.links2linux.de</a>)<br>
moonlight-plugin-1.0+final-0.pm.1.i586 (Packman Repository, <a href="http://packman.links2linux.de">http://packman.links2linux.de</a>)</p>
<p>Overall download size: 1.6 M. After the operation, additional 5.8 M will be used.<br>
Continue? [YES/no]: yes<br>
committing<br>
Retrieving package libmoon0-1.0+final-0.pm.1.i586 (1/2), 1.2 M (4.3 M unpacked)<br>
Retrieving: libmoon0-1.0+final-0.pm.1.i586.rpm [done (62.4 K/s)]<br>
Installing: libmoon0-1.0+final-0.pm.1 [done]<br>
Retrieving package moonlight-plugin-1.0+final-0.pm.1.i586 (2/2), 386.0 K (1.4 M unpacked)<br>
Retrieving: moonlight-plugin-1.0+final-0.pm.1.i586.rpm [done (52.9 K/s)]<br>
Installing: moonlight-plugin-1.0+final-0.pm.1 [done]<br>
committingCommitResult 2 (errors 0, remaining 0, srcremaining 0)<br>
pandora:~ #</p>
]]></content:encoded>
    </item>
    <item>
      <title>Full Circle Magazine Issue 23</title>
      <link>https://thedaneshproject.com/posts/full-circle-magazine-issue-23/</link>
      <pubDate>Sat, 28 Mar 2009 19:17:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/full-circle-magazine-issue-23/</guid>
      <description>Full Circle Magazine Issue 23 is out.
What&amp;rsquo;s in it;
Command and Conquer - Troubleshooting. How-To : Program in C - Part 7, Web Development - Part 4, and Spreading Ubuntu - Part 2. My Story - Becoming An Ubuntu User Book Review - How To Be A Geek Goddess MOTU Interview - Steve Stalcup Top 5 - Task Managers Grab your copy!! [Direct Download]
Source: Full Circle Magazine</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/issue23_en.png" alt=""  />
</p>
<p>Full Circle Magazine Issue 23 is out.</p>
<p>What&rsquo;s in it;</p>
<ul>
<li>Command and Conquer - Troubleshooting.</li>
<li>How-To : Program in C - Part 7, Web Development - Part 4, and Spreading Ubuntu - Part 2.</li>
<li>My Story - Becoming An Ubuntu User</li>
<li>Book Review - How To Be A Geek Goddess</li>
<li>MOTU Interview - Steve Stalcup</li>
<li>Top 5 - Task Managers</li>
</ul>
<p>Grab your copy!! [<a href="http://dl.fullcirclemagazine.org/issue23_en.pdf">Direct Download</a>]</p>
<p>Source: <a href="http://fullcirclemagazine.org/issue-23/">Full Circle Magazine</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Earth Hour on DBKL Building @ Dataran Merdeka</title>
      <link>https://thedaneshproject.com/posts/earth-hour-on-dbkl-building-@-dataran-merdeka/</link>
      <pubDate>Sat, 28 Mar 2009 08:07:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/earth-hour-on-dbkl-building-@-dataran-merdeka/</guid>
      <description>Pretty cool ha, Earth Hour Malaysia 2009 being projected onto the DBKL building down by Dataran Merdeka.
Pictures taken from Mr. Abinesh</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/3391172886_63e3f565de.jpg" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/03/3390360929_4cf173e14e.jpg" alt=""  />
</p>
<p>Pretty cool ha, <a href="/posts/earth-hour-malaysia-2009-turn-your-lights-off/">Earth Hour Malaysia 2009</a> being projected onto the DBKL building down by Dataran Merdeka.</p>
<p>Pictures taken from <a href="http://www.abinesh.com/delirium/posts/giant-earth-hour-projection/">Mr. Abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #4: Simple sort with the sort command</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#4-simple-sort-with-the-sort-command/</link>
      <pubDate>Fri, 27 Mar 2009 08:41:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#4-simple-sort-with-the-sort-command/</guid>
      <description>You can easily sort your outputs in Linux using the &amp;ldquo;sort&amp;rdquo; command. Simply pipe &amp;ldquo;|&amp;rdquo; your output to a &amp;ldquo;sort&amp;rdquo; command and you should see the sorted results.
See sample usage below. This is just to start off, I&amp;rsquo;ve cover more in future posts.
[root@hantu ~]# cat numbers&amp;lt;br /&amp;gt; 5&amp;lt;br /&amp;gt; 4&amp;lt;br /&amp;gt; 3&amp;lt;br /&amp;gt; 2&amp;lt;br /&amp;gt; 1&amp;lt;br /&amp;gt; 0&amp;lt;br /&amp;gt; 6&amp;lt;br /&amp;gt; 7&amp;lt;br /&amp;gt; 8&amp;lt;br /&amp;gt; 9
[root@hantu ~]# cat numbers | sort&amp;lt;br /&amp;gt; 0&amp;lt;br /&amp;gt; 1&amp;lt;br /&amp;gt; 2&amp;lt;br /&amp;gt; 3&amp;lt;br /&amp;gt; 4&amp;lt;br /&amp;gt; 5&amp;lt;br /&amp;gt; 6&amp;lt;br /&amp;gt; 7&amp;lt;br /&amp;gt; 8&amp;lt;br /&amp;gt; 9</description>
      <content:encoded><![CDATA[<p>You can easily sort your outputs in Linux using the &ldquo;sort&rdquo; command. Simply pipe &ldquo;|&rdquo; your output to a &ldquo;sort&rdquo; command and you should see the sorted results.</p>
<p>See sample usage below. This is just to start off, I&rsquo;ve cover more in future posts.</p>
<p><code>[root@hantu ~]# cat numbers&lt;br /&gt; 5&lt;br /&gt; 4&lt;br /&gt; 3&lt;br /&gt; 2&lt;br /&gt; 1&lt;br /&gt; 0&lt;br /&gt; 6&lt;br /&gt; 7&lt;br /&gt; 8&lt;br /&gt; 9</code></p>
<p><code>[root@hantu ~]# cat numbers | sort&lt;br /&gt; 0&lt;br /&gt; 1&lt;br /&gt; 2&lt;br /&gt; 3&lt;br /&gt; 4&lt;br /&gt; 5&lt;br /&gt; 6&lt;br /&gt; 7&lt;br /&gt; 8&lt;br /&gt; 9</code></p>
<p><code>[root@hantu ~]# cat numbers | sort -r&lt;br /&gt; 9&lt;br /&gt; 8&lt;br /&gt; 7&lt;br /&gt; 6&lt;br /&gt; 5&lt;br /&gt; 4&lt;br /&gt; 3&lt;br /&gt; 2&lt;br /&gt; 1&lt;br /&gt; 0</code></p>
<p>Happy sorting!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Earth Hour Malaysia 2009, One more day!!</title>
      <link>https://thedaneshproject.com/posts/earth-hour-malaysia-2009-one-more-day/</link>
      <pubDate>Fri, 27 Mar 2009 03:29:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/earth-hour-malaysia-2009-one-more-day/</guid>
      <description>Earth Hour Malaysia 2009 is one day away.
Mother earth has a fever and it&amp;rsquo;s been going up, not sure how much longer she&amp;rsquo;ll last. We are the aibiotics but somehow forgotten our purpose. It&amp;rsquo;s time to step up and own up to our purpose on planet earth.
Start with Earth Hour&amp;hellip;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/malaysia-earth-hour-2009-500x279.png" alt=""  />
</p>
<p><a href="/posts/earth-hour-malaysia-2009-turn-your-lights-off/">Earth Hour Malaysia 2009</a> is one day away.</p>
<p>Mother earth has a fever and it&rsquo;s been going up, not sure how much longer she&rsquo;ll last. We are the aibiotics but somehow forgotten our purpose. It&rsquo;s time to step up and own up to our purpose on planet earth.</p>
<p>Start with Earth Hour&hellip;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Earth Hour Malaysia site down</title>
      <link>https://thedaneshproject.com/posts/earth-hour-malaysia-site-down/</link>
      <pubDate>Thu, 26 Mar 2009 04:55:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/earth-hour-malaysia-site-down/</guid>
      <description>The Earth Hour Malaysia portal / website earthhour.org.my is currently unreachable.
Looks like they are moving to a larger hosting provider.Last minute rush to pledge causing the spike I guess.
Follow the progress on their twitter.
Update: The site&amp;rsquo;s back up but it&amp;rsquo;s a stripped down version.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/earthhour1.jpg" alt=""  />
</p>
<p>The Earth Hour Malaysia portal / website <a href="http://earthhour.org.my/">earthhour.org.my</a> is currently unreachable.</p>
<p>Looks like they are moving to a larger hosting provider.Last minute rush to pledge causing the spike I guess.</p>
<p>Follow the progress on their <a href="http://twitter.com/EHMalaysia">twitter</a>.</p>
<p>Update: The site&rsquo;s back up but it&rsquo;s a stripped down version.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Download Internet Explorer 8</title>
      <link>https://thedaneshproject.com/posts/download-internet-explorer-8/</link>
      <pubDate>Tue, 24 Mar 2009 14:00:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/download-internet-explorer-8/</guid>
      <description>For those of you who use IE, IE 8 final is out and ready for download.
Windows XP{.redirect} XP x64{.redirect} Windows Vista{.redirect} Windows Vista 64-bit{.redirect} Windows Server 2003{.redirect} Windows Server 2003 64-bit{.redirect} Windows Server 2008{.redirect} Windows Server 2008 64-bit{.redirect} Source: WingLoon || IE8</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/ie8_logo.gif" alt=""  />
</p>
<p>For those of  you who use IE, IE 8 final is out and ready for download.</p>
<ul>
<li><a href="http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe">Windows XP</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">XP x64</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Vista</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Vista 64-bit</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/7/5/0/7507EBD5-0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-ENU.exe">Windows Server 2003</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows Server 2003 64-bit</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Server 2008</a>{.redirect}</li>
<li><a href="http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Server 2008 64-bit</a>{.redirect}</li>
</ul>
<p>Source: <a href="http://wingloon.com/2009/03/20/microsoft-ie8-final-direct-download/">WingLoon</a> || <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">IE8</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #3: System uptime with uptime</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#3-system-uptime-with-uptime/</link>
      <pubDate>Mon, 23 Mar 2009 13:03:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#3-system-uptime-with-uptime/</guid>
      <description>Want to know how long your Linux box has been up for?
Simple, just run the &amp;ldquo;uptime&amp;rdquo; command and you will be rewarded with the answer plus a bit more.
8:58pm up 19:54, 1 user, load average: 0.47, 0.62, 0.35
Above is the typical reply from uptime. On the left is the current time, followed by the system&amp;rsquo;s uptime, logged in users and finally the system&amp;rsquo;s load average.
Sample output;</description>
      <content:encoded><![CDATA[<p>Want to know how long your Linux box has been up for?</p>
<p>Simple, just run the &ldquo;uptime&rdquo; command and you will be rewarded with the answer plus a bit more.</p>
<p><code>8:58pm  up  19:54,  1 user,  load average: 0.47, 0.62, 0.35</code></p>
<p>Above is the typical reply from uptime. On the left is the current time, followed by the system&rsquo;s uptime, logged in users and finally the system&rsquo;s load average.</p>
<p>Sample output;</p>
<p><code>danesh@pandora:~&gt; uptime&lt;br /&gt; 8:58pm  up  19:54,  1 user,  load average: 0.47, 0.62, 0.35</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #2: Get your PID with $$</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#2-get-your-pid-with/</link>
      <pubDate>Tue, 17 Mar 2009 02:00:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#2-get-your-pid-with/</guid>
      <description>&amp;ldquo;$$&amp;rdquo; is a useful Linux variable you could use in your script to get it&amp;rsquo;s PID. The &amp;ldquo;$$&amp;rdquo; variable always holds the PID of the executing process.
Why do you need it? Maybe to check if the script is already running? This is what I normally use it for.
Sample Script;
#!/bin/bash&amp;lt;br /&amp;gt; echo &amp;quot;My PID is $$&amp;quot;&amp;lt;br /&amp;gt; sleep 2
Sample Output;
[root@keke ~]# ./test1.sh&amp;lt;br /&amp;gt; My PID is 8909</description>
      <content:encoded><![CDATA[<p>&ldquo;$$&rdquo; is a useful Linux variable you could use in your script to get it&rsquo;s PID. The &ldquo;$$&rdquo; variable always holds the PID of the executing process.</p>
<p>Why do you need it? Maybe to check if the script is already running? This is what I normally use it for.</p>
<p>Sample Script;</p>
<p><code>#!/bin/bash&lt;br /&gt; echo &quot;My PID is $$&quot;&lt;br /&gt; sleep 2</code></p>
<p>Sample Output;</p>
<p><code>[root@keke ~]# ./test1.sh&lt;br /&gt; My PID is 8909</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Earth Hour Malaysia 2009 | Turn your lights off!</title>
      <link>https://thedaneshproject.com/posts/earth-hour-malaysia-2009-turn-your-lights-off/</link>
      <pubDate>Mon, 16 Mar 2009 16:32:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/earth-hour-malaysia-2009-turn-your-lights-off/</guid>
      <description>Come on guys, it&amp;rsquo;s just for an hour. Give mother nature a break&amp;hellip;.
Thanks to me good buddy Abinesh for getting me into Earth Hour 2009, My life just got greener 😀</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Come on guys, it&rsquo;s just for an hour. Give mother nature a break&hellip;.</p>
<p>Thanks to me good buddy <a href="http://www.abinesh.com/delirium/posts/i-was-on-the-star-online/">Abinesh</a> for getting me into Earth Hour 2009, My life just got greener 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Tip #1: Live monitoring with tail</title>
      <link>https://thedaneshproject.com/posts/linux-tip-#1-live-monitoring-with-tail/</link>
      <pubDate>Mon, 16 Mar 2009 04:40:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-tip-#1-live-monitoring-with-tail/</guid>
      <description>This is something every Linux admin or Linux superuser probably already knows and uses everyday.
The &amp;ldquo;tail -f&amp;rdquo; command monitors a file and tracks any changes to it. As changes are made to the monitored file the &amp;ldquo;tail&amp;rdquo; command will print them on screen. Live monitoring basically&amp;hellip;..
tail -f [log file]
Sample output;
`[root@keke ~]# tail -f /var/log/messages</description>
      <content:encoded><![CDATA[<p>This is something every Linux admin or Linux superuser probably already knows and uses everyday.</p>
<p>The &ldquo;tail -f&rdquo; command monitors a file and tracks any changes to it. As changes are made to the monitored file the &ldquo;tail&rdquo; command will print them on screen. Live monitoring basically&hellip;..</p>
<p><code>tail -f [log file]</code></p>
<p>Sample output;</p>
<p>`[root@keke ~]# tail -f /var/log/messages<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>THRU YOU | Kutiman mixes</title>
      <link>https://thedaneshproject.com/posts/thru-you-kutiman-mixes/</link>
      <pubDate>Fri, 13 Mar 2009 19:02:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/thru-you-kutiman-mixes/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=tprMEs-zfQA[/youtube]
The video&amp;rsquo;s the work of Kutiman. It&amp;rsquo;s a compilation of many YouTube videos with different instrumanents glued together to make some really interesting tracks. I was blown away by the precision editing work put into his work.
The video above is just one of the many, check out the rest at thru-you.com and tell me what ya think.</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=tprMEs-zfQA[/youtube]</p>
<p>The video&rsquo;s the work of <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=50079118">Kutiman</a>. It&rsquo;s a compilation of many YouTube videos with different instrumanents  glued together to make some really interesting tracks. I was blown away by the precision editing work put into his work.</p>
<p>The video above is just one of the many, check out the rest at <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=50079118">thru-you.com</a> and tell me what ya think.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook rolling out new user homepage today</title>
      <link>https://thedaneshproject.com/posts/facebook-rolling-out-new-user-homepage-today/</link>
      <pubDate>Thu, 12 Mar 2009 04:36:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-rolling-out-new-user-homepage-today/</guid>
      <description>Been seeing this for the past few days? Get excited!!
Facebook is giving you a spanking new home page and he roll out happens today.
This time, it&amp;rsquo;s actually looking good. Clutter free, clean, fast and best of all it&amp;rsquo;s a live home page. Meaning that all social content from your network will be reflected to you in real time. Now how cool it that!
Check out the layout below and read about the new home page.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/fb_new_home_notice-500x70.png" alt=""  />
</p>
<p>Been seeing this for the past few days? Get excited!!</p>
<p>Facebook is giving you a spanking new home page and he roll out happens today.</p>
<p>This time, it&rsquo;s actually looking good. Clutter free, clean, fast and best of all it&rsquo;s a live home page. Meaning that all social content from your network will be reflected to you in real time. Now how cool it that!</p>
<p>Check out the layout below and read about the new home page.</p>
<p>![](/wp-content/uploads/2009/03/fbhomepage-new-500x357.gif&quot; alt=&ldquo;fbhomepage-new&rdquo; width=&ldquo;500&rdquo; height=&ldquo;357&rdquo; srcset=&quot;/wp-content/uploads/2009/03/fbhomepage-new-500x357.gif 500w, /wp-content/uploads/2009/03/fbhomepage-new.gif 590w&quot; sizes=&quot;(max-width: 500px) 100vw, 500px&quot; /&gt;</p>
]]></content:encoded>
    </item>
    <item>
      <title>History of the Internet</title>
      <link>https://thedaneshproject.com/posts/history-of-the-internet/</link>
      <pubDate>Tue, 10 Mar 2009 09:20:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/history-of-the-internet/</guid>
      <description>[vimeo]http://vimeo.com/2696386[/vimeo]
Here&amp;rsquo;s an awesome video by Melih Bilgil on the History of the Internet.
From &amp;ldquo;Arpanet&amp;rdquo; to &amp;ldquo;Internet&amp;rdquo;, this video covers it all.
All the icons you see in the video were taken from PICOL, the Pictorial Communication Language.
For more information on the video drop by the Author&amp;rsquo;s site.</description>
      <content:encoded><![CDATA[<p>[vimeo]http://vimeo.com/2696386[/vimeo]</p>
<p>Here&rsquo;s an awesome video by <a href="http://www.lonja.de/">Melih Bilgil</a> on the History of the Internet.</p>
<p>From &ldquo;Arpanet&rdquo; to &ldquo;Internet&rdquo;, this video covers it all.</p>
<p>All the icons you see in the video were taken from <a href="http://www.picol.org/">PICOL</a>, the Pictorial Communication Language.</p>
<p>For more information on the video drop by the <a href="http://www.lonja.de/motion/mo_history_internet.html">Author&rsquo;s site</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Salary Guide 2008</title>
      <link>https://thedaneshproject.com/posts/malaysia-salary-guide-2008/</link>
      <pubDate>Mon, 09 Mar 2009 18:45:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-salary-guide-2008/</guid>
      <description>Stumbled onto this a few days back. Thought it might come in handy for you too 😀
Sometimes I wonder if the data published is really accurate. Based on what&amp;rsquo;s published, most Malaysians look like there are earning peanuts.
Well anyway, download it here and tell me what ya think.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/03/salary-guide-malaysia-2008-screeshot.png" alt=""  />
</p>
<p>Stumbled onto this a few days back. Thought it might come in handy for you too 😀</p>
<p>Sometimes I wonder if the data published is really accurate. Based on what&rsquo;s published, most Malaysians look like there are earning peanuts.</p>
<p>Well anyway, <a href="http://www.docstoc.com/docs/4772475/Salary-Guide-Malaysia-2008">download it here</a> and tell me what ya think.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google’s on Twitter</title>
      <link>https://thedaneshproject.com/posts/googles-on-twitter/</link>
      <pubDate>Mon, 02 Mar 2009 15:45:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/googles-on-twitter/</guid>
      <description>
I&amp;rsquo;m 01100110 01100101 01100101 01101100 01101001 01101110 01100111 00100000 01101100 01110101 01100011 01101011 01111001 00001010
That was Google&amp;rsquo;s first twit. They finally got on to Twitter. If you were wondering, for all you non geeks out there, the zeroes and ones translate into &amp;ldquo;I&amp;rsquo;m feeling lucky&amp;rdquo;. Follow Google on Twitter. </description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->I&rsquo;m 01100110 01100101 01100101 01101100 01101001 01101110 01100111 00100000 01101100 01110101 01100011 01101011 01111001 00001010<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->That was Google&rsquo;s first twit. They finally got on to Twitter. <!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->If you were wondering, <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->for all you  non geeks out there, <!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->the zeroes and ones translate into &ldquo;I&rsquo;m feeling lucky&rdquo;.<!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Follow Google on Twitter.<!-- raw HTML omitted --><!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Favicon generator</title>
      <link>https://thedaneshproject.com/posts/favicon-generator/</link>
      <pubDate>Wed, 18 Feb 2009 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/favicon-generator/</guid>
      <description>If you own a site then chances are you need a favicon.
A favicon is a 16x16 icon which normally sits next to the URL in the browser&amp;rsquo;s address bar. It&amp;rsquo;s a small visual representation of a site. Most browsers today support favicons in multiple formats, .png)
Microsoft&amp;rsquo;s Internet Explorer only supports .ico formatted favicons which is their propitiatory icon format. This is where the favicon generators comes in handy.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/favicon-gallery-500x388.png" alt=""  />
</p>
<p>If you own a site then chances are you need a favicon.</p>
<p>A favicon is a 16x16 icon which normally sits next to the URL in the browser&rsquo;s address bar. It&rsquo;s a small visual representation of a site. Most browsers today support favicons in multiple formats, .png)</p>
<p>Microsoft&rsquo;s Internet Explorer only supports .ico formatted favicons which is their propitiatory icon format. This is where the favicon generators comes in handy. Just upload any jpeg, gif or.png)</p>
<p>I use <a href="http://favicon-generator.org/">favicon-generator</a> by <a href="http://projectfondue.com/">Project Fondue</a> for all my favicon needs. The service does the above and also provides a editor to create favicons on the fly.</p>
<p>Upload the favicon to your web root directory and add the following code to you <!-- raw HTML omitted --><!-- raw HTML omitted --> section.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/02/favicon-code.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>FOSS.my February 2009 meetup</title>
      <link>https://thedaneshproject.com/posts/foss.my-february-2009-meetup/</link>
      <pubDate>Tue, 17 Feb 2009 16:15:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foss.my-february-2009-meetup/</guid>
      <description>Topic;
FreeBSD Jails - Lightweight Visualization
If your limited processing power is preventing you from running full virtualized environments then this might just be what you need. The basic idea is to have individual jailed environments which have their own Ip address all share the same kernel.
The talk will cover the basics of setting up and running jailed environments on FreeBSD.
Presenter;
Khairil Yusof from Inigo Tech.
Twitter | Identi.</description>
      <content:encoded><![CDATA[<p><strong>Topic;</strong><br>
FreeBSD Jails - Lightweight Visualization</p>
<p>If your limited processing power is preventing you from running full virtualized environments then this might just be what you need. The basic idea is to have individual jailed environments which have their own Ip address all share the same kernel.</p>
<p>The talk will cover the basics of setting up and running jailed environments on FreeBSD.</p>
<p><strong>Presenter;</strong><br>
<img loading="lazy" src="/wp-content/uploads/2009/02/khairil-yusof.jpeg" alt=""  />
</p>
<p><a href="http://kaeru.my/">Khairil Yusof</a> from <a href="http://inigo-tech.com/">Inigo Tech</a>.</p>
<p>Twitter | <a href="http://identi.ca/kaeru">Identi.ca</a> | <a href="http://www.linkedin.com/in/khairil">LinkedIn</a></p>
<p><strong>Date;</strong><br>
Thursday February 19th 2009</p>
<p><strong>Time;</strong><br>
7.30pm - 9.30pm (2 hours)</p>
<p>7:30pm - 7:45pm Opening by the Organizer<br>
7:45pm - 8:45pm Talk<br>
8:45pm - 9:00pm Break<br>
9:00pm - 9:30pm Break out sessions</p>
<p><strong>Venue;</strong><br>
MSC Malaysia Cyber Centre<br>
Incubation Centre<br>
Block 1B, Level 3 (1B-3-1)<br>
Plaza Sentral, Jalan Stesen Sentral 5<br>
50470, Kuala Lumpur<br>
Tel: 603 2785 1800 / 603 2773 5799</p>
<p><strong>Cost;</strong></p>
<p>FREE!! The World Is Just Awesome!!</p>
<p><strong>RSVP;</strong></p>
<p><a href="http://www.facebook.com/event.php?eid=53714671919">Facebook - MyOSS Meetup</a></p>
<p><strong>Contact;</strong></p>
<p>Ezwan Aizat Bin Abdullah Faiz<br>
<a href="mailto:aizat.faiz@gmail.com" title="Linkification: mailto:aizat.faiz@gmail.com">aizat.faiz@gmail.com</a>{.linkification-ext}<br>
+6 017 690 8783</p>
<p>Source: <a href="http://foss.org.my/meetups/">fossmy</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu Tweak 0.4.5 released!</title>
      <link>https://thedaneshproject.com/posts/ubuntu-tweak-0.4.5-released/</link>
      <pubDate>Mon, 16 Feb 2009 17:10:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-tweak-0.4.5-released/</guid>
      <description>Ubuntu Tweak 0.4.5 is out.
Ubuntu Tweak is an application to help users easily configure their Ubuntu installation. From installing new software to cleaning up junk, Ubuntu Tweak doesÂ it all. Ubuntu Tweak is open source and distributed under the GPL license.
I have been using Ubuntu Tweak on my Ubuntu machines at home for awhile now. When all you need is a functioning desktop then Ubuntu together with Ubuntu TweakÂ in my book is the best choice.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/ubuntu-tweak-045-500x338.png" alt=""  />

Ubuntu Tweak 0.4.5 is out.</p>
<p>Ubuntu Tweak is an application to help users easily configure their Ubuntu installation. From installing new software to cleaning up junk, Ubuntu Tweak doesÂ  it all. Ubuntu Tweak is open source and distributed under the GPL license.</p>
<p>I have been using Ubuntu Tweak on my Ubuntu machines at home for awhile now. When all you need is a functioning desktop then Ubuntu together with Ubuntu TweakÂ  in my book is the best choice. Not everyone fanciesÂ  the command line or editing files everytime they install new software. Especially my non IT savvy family members. Ubuntu and Ubuntu Tweak just work.</p>
<p>Anyway, back to Ubuntu Tweak&rsquo;s feature List;</p>
<ul>
<li>View of Basic System Information(Distribution, Kernel, CPU, Memory, etc.)</li>
<li>GNOME Session Control</li>
<li>Auto Start Program Control</li>
<li>Add / Remove software</li>
<li>Software source editor</li>
<li>3rd party source support</li>
<li>Package cleanup</li>
<li>Show/Hide and Change Splash screen</li>
<li>Show/Hide desktop icons or Mounted Volumes</li>
<li>Show/Hide/Rename Computer, Home, Trash icon or Network icon</li>
<li>Tweak Metacity Window Managerâ€™s Style and Behavior</li>
<li>Compiz Fusion settings, Screen Edge Settings, Window Effects Settings, Menu Effect Settins</li>
<li>GNOME Panel Settings</li>
<li>Nautilus Settings</li>
<li>Advanced Power Management Settings</li>
<li>System Security Settings</li>
</ul>
<p>The latest version has a few new features added;</p>
<ul>
<li>Clean old config files easily. Remove unused config files from un-installed applications.</li>
<li>Preference page to change the default Ubuntu Tweak interface.</li>
<li>Configure default application within Ubuntu Tweak. The chosen app will launch everytime Ubuntu Tweak starts.</li>
<li>All Launchpad PPA sources are now signed.</li>
<li>Change the GNOME panel logo.</li>
</ul>
<p>ToÂ  install Ubuntu Tweak follow the steps below or download here.</p>
<ol>
<li>
<p>Import the key<br>
<code>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220</code></p>
</li>
<li>
<p>Add the source below. My source file is &ldquo;/etc/apt/sources.list.d/ubuntu-tweak.list&rdquo;.</p>
</li>
</ol>
<p><strong>Ubuntu 8.10 Intrepid Source:</strong><br>
<code>&lt;br /&gt; deb http://ppa.launchpad.net/tualatrix/ubuntu intrepid main&lt;br /&gt; deb-src http://ppa.launchpad.net/tualatrix/ubuntu intrepid main</code></p>
<p><strong>Ubuntu 8.04 Hardy Source:</strong></p>
<p><code>deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main&lt;br /&gt; deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main</code></p>
<ol start="3">
<li>Run the package manager and refresh the source list when prompted. Search for Unbuntu Tweak and install it.</li>
</ol>
<p>That&rsquo;s it.</p>
<p>Source: Ubuntu Tweak</p>
]]></content:encoded>
    </item>
    <item>
      <title>CScrot is now Shutter</title>
      <link>https://thedaneshproject.com/posts/cscrot-is-now-shutter/</link>
      <pubDate>Sun, 15 Feb 2009 17:29:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cscrot-is-now-shutter/</guid>
      <description>GScrot is a powerful screen capture tool for Linux. The project went through a re-branding exercise earlier this month and now takes on a new, more appropriate name, &amp;ldquo;Shutter&amp;rdquo;.
The project&amp;rsquo;sÂ launchpad project name together with it&amp;rsquo;s PPA have also been renamed to Shutter.
The new project page : https://launchpad.net/shutter
The new PPA : https://launchpad.net/%7Eshutter/+archive/ppa
For those currently running GScrot, please update your sources to reflect the new &amp;ldquo;shutter&amp;rdquo; repository.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/shutter_192x192.png" alt=""  />
</p>
<p><a href="/posts/how-to-install-gscrot-screenshot-tool/">GScrot</a> is a powerful screen capture tool for Linux. The project went through a re-branding exercise earlier this month and now takes on a new, more appropriate name, &ldquo;Shutter&rdquo;.</p>
<p>The project&rsquo;sÂ  launchpad project name together with it&rsquo;s PPA have also been renamed to Shutter.</p>
<p>The new project page : <a href="https://launchpad.net/shutter">https://launchpad.net/shutter</a></p>
<p>The new PPA : <a href="https://launchpad.net/%7Eshutter/+archive/ppa">https://launchpad.net/%7Eshutter/+archive/ppa</a></p>
<p>For those currently running GScrot, please update your sources to reflect the new &ldquo;shutter&rdquo; repository.</p>
<p>Source: <a href="http://gscrot.ubuntu-projekte.de/">Shutter (Formerly GScrot)</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Full Circle Magazine Issue 21</title>
      <link>https://thedaneshproject.com/posts/full-circle-magazine-issue-21/</link>
      <pubDate>Fri, 13 Feb 2009 02:00:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/full-circle-magazine-issue-21/</guid>
      <description>The latest issue of &amp;ldquo;Full Circle Magazine is out. Issue 21.
What I found interesting in this issue;
Output formatting with grep, awk, sed, cat, cut Web developement C programming Video resizing Ubuntu USB boot Torrent tools Download the magazine or read it online.
Source: Full Circle Magazine</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/fullcircle21.jpg" alt=""  />
</p>
<p>The latest issue of &ldquo;Full Circle Magazine is out. Issue 21.</p>
<p>What I found interesting in this issue;</p>
<ul>
<li>Output formatting with grep, awk, sed, cat, cut</li>
<li>Web developement</li>
<li>C programming</li>
<li>Video resizing</li>
<li>Ubuntu USB boot</li>
<li>Torrent tools</li>
</ul>
<p><a href="http://fullcirclemagazine.org/issue-21/">Download</a> the magazine or <a href="http://www.scribd.com/doc/12278104/Full-Circle-Issue21-Eng">read it online</a>.</p>
<p>Source: <a href="http://fullcirclemagazine.org">Full Circle Magazine</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu cheat sheet by FOSSwire</title>
      <link>https://thedaneshproject.com/posts/ubuntu-cheat-sheet-by-fosswire/</link>
      <pubDate>Thu, 12 Feb 2009 09:27:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-cheat-sheet-by-fosswire/</guid>
      <description>Another good starter cheat sheet for all you Ubuntu newbies out there. If you missed it, the Linux cheat sheet is also available here.
I&amp;rsquo;m new to Ubuntu myself so this comes in real handy for me.
Download the PDF from here or here.
Again, thanks to FOSSwire for making their cheat sheets available to all.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/ubuntu-command-reference-fosswire.png" alt=""  />
</p>
<p>Another good starter cheat sheet for all you Ubuntu newbies out there. If you missed it, the Linux cheat sheet is also available <a href="/posts/linux-cheat-sheet-by-fosswire/">here</a>.</p>
<p>I&rsquo;m new to Ubuntu myself so this comes in real handy for me.</p>
<p>Download the PDF from <a href="http://fosswire.com/2008/04/22/ubuntu-cheat-sheet/">here</a> or <a href="http://www.docstoc.com/docs/4249577/Ubuntu-Command-Reference-FOSSwire">here</a>.</p>
<p>Again, thanks to <a href="http://fosswire.com/2008/04/22/ubuntu-cheat-sheet/">FOSSwire</a> for making their cheat sheets available to all.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux cheat sheet by FOSSwire</title>
      <link>https://thedaneshproject.com/posts/linux-cheat-sheet-by-fosswire/</link>
      <pubDate>Thu, 12 Feb 2009 09:00:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-cheat-sheet-by-fosswire/</guid>
      <description>Here&amp;rsquo;s a good Linux cheat sheet to get you started in Linux. Thanks to FOSSwire for coming up with it.
Download it from here or here.
Update: There is also a Ubuntu cheatsheet available for download.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/unix-linux-command-reference-fosswire.png" alt=""  />
</p>
<p>Here&rsquo;s a good Linux cheat sheet to get you started in Linux. Thanks to <a href="http://fosswire.com/2007/08/02/unixlinux-command-cheat-sheet/">FOSSwire</a> for coming up with it.</p>
<p>Download it from <a href="http://fosswire.com/2007/08/02/unixlinux-command-cheat-sheet/">here</a> or <a href="http://www.docstoc.com/docs/DownloadDoc.aspx?doc_id=4249576">here</a>.</p>
<p>Update: There is also a <a href="/posts/ubuntu-cheat-sheet-by-fosswire/">Ubuntu cheatsheet</a> available for download.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.7.1 is out</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.7.1-is-out/</link>
      <pubDate>Wed, 11 Feb 2009 02:40:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.7.1-is-out/</guid>
      <description>WordPress 2.7.1 is out. The release comes with 68 fixes.
For more info on the changes you look at the list for fixed tickets and the full change log.
Upgrade&amp;rsquo;s a breeze with the new auto upgrade function. If you get a timeout issue, try this fix. Increased my timeout to 120 and the upgrade completed successfully.
Alternatively, you could still upgrade the manual way by downloading WordPress and upgrading over ftp.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>WordPress 2.7.1 is out. The release comes with <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority">68 fixes</a>.</p>
<p>For more info on the changes you look at the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority">list for fixed tickets</a> and the full change log.</p>
<p>Upgrade&rsquo;s a breeze with the new auto upgrade function. If you get a timeout issue, <a href="/posts/download-failed-operation-timed-out-after-30-seconds/">try this fix</a>. Increased my timeout to 120 and the upgrade completed successfully.</p>
<p>Alternatively, you could still upgrade the manual way by <a href="http://wordpress.org/download/">downloading WordPress</a> and upgrading over ftp. If you need help refer to the manuals to <a href="http://codex.wordpress.org/Installing_WordPress">install</a> or <a href="http://codex.wordpress.org/Upgrading_WordPress">upgrade</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Follow the Dalai Lama on Twitter</title>
      <link>https://thedaneshproject.com/posts/follow-the-dalai-lama-on-twitter/</link>
      <pubDate>Tue, 10 Feb 2009 09:17:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/follow-the-dalai-lama-on-twitter/</guid>
      <description>You can now follow &amp;ldquo;His Holiness, The 14th Dalai Lama Of Tibet&amp;rdquo; on twitter.
The twitter account is managed by &amp;ldquo;OHHDL&amp;rdquo; ,The Office of His Holiness the Dalai Lama.
If you are like me then peace is the only thing you wish. To me, religion, color, race, status in society don&amp;rsquo;t mean anything. They are just reasons that fuel hatred today and are being leveraged but those in power to stay in power or gain more power.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/dalailama.jpg" alt=""  />
</p>
<p>You can now follow &ldquo;His Holiness, The 14th Dalai Lama Of Tibet&rdquo; on twitter.</p>
<p>The twitter account is managed by &ldquo;OHHDL&rdquo; ,<a href="http://www.dalailama.com/page.9.htm">The Office of His Holiness the Dalai Lama</a>.</p>
<p>If you are like me then peace is the only thing you wish. To me, religion, color, race, status in society don&rsquo;t mean anything. They are just reasons that fuel hatred today and are being leveraged but those in power to stay in power or gain more power. NO GOD WILL ASK TO KILL!! HE WHO CREATES WILL NOT DESTROY, HE WHO IS FILLED WITH HATRED WHO DESTROYS.</p>
<p>Well, before I get carried away again by my emotions. If you wish, you can follow the Dalai Lama on twitter at <a href="http://twitter.com/OHHDL">@OHHDL</a> or visit him at <a href="http://www.dalailama.com">http://www.dalailama.com</a>.</p>
<p>Update: Sigh&hellip;. looks like <a href="http://missinformationblog.blogspot.com/">@OHHDL could be fake</a>. It&rsquo;s currentlyÂ  suspended.</p>
]]></content:encoded>
    </item>
    <item>
      <title>What does dirname(__FILE__) and basename(dirname(__FILE__)) do?</title>
      <link>https://thedaneshproject.com/posts/what-does-dirname__file__-and-basenamedirname__file__-do/</link>
      <pubDate>Fri, 06 Feb 2009 09:44:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-does-dirname__file__-and-basenamedirname__file__-do/</guid>
      <description>Was helping a friend fix his php script today. He was not too sure about what &amp;ldquo;dirname(__FILE__)&amp;rdquo; did.
dirname() is a PHP function which returns the directory name of a file. For example if file abc.txt was in &amp;ldquo;/tmp/abc.txt&amp;rdquo; then the dirname() function would return &amp;ldquo;/tmp&amp;rdquo; .
Example Usage;
&amp;lt;?php
$file = &amp;ldquo;/tmp/abc.txt&amp;rdquo;;
$path = dirname($file); // $path will now contain /tmp
?&amp;gt;
What does dirname(__FILE__) and basename(dirname(__FILE__)) do then?</description>
      <content:encoded><![CDATA[<p>Was helping a friend fix his php script today. He was not too sure about what &ldquo;dirname(__FILE__)&rdquo; did.</p>
<p>dirname() is a PHP function which returns the directory name of a file. For example if file abc.txt was in &ldquo;/tmp/abc.txt&rdquo; then the dirname() function would return &ldquo;/tmp&rdquo; .</p>
<p>Example Usage;</p>
<p><code>&lt;?php</code></p>
<p>$file = &ldquo;/tmp/abc.txt&rdquo;;</p>
<p>$path = dirname($file); // $path will now contain /tmp</p>
<p>?&gt;</p>
<p>What does dirname(__FILE__) and basename(dirname(__FILE__)) do then?</p>
<p>The __FILE__ constantÂ  represents the running script. It will return the full path and file name of the running script. For example, theÂ  __FILE__ constantÂ  on my server would return &ldquo;/var/www/html/index.php&rdquo; for my index.php file which is in the &ldquo;/var/www/html/&rdquo; directory.</p>
<p>The basename() command is normally used in conjunction with the dirname() function to strip the parent directory from a full file name. For example &ldquo;/var/www/html/abc.txt&rdquo; when passed through basename() would return abc.txt. basename() also works on directories. So, basename() on &ldquo;/var/www/html&rdquo; would return &ldquo;html&rdquo; since in Linux directories are files.</p>
<p>Example Usage;</p>
<p>Imagine __FILE__ represents /var/www/html/index.php</p>
<p><code>&lt;?php</code></p>
<p>echo dirname(__FILE__); // returns /var/www/html</p>
<p>echo basename(__FILE__); //returns index.php</p>
<p>echo basename(dirname(__FILE__)); //returns html</p>
<p>?&gt;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free computer eBooks from Computer-Books.us</title>
      <link>https://thedaneshproject.com/posts/free-computer-ebooks-from-computer-books.us/</link>
      <pubDate>Fri, 06 Feb 2009 03:44:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-computer-ebooks-from-computer-books.us/</guid>
      <description>Computer-Books.us provides free computer eBooks for download. All books are legal as the authors / publisher have been kind enough to allow the eBooks to be published online for free.
Books are broken down into categories and each hosted on it&amp;rsquo;s own domain.
Linux-Books.us ( Ubuntu, CentOS, Debian, ..etc )
Java-Books.us ( GUI, Security, General, ..etc )
Database-Books.us ( MySQL, PostgreSQL, DB2, Oracle, ..etc )
Computer-Books.us ( PHP, Python, Perl, Awk, .</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/computer-booksus-free-computer-books-500x356.png" alt=""  />
</p>
<p>Computer-Books.us provides free computer eBooks for download. All books are legal as the authors / publisher have been kind enough to allow the eBooks to be published online for free.</p>
<p>Books are broken down into categories and each hosted on it&rsquo;s own domain.</p>
<ul>
<li><a href="http://www.linux-books.us/">Linux-Books.us ( Ubuntu, CentOS, Debian, ..etc )<br>
</a></li>
<li><a href="http://www.java-books.us/">Java-Books.us ( GUI, Security, General, ..etc )<br>
</a></li>
<li><a href="http://www.database-books.us/">Database-Books.us ( MySQL, PostgreSQL, DB2, Oracle, ..etc )<br>
</a></li>
<li><a href="http://www.computer-books.us/">Computer-Books.us ( PHP, Python, Perl, Awk, ..etc )<br>
</a></li>
<li><a href="http://www.cad-cam-books.us/">CAD-CAM-books.us</a></li>
<li><a href="http://www.business-software-books.us/">Business-software-Books.us</a></li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Protocol major versions differ: 1 vs. 2</title>
      <link>https://thedaneshproject.com/posts/protocol-major-versions-differ-1-vs.-2/</link>
      <pubDate>Thu, 05 Feb 2009 01:50:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/protocol-major-versions-differ-1-vs.-2/</guid>
      <description>Protocol major versions differ: 1 vs. 2.Â The error above normally comes up when you try to ssh into a machine which has it&amp;rsquo;s allowed ssh protocol versions locked down to a single version, today it&amp;rsquo;s normally version 2.
In the /etc/ssh/sshd_config file there&amp;rsquo;s a &amp;ldquo;Protocol&amp;rdquo; parameter which governs the allowed protocol version. It&amp;rsquo;s normally set to &amp;ldquo;2&amp;rdquo; for better security today.
Old days;
#Protocol 2,1
Today;
#Protocol 2
The ssh command allows you to specify a protocol version to use when establishing a connection.</description>
      <content:encoded><![CDATA[<p>Protocol major versions differ: 1 vs. 2.Â </p>
<p>The error above normally comes up when you try to ssh into a machine which has it&rsquo;s allowed ssh protocol versions locked down to a single version, today it&rsquo;s normally version 2.</p>
<p>In the /etc/ssh/sshd_config file there&rsquo;s a &ldquo;Protocol&rdquo; parameter which governs the allowed protocol version. It&rsquo;s normally set to &ldquo;2&rdquo; for better security today.</p>
<p>Old days;</p>
<p><code>#Protocol 2,1</code></p>
<p>Today;</p>
<p><code>#Protocol 2</code></p>
<p>The ssh command allows you to specify a protocol version to use when establishing a connection.</p>
<p>To ssh using protocol version 1;</p>
<p>ssh -1 [ hostname]</p>
<p><code>[root@abibi ~]# ssh -1 abubu</code></p>
<p>Ro ssh using protocol version 2;</p>
<p>ssh -2 [ hostname]</p>
<p><code>[root@abibi ~]# ssh -2 abubu</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Internet Bus Project by Google</title>
      <link>https://thedaneshproject.com/posts/the-internet-bus-project-by-google/</link>
      <pubDate>Wed, 04 Feb 2009 09:38:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-internet-bus-project-by-google/</guid>
      <description>India is commonly related to having a high number of IT professionals. Most of them get pulled into big firms like Google, MS and many others. But the hard truth is that there are still millions who have no access to the Internet or have never even heard of it.
Google put together &amp;ldquo;The Internet Bus Project&amp;rdquo;. It&amp;rsquo;s bringing the internet to those who need it through an internet-enabled bus which will travel through India.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/dsc_0077-500x334.jpg" alt=""  />
</p>
<p>India is commonly related to having a high number of IT professionals. Most of them get pulled into big firms like Google, MS and many others. But the hard truth is that there are still millions who have no access to the Internet or have never even heard of it.</p>
<p>Google put together &ldquo;The Internet Bus Project&rdquo;. It&rsquo;s bringing the internet to those who need it through an internet-enabled bus which will travel through India.Children are gonna have new ambitions, businesses will gain new windows and schools have new materials. Well, the bus will not fix everything but at least set a direction. It&rsquo;s better to have a dream then to not have one at all.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/02/dsc_0020-500x334.jpg" alt=""  />
</p>
<p>You can <a href="http://www.google.co.in/intl/en/landing/internetbus/">Follow the bus</a> on Google through <a href="http://picasaweb.google.com/internetbusindia/">photos</a> and <a href="http://www.youtube.com/internetbus?view=videos">videos</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>PDFreaders.org, open standard PDF</title>
      <link>https://thedaneshproject.com/posts/pdfreaders.org-open-standard-pdf/</link>
      <pubDate>Tue, 03 Feb 2009 10:52:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pdfreaders.org-open-standard-pdf/</guid>
      <description>PDFreaders.org is the latest project from &amp;ldquo;The Fellowship of the Free Software Foundation Europe (FSFE)&amp;rdquo;.
PDF have become a standard when it comes to distributing documents today. From eBooks to magazines and brochures, nothing is spared from going PDF.
The fellowship is out to promote open standards for the PDF format. Open standard allows everyone to access PDF files on any device or OS and not be held back by the propitiatory mambo jumbo.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/02/pdfreadersorg-get-a-free-software-pdf-reader-499x499.png" alt=""  />
</p>
<p>PDFreaders.org is the latest project from &ldquo;The <a href="http://fellowship.fsfe.org/">Fellowship</a> of the <a href="http://www.fsfeurope.org">Free Software Foundation Europe (FSFE)</a>&rdquo;.</p>
<p>PDF have become a standard when it comes to distributing documents today. From eBooks to magazines and brochures, nothing is spared from going PDF.</p>
<p>The fellowship is out to promote open standards for the PDF format. Open standard allows everyone to access PDF files on any device or OS and not be held back by the propitiatory mambo jumbo.</p>
<p>The project currently publishes a list for free PDF readers which are open standard. The list will also cover writers in the future so make sure to check back often.</p>
<p>Also, remember to spread to love with the PDFreaders.org buttons.</p>
<p><!-- raw HTML omitted -->&lt;img loading=&ldquo;lazy&rdquo; src=&ldquo;<a href="http://pdfreaders.org/graphics/pdfreaders-four-freedoms.png">http://pdfreaders.org/graphics/pdfreaders-four-freedoms.png</a>)</p>
<p>Source: <a href="http://pdfreaders.org/">PDFreaders.org</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Namecheap Coupon for February 2009</title>
      <link>https://thedaneshproject.com/posts/namecheap-coupon-for-february-2009/</link>
      <pubDate>Mon, 02 Feb 2009 02:51:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/namecheap-coupon-for-february-2009/</guid>
      <description>Source: WingLoon
Register a new .com, .net or .org domain for only $8.81 from Namecheap with the coupon below. Every .com, .net and .org domain registration includes 1 year free WhoisGuard privacy protection subscription. Namecheap.com will also give you a free PositiveSSL Certificates from Comodo 100% Free for 1 year!
Coupon: REDROSES
Discount: Save $0.88 for 1 year new domain registration only
Expires: 28 Feb 2009
Source: WingLoon</description>
      <content:encoded><![CDATA[<p>Source: <a href="http://wingloon.com/2009/02/02/namecheap-coupon-for-february-2009/">WingLoon</a></p>
<p>Register a new .com, .net or .org domain for only $8.81 from Namecheap with the coupon below. Every .com, .net and .org domain registration includes 1 year free WhoisGuard privacy protection subscription. Namecheap.com will also give you a free PositiveSSL Certificates from Comodo 100% Free for 1 year!</p>
<p>Coupon: REDROSES<br>
Discount: Save $0.88 for 1 year new domain registration only<br>
Expires: 28 Feb 2009</p>
<p>Source: <a href="http://wingloon.com/2009/02/02/namecheap-coupon-for-february-2009/">WingLoon</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Download failed.: Operation timed out after 30 seconds</title>
      <link>https://thedaneshproject.com/posts/download-failed.-operation-timed-out-after-30-seconds/</link>
      <pubDate>Sat, 31 Jan 2009 17:33:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/download-failed.-operation-timed-out-after-30-seconds/</guid>
      <description>Been getting this error &amp;ldquo;Download failed.: Operation timed out after 30 seconds&amp;rdquo; every time I try to update a plug-in in my WordPress 2.7.
After some digging around I found that my web server&amp;rsquo;s download speed was pretty low. WP 2.7 by default has a 30 second timeout set for it&amp;rsquo;s download function which I constantly kept hitting.
The workaround&amp;rsquo;s a simple hack to the file.php file in the /wp-admin/includes/ folder.</description>
      <content:encoded><![CDATA[<p>Been getting this error &ldquo;Download failed.: Operation timed out after 30 seconds&rdquo; every time I try to update a plug-in in my WordPress 2.7.</p>
<p>After some digging around I found that my web server&rsquo;s download speed was pretty low. WP 2.7 by default has a 30 second timeout set for it&rsquo;s download function which I constantly kept hitting.</p>
<p>The workaround&rsquo;s a simple hack to the file.php file in the /wp-admin/includes/ folder.</p>
<ol>
<li>
<p>Download the file using over ftp or ssh. Depending on your hosting package.</p>
</li>
<li>
<p>Look for the line;</p>
</li>
</ol>
<p>&quot; $response = wp_remote_get($url, array(&rsquo;timeout&rsquo; =&gt; 30)); &quot;</p>
<p>and replace it with;</p>
<p>&quot; $response = wp_remote_get($url, array(&rsquo;timeout&rsquo; =&gt; 60)); &quot;</p>
<p>function download_url() at wp-admin/includes/file.php</p>
<ol start="3">
<li>Upload the modified file back into the /wp-admin/includes/ folder. Overwrite the old file if you must.</li>
</ol>
<p>You auto update should be working fine now.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free eBook : Ubuntu Pocket Guide and Reference</title>
      <link>https://thedaneshproject.com/posts/free-ebook-ubuntu-pocket-guide-and-reference/</link>
      <pubDate>Fri, 30 Jan 2009 06:55:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-ebook-ubuntu-pocket-guide-and-reference/</guid>
      <description>Ubuntu Pocket Guide and Reference by Keir Thomas.
Here&amp;rsquo;s a good book for Ubuntu users and those thinking of switching over to Ubuntu. The book&amp;rsquo;s 194 pages long and covers;
Installing Ubuntu Configuring Ubuntu Getting to grips with the desktop Users and the filesystem Hands-on at the command-line Software management Securing the system The printed edition is priced at USD9.94 on Amazon and the ebook version is 100% free. Once you have the eBook you are allowed to redistribute it anyway you choose.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/ubuntu-pocket-guide-and-reference-500x763.png" alt=""  />
</p>
<p>Ubuntu Pocket Guide and Reference by Keir Thomas.</p>
<p>Here&rsquo;s a good book for Ubuntu users and those thinking of switching over to Ubuntu. The book&rsquo;s 194 pages long and covers;</p>
<ol>
<li>Installing Ubuntu</li>
<li>Configuring Ubuntu</li>
<li>Getting to grips with the desktop</li>
<li>Users and the filesystem</li>
<li>Hands-on at the command-line</li>
<li>Software management</li>
<li>Securing the system</li>
</ol>
<p>The printed edition is priced at USD9.94 on <a href="http://www.amazon.com/gp/product/1440478295?ie=UTF8&amp;tag=beginningubun-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1440478295">Amazon</a> and the ebook version is 100% free. Once you have the eBook you are allowed to redistribute it anyway you choose. Just make sure it remains 100% free. The FOSS way!!</p>
<p><a href="http://www.ubuntupocketguide.com/download.html">Download</a> or read it online from my <a href="http://www.docstoc.com/docs/3919713/Ubuntu-Pocket-Guide-and-Reference">.docstoc</a> or <a href="http://www.scribd.com/doc/11510796/ubuntupocketguidev11">scribd</a> pages.</p>
<p>If you liked the eBook then make sure to pick up a copy of the printed version.</p>
<p>Source: <a href="http://www.ubuntupocketguide.com/download.html">Ubuntu Pocket Guide</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>cannot allocate memory error</title>
      <link>https://thedaneshproject.com/posts/cannot-allocate-memory-error/</link>
      <pubDate>Thu, 29 Jan 2009 15:55:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cannot-allocate-memory-error/</guid>
      <description>Had a weird memory error my Linux servers at work today. These were heavy duty machines runningÂ heavy jobs throughout the day. /var/log/messages kept reporting that the kernel had no more memory to process new jobs. Most of the errors read &amp;quot; cannot allocate memory &amp;quot;
Some digging around later we found the fix. Kernel 2.6 has a new parameter &amp;ldquo;min_free_kbytes&amp;rdquo; which allows it to reserve a dedicated amount of memory for itself to process jobs.</description>
      <content:encoded><![CDATA[<p>Had a weird memory error my Linux servers at work today. These were heavy duty machines runningÂ  heavy jobs throughout the day. /var/log/messages kept reporting that the kernel had no more memory to process new jobs. Most of the errors read &quot; cannot allocate memory &quot;</p>
<p>Some digging around later we found the fix. Kernel 2.6 has a new parameter &ldquo;min_free_kbytes&rdquo; which allows it to reserve a dedicated amount of memory for itself to process jobs. This kept the kernel from choking up when the servers were faced with sudden spikes in heavy jobs.</p>
<p>I set my server&rsquo;sÂ  &ldquo;min_free_kbytes&rdquo; to &ldquo;4096&rdquo; kbytes which was the recommended value. It&rsquo;s more of a trial and error configuration so I&rsquo;ll have to monitor the server over a period of time and increase the value if needed till I hit the sweet spot.</p>
<p>How to set it?</p>
<p>To have the new value take effect immediately, edit the &ldquo;/proc/sys/vm/min_free_kbytes&rdquo; file. Remember!, reboot and the changes will be forgotten.</p>
<p><code>echo &quot;4096&quot; &gt; /proc/sys/vm/min_free_kbytes</code></p>
<p>To have it permanent, add &ldquo;vm.min_free_kbytes=65536&rdquo; to the /etc/sysctl.conf file.</p>
<p><code>echo &quot;vm.min_free_kbytes=4096&quot; &gt;&gt; /etc/sysctl.conf</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Doninos Pizza, improve your call centers</title>
      <link>https://thedaneshproject.com/posts/doninos-pizza-improve-your-call-centers/</link>
      <pubDate>Wed, 28 Jan 2009 15:40:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/doninos-pizza-improve-your-call-centers/</guid>
      <description>Had to oder inÂ Domino&amp;rsquo;s Pizzas today for my office in CyberJaya. Domino&amp;rsquo;s just opened up a new branch in PutraJaya and they cover CyberJaya for delivery.
We received the Pizzas on time, finished them and had a good evening. However, the ordering process was far from simple, it alone too up 30 mins of my time today.
First, I called them up [ 1-300-888-333 ] and went through the whole verification mambo jumbo.</description>
      <content:encoded><![CDATA[<p>Had to oder inÂ  <a href="http://www.dominos.com.my/">Domino&rsquo;s Pizzas</a> today for my office in CyberJaya. Domino&rsquo;s just opened up a new branch in PutraJaya and they cover CyberJaya for delivery.</p>
<p>We received the Pizzas on time, finished them and had a good evening. However, the ordering process was far from simple, it alone too up 30 mins of my time today.</p>
<p>First, I called them up [ 1-300-888-333 ] and went through the whole verification mambo jumbo. The call centre sounded more like they were working out of a phone booth as the background sounds were redicusly loud so throughout the whole call I could barely hear the agent.</p>
<p>Next step was to provide my delivery address, the fun part! Spent 20 minutes spelling out the address one alphabet at a time. <a href="http://en.wikipedia.org/wiki/NATO_phonetic_alphabet#Letters">NATO phonetics</a> did not help one bit.Â  I&rsquo;m quite sure the agent thought I was spilling out random words. Alfa, Bravo, Charlie, Delta,Echo,etc&hellip;..</p>
<p>Realizing I was not going anywhere I reverted to Malaysian phonetics. J for jambu, a for anak, m for manusia, b for buaya and u for unta. hahah You get the idea.Â  Yet, they agent stil managed to get it wrong!! Sigh&hellip; He eventually got it after a few retries.</p>
<p>Don&rsquo;t get me wrong, I&rsquo;m not saying he&rsquo;s dumb or anyone else is too but, he needs to improve his communication skills. Read a book, watch a English movie, speak in English, justÂ  to name a few ways to improve. HeÂ  has to remember that he works in the service industry and his customers are not always Malaysians. English it the most common language so why not learn it? In the end who benefits?, I&rsquo;m quite sure it will be him.</p>
<p>Employers must also play an active roll in improving their employees communication skills. Trainings, speak English days, conference calls. These methods helped me and still are.</p>
<p>This is not happening just in one place, it&rsquo;s all over. We don&rsquo;t&rsquo; like the phrase &ldquo;3rd world country&rdquo;. Language plays a huge roll in helping elevate our reach to the world. So, why not put your ego aside and put in some extra effort to learn a common international language like English and bring continents closer together.</p>
<p>What do you think?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Hacking Google Maps and Google Earth</title>
      <link>https://thedaneshproject.com/posts/hacking-google-maps-and-google-earth/</link>
      <pubDate>Tue, 27 Jan 2009 17:15:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hacking-google-maps-and-google-earth/</guid>
      <description>Picked up a new book over the weekend. Hacking Google Maps and Google Earth by Martin C. Brown. ISBN:0471790095
The book covers the implementation of the Google Maps API version 1 through JavaScript and HTML. Google Maps API is currently at version 2 but fully supports version 1.
Break down of the book;
Part I. Basics.
Chapter 1. Using Geographical Information.
Chapter 2. The Google Local Interface.
Chapter 3. The GoogleMaps API.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/hacking-googlemaps-googleearth-extremetech-martin.jpg" alt=""  />
</p>
<p>Picked up a new book over the weekend. <a href="http://www.amazon.com/Hacking-GoogleMaps-GoogleEarth-ExtremeTech-Martin/dp/0471790095">Hacking Google Maps and Google Earth</a> by Martin C. Brown. ISBN:0471790095</p>
<p>The book covers the implementation of the <a href="http://code.google.com/apis/maps/">Google Maps API</a> version 1 through JavaScript and HTML. Google Maps API is currently at version 2 but fully supports version 1.</p>
<p>Break down of the book;</p>
<p><strong>Part I. Basics.</strong></p>
<p>Chapter 1. Using Geographical Information.</p>
<p>Chapter 2. The Google Local Interface.</p>
<p>Chapter 3. The GoogleMaps API.</p>
<p>Chapter 4. The Google Web API.</p>
<p>Chapter 5. Storing and Sharing Information.</p>
<p><strong>Part II. Instant Gratification.</strong></p>
<p>Chapter 6. Working with Existing Address Information.</p>
<p>Chapter 7. Extending the Google API Examples.</p>
<p>Chapter 8. Discovering Overlays and Mash-ups.</p>
<p><strong>Part III. Google Map Hacks.</strong></p>
<p>Chapter 9. Using Overlays.</p>
<p>Chapter 10. Overlaying Statistical Data.</p>
<p>Chapter 11. Building a Community Site.</p>
<p>Chapter 12. The Realtors and Archaeologists Toolkit.</p>
<p>Chapter 13. I Need to Get To.</p>
<p>Chapetr 14. Merging with Flickr Photos.</p>
<p><strong>Part IV. Google Earth Hacks.</strong></p>
<p>Chapter 15. Introducing Google Earth.</p>
<p>Chapter 16. Generating Google Earth Feeds.</p>
<p>Chapter 17. History and Planning with Google Earth.</p>
<p>Appendix. Resources.</p>
<p>Index.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Gong Xi Fa Cai , Xin Nian Kuai Le</title>
      <link>https://thedaneshproject.com/posts/gong-xi-fa-cai-xin-nian-kuai-le/</link>
      <pubDate>Mon, 26 Jan 2009 12:15:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gong-xi-fa-cai-xin-nian-kuai-le/</guid>
      <description>Gong Xi Fa Chai, Xin Nian Kuai Le !!Â to all my buddies and readers celebrating the Chinese new year!!
Here&amp;rsquo;s a KFC coupon I received from iCalvyn. He wanted to share come CNY love and I thought I&amp;rsquo;ll so the same. 😀</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/3163080999_6e61e629fe_b-500x751.jpg" alt=""  />
</p>
<p>Gong Xi Fa Chai, Xin Nian Kuai Le !!Â  to all my buddies and readers celebrating the Chinese new year!!</p>
<p>Here&rsquo;s a KFC coupon I received from <a href="http://www.icalvyn.com/">iCalvyn</a>. He wanted to share come CNY love and I thought I&rsquo;ll so the same. 😀</p>
<p><img loading="lazy" src="http://img242.imageshack.us/img242/7241/kfcjm0.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Move complete, running on VPS now</title>
      <link>https://thedaneshproject.com/posts/move-complete-running-on-vps-now/</link>
      <pubDate>Sun, 25 Jan 2009 02:03:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/move-complete-running-on-vps-now/</guid>
      <description>Completed my move to ServerFreak&amp;rsquo;s VPS this morning.
Still ironing out a few bugs with my mail,DNS and hardening. Hopefully I&amp;rsquo;ll have them fixed by the end of the holidays.
From my observation so far, I think the site&amp;rsquo;s a bit faster now. But, that could just be my mind playing tricks on me. You tell me, has the speed improved?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/serverfreak-header.gif" alt=""  />
</p>
<p>Completed my move to <a href="/posts/moving-again-this-time-to-vps-from-serverfreak/">ServerFreak&rsquo;s VPS</a> this morning.</p>
<p>Still ironing out a few bugs with my mail,DNS and hardening. Hopefully I&rsquo;ll have them fixed by the end of the holidays.</p>
<p>From my observation so far, I think the site&rsquo;s a bit faster now. But, that could just be my mind playing tricks on me. You tell me, has the speed improved?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Moving again, this time to VPS from ServerFreak</title>
      <link>https://thedaneshproject.com/posts/moving-again-this-time-to-vps-from-serverfreak/</link>
      <pubDate>Fri, 23 Jan 2009 20:11:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/moving-again-this-time-to-vps-from-serverfreak/</guid>
      <description>I&amp;rsquo;m moving to a new hosting provider. Yup, again and this time for a good reason.
Hosting with Fivio has been good and since it was sponsored I have nothing to complain about.
Been looking at VPS for a few months now and finally decided to make the leap.I&amp;rsquo;ve also been working on a few personal projects that I&amp;rsquo;d love to publish online sometime in the future and the VPS is what I will need.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/serverfreak-header.gif" alt=""  />
</p>
<p>I&rsquo;m moving to a new hosting provider. Yup, again and this time for a good reason.</p>
<p>Hosting with Fivio has been good and since it was sponsored I have nothing to complain about.</p>
<p>Been looking at VPS for a few months now and finally decided to make the leap.I&rsquo;ve also been working on a few personal projects that I&rsquo;d love to publish online sometime in the future and the VPS is what I will need.</p>
<p>I chose to go with VPS by <a href="http://www.web-hosting.net.my/virtual-private-server-vps.html">ServerFreak</a>. Their packages are cheap and the specs quite OK I feel.Â  Full root access, 10GB storage, 150GB transfer, 256MB RAM and my choice of Linux Distros, all for RM 95 a month.</p>
<p>Looking forward to the long weekend. I&rsquo;ll have some quality time to spend with my new VPS 😀</p>
<p>Please note that thedaneshproject might be offline for a few hours during the migration.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Live Streaming Video of the Swearing-in of Barack Obama</title>
      <link>https://thedaneshproject.com/posts/live-streaming-video-of-the-swearing-in-of-barack-obama/</link>
      <pubDate>Tue, 20 Jan 2009 16:36:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/live-streaming-video-of-the-swearing-in-of-barack-obama/</guid>
      <description>http://www.pic2009.org/page/content/live. Also, you could follow on YouTube, Twitter, flickr, tumblr.
Watch Live traffic cams from around Washington DC at TrafficLand.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/the-inauguration-of-president-elect-barack-obama-and-vice-president-elect-joe-biden-live-streaming_1232468734428-500x245.png" alt=""  />
</p>
<p><a href="http://www.pic2009.org/page/content/live"><br>
</a></p>
<p><a href="http://www.pic2009.org/page/content/live">http://www.pic2009.org/page/content/live.</a> Also, you could follow on <a href="http://www.youtube.com/inauguration">YouTube</a>, <a href="http://www.twitter.com/obamainaugural">Twitter</a>, <a href="http://www.flickr.com/photos/inauguration">flickr</a>, <a href="http://www.pic2009.org/page/content/live"></a><a href="http://www.pic2009.org/tumblr">tumblr.</a></p>
<p>Watch Live traffic cams from around Washington DC at <a href="http://trafficland.com/city/WAS/index.html?campid=0&amp;ssns=14&amp;">TrafficLand</a>.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/trafficlandcom-washington_1232468921066-500x441.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Bulk edit in Delicious</title>
      <link>https://thedaneshproject.com/posts/bulk-edit-in-delicious/</link>
      <pubDate>Tue, 20 Jan 2009 09:40:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bulk-edit-in-delicious/</guid>
      <description>![](/wp-content/uploads/2009/01/deliciousblogbulkedit.png&amp;quot; alt=&amp;ldquo;deliciousblogbulkedit&amp;rdquo; width=&amp;ldquo;180&amp;rdquo; height=&amp;ldquo;180&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2009/01/deliciousblogbulkedit.png 180w, /wp-content/uploads/2009/01/deliciousblogbulkedit-150x150.png 150w&amp;quot; sizes=&amp;quot;(max-width: 180px) 100vw, 180px&amp;quot; /&amp;gt;
Delicious now supports bulk edits on your bookmarks! This has been a feature that I have been waiting for a long time now.
You can now share, unshare, tag and untag multiple bookmarks at a time.
The feature&amp;rsquo;s currently in beta but is available to all delicious users. The shortcut&amp;rsquo;s on the top right corner.
Time to start cleaning up my tags 🙂</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2009/01/deliciousblogbulkedit.png&quot; alt=&ldquo;deliciousblogbulkedit&rdquo; width=&ldquo;180&rdquo; height=&ldquo;180&rdquo; srcset=&quot;/wp-content/uploads/2009/01/deliciousblogbulkedit.png 180w, /wp-content/uploads/2009/01/deliciousblogbulkedit-150x150.png 150w&quot; sizes=&quot;(max-width: 180px) 100vw, 180px&quot; /&gt;</p>
<p>Delicious now supports bulk edits on your bookmarks! This has been a feature that I have been waiting for a long time now.</p>
<p>You can now share, unshare, tag and untag multiple bookmarks at a time.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/delicious-bulk-edit-1-499x323.jpg" alt=""  />
</p>
<p>The feature&rsquo;s currently in beta but is available to all delicious users. The shortcut&rsquo;s on the top right corner.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/delicious-bulk-edit.jpg" alt=""  />
</p>
<p>Time to start cleaning up my tags 🙂</p>
<p>Source: Delicious</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Adobe AIR 1.5 on Ubuntu 8.10</title>
      <link>https://thedaneshproject.com/posts/how-to-install-adobe-air-1.5-on-ubuntu-8.10/</link>
      <pubDate>Mon, 19 Jan 2009 01:00:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-adobe-air-1.5-on-ubuntu-8.10/</guid>
      <description>Download Adobe AIR 1.5 at http://get.adobe.com/air/ or use the direct Link .
Assign execute rights toÂ the &amp;ldquo;AdobeAIRInstaller.bin&amp;quot;file to start the installer.
danesh@python:~/Desktop$ chmod +x AdobeAIRInstaller.bin
ExecuteÂ the &amp;ldquo;AdobeAIRInstaller.bin&amp;rdquo; file to start the installer. danesh@python:~/Desktop$ ./AdobeAIRInstaller.bin
Related: How to install twhirl</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/adobe-air-15-500x206.png" alt=""  />
</p>
<ol>
<li>
<p>Download Adobe AIR 1.5 at <a href="http://get.adobe.com/air/">http://get.adobe.com/air/</a> or use the <a href="http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin">direct Link</a> .</p>
</li>
<li>
<p>Assign execute rights toÂ  the &ldquo;AdobeAIRInstaller.bin&quot;file to start the installer.</p>
</li>
</ol>
<p><code>danesh@python:~/Desktop$ chmod +x AdobeAIRInstaller.bin</code></p>
<ol start="3">
<li>ExecuteÂ  the &ldquo;AdobeAIRInstaller.bin&rdquo; file to start the installer.</li>
</ol>
<p><code>danesh@python:~/Desktop$ ./AdobeAIRInstaller.bin</code></p>
<p>Related: <a href="/posts/installing-adobe-air-and-twhirl-on-ubuntu-810-interpid/">How to install twhirl</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install GScrot – Screenshot Tool</title>
      <link>https://thedaneshproject.com/posts/how-to-install-gscrot-screenshot-tool/</link>
      <pubDate>Sat, 17 Jan 2009 08:47:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-gscrot-screenshot-tool/</guid>
      <description>Update [Â Feb 16 2009 ] - GScrot has been renamed to Shutter.
GScrot is a popular screen-shot tool for Linux. GScrot is currently at version 0.64. It runs best on GNOME and has a good feature list.
Capture a website, whole desktop, individual window or a custom selection. Support for delayed screen-shots. Plug-ins for multiple effects. Support for FTP uploads and image hosting services. imageshack.us, imagebanana.com and ubuntu-pics.de. Save your screen-shots in the same folder everytime and automatically name them.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/gscrot064-500x400.png" alt=""  />
</p>
<p>Update [Â  Feb 16 2009 ] - <a href="/posts/cscrot-is-now-shutter/">GScrot has been renamed to Shutter</a>.</p>
<p><a href="http://gscrot.ubuntu-projekte.de/">GScrot</a> is a popular screen-shot tool for Linux. GScrot is currently at version 0.64. It runs best on GNOME and has a good feature list.</p>
<ul>
<li>Capture a website, whole desktop, individual window or a custom selection.</li>
<li>Support for delayed screen-shots.</li>
<li>Plug-ins for multiple effects.</li>
<li>Support for FTP uploads and image hosting services. imageshack.us, imagebanana.com and ubuntu-pics.de.</li>
<li>Save your screen-shots in the same folder everytime and automatically name them.</li>
<li>Full intergration with GNOME desktop panel.</li>
<li>Automatically generate thumbnails</li>
<li>Built in image editing tool.</li>
</ul>
<p>I&rsquo;ll walk you through the process of installing GScrot on Ubuntu 8.10. I&rsquo;m more of a command line guy so if you need a GUI version <a href="http://gscrot.ubuntu-projekte.de/?page_id=243">look here</a>.</p>
<p>Create a new apt-repository source file. I&rsquo;ll call itÂ  gscrot.list and place it in the &ldquo;/etc/apt/source.list.d/&rdquo; directory.</p>
<p>Add the following lines to the /etc/apt/source.list.d/gscrot.list file you just created.</p>
<p><code>deb http://ppa.launchpad.net/gscrot/ubuntu intrepid main&lt;br /&gt; deb-src http://ppa.launchpad.net/gscrot/ubuntu intrepid main</code></p>
<p>Next, run &ldquo;apt-get update&rdquo; to update the apt-repository database.</p>
<p><code>root@python:/etc/apt/sources.list.d# apt-get update</code></p>
<p>Run &ldquo;apt-get install gscrot&rdquo; to download and install GScrot.</p>
<p><code>root@python:/etc/apt/sources.list.d# apt-get install gscrot</code></p>
<p>To start GScrot, go to Applications -&gt; Accessories -&gt; GScrot</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge 1.1.0 released</title>
      <link>https://thedaneshproject.com/posts/deluge-1.1.0-released/</link>
      <pubDate>Thu, 15 Jan 2009 17:37:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-1.1.0-released/</guid>
      <description>Deluge 1.1.0 is out.
Some of the major changes in the release;
Labels.
Proxy support.
Authentication for the daemon.
Per-tracker filtering.
Magnet uri/hash.
Improved file tabs with file/folder renaming functions.
QOS support.
For the full change list go to the changelog.
Download here.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/deluge-bittorrent-client_110-500x352.png" alt=""  />
</p>
<p>Deluge 1.1.0 is out.</p>
<p>Some of the major changes in the release;</p>
<p>Labels.<br>
Proxy support.<br>
Authentication for the daemon.<br>
Per-tracker filtering.<br>
Magnet uri/hash.<br>
Improved file tabs with file/folder renaming functions.<br>
QOS support.<br>
For the full change list go to the <a href="http://svn.deluge-torrent.org/branches/1.1.0_RC/ChangeLog">changelog</a>.</p>
<p><a href="http://deluge-torrent.org/downloads.php">Download here</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Design Coding Rap by The Poetic Prophet</title>
      <link>https://thedaneshproject.com/posts/design-coding-rap-by-the-poetic-prophet/</link>
      <pubDate>Thu, 15 Jan 2009 12:33:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/design-coding-rap-by-the-poetic-prophet/</guid>
      <description>&lt;p&gt;Need a few pointers in web design? This is the first time web design and SEO got served to me in the form of Rap. Thanks to &lt;a href=&#34;http://www.alanbernard.com/&#34;&gt;Alan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The video&amp;rsquo;s are by &lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;The Poetic Prophet&lt;!-- raw HTML omitted --&gt; (AKA The SEO Rapper). &lt;!-- raw HTML omitted --&gt;Watch and enjoy.&lt;/p&gt;
&lt;p&gt;Design Coding&lt;/p&gt;
&lt;p&gt;[youtube]http://www.youtube.com/watch?v=a0qMe7Z3EYg[/youtube]&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Need a few pointers in web design? This is the first time web design and SEO got served to me in the form of Rap. Thanks to <a href="http://www.alanbernard.com/">Alan</a>.</p>
<p>The video&rsquo;s are by <!-- raw HTML omitted --><!-- raw HTML omitted -->The Poetic Prophet<!-- raw HTML omitted --> (AKA The SEO Rapper). <!-- raw HTML omitted -->Watch and enjoy.</p>
<p>Design Coding</p>
<p>[youtube]http://www.youtube.com/watch?v=a0qMe7Z3EYg[/youtube]</p>
<p><!-- raw HTML omitted -->Do the page rank<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->[youtube]http://www.youtube.com/watch?v=5TpIOHyBEJA[/youtube]<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Paid Search 101<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->[youtube]http://www.youtube.com/watch?v=c96LTLlaXew[/youtube]<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Link building 101<!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->[youtube]http://www.youtube.com/watch?v=qC3UNewnA5g[/youtube]<!-- raw HTML omitted --> <!-- raw HTML omitted --></p>]]></content:encoded>
    </item>
    <item>
      <title>How to find the number of physical CPUs in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-find-the-number-of-physical-cpus-in-linux/</link>
      <pubDate>Wed, 14 Jan 2009 09:52:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-the-number-of-physical-cpus-in-linux/</guid>
      <description>With multicore CPUs it&amp;rsquo;s easy for newbies to get confused when faced with questions like;
How many physical CPUs does the server have?
How many cores on each CPU? Duo/Quad
In Linux it&amp;rsquo;s actually quite easy to get this info.
You could go through the /var/log/dmesg file or the /proc/cpuinfo file. For this tutorial we&amp;rsquo;ll look at the /proc/cpuinfo file.
Physical CPU count?
Run &amp;ldquo;cat /proc/cpuinfo | grep &amp;ldquo;physical id&amp;rdquo; | sort | uniq | wc -l&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p>With multicore CPUs it&rsquo;s easy for newbies to get confused when faced with questions like;</p>
<ol>
<li>
<p>How many physical CPUs does the server have?</p>
</li>
<li>
<p>How many cores on each CPU? Duo/Quad</p>
</li>
</ol>
<p>In Linux it&rsquo;s actually quite easy to get this info.</p>
<p>You could go through the /var/log/dmesg file or the /proc/cpuinfo file. For this tutorial we&rsquo;ll look at the /proc/cpuinfo file.</p>
<p><strong>Physical CPU count?</strong></p>
<p>Run &ldquo;cat /proc/cpuinfo | grep &ldquo;physical id&rdquo; | sort | uniq | wc -l&rdquo;.</p>
<p>[root@bender ~]# cat /proc/cpuinfo | grep &ldquo;physical id&rdquo; | sort | uniq | wc -l<br>
2</p>
<p><strong>How many cores?</strong></p>
<p>Run **&quot;**cat /proc/cpuinfo | grep &ldquo;cpu cores&rdquo; | uniq&quot;.</p>
<p>[root@kmigb000 ~]# cat /proc/cpuinfo | grep &ldquo;cpu cores&rdquo; | uniq<br>
cpu coresÂ Â Â Â Â Â  : 2</p>
<p>2 mean that each physical CPU has 2 cores on it. If cpu cores was 1 then the CPU&rsquo;s single core.</p>
<p><strong>How many virtual processors?</strong></p>
<p>Run &ldquo;cat /proc/cpuinfo | grep &ldquo;^processor&rdquo;&rdquo;</p>
<p>[root@bender ~]# cat /proc/cpuinfo | grep &ldquo;^processor&rdquo;<br>
processorÂ Â Â Â Â Â  : 0<br>
processorÂ Â Â Â Â Â  : 1<br>
processorÂ Â Â Â Â Â  : 2<br>
processorÂ Â Â Â Â Â  : 3</p>
<p>That&rsquo;s about right, 2 physical CPUs x 2 cores each = 4 virtual processeors.</p>
<p>However, it&rsquo;s a bit different for HT (Hyper-Threading). If you get cpu core = 1 but the virtual processors = 2 then the CPU&rsquo;s running HT. HT will only work with the SMP kernel.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google’s got a new favicon</title>
      <link>https://thedaneshproject.com/posts/googles-got-a-new-favicon/</link>
      <pubDate>Mon, 12 Jan 2009 15:25:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/googles-got-a-new-favicon/</guid>
      <description>Google&amp;rsquo;s rolled out a new favicon. You like it?
It&amp;rsquo;s basicly a white &amp;ldquo;g&amp;rdquo; within a google colored canvas. Standing out from the crowd is the idea behind the white &amp;ldquo;g&amp;rdquo;.
The new design was inspired by user submissions, same as their previous favicon release back in June. The winning design this time came from AndrÃ© Resende, a computer science undergraduate student at the University of Campinas in Brazil.
A quick look at Google&amp;rsquo;s favicon history.</description>
      <content:encoded><![CDATA[<p>Google&rsquo;s rolled out a new favicon. You like it?</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/google-favicon.png" alt=""  />
</p>
<p>It&rsquo;s basicly a white &ldquo;g&rdquo; within a google colored canvas. Standing out from the crowd is the idea behind the white &ldquo;g&rdquo;.</p>
<p>The new design was inspired by user submissions, same as their previous favicon release back in June. The winning design this time came from AndrÃ© Resende, a computer science undergraduate student at the University of Campinas in Brazil.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/favicon_andre.png" alt=""  />
</p>
<p>A quick look at Google&rsquo;s favicon history.</p>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/google-favicon-jan-2009-500x255.png" alt=""  />
</p>
<p>Source: <a href="http://googlesystem.blogspot.com/2009/01/new-google-favicon.html">GoogleSystem</a> | <a href="http://www.abinesh.com/delirium/posts/new-google-favicon/">Abinesh</a> | <a href="http://googleblog.blogspot.com/2009/01/googles-new-favicon.html">GoogleBlog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress founder Matt Mullenweg turns 25</title>
      <link>https://thedaneshproject.com/posts/wordpress-founder-matt-mullenweg-turns-25/</link>
      <pubDate>Mon, 12 Jan 2009 06:52:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-founder-matt-mullenweg-turns-25/</guid>
      <description>For those who don&amp;rsquo;t know, Matt Mullenweg is the guy behindAutomattic. The company behind the world&amp;rsquo;s most popular publishing platform WordPress (6 years old) and it&amp;rsquo;s accompanying services. Askimet, Gravatar, bbPress, IntenseDebate, BuddyPress and WordPress.com the free WordPress hosting service.
Today, Matt is amongst The 25 Most Influential People on the Web and 30 under 30 America&amp;rsquo;s Coolest Young Entrepreneurs . At only 25 Matt has managed to accomplish so much and there is still a long way to go.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/matt-mullenweg-turns-25.jpg" alt=""  />
</p>
<p>For those who don&rsquo;t know, <a href="http://en.wikipedia.org/wiki/Matt_Mullenweg">Matt Mullenweg</a> is the guy behindAutomattic. The company behind the world&rsquo;s most popular publishing platform WordPress (6 years old) and it&rsquo;s accompanying services. Askimet, Gravatar, bbPress, IntenseDebate, BuddyPress and WordPress.com the free WordPress hosting service.</p>
<p>Today, Matt is amongst <a href="http://images.businessweek.com/ss/08/09/0929_most_influential/14.htm">The 25 Most Influential People on the Web</a> and <a href="http://www.inc.com/30under30/2008/">30 under 30 America&rsquo;s Coolest Young Entrepreneurs</a> . At only 25 Matt has managed to accomplish so much and there is still a long way to go.</p>
<p>Great stuff Matt and enjoy your 25th!</p>
<p>Souurce: <a href="http://ma.tt/2009/01/twenty-five/#comment-456100">Matt Mullenweg</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook hits 150 million users</title>
      <link>https://thedaneshproject.com/posts/facebook-hits-150-million-users/</link>
      <pubDate>Fri, 09 Jan 2009 05:28:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-hits-150-million-users/</guid>
      <description>This just in, Facebook has reached 150 million users world wide.
About 50% of it&amp;rsquo;s users log in everyday. Facebook&amp;rsquo;s users today range from students right up to grandparents, this is no surprise to me as everyone in my home has a Facebook account including my Dad who&amp;rsquo;s 63 this year. Facebook now covers over 170 countries in 35 different languages, anyone from anywhere on the globe can get a piece of Facebook in their own language.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3079/3181786764_0523985172.jpg" alt=""  />
</p>
<p>This just in, <a href="http://facebook.com">Facebook</a> has reached 150 million users world wide.</p>
<p>About 50% of it&rsquo;s users log in everyday. Facebook&rsquo;s users today range from students right up to grandparents, this is no surprise to me as everyone in my home has a Facebook account including my Dad who&rsquo;s 63 this year. Facebook now covers over 170 countries in 35 different languages, anyone from anywhere on the globe can get a piece of Facebook in their own language.</p>
<p>There&rsquo;s hardly anyone today who has not heard of Facebook. To some social networks seem overwhelming with the mountains of data being made available to them but not me, to me data drives our daily lives. With all the new web 2.0 services today plugging into Facebook, there is so much information waiting to be picked, and when you have great mediums like Facebook to simplify the process why not endorse it.</p>
<p>I don&rsquo;t log in everyday but Facebook is quite important to me nowadays. I use it to keep in touch with friends and family, make business deals, follow interest groups, organize events and the list keeps growing.</p>
<p>If you&rsquo;re not on Facebook the least you could do is take it for a spin. BEWARE!! IT&rsquo;S HIGHLY ADDICTIVE 😀</p>
<p>Source: <a href="http://blog.facebook.com/blog.php?post=46881667130">Facebook</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hindu festival dates for 2009</title>
      <link>https://thedaneshproject.com/posts/hindu-festival-dates-for-2009/</link>
      <pubDate>Thu, 08 Jan 2009 13:29:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hindu-festival-dates-for-2009/</guid>
      <description>Here&amp;rsquo;s a list of Hindu festivals for 2009 and their respective dates.
January 2009
Vaikunta Ekadasi â€“ 7th January, 2009 Wednesday
Makar Sankranti â€“ 14th January, 2009 Wednesday
Pongal â€“ 14th January, 2009 Wednesday, 11.51am
Vasant Panchami â€“ Saraswati Puja â€“ 31st January, 2009 Saturday
February 2009
Thai Pusam â€“ February 8, 2009 Sunday
Shivratri â€“ 23rd February, 2009 Monday
March 2009
Holi â€“ March 10th, 2009 Tuesday
Ugadi (New Year in Karnataka and Andhra Pradesh) â€“ March 27th, 2009 Friday</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a list of Hindu festivals for 2009 and their respective dates.</p>
<p><strong>January 2009</strong></p>
<p>Vaikunta Ekadasi â€“ 7th January, 2009 Wednesday</p>
<p>Makar Sankranti â€“ 14th January, 2009 Wednesday</p>
<p>Pongal â€“ 14th January, 2009 Wednesday, 11.51am</p>
<p>Vasant Panchami â€“ Saraswati Puja â€“ 31st January, 2009 Saturday</p>
<p><strong>February 2009</strong></p>
<p>Thai Pusam â€“ February 8, 2009 Sunday</p>
<p>Shivratri â€“ 23rd February, 2009 Monday</p>
<p><strong>March 2009</strong></p>
<p>Holi â€“ March 10th, 2009 Tuesday</p>
<p>Ugadi (New Year in Karnataka and Andhra Pradesh) â€“ March 27th, 2009 Friday</p>
<p>Gudi Padva â€“ March 27th, 2009 Friday</p>
<p><strong>April 2009</strong></p>
<p>Ram Navami â€“ 3rd April, 2009 Friday</p>
<p>Hanuman Jayanti â€“ 10th April, 2009 Driday</p>
<p>Chithirai 1 (Tamil New Year) â€“ 14th April, 2009 Tuesday</p>
<p>Vishu (Kerala) â€“ 14th April, 2009 Tuesday</p>
<p>New Year in Bengal and Assam â€“ 15th April, 2009 Wednesday</p>
<p>Akshaya Tritiya â€“ 27th April, 2009 Monday</p>
<p><strong>May 2009</strong></p>
<p>Narasimha Jayanti â€“ 8th May, 2009 Friday</p>
<p><strong>June 2009</strong></p>
<p>Puri Rath Yatra â€“ 24th June, 2009 Wednesday</p>
<p><strong>July 2009</strong></p>
<p>Vyas Purnima, Guru Purnima â€“ 7th July, 2009 Tuesday</p>
<p><strong>August 2009</strong></p>
<p>Raksha Bandan â€“ 5th August, 2009 Wednesday</p>
<p>Sri Krishna Janmashtami â€“ 14th August, 2009 Friday</p>
<p>Ganesh Chaturthi - 23rd August, 2009 Sunday</p>
<p><strong>September 2009</strong></p>
<p>Thiru Onam - 2nd September, 2009 Wednesday</p>
<p>Navratri Begins â€“ 19th September, 2009 Saturday</p>
<p>Durga Ashtami â€“ 26th September, 2009 Saturday</p>
<p>Maha Navami â€“ 27th September, 2009 Sunday</p>
<p>Vijaya Dashami â€“ Dussehra â€“ 28th September, 2009 Monday</p>
<p><strong>October 2009</strong></p>
<p>Karva Chouth â€“ 7th October, 2009 Wednesday</p>
<p>Deepavali â€“ Diwali â€“ 17th October, 2009 Saturday</p>
<p>Annakut â€“ Gujarati New Year â€“ 18th October, 2009 Sunday</p>
<p>Chhat Puja - 24th October, 2009 and 25th Saturday &amp; Sunday</p>
<p>Tulsi Vivah â€“ 30th October, 2009 Friday</p>
<p><strong>November 2009</strong></p>
<p>Sabarimala Mandala Kalam begins â€“ 16th November, 2009 Monday</p>
<p>Gita Jayanti â€“ 28th November, 2009 Saturday</p>
<p><strong>December 2009</strong></p>
<p>Vaikunta Ekadasi â€“ 28th December, 2009 Monday</p>
<p>If you find a date to be wrong or if I missed out something please free to drop me a comment and I&rsquo;ll update the post.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to flush the dns cache in windows</title>
      <link>https://thedaneshproject.com/posts/how-to-flush-the-dns-cache-in-windows/</link>
      <pubDate>Wed, 07 Jan 2009 20:55:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-flush-the-dns-cache-in-windows/</guid>
      <description>To flush the DNS cache in Windows,
Get into command prompt. ( start -&amp;gt; run -&amp;gt; cmd )
Run the following command &amp;ldquo;ipconfig /flushdns&amp;rdquo; .</description>
      <content:encoded><![CDATA[<p>To flush the DNS cache in Windows,</p>
<ol>
<li>
<p>Get into command prompt. ( start -&gt; run -&gt; cmd )</p>
</li>
<li>
<p>Run the following command &ldquo;ipconfig /flushdns&rdquo; .</p>
</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2009/01/flushdns-500x248.png" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Dropbox in Ubuntu 8.10</title>
      <link>https://thedaneshproject.com/posts/how-to-install-dropbox-in-ubuntu-8.10/</link>
      <pubDate>Mon, 05 Jan 2009 13:39:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-dropbox-in-ubuntu-8.10/</guid>
      <description>Dropbox is my favorite online storage solution. Here&amp;rsquo;s how to install it on Ubuntu 8.10 Interpid
Add the Dropbox repository for Ubuntu package source file. I use /etc/apt/source.list.d/dropbox.list file. deb http://linux.getdropbox.com/ubuntu intrepid main&amp;lt;br /&amp;gt; deb-src http://linux.getdropbox.com/ubuntu intrepid main
Either manually add the lines above to the /etc/apt/source.list.d/dropbox.list file or run the commands below to do the same.
root@dingo:~# echo &amp;quot;deb http://linux.getdropbox.com/ubuntu intrepid main&amp;quot; &amp;gt;&amp;gt; /etc/apt/sources.list.d/dropbox.list&amp;lt;br /&amp;gt; root@dingo:~# echo &amp;quot;deb-src http://linux.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/dropbox_logo.png" alt=""  />
</p>
<p><a href="http://getdropbox.com">Dropbox</a> is my favorite online storage solution. Here&rsquo;s how to install it on Ubuntu 8.10 Interpid</p>
<ol>
<li>Add the Dropbox repository for Ubuntu package source file. I use <strong>/etc/apt/source.list.d/dropbox.list</strong> file.</li>
</ol>
<p><code>deb http://linux.getdropbox.com/ubuntu intrepid main&lt;br /&gt; deb-src http://linux.getdropbox.com/ubuntu intrepid main</code></p>
<p>Either manually add the lines above to the <strong>/etc/apt/source.list.d/dropbox.list</strong> file or run the commands below to do the same.</p>
<p><code>root@dingo:~# echo &quot;deb http://linux.getdropbox.com/ubuntu intrepid main&quot; &gt;&gt; /etc/apt/sources.list.d/dropbox.list&lt;br /&gt; root@dingo:~# echo &quot;deb-src http://linux.getdropbox.com/ubuntu intrepid main&quot; &gt;&gt; /etc/apt/sources.list.d/dropbox.list&lt;br /&gt; root@dingo:~# cat /etc/apt/sources.list.d/dropbox.list</code></p>
<ol start="2">
<li>Update your packages list. Run &ldquo;<strong>apt-get update</strong>&rdquo;.</li>
</ol>
<p><code>root@dingo:~# apt-get update&lt;br /&gt; .............&lt;br /&gt; ...........&lt;br /&gt; .............&lt;br /&gt; Ign http://linux.getdropbox.com intrepid Release.gpg&lt;br /&gt; Ign http://linux.getdropbox.com intrepid/main Translation-en_US&lt;br /&gt; Ign http://linux.getdropbox.com intrepid Release&lt;br /&gt; Ign http://linux.getdropbox.com intrepid/main Packages&lt;br /&gt; Ign http://linux.getdropbox.com intrepid/main Sources&lt;br /&gt; Get:1 http://linux.getdropbox.com intrepid/main Packages [622B]&lt;br /&gt; Get:2 http://linux.getdropbox.com intrepid/main Sources [537B]&lt;br /&gt; .................&lt;br /&gt; ..............&lt;br /&gt; Fetched 1160B in 59s (20B/s)&lt;br /&gt; Reading package lists... Done</code></p>
<ol start="3">
<li>Install Dropbox<br>
<code>&lt;br /&gt; </code> <code>root@dingo:~#</code> <code>apt-get install nautilus-dropbox</code></li>
</ol>
<p>&hellip;&hellip;.<br>
&hellip;&hellip;.<br>
&hellip;&hellip;.<br>
Setting up nautilus-dropbox (0.5.0-1) &hellip;</p>
<ol start="4">
<li>Restart nautilus to start Dropbox. You will see a new Dropbox icon in your system tray. Right click on it and select &ldquo;<strong>start dropbox</strong>&rdquo;. The daemon will download the binaries required and start the registration process.</li>
</ol>
<p><code>root@dingo:~# killall nautilus</code></p>
<p>That&rsquo;s it. Enjoy this get service.</p>
<p>Buzz me if you need help&hellip;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Find you IP address and more with ipvee.com</title>
      <link>https://thedaneshproject.com/posts/find-you-ip-address-and-more-with-ipvee.com/</link>
      <pubDate>Sat, 03 Jan 2009 17:00:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/find-you-ip-address-and-more-with-ipvee.com/</guid>
      <description>Not something new but the eye candy is most welcomed.
ipvee.com is a free web service which will return information about your Internet connectivity. Your ip address, the type of web browser you are running, your operating system and finally your screen resolution. All presentated to you within a simplistic page with awesome colors.
Source: WingLoon</description>
      <content:encoded><![CDATA[<p>Not something new but the eye candy is most welcomed.</p>
<p>ipvee.com is a free web service which will return information about your Internet connectivity. Your ip address, the type of web browser you are running, your operating system and finally your screen resolution. All presentated to you within a simplistic page with awesome colors.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3094/3162829409_75a123134d_o.png" alt=""  />
</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3127/3162829415_454261ddf9_o.png" alt=""  />
</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3128/3162829417_b6e90edbf3_o.png" alt=""  />
</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3096/3162829423_7d3185f5e2_o.png" alt=""  />
</p>
<p>Source: <a href="http://wingloon.com/2009/01/02/find-your-ip-address-web-browser-operating-system-and-screen-resolution-info-using-ipvee/">WingLoon</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy New Year , 2009 it’s here!!</title>
      <link>https://thedaneshproject.com/posts/happy-new-year-2009-its-here/</link>
      <pubDate>Sat, 03 Jan 2009 13:39:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-new-year-2009-its-here/</guid>
      <description>Happy new year. I&amp;rsquo;m 3 days behind, talk about a good start.
New year night was good, spent it with Alan, Shirley, Raja and a shit load of beers while motivating each other on the many projects we plan to get started in the new year. Too much time has been waisted in the past just talking about shit, hopefully this year&amp;rsquo;s gonna be productive.
I&amp;rsquo;m not a big fan of new year resolutions but if you must know here&amp;rsquo;s mine;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2009/01/2009-hny.png" alt=""  />
</p>
<p>Happy new year. I&rsquo;m 3 days behind, talk about a good start.</p>
<p>New year night was good, spent it with <a href="http://alanbernard.com">Alan, Shirley</a>, <a href="http://rajaseelan.com">Raja</a> and a shit load of beers while motivating each other on the many projects we plan to get started in the new year. Too much time has been waisted in the past just talking about shit, hopefully this year&rsquo;s gonna be productive.</p>
<p>I&rsquo;m not a big fan of new year resolutions but if you must know here&rsquo;s mine;</p>
<ol>
<li>Reduce and eventually quit smoking.</li>
<li>Exercise!!</li>
<li>Be a good son.</li>
<li>Be a good bf.</li>
<li>Be productive at work.</li>
<li>Roll out at least 3 side projects.</li>
<li>Contribute to at least 5 welfare related deeds.</li>
<li>Make more money from other avenues besides my full time job.</li>
<li>Travel to at least 5 countries.</li>
<li>Buy a house.</li>
</ol>
<p>Let&rsquo;s see how many get to cross out by end of year.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Full Circle Magazine Issue 20</title>
      <link>https://thedaneshproject.com/posts/full-circle-magazine-issue-20/</link>
      <pubDate>Tue, 30 Dec 2008 15:31:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/full-circle-magazine-issue-20/</guid>
      <description>Full Circle Magazine Issue 20 is out. Read it online or download it here.
What&amp;rsquo;s covered in this edition;
Command and Conquer - The Daunting Terminal. How-To : Program in C - Part 4, Web Development - Part 1, Backup &amp;amp; Sync Your Music. My Story - Making Money With FOSS Book Review - Ubuntu Kung Fu My Opinion - Italy Speaks OSS MOTU Interview - Andrea Colangelo Top 5 - Backup Solutions Source: Full Circle Magazine</description>
      <content:encoded><![CDATA[<p>Full Circle Magazine Issue 20 is out. Read it online or download it <a href="http://www.scribd.com/doc/9619427/Full-Circle-Magazine-Issue-20">here</a>.</p>
<p>What&rsquo;s covered in this edition;</p>
<ul>
<li>Command and Conquer - The Daunting Terminal.</li>
<li>How-To : Program in C - Part 4, Web Development - Part 1, Backup &amp; Sync Your Music.</li>
<li>My Story - Making Money With FOSS</li>
<li>Book Review - Ubuntu Kung Fu</li>
<li>My Opinion - Italy Speaks OSS</li>
<li>MOTU Interview - Andrea Colangelo</li>
<li>Top 5 - Backup Solutions</li>
</ul>
<!-- raw HTML omitted -->
<p>Source: Full Circle Magazine</p>
]]></content:encoded>
    </item>
    <item>
      <title>Vote for P1 W1MAX coverage areas</title>
      <link>https://thedaneshproject.com/posts/vote-for-p1-w1max-coverage-areas/</link>
      <pubDate>Thu, 25 Dec 2008 19:00:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/vote-for-p1-w1max-coverage-areas/</guid>
      <description>P1 has a new marketing strategy out. Instead of planning where to &amp;ldquo;P1 W1MAX&amp;rdquo; enable, they are asking their users to vote for the next &amp;ldquo;P1 W1MAX&amp;rdquo; coverage areas. the current top 10;
Petaling Jaya, SS2 Kajang, Bandar Sungai Long Kuala Lumpur, Jalan Ipoh Petaling Jaya, Seksyen 14 Seri Kembangan, Taman Universiti Indah Puchong, Taman Puchong Permai Kepong, Desa Aman Puri Petaling Jaya, Taman Bahagia Johor Bahru, Taman Istimewa Alor Setar, Pumpong Well, I guess it&amp;rsquo;s a good idea but what happens to the poor souls living in lover density areas?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3259/3135319315_729961faf6.jpg" alt=""  />
</p>
<p>P1 has a new marketing strategy out. Instead of planning where to &ldquo;P1 W1MAX&rdquo; enable, they are asking their users to vote for the next &ldquo;P1 W1MAX&rdquo; coverage areas. the current top 10;</p>
<ol>
<li>Petaling Jaya, SS2</li>
<li>Kajang, Bandar Sungai Long</li>
<li>Kuala Lumpur, Jalan Ipoh</li>
<li>Petaling Jaya, Seksyen 14</li>
<li>Seri Kembangan, Taman Universiti Indah</li>
<li>Puchong, Taman Puchong Permai</li>
<li>Kepong, Desa Aman Puri</li>
<li>Petaling Jaya, Taman Bahagia</li>
<li>Johor Bahru, Taman Istimewa</li>
<li>Alor Setar, Pumpong</li>
</ol>
<p>Well, I guess it&rsquo;s a good idea but what happens to the poor souls living in lover density areas? Will they have to wait till all hot spots have been satisfied before being serviced? I hope not, P1 should identify key areas and continue their deployment as planed but keep the voting options open as a bonus feature. The voted areas should be serviced but not at the expense of the underpopulated areas.</p>
<p>If P1 is to kill StreamyX, one thing&rsquo;s gonna be of utmost importance, that is to listen to your customers and keep them happy. StreamyX does a F**KED UP job at keeping it&rsquo;s users happy and not to forget, they have the worst engineers ever!! I have been waiting for almost 2 months for an engineer to check my line!!</p>
<p>I need P1 W1MAX !! <a href="http://www.p1.com.my/vote/vote_main.aspx">Vote for my area</a>, &ldquo;Taman Maluri, Cheras&rdquo;.</p>
<p>TQ, TQ, 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Foxmarks unknown error occurred (411)</title>
      <link>https://thedaneshproject.com/posts/foxmarks-unknown-error-occurred-411/</link>
      <pubDate>Tue, 23 Dec 2008 15:34:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foxmarks-unknown-error-occurred-411/</guid>
      <description>Foxmarks is the first extension I install every time I setup Firefox.I never have to worry about loosing my bookmarks anymore and now my passwords too!
Recently it&amp;rsquo;s being acting up with a &amp;ldquo;unknown error occurred (411)&amp;ldquo;Â error during setup. The workaround fortunately is quite simple.
Go to Tools -&amp;gt; Foxmarks -&amp;gt; Foxmarks Settings -&amp;gt; Advanced Change encryption to &amp;ldquo;Encrypt All&amp;rdquo;. That&amp;rsquo;s it.</description>
      <content:encoded><![CDATA[<p><a href="http://www.foxmarks.com/">Foxmarks</a> is the first extension I install every time I setup Firefox.I never have to worry about loosing my bookmarks anymore and now my passwords too!</p>
<p>Recently it&rsquo;s being acting up with a &ldquo;unknown error occurred (411)&ldquo;Â  error during setup. The workaround fortunately is quite simple.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3090/3130353505_8ff4eb7f5d.jpg" alt=""  />
</p>
<ol>
<li>Go to Tools -&gt; Foxmarks -&gt; Foxmarks Settings -&gt; Advanced</li>
<li>Change encryption to &ldquo;Encrypt All&rdquo;.</li>
</ol>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3124/3130353501_cef3692233.jpg" alt=""  />
</p>
<p>That&rsquo;s it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Internet Service Interruption</title>
      <link>https://thedaneshproject.com/posts/internet-service-interruption/</link>
      <pubDate>Tue, 23 Dec 2008 03:02:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/internet-service-interruption/</guid>
      <description>This from TM,
Dear Valued Customers,
Telekom Malaysia Berhad (TM) wishes to announce that there is a disruption of its Internet services due to circuits fault on Southeast Asia - Middle East - Western Europe 4 (SMW4) submarine cable network between Palermo (Southern Italy) and Alexandria (Northern Egypt) linking Malaysia to Europe. Due to this, customers using Internet services may now experience slow browsing while accessing websites hosted in Europe.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/12/internet-interruption-map.gif" alt=""  />
</p>
<p>This from TM,</p>
<blockquote>
<p>Dear Valued Customers,<br>
Telekom Malaysia Berhad (TM) wishes to announce that there is a disruption of its Internet services due to circuits fault on Southeast Asia - Middle East - Western Europe 4 (SMW4) submarine cable network between Palermo (Southern Italy) and Alexandria (Northern Egypt) linking Malaysia to Europe. Due to this, customers using Internet services may now experience slow browsing while accessing websites hosted in Europe.</p>
<p>In addition, customers using other IP services such as Virtual Private Network (VPN) and other critical business applications linked to Europe may also experience some service degradation.</p>
<p>To alleviate the problem, some of the links have been rerouted to alternate routes to ease the congestion.</p>
<p>Restoration works on the affected cables are already in progress. However, in the restoration process, traffic to Northern America may experience minor degradation while traffic to other countries is not affected. TM expects the complete recovery of its services by December 31, 2008. TM will make further announcements on the progress of the restoration works.</p>
<p>TM wishes to assure its customers that it is undertaking all necessary measures to restore communications services for its customers as soon as possible.</p>
<p>Customers can call TM at 100 and select â€œInternet Servicesâ€ or e-mail us at <a href="mailto:help@tm.com.my">help@tm.com.my</a> for any Internet related problems.</p>
<p>Thank You.</p>
</blockquote>
<p>TM released this notice to it&rsquo;s subscribers notifying them of the current Internet service interruption experienced by many. The disruption was caused by 2 submarine lines (<a href="http://www.seamewe4.com/">SE-ME-WE-4</a> and <a href="http://www.seamewe3.com/">SE-ME-WE-3</a>) in the Mediterranean being severed. These were the same cables that were severed earlier this year too.</p>
<p>Restoration work is being carried out by the &ldquo;France Telecom Marine&rdquo; team and is scheduled to be completed by end of year or sooner.Â </p>
<p>To be frank, I can&rsquo;t tell the difference because my Internet has always been bad. Instead of spending billions on fibre to home, I personally feel that TM to should invest in more international lines. A third world country, so we claim, the Internet is the best tool to elevate our status. don&rsquo;t ya think?</p>
<p>Source: <a href="http://news.bbc.co.uk/2/hi/technology/7795320.stm">BBC</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3G Unlock Video</title>
      <link>https://thedaneshproject.com/posts/iphone-3g-unlock-video/</link>
      <pubDate>Tue, 23 Dec 2008 02:00:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3g-unlock-video/</guid>
      <description>Want a simple way to unlock you iPhone 3G? yellowsn0w is your answer. It&amp;rsquo;s a software based hack for the iPhone 3G from the iPhone Dev-Team and is scheduled for later this month.
Source: Mashable</description>
      <content:encoded><![CDATA[<p>Want a simple way to unlock you iPhone 3G? yellowsn0w is your answer. It&rsquo;s a software based hack for the iPhone 3G from the iPhone Dev-Team and is scheduled for later this month.</p>
<p>Source: <a href="http://mashable.com/2008/12/21/iphone-3g-unlock-video/">Mashable</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 11.1 installation screenshots</title>
      <link>https://thedaneshproject.com/posts/opensuse-11.1-installation-screenshots/</link>
      <pubDate>Mon, 22 Dec 2008 03:07:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-11.1-installation-screenshots/</guid>
      <description>Slapped openSUSE 11.1 into VirtualBox. Here are the install screenshots.
For full size images go to my flickr.
Update: My primary desktop is now back to openSUSE once again. I&amp;rsquo;m spoiled for choice with Linux!</description>
      <content:encoded><![CDATA[<p>Slapped <a href="/posts/opensuse-111-released/">openSUSE 11.1</a> into VirtualBox. Here are the install screenshots.</p>
<p>For full size images go to <a href="http://www.flickr.com/photos/dannyportal/sets/72157611433336843/with/3126218227/">my flickr</a>.</p>
<p>Update: My primary desktop is now back to openSUSE once again. I&rsquo;m spoiled for choice with Linux!</p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 11.1 released!!</title>
      <link>https://thedaneshproject.com/posts/opensuse-11.1-released/</link>
      <pubDate>Thu, 18 Dec 2008 16:12:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-11.1-released/</guid>
      <description>Woo Hoo openSUSE 11.1&amp;rsquo;s out!! Grab it here
What&amp;rsquo;s new?
Brand new license
GNOME 2.24.1
KDE 4.1.3
KDE 3.5.10
OpenOffice.org 3.0 - Support for ODF 1.2, better Excel integration,
Linux 2.6.27.7 -
Improved YaST - new printer module, new partitioner module, new security module
See full new features list.
openSUSE is available for download in multiple formats, something for everyone;
openSUSE 11.1 DVD 32-bit
openSUSE 11.1 DVD 64-bit
openSUSE 11.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3170/3118572810_ee59ddf409.jpg" alt=""  />

Woo Hoo openSUSE 11.1&rsquo;s out!! <a href="http://software.opensuse.org/">Grab it here</a></p>
<p>What&rsquo;s new?</p>
<p>Brand new license</p>
<p>GNOME 2.24.1</p>
<p>KDE 4.1.3</p>
<p>KDE 3.5.10</p>
<p>OpenOffice.org 3.0 - Support for ODF 1.2, better Excel integration,</p>
<p>Linux 2.6.27.7 -</p>
<p>Improved YaST - new printer module, new partitioner module, new security module</p>
<p>See full new features list.</p>
<p>openSUSE is available for download in multiple formats, something for everyone;<br>
openSUSE 11.1 DVD 32-bit<br>
openSUSE 11.1 DVD 64-bit<br>
openSUSE 11.1 DVD PowerPC<br>
openSUSE 11.1 GNOME 32-bit Live CD<br>
openSUSE 11.1 KDE 4 32-bit Live CD<br>
openSUSE 11.1 GNOME 64-bit Live CD<br>
openSUSE 11.1 KDE 4 64-bit Live CD</p>
<p><a href="http://software.opensuse.org/">Start downloading now!</a> or if you prefer purchase the <a href="http://en.opensuse.org/Buy_openSUSE">openSUSE 11.1 Box Set</a>.</p>
<p>Don&rsquo;t forget to share your openSUSE 11.1 experience through the <a href="http://en.opensuse.org/Communicate">multiple channels</a>!</p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 11.1 almost here</title>
      <link>https://thedaneshproject.com/posts/opensuse-11.1-almost-here/</link>
      <pubDate>Thu, 18 Dec 2008 01:46:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-11.1-almost-here/</guid>
      <description>openSUSE 11.1, set to be the best release will be relased at 9pm Malaysian time or Thursday, December 18, 2008 at 13:00:00 UTC time today. Find a openSUSE 11.1 launch party near you and get update on their Facebook page.
To download go to http://software.opensuse.org (don&amp;rsquo;t hammer the openSUSE wiki!). Also, if you download within the first 30 hours your download will be serviced by Akamai mirrors which are normally super fast.</description>
      <content:encoded><![CDATA[<p>openSUSE 11.1, set to be the best release will be relased at <strong>9pm Malaysian time</strong> or <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=12&amp;day=18&amp;year=2008&amp;hour=13&amp;min=0&amp;sec=0&amp;p1=0">Thursday, December 18, 2008 at 13:00:00 UTC time</a> today. Find a openSUSE 11.1 launch party near you and get update on their <a href="http://www.facebook.com/home.php?#/event.php?eid=32763792317">Facebook page</a>.</p>
<p>To download go to <a href="http://software.opensuse.org">http://software.opensuse.org</a> (don&rsquo;t hammer the openSUSE wiki!). Also, if you download within the first 30 hours your download will be serviced by Akamai mirrors which are normally super fast.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3265/3115008089_0bc3c9a594.jpg" alt=""  />
</p>
<p>Want the DVD? You could either <a href="http://en.opensuse.org/Buy_openSUSE">buy one</a> or become a Beta tester and contribute to get one for free.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3.0.5 release</title>
      <link>https://thedaneshproject.com/posts/firefox-3.0.5-release/</link>
      <pubDate>Thu, 18 Dec 2008 00:46:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3.0.5-release/</guid>
      <description>Mozilla Firefox 3.0.5 is out. It&amp;rsquo;s a security release so make sure you get it. Download Firefox 3.05
Fixes with this release;
MFSA 2008-69 XSS vulnerabilities in SessionStore MFSA 2008-68 XSS and JavaScript privilege escalation MFSA 2008-67 Escaped null characters ignored by CSS parser MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters MFSA 2008-65 Cross-domain data theft via script redirect error message MFSA 2008-64 XMLHttpRequest 302 response disclosure MFSA 2008-63 User tracking via XUL persist attribute MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Mozilla Firefox 3.0.5 is out. It&rsquo;s a security release so make sure you get it. <a href="http://en-us.www.mozilla.com/en-US/firefox/3.0.5/releasenotes/">Download Firefox 3.05</a></p>
<p>Fixes with this release;</p>
<ul>
<li>MFSA 2008-69 XSS vulnerabilities in SessionStore</li>
<li>MFSA 2008-68 XSS and JavaScript privilege escalation</li>
<li>MFSA 2008-67 Escaped null characters ignored by CSS parser</li>
<li>MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters</li>
<li>MFSA 2008-65 Cross-domain data theft via script redirect error message</li>
<li>MFSA 2008-64 XMLHttpRequest 302 response disclosure</li>
<li>MFSA 2008-63 User tracking via XUL persist attribute</li>
<li>MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)</li>
</ul>
<p><a href="http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.5">Security Advisories for Firefox 3.0</a> | <a href="https://bugzilla.mozilla.org/buglist.cgi?keywords_type=anywords&amp;keywords=fixed1.9.0.5+verified1.9.0.5">See the complete bug fix list.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to disable selinux in CentOS 5.2</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-5.2/</link>
      <pubDate>Tue, 16 Dec 2008 15:24:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-5.2/</guid>
      <description>Here&amp;rsquo;s how you would disable SELinux permanently.
vi the &amp;ldquo;/etc/selinux/config&amp;rdquo; file.
Change the following line;
SELINUX=enforcing to SELINUX=disabled
3.Â Save the file and reboot.
To verify if SELinux is disabled, run &amp;ldquo;dmesg | grep selinux&amp;rdquo;. You should see selinux=0 selinux_register_security:Â Registering secondary module capability
audit(1229470429.628:2): selinux=0 auid=4294967295 ses=4294967295
My /etc/selinux/config file.
`
This file controls the state of SELinux on the system. SELINUX= can take one of these three values: #Â Â Â Â Â Â enforcing - SELinux security policy is enforced.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s how you would disable SELinux permanently.</p>
<ol>
<li>
<p>vi the &ldquo;<strong>/etc/selinux/config</strong>&rdquo; file.</p>
</li>
<li>
<p>Change the following line;</p>
</li>
</ol>
<p><code>SELINUX=enforcing</code> to <code>SELINUX=disabled</code></p>
<p>3.Â  Save the file and reboot.</p>
<ol start="4">
<li>To verify if SELinux is disabled, run &ldquo;<code>dmesg | grep selinux</code>&rdquo;. You should see <code>selinux=0</code></li>
</ol>
<p>selinux_register_security:Â  Registering secondary module capability<br>
audit(1229470429.628:2): selinux=0 auid=4294967295 ses=4294967295</p>
<p>My /etc/selinux/config file.<br>
`<!-- raw HTML omitted --></p>
<h1 id="this-file-controls-the-state-of-selinux-on-the-systembr-">This file controls the state of SELinux on the system.<!-- raw HTML omitted --></h1>
<h1 id="selinux-can-take-one-of-these-three-valuesbr-">SELINUX= can take one of these three values:<!-- raw HTML omitted --></h1>
<p>#Â Â Â Â Â Â  enforcing - SELinux security policy is enforced.<!-- raw HTML omitted -->
#Â Â Â Â Â Â  permissive - SELinux prints warnings instead of enforcing.<!-- raw HTML omitted -->
#Â Â Â Â Â Â  disabled - SELinux is fully disabled.<!-- raw HTML omitted -->
#SELINUX=enforcing<!-- raw HTML omitted -->
SELINUX=disabled<!-- raw HTML omitted --></p>
<h1 id="selinuxtype-type-of-policy-in-use-possible-values-arebr-">SELINUXTYPE= type of policy in use. Possible values are:<!-- raw HTML omitted --></h1>
<p>#Â Â Â Â Â Â  targeted - Only targeted network daemons are protected.<!-- raw HTML omitted -->
#Â Â Â Â Â Â  strict - Full SELinux protection.<!-- raw HTML omitted -->
SELINUXTYPE=targeted`</p>
]]></content:encoded>
    </item>
    <item>
      <title>2 days to go till openSUSE 11.1</title>
      <link>https://thedaneshproject.com/posts/2-days-to-go-till-opensuse-11.1/</link>
      <pubDate>Tue, 16 Dec 2008 05:01:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/2-days-to-go-till-opensuse-11.1/</guid>
      <description> </description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Public Holiday Calender</title>
      <link>https://thedaneshproject.com/posts/malaysia-public-holiday-calender/</link>
      <pubDate>Thu, 11 Dec 2008 19:13:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-public-holiday-calender/</guid>
      <description>Now, here&amp;rsquo;s something every Malaysian will love. The Malaysian public holiday calender for 2009.
Download or view the calender.
Thanks Abinesh</description>
      <content:encoded><![CDATA[<p>Now, here&rsquo;s something every Malaysian will love. The Malaysian public holiday calender for 2009.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/12/screenshot-malaysia-public-holiday-calender-2009-mozilla-firefox-500x341.png" alt=""  />
</p>
<p><a href="http://www.scribd.com/doc/8837419/Malaysia-Public-Holiday-Calender-2009">Download or view the calender.</a></p>
<p>Thanks <a href="http://www.abinesh.com/delirium/posts/malaysian-public-holidays-2009/">Abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>lowyat.net does jobs</title>
      <link>https://thedaneshproject.com/posts/lowyat.net-does-jobs/</link>
      <pubDate>Tue, 09 Dec 2008 15:28:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lowyat.net-does-jobs/</guid>
      <description>lowyat.net does jobs now. The service is just building momentum so the number job postings are minimum. Being one of the most popular site and forum around it&amp;rsquo;s not gonna be hard to get the ball rolling.
The site design&amp;rsquo;s not bad too. Web 2.0 and simple to navigate. O ya, and the service is free.
Check It Out!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3116/3095791492_ec593d6054.jpg" alt=""  />
</p>
<p>lowyat.net does jobs now. The service is just building momentum so the number job postings are minimum. Being one of the most popular site and forum around it&rsquo;s not gonna be hard to get the ball rolling.</p>
<p>The site design&rsquo;s not bad too. Web 2.0 and simple to navigate. O ya, and the service is free.</p>
<p><a href="http://jobs.lowyat.net/">Check It Out!</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Collaborative Spreadsheet Art with Google Docs</title>
      <link>https://thedaneshproject.com/posts/collaborative-spreadsheet-art-with-google-docs/</link>
      <pubDate>Sat, 06 Dec 2008 16:46:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/collaborative-spreadsheet-art-with-google-docs/</guid>
      <description>This is what happens when for dudes collaborate on 1 Google Docs Spreadsheet and create art. Pretty cool ha.
[youtube]http://www.youtube.com/watch?v=KpcgRlXe40k[/youtube]
This was something Google put together for the holiday season. A way to showcase the collaboration capabilities Google Docs provides. Take a tour behind the scene to see what went into creating this piece of collaborative art.
Inspired? Get started on you own collaborative art.
Source: Google Docs
[3]: /wp-content/uploads/2008/12/google-doc-holiday.jpg)</description>
      <content:encoded><![CDATA[<p>This is what happens when for dudes collaborate on 1 Google Docs Spreadsheet and create art. Pretty cool ha.</p>
<p>[youtube]http://www.youtube.com/watch?v=KpcgRlXe40k[/youtube]</p>
<p>This was something Google put together for the holiday season. A way to showcase the collaboration capabilities Google Docs provides. Take a tour <a href="http://www.google.com/google-d-s/holiday08_bts.html">behind the scene</a> to see what went into creating this piece of collaborative art.</p>
<p>Inspired? <a href="http://www.google.com/google-d-s/holiday08.html">Get started</a> on you own collaborative art.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/12/google-doc-holiday.jpg" alt=""  />
</p>
<p>Source: <a href="http://www.google.com/google-d-s/holiday08.html">Google Docs</a></p>
<p>[3]: /wp-content/uploads/2008/12/google-doc-holiday.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to get your previous commands in AIX</title>
      <link>https://thedaneshproject.com/posts/how-to-get-your-previous-commands-in-aix/</link>
      <pubDate>Fri, 05 Dec 2008 01:45:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-get-your-previous-commands-in-aix/</guid>
      <description>Without an auto complete feature like in BASH, AIX appears more complicated then it really is. Especially amongst new users.The retyping of commands can get real annoying sometimes.
Fortunately, accessing your command history is easyly acomplished in AIX and will save you a load of time.
To start off, run &amp;ldquo;set -o vi&amp;rdquo; to set the shell to &amp;ldquo;VI&amp;rdquo; or &amp;ldquo;Insert Mode&amp;rdquo; mode.
[akuny][/users/jabas] # set -o vi
Next, hit the &amp;ldquo;Esc&amp;rdquo; key to get into VI mode.</description>
      <content:encoded><![CDATA[<p>Without an auto complete feature like in BASH, AIX appears more complicated then it really is. Especially amongst new users.The retyping of commands can get real annoying sometimes.</p>
<p>Fortunately, accessing your command history is easyly acomplished in AIX and will save you a load of time.</p>
<p>To start off, run &ldquo;<code>set -o vi</code>&rdquo; to set the shell to &ldquo;<em>VI</em>&rdquo; or &ldquo;<em>Insert Mode</em>&rdquo; mode.</p>
<p><code>[akuny][/users/jabas] # set -o vi</code></p>
<p>Next, hit the &ldquo;Esc&rdquo; key to get into VI mode. Once in vi mode follow the combinations below to scroll through your command history.</p>
<p>**Alt + <!-- raw HTML omitted -->**key to go back</p>
<p><strong>Alt + <!-- raw HTML omitted --></strong> key to go forward</p>
<p>Alternatively you could;</p>
<p>**Alt + &lt;-&gt;**key to go back</p>
<p>**Alt + &lt;+&gt;**key to go forward</p>
<p>Enjoy.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Computer Friends by Sniper Twins</title>
      <link>https://thedaneshproject.com/posts/computer-friends-by-sniper-twins/</link>
      <pubDate>Thu, 04 Dec 2008 02:33:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/computer-friends-by-sniper-twins/</guid>
      <description>Catchy video by Sniper Twins.Creative duo with really cool creative projects hoping to hit it big.
The video was made for Seagate. Best nerd track I&amp;rsquo;ve heard to date.
They have plans for a TV series but need a network to carry them.
[youtube]http://www.youtube.com/watch?v=FNXe_3gVz6I&amp;amp;eurl=http://www.snipertwins.com/&amp;amp;feature=player_embedded[/youtube]
Follow Sniper Twins on Facebook or MySpace
Source: Sniper Twins , Thanks Alan</description>
      <content:encoded><![CDATA[<p>Catchy video by Sniper Twins.Creative duo with really cool creative projects hoping to hit it big.</p>
<p>The video was made for Seagate. Best nerd track I&rsquo;ve heard to date.</p>
<p>They have plans for a TV series but need a network to carry them.</p>
<p>[youtube]http://www.youtube.com/watch?v=FNXe_3gVz6I&amp;eurl=http://www.snipertwins.com/&amp;feature=player_embedded[/youtube]</p>
<p>Follow Sniper Twins on <a href="http://www.facebook.com/people/Sniper-Twins/1650794831">Facebook</a> or <a href="http://www.myspace.com/thesnipertwins">MySpace</a></p>
<p>Source: <a href="http://www.snipertwins.com">Sniper Twins</a> , Thanks <a href="http://www.alanbernard.com/">Alan</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bye Bye Pownce</title>
      <link>https://thedaneshproject.com/posts/bye-bye-pownce/</link>
      <pubDate>Wed, 03 Dec 2008 12:13:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bye-bye-pownce/</guid>
      <description>I remember posting about Pownce some time back. The Django powered, Kevin Rose cofounded micro-blogging service.
It&amp;rsquo;s offically closing it&amp;rsquo;s doors on the 15th of December 2008 as a direct result from a buyout by Six Apart. The blogging platform specialist.
Current Pownce users might not be happy about this but somethings sometime just don&amp;rsquo;t work out the way you want them to. Twitter&amp;rsquo;s dominance in the micro-blogging world can be seen everywhere today and I&amp;rsquo;m quite confident that it might have been a challenge for Pownce to keep up with the giant.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3009/3079968692_e524b8d1f0_m.jpg" alt=""  />

<img loading="lazy" src="http://farm4.static.flickr.com/3180/3079968784_754d0f23d1_m.jpg" alt=""  />

I remember posting about <a href="/posts/pownce-invites-for-grabs/">Pownce</a> some time back. The Django powered, Kevin Rose cofounded micro-blogging service.</p>
<p>It&rsquo;s offically closing it&rsquo;s doors on the 15th of December 2008 as a direct result from a buyout by Six Apart. The blogging platform specialist.</p>
<p>Current Pownce users might not be happy about this but somethings sometime just don&rsquo;t work out the way you want them to. Twitter&rsquo;s dominance in the micro-blogging world can be seen everywhere today and I&rsquo;m quite confident that it might have been a challenge for Pownce to keep up with the giant. However, all is not lost. If you&rsquo;re a current Pownce user, there&rsquo;s an export option for you to migrate your data over to other services.</p>
<p>2009 is going to be interesting. The guys from Pownce and now with Six Apart. Something awesome is bound to come out from this new aliance.</p>
<p>Let&rsquo;s wait and see. Thanks Pownce!</p>
<p>Sources: <a href="http://blog.pownce.com/2008/12/01/goodbye-pownce-hello-six-apart/">Pownce</a> | <a href="http://www.sixapart.com/blog/2008/12/welcome-pownce-team.html">SixApart</a> | FuckedStartups</p>
]]></content:encoded>
    </item>
    <item>
      <title>Skateboarding comps for December</title>
      <link>https://thedaneshproject.com/posts/skateboarding-comps-for-december/</link>
      <pubDate>Mon, 01 Dec 2008 08:49:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skateboarding-comps-for-december/</guid>
      <description>While I was skateboarding back in the da days up in CH it was the wrong thing to do but today, the tables have flipped. With media coverage from the Asian X games and local sports organizations pitching in to promote the sport it has began to grow.
We have local skate DVDs coming out, locally produced decks, local designs, Ts and skate shops popping up everywhere. This is good. It&amp;rsquo;s always nice to see a dream one had come true.</description>
      <content:encoded><![CDATA[<p>While I was skateboarding back in the da days up in CH it was the wrong thing to do but today, the tables have flipped. With media coverage from the Asian X games and local sports organizations pitching in to promote the sport it has began to grow.</p>
<p>We have local skate DVDs coming out, locally produced decks, local designs, Ts and skate shops popping up everywhere. This is good. It&rsquo;s always nice to see a dream one had come true.</p>
<p>There are 2 comps scheduled for December. One by VANS and the other by Putrajaya. The price money is decent, even though it&rsquo;s not as high as what&rsquo;s being paid out overseas but is certainly a good start and motivator for local talent.</p>
<p><a href="http://wankedah.proboards49.com/index.cgi?board=newsand&amp;action=display&amp;thread=1026&amp;page=1">VANS KING OF GAP</a></p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3208/3074068360_e722f653c2.jpg" alt=""  />
</p>
<p><a href="http://wankedah.proboards49.com/index.cgi?board=newsand&amp;action=display&amp;thread=1086">PutraJaya Extreme Games Challenge</a></p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3166/3073231595_27009c39ab.jpg" alt=""  />
</p>
<p>Source: <a href="http://www.skatemalaysia.com/">SkateMalaysia</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Full Circle , The Ubuntu Magazine</title>
      <link>https://thedaneshproject.com/posts/full-circle-the-ubuntu-magazine/</link>
      <pubDate>Sun, 30 Nov 2008 14:41:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/full-circle-the-ubuntu-magazine/</guid>
      <description>Full Circle is a free, independent, magazine dedicated to the Ubuntu family of Linux operating systems. Each month, it contains helpful how-to articles and reader submitted stories.
The latest issue cover games in Ubuntu and features [Open Arena][2].
All issue are available in PDF and can be downloaded from the [Full Circle Magazine][3] site.
Source: [Full Circle Magazine][4]
[1]: /wp-content/uploads/2008/11/issue19_en_cover1.png) [2]: http://openarena.ws/ [3]: http://fullcirclemagazine.org/downloads/ [4]: http://fullcirclemagazine.org</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/11/issue19_en_cover1.png" alt=""  />
</p>
<blockquote>
<p>Full Circle is a free, independent, magazine dedicated to the Ubuntu family of Linux operating systems. Each month, it contains helpful how-to articles and reader submitted stories.</p>
</blockquote>
<p>The latest issue cover games in Ubuntu and features [Open Arena][2].</p>
<p>All issue are available in PDF and can be downloaded from the [Full Circle Magazine][3] site.</p>
<p>Source: [Full Circle Magazine][4]</p>
<p>[1]: /wp-content/uploads/2008/11/issue19_en_cover1.png)
[2]: <a href="http://openarena.ws/">http://openarena.ws/</a>
[3]: <a href="http://fullcirclemagazine.org/downloads/">http://fullcirclemagazine.org/downloads/</a>
[4]: <a href="http://fullcirclemagazine.org">http://fullcirclemagazine.org</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 8.10 CD/DVD label pack</title>
      <link>https://thedaneshproject.com/posts/ubuntu-8.10-cd/dvd-label-pack/</link>
      <pubDate>Tue, 25 Nov 2008 15:36:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-8.10-cd/dvd-label-pack/</guid>
      <description>Doing the FOSS thing by distributing CDs? Make your CD/DVD look better with these labels I found. This file&amp;rsquo;s in GIMP and best printed at 1024 x 1024.
[Here&amp;rsquo;s the direct download link.][2]
Source: [Ubuntu Themes and Icons Download][3]
[1]: /wp-content/uploads/2008/11/intrepix-cd.jpg) [2]: http://ubuntu.hamdi.web.id/?file_id=42 [3]: http://ubuntu.hamdi.web.id/clipart/intrepid-ibex-complete-cd-amp-dvd-covers-pack.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/11/intrepix-cd.jpg" alt=""  />
</p>
<p>Doing the FOSS thing by distributing CDs? Make your CD/DVD look better with these labels I found. This file&rsquo;s in GIMP and best printed at 1024 x 1024.</p>
<p>[Here&rsquo;s the direct download link.][2]</p>
<p>Source: [Ubuntu Themes and Icons Download][3]</p>
<p>[1]: /wp-content/uploads/2008/11/intrepix-cd.jpg)
[2]: <a href="http://ubuntu.hamdi.web.id/?file_id=42">http://ubuntu.hamdi.web.id/?file_id=42</a>
[3]: <a href="http://ubuntu.hamdi.web.id/clipart/intrepid-ibex-complete-cd-amp-dvd-covers-pack.html">http://ubuntu.hamdi.web.id/clipart/intrepid-ibex-complete-cd-amp-dvd-covers-pack.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Enable Medibuntu in Ubuntu 8.10</title>
      <link>https://thedaneshproject.com/posts/enable-medibuntu-in-ubuntu-8.10/</link>
      <pubDate>Tue, 25 Nov 2008 06:37:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/enable-medibuntu-in-ubuntu-8.10/</guid>
      <description>Medibuntu if you don&amp;rsquo;t already know is the Ubuntu repository for non-free packages which can&amp;rsquo;t be bundled with Ubuntu for regal reasons. Acrobat reader, quick time player, windows specific video/audio codecs, DVD support and the list goes on.
Adding the Medibuntu repository into your Ubuntu 8.10 is easy.
Fire up your terminal and run, sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list Install the GPG keys. While still in the terminal run, sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get update Install support for Windows codecs.</description>
      <content:encoded><![CDATA[<p><a href="http://www.medibuntu.org/">Medibuntu</a> if you don&rsquo;t already know is the Ubuntu repository for <a href="https://help.ubuntu.com/community/Medibuntu">non-free</a> <a href="http://packages.medibuntu.org/">packages</a> which can&rsquo;t be bundled with Ubuntu for regal reasons. Acrobat reader, quick time player, windows specific video/audio codecs, DVD support and the list goes on.</p>
<p>Adding the Medibuntu repository into your Ubuntu 8.10 is easy.</p>
<ol>
<li>Fire up your terminal and run,</li>
</ol>
<pre tabindex="0"><code>sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
</code></pre><ol start="2">
<li>Install the GPG keys. While still in the terminal run,</li>
</ol>
<pre tabindex="0"><code>sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update
</code></pre><ol start="3">
<li>Install support for Windows codecs.</li>
</ol>
<p>sudo apt-get install w32codecs</p>
<p>Sources: <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu</a> | <a href="https://launchpad.net/medibuntu/">Launchpad</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Gmail Themes</title>
      <link>https://thedaneshproject.com/posts/gmail-themes/</link>
      <pubDate>Mon, 24 Nov 2008 04:29:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gmail-themes/</guid>
      <description>Google&amp;rsquo;s Gmail finally has support for themes. There are currently 31 themes to choose from. My favorite is the Ninja theme seen the in the screen shot.
To see your themes in action simply go to your settings page and select your desired theme from the themes tab.
Gource: GmailBlog</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3296/3054439977_07306ea6a7.jpg" alt=""  />
</p>
<p>Google&rsquo;s Gmail finally has support for themes. There are currently 31 themes to choose from. My favorite is the Ninja theme seen the in the screen shot.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3012/3054439829_42fdfe3c2c.jpg" alt=""  />
</p>
<p>To see your themes in action simply go to your <a href="http://mail.google.com/mail/#settings/themes">settings</a> page and select your desired theme from the themes tab.</p>
<p>Gource: <a href="http://gmailblog.blogspot.com/2008/11/spice-up-your-inbox-with-colors-and.html">GmailBlog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Free eBook: The Art &amp; Science of CSS</title>
      <link>https://thedaneshproject.com/posts/free-ebook-the-art-science-of-css/</link>
      <pubDate>Sun, 23 Nov 2008 16:17:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-ebook-the-art-science-of-css/</guid>
      <description>SitePoint&amp;rsquo;s giving away their famous eBook &amp;ldquo;The Art $ Science of CSS&amp;rdquo; free of charge for 14 days.
Do download simply follow Sitepoint on twiter for a DM with the download link or drop them an email to get the download link by mail instead.
The giveaway ends in 8 days so hurry.
Source: SitePoint | Abinesh</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>SitePoint&rsquo;s giving away their famous eBook &ldquo;The Art $ Science of CSS&rdquo; free of charge for 14 days.</p>
<p>Do download simply follow Sitepoint on <a href="http://twitter.com/sitepointdotcom">twiter</a> for a DM with the download link or drop them an <a href="http://twitaway.aws.sitepoint.com/">email</a> to get the download link by mail instead.</p>
<p>The giveaway ends in 8 days so hurry.</p>
<p>Source: <a href="http://www.sitepoint.com/books/cssdesign1/">SitePoint</a> | <a href="http://www.abinesh.com/delirium/posts/free-e-book/#comment-6119">Abinesh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>GParted LiveCD for all your partitioning needs</title>
      <link>https://thedaneshproject.com/posts/gparted-livecd-for-all-your-partitioning-needs/</link>
      <pubDate>Tue, 18 Nov 2008 19:12:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gparted-livecd-for-all-your-partitioning-needs/</guid>
      <description>A friend needed to re-size his Windows NT OS partition from the default 4GB to 8GB. The easiest way to do this is with Linux, specifically with the GParted LiveCD.
GParted is a Gnome based partition editor which uses the libparted library from the popular GNU Parted package to do all it&amp;rsquo;s fancy partitioning stuff.
Current supported file systems are ext2, ext3, fat16, fat32, hfs, hfs+, jfs, linux-swap, ntfs, reiser-4, reiserfs, ufs and xfs.</description>
      <content:encoded><![CDATA[<p>A friend needed to re-size his Windows NT OS partition from the default 4GB to 8GB. The easiest way to do this is with Linux, specifically with the GParted LiveCD.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3164/3039583419_995d3556d8.jpg" alt=""  />
</p>
<p>GParted is a Gnome based partition editor which uses the libparted library from the popular <a href="http://www.gnu.org/software/parted/index.shtml">GNU Parted</a> package to do all it&rsquo;s fancy partitioning stuff.</p>
<p>Current supported file systems are ext2, ext3, fat16, fat32, hfs, hfs+, jfs, linux-swap, ntfs, reiser-4, reiserfs, ufs and xfs. GParted lets you detect, read, create, grow, shrink, move ,copy, check and label your partitions. However, not all the features will work across all file systems. See table below.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3290/3040422382_65d832b70e_o.jpg" alt=""  />
</p>
<p>Where to get the LiveCD? <a href="http://sourceforge.net/project/showfiles.php?group_id=115843&amp;package_id=271779">SourgeForge of course!</a></p>
<p>Source: <a href="http://gparted.sourceforge.net/index.php">GParted</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Photos from foss.my 2008</title>
      <link>https://thedaneshproject.com/posts/photos-from-foss.my-2008/</link>
      <pubDate>Sun, 16 Nov 2008 17:19:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/photos-from-foss.my-2008/</guid>
      <description>I&amp;rsquo;ve finally managed to upload my pics from foss.my 2008. Check em out, not the best of quality but they&amp;rsquo;ll work.
http://www.flickr.com/photos/dannyportal/sets/72157609213966387/detail/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3021/3034574401_7a5a7efa72.jpg" alt=""  />
</p>
<p>I&rsquo;ve finally managed to upload my pics from foss.my 2008. Check em out, not the best of quality but they&rsquo;ll work.</p>
<p><a href="http://www.flickr.com/photos/dannyportal/sets/72157609213966387/detail/">http://www.flickr.com/photos/dannyportal/sets/72157609213966387/detail/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing Adobe AIR and twhirl on Ubuntu 8.10 Interpid</title>
      <link>https://thedaneshproject.com/posts/installing-adobe-air-and-twhirl-on-ubuntu-8.10-interpid/</link>
      <pubDate>Thu, 13 Nov 2008 15:44:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-adobe-air-and-twhirl-on-ubuntu-8.10-interpid/</guid>
      <description>&lt;p&gt;Dropped my &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/5081&#34;&gt;TwitterFox&lt;/a&gt; for &lt;a href=&#34;http://www.twhirl.org/&#34;&gt;twhirl&lt;/a&gt; today. Runs flawlessly on Ubuntu 8.10.&lt;/p&gt;
&lt;p&gt;Installation was a breeze, here&amp;rsquo;s the walkthrough.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download Adobe AIR Beta from &lt;a href=&#34;http://labs.adobe.com/downloads/air_linux.html&#34;&gt;http://labs.adobe.com/downloads/air_linux.html&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install Adobe AIR&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;danesh@pandora:~/Desktop$ ls&amp;lt;br /&amp;gt; adobeair_linux_b1_091508.bin&amp;lt;br /&amp;gt; danesh@pandora:~/Desktop$ chmod +x adobeair_linux_b1_091508.bin&amp;lt;br /&amp;gt; danesh@pandora:~/Desktop$ ./adobeair_linux_b1_091508.bin&amp;lt;br /&amp;gt; danesh@pandora:~/Desktop$&lt;/code&gt;&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;
&lt;p&gt;Download twhirl from &lt;a href=&#34;http://www.twhirl.org/project/twhirl&#34;&gt;http://www.twhirl.org/project/twhirl&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Double click the twhirl file to start the installation. The installer will install twhirl to /opt/twhirl/ .&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That&amp;rsquo;s it! you now have twhirl installed.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Dropped my <a href="https://addons.mozilla.org/en-US/firefox/addon/5081">TwitterFox</a> for <a href="http://www.twhirl.org/">twhirl</a> today. Runs flawlessly on Ubuntu 8.10.</p>
<p>Installation was a breeze, here&rsquo;s the walkthrough.</p>
<ol>
<li>
<p>Download Adobe AIR Beta from <a href="http://labs.adobe.com/downloads/air_linux.html">http://labs.adobe.com/downloads/air_linux.html</a></p>
</li>
<li>
<p>Install Adobe AIR</p>
</li>
</ol>
<p><code>danesh@pandora:~/Desktop$ ls&lt;br /&gt; adobeair_linux_b1_091508.bin&lt;br /&gt; danesh@pandora:~/Desktop$ chmod +x adobeair_linux_b1_091508.bin&lt;br /&gt; danesh@pandora:~/Desktop$ ./adobeair_linux_b1_091508.bin&lt;br /&gt; danesh@pandora:~/Desktop$</code></p>
<ol start="3">
<li>
<p>Download twhirl from <a href="http://www.twhirl.org/project/twhirl">http://www.twhirl.org/project/twhirl</a></p>
</li>
<li>
<p>Double click the twhirl file to start the installation. The installer will install twhirl to /opt/twhirl/ .</p>
</li>
</ol>
<p>That&rsquo;s it! you now have twhirl installed.</p>
<p>Screen shots from the install process.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3057/3026919861_cec1b8b7c7_o.png" alt=""  />
</p>
<p>![](<a href="http://farm4.static.flickr.com/3217/3026919867_3ef97dee65.jpg%22">http://farm4.static.flickr.com/3217/3026919867_3ef97dee65.jpg&quot;</a> alt=&ldquo;Adobe-AIR-2&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/3026919867/" title="Adobe-AIR-2 by Danesh Manoharan, on Flickr">4</a></p>
<p>![](<a href="http://farm4.static.flickr.com/3278/3026919871_2149e29015.jpg%22">http://farm4.static.flickr.com/3278/3026919871_2149e29015.jpg&quot;</a> alt=&ldquo;Adobe-AIR-3&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/3026919871/" title="Adobe-AIR-3 by Danesh Manoharan, on Flickr">5</a></p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3292/3026919875_40eb19f4e9_o.png" alt=""  />
</p>
<p>![](<a href="http://farm4.static.flickr.com/3196/3026919879_75a9a51b8a.jpg%22">http://farm4.static.flickr.com/3196/3026919879_75a9a51b8a.jpg&quot;</a> alt=&ldquo;Adobe-AIR-5&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/3026919879/" title="Adobe-AIR-5 by Danesh Manoharan, on Flickr">7</a></p>
<p>![](<a href="http://farm4.static.flickr.com/3248/3026919889_e8650d307c.jpg%22">http://farm4.static.flickr.com/3248/3026919889_e8650d307c.jpg&quot;</a> alt=&ldquo;Adobe-AIR-6&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/3026919889/" title="Adobe-AIR-6 by Danesh Manoharan, on Flickr">8</a></p>
<p>![](<a href="http://farm4.static.flickr.com/3225/3027759598_31c6e03105.jpg%22">http://farm4.static.flickr.com/3225/3027759598_31c6e03105.jpg&quot;</a> alt=&ldquo;Adobe-AIR-7&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/3027759598/" title="Adobe-AIR-7 by Danesh Manoharan, on Flickr">9</a></p>]]></content:encoded>
    </item>
    <item>
      <title>How to turn off the beep in Ubuntu 8.10 Interpid</title>
      <link>https://thedaneshproject.com/posts/how-to-turn-off-the-beep-in-ubuntu-8.10-interpid/</link>
      <pubDate>Thu, 13 Nov 2008 02:29:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-turn-off-the-beep-in-ubuntu-8.10-interpid/</guid>
      <description>Hate the damn beep? Let&amp;rsquo;s get rid of it!!
Run &amp;ldquo;lsmod&amp;rdquo; and look for pcspkr.
If you find it then run &amp;ldquo;rmmod pcspkr&amp;rdquo;.
Also, make sure to add this line to your &amp;quot;/etc/modprobe.d/blacklist&amp;quot; file to make the change is persistent accross reboots.
#Remove beeping speaker&amp;lt;br /&amp;gt; blacklist pcspkr
Output;
[root@dingo ~]# lsmod | grep pcspkr&amp;lt;br /&amp;gt; [root@dingo ~]# echo &amp;quot;blacklist pcspkr&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist&amp;lt;br /&amp;gt; [root@dingo ~]# sudo rmmod pcspkr</description>
      <content:encoded><![CDATA[<p>Hate the damn beep? Let&rsquo;s get rid of it!!</p>
<p>Run &ldquo;<strong>lsmod</strong>&rdquo; and look for pcspkr.</p>
<p>If you find it then run &ldquo;<strong>rmmod pcspkr</strong>&rdquo;.</p>
<p>Also, make sure to add this line to your <strong>&quot;/etc/modprobe.d/blacklist&quot;</strong> file to make the change is persistent accross reboots.</p>
<p><code>#Remove beeping speaker&lt;br /&gt; blacklist pcspkr</code></p>
<p>Output;</p>
<p><code>[root@dingo ~]# lsmod | grep pcspkr&lt;br /&gt; [root@dingo ~]# echo &quot;blacklist pcspkr&quot; &gt;&gt; /etc/modprobe.d/blacklist&lt;br /&gt; [root@dingo ~]# sudo rmmod pcspkr</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to give someone root access in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-give-someone-root-access-in-linux/</link>
      <pubDate>Fri, 07 Nov 2008 06:38:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-give-someone-root-access-in-linux/</guid>
      <description>Giving someone root access in linux is easy. Why would someone need to be root I don&amp;rsquo;t know but this is how you do it using the usermod command.
To add root access
[root@abika root]# id sys_admin&amp;lt;br /&amp;gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)&amp;lt;br /&amp;gt; [root@abika root]# usermod -G root sys_admin&amp;lt;br /&amp;gt; [root@abika root]# id sys_admin&amp;lt;br /&amp;gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin),0(root)
To remove root access.
[root@abika root]# usermod -G sys_admin sys_admin&amp;lt;br /&amp;gt; [root@abika root]# id sys_admin&amp;lt;br /&amp;gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)</description>
      <content:encoded><![CDATA[<p>Giving someone root access in linux is easy. Why would someone need to be root I don&rsquo;t know but this is how you do it using the usermod command.</p>
<p>To add root access</p>
<p><code>[root@abika root]# id sys_admin&lt;br /&gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)&lt;br /&gt; [root@abika root]# usermod -G root sys_admin&lt;br /&gt; [root@abika root]# id sys_admin&lt;br /&gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin),0(root)</code></p>
<p>To remove root access.</p>
<p><code>[root@abika root]# usermod -G sys_admin sys_admin&lt;br /&gt; [root@abika root]# id sys_admin&lt;br /&gt; uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>3 more days till FOSS.my 2008</title>
      <link>https://thedaneshproject.com/posts/3-more-days-till-foss.my-2008/</link>
      <pubDate>Wed, 05 Nov 2008 03:11:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/3-more-days-till-foss.my-2008/</guid>
      <description>3 more days to go for FOSS.my 2008.
Have you registered? If not, you&amp;rsquo;re in luck. The early bird registration has been extended till this Thursday. Make sure to register.
To register;
Fill up the registration form. Make a payment to the MayBank account: Account Name: FOSS MY EVENTS Account Number: 564-276-101-587 Email foss-my-payments@foss.org.my with proof of purchase via: Screenshot of the transaction Scan of bankslip If you are a student, provide us with proof of academic standing with your Student ID Mark your calendar for 8th and 9th November See the schedule.</description>
      <content:encoded><![CDATA[<p>3 more days to go for FOSS.my 2008.</p>
<p>Have you registered? If not, you&rsquo;re in luck. The early bird registration has been extended till this Thursday. <!-- raw HTML omitted -->Make sure to register<!-- raw HTML omitted -->.</p>
<p>To register;</p>
<ol>
<li>Fill up the <!-- raw HTML omitted -->registration form.<!-- raw HTML omitted --></li>
<li>Make a payment to the <strong>MayBank</strong> account:
<ul>
<li>Account Name: <code>FOSS MY EVENTS</code></li>
<li>Account Number: <code>564-276-101-587</code></li>
</ul>
</li>
<li>Email <a href="mailto:foss-my-payments@foss.org.my">foss-my-payments@foss.org.my</a> with proof of purchase via:
<ul>
<li>Screenshot of the transaction</li>
<li>Scan of bankslip</li>
</ul>
</li>
<li>If you are a student, provide us with proof of academic standing with your Student ID</li>
<li>Mark your calendar for 8th and 9th November</li>
</ol>
<p><!-- raw HTML omitted -->See the schedule.<!-- raw HTML omitted --></p>
<p>Source: <!-- raw HTML omitted -->FOSS.my 2008<!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Danesh Project 2D Code</title>
      <link>https://thedaneshproject.com/posts/the-danesh-project-2d-code/</link>
      <pubDate>Wed, 29 Oct 2008 09:40:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-danesh-project-2d-code/</guid>
      <description>The Danesh Project 2D Code. Works well on my e71 running NeoReader.
Go ahead, install NeoReader and scan the image below. You should be redirected to .
Get yours now!!</description>
      <content:encoded><![CDATA[<p>The Danesh Project 2D Code. Works well on my e71 running <a href="http://www.neoreader.com">NeoReader</a>.</p>
<p>Go ahead, install <a href="http://www.neoreader.com">NeoReader</a> and scan the image below. You should be redirected to  .<br>
<img loading="lazy" src="http://farm4.static.flickr.com/3253/2983098939_546853b8d7_o.jpg" alt=""  />

Get yours now!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>FOSS.my 2008 Payment method for registration now available</title>
      <link>https://thedaneshproject.com/posts/foss.my-2008-payment-method-for-registration-now-available/</link>
      <pubDate>Fri, 24 Oct 2008 03:57:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foss.my-2008-payment-method-for-registration-now-available/</guid>
      <description>Payment options for FOSS.my 2008 are out.
How to register?
Register at http://foss.my/register/
Make a payment to the MayBank account:
Account Name: FOSS MY EVENTS Account Number: 564-276-101-587 Email foss-my-payments@foss.org.my attached with proof of purchase shown below: Screenshot of the transaction Scan of bankslip If you are a student, provide us with proof of academic standing
with your Student ID Source: [FOSS.my 2008][2]
[1]: /wp-content/uploads/2008/10/fossmy-logo.png) [2]: http://foss.my/register/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/10/fossmy-logo.png" alt=""  />
</p>
<p>Payment options for FOSS.my 2008 are out.</p>
<p>How to register?</p>
<ol>
<li>
<p>Register at <!-- raw HTML omitted --><a href="http://foss.my/register/">http://foss.my/register/</a><!-- raw HTML omitted --></p>
</li>
<li>
<p>Make a payment to the MayBank account:</p>
</li>
</ol>
<ul>
<li>Account Name: FOSS MY EVENTS</li>
<li>Account Number: 564-276-101-587</li>
</ul>
<ol start="3">
<li>Email <a href="mailto:foss-my-payments@foss.org.my">foss-my-payments@foss.org.my</a> attached with proof of purchase shown below:</li>
</ol>
<ul>
<li>Screenshot of the transaction</li>
<li>Scan of bankslip</li>
<li>If you are a student, provide us with proof of academic standing<br>
with your Student ID</li>
</ul>
<p>Source: [FOSS.my 2008][2]</p>
<p>[1]: /wp-content/uploads/2008/10/fossmy-logo.png)
[2]: <a href="http://foss.my/register/">http://foss.my/register/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Petronas Deepavali 2008 advertisment</title>
      <link>https://thedaneshproject.com/posts/petronas-deepavali-2008-advertisment/</link>
      <pubDate>Thu, 23 Oct 2008 06:40:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/petronas-deepavali-2008-advertisment/</guid>
      <description>Yet another awesome ad from Petronas.
[youtube]http://www.youtube.com/watch?v=WRomCSkiEp0[/youtube]
Source: An advertisement that made me cry. || Petronas</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3071/2965699959_1e89e0071c.jpg" alt=""  />
</p>
<p>Yet another awesome ad from Petronas.</p>
<p>[youtube]http://www.youtube.com/watch?v=WRomCSkiEp0[/youtube]</p>
<p>Source: <a href="http://drsaravananr.blogspot.com/2008/10/advertisement-that-made-me-cry.html">An advertisement that made me cry</a>. || Petronas</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3.1 beta 1 is out</title>
      <link>https://thedaneshproject.com/posts/firefox-3.1-beta-1-is-out/</link>
      <pubDate>Thu, 23 Oct 2008 03:02:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3.1-beta-1-is-out/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;Firefox 3.1 beta 1 is out.&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s new?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Web standards improvements in the Gecko layout engine&lt;/li&gt;
&lt;li&gt;Added support for CSS 2.1 and CSS 3 properties&lt;/li&gt;
&lt;li&gt;A new tab-switching shortcut that shows previews of the tab youÃ¢â‚¬â„¢re switching to&lt;/li&gt;
&lt;li&gt;Improved control over the Smart Location Bar using special characters to restrict your search&lt;/li&gt;
&lt;li&gt;Support for new web technologies such as the and elements, the W3C Geolocation API, JavaScript query selectors, web worker threads, SVG transforms and offline applications.&lt;/li&gt;
&lt;/ul&gt;</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Firefox 3.1 beta 1 is out.</p>
<p>What&rsquo;s new?</p>
<ul>
<li>Web standards improvements in the Gecko layout engine</li>
<li>Added support for CSS 2.1 and CSS 3 properties</li>
<li>A new tab-switching shortcut that shows previews of the tab youÃ¢â‚¬â„¢re switching to</li>
<li>Improved control over the Smart Location Bar using special characters to restrict your search</li>
<li>Support for new web technologies such as the and elements, the W3C Geolocation API, JavaScript query selectors, web worker threads, SVG transforms and offline applications.</li>
</ul>
<p>[See more&hellip;][2]</p>
<p>Besides most of my extensions not working Firefox 3.1 Beta 1 seems to be pretty stable.</p>
<p>![](<a href="http://farm4.static.flickr.com/3155/2965354131_67b4977e33.jpg%22">http://farm4.static.flickr.com/3155/2965354131_67b4977e33.jpg&quot;</a> alt=&ldquo;Firefox-3.1-Beta-1&rdquo; width=&ldquo;500&rdquo; height=&ldquo;313&rdquo; /&gt;][3]</p>
<p>[Download Firefox 3.1 Beta 1][4] or if you prefer the [nightly builds][5].</p>
<p><strong>Remember!! Betas are not for everyone, their meant for developers and testers.</strong></p>
<p>Source: [Mozilla Dev][6]</p>
<p>[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png)
[2]: <a href="http://developer.mozilla.org/web-tech/2008/10/14/firefox-31-beta-1-an-overview-of-features-for-web-developers">http://developer.mozilla.org/web-tech/2008/10/14/firefox-31-beta-1-an-overview-of-features-for-web-developers</a>
[3]: <a href="http://www.flickr.com/photos/dannyportal/2965354131/">http://www.flickr.com/photos/dannyportal/2965354131/</a> &ldquo;Firefox-3.1-Beta-1 by Danesh Manoharan, on Flickr&rdquo;
[4]: <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">http://www.mozilla.com/en-US/firefox/all-beta.html</a>
[5]: <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/</a>
[6]: <a href="https://developer.mozilla.org/devnews/index.php/2008/10/14/firefox-31-beta-1-now-available-for-download/">https://developer.mozilla.org/devnews/index.php/2008/10/14/firefox-31-beta-1-now-available-for-download/</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Deluge 1.0.2 released</title>
      <link>https://thedaneshproject.com/posts/deluge-1.0.2-released/</link>
      <pubDate>Sat, 11 Oct 2008 16:19:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-1.0.2-released/</guid>
      <description>Deluge 1.0.2 is out. This is an important bug fix release for Deluge 1.0.0. Many bug fixes and stability improvements have gone into it.
Changelog; Read more
Deluge 1.0.2 (10 October 2008)
Core:
Fix issue where torrents will not be properly added to the session Deluge 1.0.1 (10 October 2008)
Core:
Change the default max global upload slots to 4 instead of -1 since libtorrent
will automatically open more slots to meet the upload speed limit.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3074/2931191393_d9eb5c92c3.jpg" alt=""  />
</p>
<p>Deluge 1.0.2 is out. This is an important bug fix release for Deluge 1.0.0. Many bug fixes and stability improvements have gone into it.</p>
<p>Changelog; <a href="http://forum.deluge-torrent.org/viewtopic.php?f=8&amp;t=10585">Read more</a></p>
<blockquote>
<p>Deluge 1.0.2 (10 October 2008)<br>
Core:</p>
<ul>
<li>Fix issue where torrents will not be properly added to the session</li>
</ul>
<p>Deluge 1.0.1 (10 October 2008)<br>
Core:</p>
<ul>
<li>Change the default max global upload slots to 4 instead of -1 since libtorrent<br>
will automatically open more slots to meet the upload speed limit.</li>
<li>Fix display of tracker error messages</li>
<li>Fix add_torrent_url() to download the torrent file in a thread to prevent<br>
the main thread from blocking and causing the daemon to freeze.</li>
<li>Removed the &lsquo;Maximum Connections Per Second&rsquo; setting and replaced it with a<br>
default setting of 20. This should alleviate speed issues some are experiencing.</li>
<li>Changed max half-open connections default limit to 8 on XP/2000 and 4 on Vista</li>
<li>Prevent being able to set file priorities for compactly allocated torrents as<br>
it is not intended to work.</li>
<li>Fix freezing on start-up issues on systems that do not have a properly<br>
configured localhost entry.</li>
<li>Change max connections default setting to 200</li>
<li>Fix issue with invalid bencoding from some trackers</li>
<li>Plenty of libtorrent updates that should improve core stability</li>
</ul>
<p>GtkUI:</p>
<ul>
<li>Improve performance of files tab by only updating when values change</li>
</ul>
<p>Misc:</p>
<ul>
<li>Fix #187 set a 5 second timer to save the config file after a config value<br>
has been changed.</li>
<li>Fix #503 change the boost lib detection logic to first look for -mt and<br>
if not available, fall back to regular boost lib (non-multithreaded)</li>
</ul>
<p>WebUI:</p>
<ul>
<li>Add enable &ldquo;Auto Add&rdquo; checkbox</li>
</ul>
</blockquote>
<p><a href="http://deluge-torrent.org/downloads.php">Download Deluge</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE repositories down due to power outage</title>
      <link>https://thedaneshproject.com/posts/opensuse-repositories-down-due-to-power-outage/</link>
      <pubDate>Sat, 11 Oct 2008 04:40:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-repositories-down-due-to-power-outage/</guid>
      <description>openSUSE&amp;rsquo;s mailingÃ‚Â list, download redirector, build services are down due to a power outage at their datacenter in NÃƒÂ¼rnberg, Germany.
Restoration work is in motion but it it&amp;rsquo;s going to take a few hours to complete. [Check status here][2].
See some photos from the work site. [Markojung][3] || Beineri
As a workaround use the mirrors. I&amp;rsquo;m on http://mirror.oscc.org.my/ . Find a mirror closer to you.
Source: [openSUSE][2]
[1]: /wp-content/uploads/2008/10/opensuse.png) [2]: http://news.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/10/opensuse.png" alt=""  />
</p>
<p>openSUSE&rsquo;s mailingÃ‚Â  list, download redirector, build services are down due to a power outage at their datacenter in NÃƒÂ¼rnberg, Germany.</p>
<p>Restoration work is in motion but it it&rsquo;s going to take a few hours to complete. [Check status here][2].</p>
<p>See some photos from the work site. [Markojung][3] || Beineri</p>
<p>As a workaround use the mirrors. I&rsquo;m on <a href="http://mirror.oscc.org.my/">http://mirror.oscc.org.my/</a> . Find a mirror closer to you.</p>
<p>Source: [openSUSE][2]</p>
<p>[1]: /wp-content/uploads/2008/10/opensuse.png)
[2]: <a href="http://news.opensuse.org/2008/10/10/power-outage-in-area-where-most-opensuse-servers-are-located/">http://news.opensuse.org/2008/10/10/power-outage-in-area-where-most-opensuse-servers-are-located/</a>
[3]: <a href="http://www.flickr.com/photos/mjung/sets/72157607907568938">http://www.flickr.com/photos/mjung/sets/72157607907568938</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>MyOSS October 2008 Meetup – Ole Tange on the OpenMoko Mobile Phone</title>
      <link>https://thedaneshproject.com/posts/myoss-october-2008-meetup-ole-tange-on-the-openmoko-mobile-phone/</link>
      <pubDate>Wed, 08 Oct 2008 04:26:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/myoss-october-2008-meetup-ole-tange-on-the-openmoko-mobile-phone/</guid>
      <description>I&amp;rsquo;m going, are you?
Source: foss-sm</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3131/2922974637_984b4d85ec_o.jpg" alt=""  />
</p>
<p>I&rsquo;m going, are you?</p>
<p>Source: <a href="http://foss.org.my/projects/meetups/october-2008/myoss-oct-2008-meetup-openmoko">foss-sm</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>RPK’s on Slashdot</title>
      <link>https://thedaneshproject.com/posts/rpks-on-slashdot/</link>
      <pubDate>Tue, 07 Oct 2008 08:55:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rpks-on-slashdot/</guid>
      <description>RPK made it to Slashdot. Check it out.
Source: Slashdot</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3187/2920618719_3185fe332d_o.jpg" alt=""  />
</p>
<p>RPK made it to Slashdot. <a href="http://news.slashdot.org/news/08/10/06/1952201.shtml">Check it out</a>.</p>
<p>Source: <a href="http://news.slashdot.org/news/08/10/06/1952201.shtml">Slashdot</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How do you name your computers?</title>
      <link>https://thedaneshproject.com/posts/how-do-you-name-your-computers/</link>
      <pubDate>Sun, 05 Oct 2008 09:45:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-do-you-name-your-computers/</guid>
      <description>Thought it would be interesting to find out how people name their computers. I&amp;rsquo;ve always used names as they help me identify servers easier.
My computers;
My Linux Notebook is &amp;ldquo;Pandora&amp;rdquo;. Weapon of mass destruction.
My ipCOP server is now &amp;ldquo;angel&amp;rdquo;. It used to be &amp;ldquo;vagina&amp;rdquo;, not the best name when you stay with your family.
My Linux Desktop is named &amp;ldquo;bespin&amp;rdquo;.
My file/web server goes by &amp;ldquo;nosebleed&amp;rdquo; because some content on it will give you a nosebleed.</description>
      <content:encoded><![CDATA[<p>Thought it would be interesting to find out how people name their computers. I&rsquo;ve always used names as they help me identify servers easier.</p>
<p>My computers;</p>
<ol>
<li>
<p>My Linux Notebook is &ldquo;Pandora&rdquo;. Weapon of mass destruction.</p>
</li>
<li>
<p>My ipCOP server is now &ldquo;angel&rdquo;. It used to be &ldquo;vagina&rdquo;, not the best name when you stay with your family.</p>
</li>
<li>
<p>My Linux Desktop is named &ldquo;bespin&rdquo;.</p>
</li>
<li>
<p>My file/web server goes by &ldquo;nosebleed&rdquo; because some content on it will give you a nosebleed.</p>
</li>
<li>
<p>My WinXP desktop goes by &ldquo;junk&rdquo;. Need I say more?</p>
</li>
<li>
<p>My office notebook goes by abubu. I have not idea why I chose that name.</p>
</li>
</ol>
<p>So tell me, how to you name your computers?</p>
]]></content:encoded>
    </item>
    <item>
      <title>FOSS.my 2008</title>
      <link>https://thedaneshproject.com/posts/foss.my-2008/</link>
      <pubDate>Fri, 03 Oct 2008 13:43:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/foss.my-2008/</guid>
      <description>The World is Just Awesome!! Finally the local FOSS community is gonna get what it&amp;rsquo;s always wanted. FOSS.my 2008 , 2 full days of FOSS related itineraries by techies for techies.
FOSS.my 2008 will be hosted by APIIT at their TPM campus in Bukit Jalil on the 8th and 9th of November 2008.
As of now, the schedule and itineraries have not been finalized as there still are slots for speakers available.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3209/2909890730_706a87729a.jpg" alt=""  />
</p>
<h2 id="the-world-is-just-awesome">The World is Just Awesome!!</h2>
<p>Finally the local FOSS community is gonna get what it&rsquo;s always wanted. FOSS.my 2008 , 2 full days of FOSS related itineraries by techies for techies.</p>
<p>FOSS.my 2008 will be hosted by <a href="http://www.apiit.edu.my/">APIIT</a> at their TPM campus in Bukit Jalil on the 8th and 9th of November 2008.</p>
<p>As of now, the schedule and itineraries have not been finalized as there still are slots for speakers available. If you have something to contribute to the FOSS world then this will be your chance to contribute. Volunteer as a speaker.</p>
<p>If you have topics that you feel will be beneficial to the conference please have them submitted. Also if you know somebody who should be talking at the conference please submit.</p>
<p>And finally, volunteers. Who can live without them. The backbone of FOSS. If you&rsquo;re up to it, register yourself.</p>
<p>Registration is now open and priced at RM30 for students and RM50 for regulars. Register!!</p>
<p>You can follow FOSS.my 2008 on;</p>
<ol>
<li>
<p><a href="http://twitter.com/fossmy">Twitter</a></p>
</li>
<li>
<p><a href="http://www.new.facebook.com/event.php?eid=31768802826">Facebook</a></p>
</li>
<li>
<p><a href="http://identi.ca/fossmy">Identi.ca</a></p>
</li>
<li>
<p>Mailing List</p>
</li>
<li>
<p><a href="http://devel.foss.org.my">FOSS.my 2008</a></p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Beneath Your Skin</title>
      <link>https://thedaneshproject.com/posts/beneath-your-skin/</link>
      <pubDate>Tue, 30 Sep 2008 05:23:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/beneath-your-skin/</guid>
      <description>Alan&amp;rsquo;s got a new T out on DBH. If you like the design then vote to see it on a T soon.
I voted and I love the purple.
source: DBH || Alan Bernard</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3249/2901325980_d601bb14e4.jpg" alt=""  />
</p>
<p><a href="http://www.alanbernard.com/">Alan&rsquo;s</a> got a new T out on DBH. If you like the design then <a href="http://www.designbyhumans.com/vote/detail/29961">vote</a> to see it on a T soon.</p>
<p>I voted and I love the purple.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3159/2901326044_33b6ac5b6f.jpg" alt=""  />
</p>
<p>source: <a href="http://www.designbyhumans.com/vote/detail/29961">DBH</a> || <a href="http://www.alanbernard.com/">Alan Bernard</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge 1.0.0 released</title>
      <link>https://thedaneshproject.com/posts/deluge-1.0.0-released/</link>
      <pubDate>Fri, 26 Sep 2008 11:17:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-1.0.0-released/</guid>
      <description>Deluge 1.0.0 codenamed &amp;ldquo;Sharks Are Bulletproof&amp;rdquo; is out. It&amp;rsquo;s a complete rewrite from the ground up with a host of new features.
It&amp;rsquo;s now possible to run Deluge as a daemon since the core and UI have been separated.
The GTK UI has also been redesigned as seen in the screen shot above.
Deluge is now way more stable compared to the older versions.
New and improved queuing system.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3181/2889031121_b690c5fbdd.jpg" alt=""  />
</p>
<p>Deluge 1.0.0 codenamed &ldquo;Sharks Are Bulletproof&rdquo; is out. It&rsquo;s a complete rewrite from the ground up with a host of new features.</p>
<ol>
<li>
<p>It&rsquo;s now possible to run Deluge as a daemon since the core and UI have been separated.</p>
</li>
<li>
<p>The GTK UI has also been redesigned as seen in the screen shot above.</p>
</li>
<li>
<p>Deluge is now way more stable compared to the older versions.</p>
</li>
<li>
<p>New and improved queuing system.</p>
</li>
<li>
<p>Include GeoIP database for country look-ups</p>
</li>
<li>
<p>Migration to the upcoming libtorrent 0.14 release</p>
</li>
</ol>
<p>However, before upgrading I would recommend that you complete your torrents first. This upgrade will not migrate your settings and your torrent list is not guaranteed to migrate properly too. So why take the chance right?</p>
<p>Read the change log or the <a href="http://forum.deluge-torrent.org/viewtopic.php?f=8&amp;t=9875">release notes</a> while you <a href="http://deluge-torrent.org/downloads.php">download Deluge 1.0.0</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Follow the 2008 presidential election on Twitter</title>
      <link>https://thedaneshproject.com/posts/follow-the-2008-presidential-election-on-twitter/</link>
      <pubDate>Fri, 26 Sep 2008 08:40:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/follow-the-2008-presidential-election-on-twitter/</guid>
      <description>Now you have one source of all your 2008 presidential election twits.
election.twitter.com is the latest offering from Twitter. It&amp;rsquo;s a collection of all twits related to the 2008
presidential election presented in one page which keep coming in live.
Depending on your preference you could follow individual candidates or the whole shebang. Many are already hooked onto to it now and you might too.
Source: election.twitter.com</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3067/2889678430_ef486ea030.jpg" alt=""  />
</p>
<p>Now you have one source of all your 2008 presidential election twits.</p>
<p>election.twitter.com is the latest offering from Twitter. It&rsquo;s a collection of all twits related to the 2008<br>
presidential election presented in one page which keep coming in live.</p>
<p>Depending on your preference you could follow individual candidates or the whole shebang. Many are already hooked onto to it now and you might too.</p>
<p>Source: election.twitter.com</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Android debuts through T-Mobile’s G1</title>
      <link>https://thedaneshproject.com/posts/google-android-debuts-through-t-mobiles-g1/</link>
      <pubDate>Tue, 23 Sep 2008 15:39:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-android-debuts-through-t-mobiles-g1/</guid>
      <description>T-Mobile today officially announed it new smart phone G1 which is powered by Google Android. Watch the webcast
It might not look as cool as the iPhone but from a application standpoint it&amp;rsquo;s a whole different story.
Android market being an open market place for Android Apps will anyone to publish their apps and users will be able to choose what apps they want to install and run.
Here&amp;rsquo;s G1&amp;rsquo;s specs;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/tmobile-g1.jpg" alt="T-Mobile G1"  title="T-Mobile G1"  />
</p>
<p>T-Mobile today officially announed it new smart phone G1 which is powered by Google Android. Watch the webcast</p>
<p>It might not look as cool as the iPhone but from a application standpoint it&rsquo;s a whole different story.</p>
<p>Android market being an open market place for <a href="http://android-developers.blogspot.com/2008/08/android-market-user-driven-content.html">Android Apps</a> will anyone to publish their apps and users will be able to choose what apps they want to install and run.</p>
<p>Here&rsquo;s G1&rsquo;s specs;</p>
<p>Size: 4.6 x 2.16 x 0.63 in (117 x 55 x 16 mm)<br>
Weight: 5.6 oz (159 g)<br>
Display: 65K color screen, HVGA (480 x 320)<br>
Talk Time: 5 hours<br>
Standby Time: 130 hours<br>
Memory: expandable up to 8 GB<br>
Camera: 3.1 MP<br>
Google apps: Maps, Gmail, YouTube, Calendar, Google Talk.</p>
<p>From what I&rsquo;ve gathered G1 will start out at USD 176 and 25USD-35USD for the plans.</p>
<p>Source: <a href="http://googlesystem.blogspot.com/2008/09/android-makes-its-debut.html">GoogleSystem</a> || <a href="http://www.talkandroid.com/243-t-mobile-g1-website-handset-specs/">TalkAndroid</a> || T-Mobile || <a href="http://news.bbc.co.uk/2/hi/technology/7630888.stm">BBC</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Heroes Season 3: Villains is out</title>
      <link>https://thedaneshproject.com/posts/heroes-season-3-villains-is-out/</link>
      <pubDate>Tue, 23 Sep 2008 08:10:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/heroes-season-3-villains-is-out/</guid>
      <description>Heroes Season 3: Villains is finally here. Been waiting awhile for this now. Get the torrent.
Also make sure you catch the the special episode 00. Get the torrent.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3003/2881041777_4dabbd91f9.jpg" alt=""  />
</p>
<p>Heroes Season 3: Villains is finally here. Been waiting awhile for this now. <a href="http://www.rlslog.net/heroes-s03e01-720p-hdtv-x264-dimension/">Get the torrent</a>.</p>
<p>Also make sure you catch the the special episode 00. <a href="http://www.rlslog.net/heroes-s03e00-hdtv-xvid-xor/">Get the torrent</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 11.1 Beta 1 released</title>
      <link>https://thedaneshproject.com/posts/opensuse-11.1-beta-1-released/</link>
      <pubDate>Mon, 22 Sep 2008 19:02:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-11.1-beta-1-released/</guid>
      <description>openSUSE 11.1 Beta 1 is now available for download and testing.
Some of the important changes;
Linux kernel 2.6.27rc5.
GNOME 2.24 and KDE 4.1.x will be the default desktop choices. KDE 3.5.10 will still available under the &amp;ldquo;other window managers&amp;rdquo; section. I&amp;rsquo;m not a big fan of KDE 4 yet but for testing I&amp;rsquo;ll take it for a spin.
Amarok 2.0 Beta 1 for KDE 4 and Banshee 3.1 for GNOME.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/08/opensuse-friendly.png" alt=""  />
</p>
<p>openSUSE 11.1 Beta 1 is now available for download and testing.</p>
<p>Some of the important changes;</p>
<p>Linux kernel 2.6.27rc5.</p>
<p>GNOME 2.24 and KDE 4.1.x will be the default desktop choices. KDE 3.5.10 will still available under the &ldquo;other window managers&rdquo; section. I&rsquo;m not a big fan of KDE 4 yet but for testing I&rsquo;ll take it for a spin.</p>
<p>Amarok 2.0 Beta 1 for KDE 4 and Banshee 3.1 for GNOME. Amarok 2 is gonna rock!!</p>
<p>IPv6 support. Run in an IPv6 environment and run IPv6 based web servers.</p>
<p>Support for SELinux alongside the Novell&rsquo;s AppArmor.</p>
<p>[Read about the other changes][2] while you [download the ISO][3].</p>
<p>[1]: /wp-content/uploads/2007/08/opensuse-friendly.png)
[2]: <a href="http://news.opensuse.org/2008/09/20/development-release-opensuse-111-beta-1-now-available/">http://news.opensuse.org/2008/09/20/development-release-opensuse-111-beta-1-now-available/</a>
[3]: <a href="http://download.opensuse.org/distribution/">http://download.opensuse.org/distribution/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bee En Downfall Parody by Kavilan</title>
      <link>https://thedaneshproject.com/posts/bee-en-downfall-parody-by-kavilan/</link>
      <pubDate>Mon, 22 Sep 2008 12:56:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bee-en-downfall-parody-by-kavilan/</guid>
      <description>Abinesh gave me a heads up on this parody by Kavilan. Freaking awesome!! You gotta watch it for yourself.
[youtube]http://www.youtube.com/watch?v=_7XCRpRwz1s[/youtube]
Source: Kavilan</description>
      <content:encoded><![CDATA[<p><a href="http://politickler.com/posts/bee-en-downfall-parody/">Abinesh</a> gave me a heads up on this parody by Kavilan. Freaking awesome!! You gotta watch it for yourself.</p>
<p>[youtube]http://www.youtube.com/watch?v=_7XCRpRwz1s[/youtube]</p>
<p>Source: Kavilan</p>
]]></content:encoded>
    </item>
    <item>
      <title>Chromifox 1.0</title>
      <link>https://thedaneshproject.com/posts/chromifox-1.0/</link>
      <pubDate>Mon, 22 Sep 2008 10:30:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/chromifox-1.0/</guid>
      <description>This is my current favourite Firefox theme. Chromifox 1.0
It&amp;rsquo;s inspired by Chrome as you might have already noticed. The theme manages to give my Firefox a clean look. I guess it&amp;rsquo;s the blue and the tabs.
Get the theme
If you need Chorme inspired themes for your blog look here.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3215/2878887714_2308b358a9.jpg" alt=""  />
</p>
<p>This is my current favourite Firefox theme. Chromifox 1.0</p>
<p>It&rsquo;s inspired by <a href="http://www.google.com/chrome">Chrome</a> as you might have already noticed. The theme manages to give my Firefox a clean look. I guess it&rsquo;s the blue and the tabs.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/8782">Get the theme</a></p>
<p>If you need Chorme inspired themes for your blog <a href="http://www.liewcf.com/blog/archives/2008/09/google-chrome-blog-theme-for-wordpress-and-blogspot/">look here</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free Raja Petra Kamaruddin, Sign the petition</title>
      <link>https://thedaneshproject.com/posts/free-raja-petra-kamaruddin-sign-the-petition/</link>
      <pubDate>Sun, 21 Sep 2008 16:01:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-raja-petra-kamaruddin-sign-the-petition/</guid>
      <description>The dude speaks for us, he speaks about the truths that others don&amp;rsquo;t want to get into. It&amp;rsquo;s time we showed our gratitute.
There&amp;rsquo;s a petition to the PM which needs your attention. It&amp;rsquo;s currently standing at a disappointing 16722 signatures. He needs more&amp;hellip;..!!!
[Sign The Petition][2] Source: [Politickler][3]
[1]: /wp-content/uploads/2008/09/free-rpk.jpg) [2]: http://www.petitiononline.com/isa1234/petition.html [3]: http://politickler.com/posts/lets-get-rpk-out-of-isa-now/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/free-rpk.jpg" alt=""  />
</p>
<p>The dude speaks for us, he speaks about the truths that others don&rsquo;t want to get into. It&rsquo;s time we showed our gratitute.</p>
<p>There&rsquo;s a petition to the PM which needs your attention. It&rsquo;s currently standing at a disappointing 16722 signatures. He needs more&hellip;..!!!</p>
<h1 id="span-stylecolor-3366ffsign-the-petitionspan2">[<!-- raw HTML omitted -->Sign The Petition<!-- raw HTML omitted -->][2]</h1>
<p>Source: [Politickler][3]</p>
<p>[1]: /wp-content/uploads/2008/09/free-rpk.jpg)
[2]: <a href="http://www.petitiononline.com/isa1234/petition.html">http://www.petitiononline.com/isa1234/petition.html</a>
[3]: <a href="http://politickler.com/posts/lets-get-rpk-out-of-isa-now/">http://politickler.com/posts/lets-get-rpk-out-of-isa-now/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to find your Ubuntu version</title>
      <link>https://thedaneshproject.com/posts/how-to-find-your-ubuntu-version/</link>
      <pubDate>Sun, 21 Sep 2008 04:34:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-your-ubuntu-version/</guid>
      <description>2 easy ways find out what version of Ubuntu you&amp;rsquo;re running.
First option,
cat the /etc/issue file.
danny@family-desktop:/etc$ cat /etc/issue&amp;lt;br /&amp;gt; Ubuntu 8.04.1 \n \l
Second option
cat the /etc/lsb-release file.
danny@family-desktop:/etc$ cat /etc/lsb-release&amp;lt;br /&amp;gt; DISTRIB_ID=Ubuntu&amp;lt;br /&amp;gt; DISTRIB_RELEASE=8.04&amp;lt;br /&amp;gt; DISTRIB_CODENAME=hardy&amp;lt;br /&amp;gt; DISTRIB_DESCRIPTION=&amp;quot;Ubuntu 8.04.1&amp;quot;
or
run the lsb_release command with the &amp;ldquo;-a&amp;rdquo; switch.
danny@family-desktop:/etc$ lsb_release -a&amp;lt;br /&amp;gt; No LSB modules are available.&amp;lt;br /&amp;gt; Distributor ID: Ubuntu&amp;lt;br /&amp;gt; Description:Ã‚Â Ã‚Â Ã‚Â Ubuntu 8.</description>
      <content:encoded><![CDATA[<p>2 easy ways find out what version of Ubuntu you&rsquo;re running.</p>
<p><strong>First option,</strong></p>
<p>cat the /etc/issue file.</p>
<p><code>danny@family-desktop:/etc$ cat /etc/issue&lt;br /&gt; Ubuntu 8.04.1 \n \l</code></p>
<p><strong>Second option</strong></p>
<p>cat the /etc/lsb-release file.</p>
<p><code>danny@family-desktop:/etc$ cat /etc/lsb-release&lt;br /&gt; DISTRIB_ID=Ubuntu&lt;br /&gt; DISTRIB_RELEASE=8.04&lt;br /&gt; DISTRIB_CODENAME=hardy&lt;br /&gt; DISTRIB_DESCRIPTION=&quot;Ubuntu 8.04.1&quot;</code></p>
<p>or</p>
<p>run the lsb_release command with the &ldquo;-a&rdquo; switch.</p>
<p><code>danny@family-desktop:/etc$ lsb_release -a&lt;br /&gt; No LSB modules are available.&lt;br /&gt; Distributor ID: Ubuntu&lt;br /&gt; Description:Ã‚Â Ã‚Â Ã‚Â  Ubuntu 8.04.1&lt;br /&gt; Release:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  8.04&lt;br /&gt; Codename:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  hardy</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Kickdefella is back!!</title>
      <link>https://thedaneshproject.com/posts/kickdefella-is-back/</link>
      <pubDate>Sat, 20 Sep 2008 16:47:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kickdefella-is-back/</guid>
      <description>2 days later Syed Azidi Syed Aziz a.k.a Kickdefella is once again a free man. [Why was he arrested?][2]
From his posts it&amp;rsquo;s quite obvious that the police scare tactics didn&amp;rsquo;t quite work. When you speak the trurth fear will be non-existent.
Sources: [MalaysiaKini][3] || [Kickdefella][4] || [Politickler][5]
[1]: /wp-content/uploads/2008/09/kickdefella-free.jpg) [2]: /posts/blogger-kickdefella-detained/ [3]: http://www.malaysiakini.com/news/90112 [4]: http://kickdefella.wordpress.com/2008/09/20/sheih-is-back/ [5]: http://politickler.com/posts/sheih-is-back/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/kickdefella-free.jpg" alt=""  />
</p>
<p>2 days later Syed Azidi Syed Aziz a.k.a Kickdefella is once again a free man. [Why was he arrested?][2]</p>
<p>From his posts it&rsquo;s quite obvious that the police scare tactics didn&rsquo;t quite work. When you speak the trurth fear will be non-existent.</p>
<p>Sources: [MalaysiaKini][3] || [Kickdefella][4] || [Politickler][5]</p>
<p>[1]: /wp-content/uploads/2008/09/kickdefella-free.jpg)
[2]: /posts/blogger-kickdefella-detained/
[3]: <a href="http://www.malaysiakini.com/news/90112">http://www.malaysiakini.com/news/90112</a>
[4]: <a href="http://kickdefella.wordpress.com/2008/09/20/sheih-is-back/">http://kickdefella.wordpress.com/2008/09/20/sheih-is-back/</a>
[5]: <a href="http://politickler.com/posts/sheih-is-back/">http://politickler.com/posts/sheih-is-back/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Teresa Kok is out</title>
      <link>https://thedaneshproject.com/posts/teresa-kok-is-out/</link>
      <pubDate>Fri, 19 Sep 2008 07:15:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/teresa-kok-is-out/</guid>
      <description>Teresa Kok is finally out. Source: Politickler</description>
      <content:encoded><![CDATA[<h2 id="comments">Teresa Kok is finally out.</h2>
<!-- raw HTML omitted -->
<p>Source: <a href="http://politickler.com/posts/teresa-kok-released/">Politickler</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Robots express themselves</title>
      <link>https://thedaneshproject.com/posts/robots-express-themselves/</link>
      <pubDate>Fri, 19 Sep 2008 05:07:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/robots-express-themselves/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=0tAuOKBkYlA[/youtube]
Robots with facial expression, being able to convey emotions. Now this is freaking awesome. Imagine their application in the real world.
There&amp;rsquo;s one place I&amp;rsquo;d love to see them, Malaysian toll booths. So called for the physically challenged but yet everyone reports never meeting a physically challeged person at a toll booth.
O!! the stupidity, a person to dispatch tickets, how dumb do you need to be to take a job like this?</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=0tAuOKBkYlA[/youtube]</p>
<p>Robots with facial expression, being able to convey emotions. Now this is freaking awesome. Imagine their application in the real world.</p>
<p>There&rsquo;s one place I&rsquo;d love to see them, Malaysian toll booths. So called for the physically challenged but yet everyone reports never meeting a physically challeged person at a toll booth.</p>
<p>O!! the stupidity, a person to dispatch tickets, how dumb do you need to be to take a job like this? Parking lots have automated systems don&rsquo;t they?</p>
<p>Source: <a href="http://news.nationalgeographic.com/news/2008/09/080910-robots-video-ap.html">National Geographic</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>VLC media player 0.9.2</title>
      <link>https://thedaneshproject.com/posts/vlc-media-player-0.9.2/</link>
      <pubDate>Fri, 19 Sep 2008 00:42:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/vlc-media-player-0.9.2/</guid>
      <description>The best media player in my book, VLC has a new version out. Like WL it&amp;rsquo;s my player of choice on both my Linux and Windows machines.
[vimeo]http://vimeo.com/1732418[/vimeo]
Read the changelog while you download the installer.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/vlc092.jpg" alt="VLC media player 0.9.2"  title="VLC media player 0.9.2"  />
</p>
<p>The best media player in my book, VLC has a new version out. Like <a href="http://wingloon.com/2008/09/17/vlc-media-player-092-released/">WL</a> it&rsquo;s my player of choice on both my Linux and Windows machines.</p>
<p>[vimeo]http://vimeo.com/1732418[/vimeo]</p>
<p>Read the changelog while you <a href="http://www.videolan.org/vlc/">download the installer</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Are you on this list?</title>
      <link>https://thedaneshproject.com/posts/are-you-on-this-list/</link>
      <pubDate>Thu, 18 Sep 2008 04:47:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/are-you-on-this-list/</guid>
      <description>Ã¢â‚¬ËœOpen up. IÃ¢â‚¬â„¢ve got news for youÃ¢â‚¬â„¢, shrieked lil hummingbird outside.
Ã¢â‚¬ËœGo away. People donÃ¢â‚¬â„¢t believe you after your Ã¢â‚¬ËœRPK on hunger strikeÃ¢â‚¬â„¢ false alarmÃ¢â‚¬â„¢, I chided.
Ã¢â‚¬ËœWhatÃ¢â‚¬â„¢s wrong with you people? Is RPK not eating? Is RPK not in a bad way? Does it matter that heÃ¢â‚¬â„¢s not on strike but possibly avoiding food served him because heÃ¢â‚¬â„¢s concerned about whatÃ¢â‚¬â„¢s in it? WhatÃ¢â‚¬â„¢s wrong with you people?Ã¢â‚¬â„¢ Realizing that to-date IÃ¢â‚¬â„¢ve have yet to win any argument with this pesky bird, I relented and let him in.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœOpen up. IÃ¢â‚¬â„¢ve got news for youÃ¢â‚¬â„¢<!-- raw HTML omitted --><!-- raw HTML omitted -->, shrieked lil hummingbird outside.</p>
<p><em>Ã¢â‚¬ËœGo away. People donÃ¢â‚¬â„¢t believe you after your Ã¢â‚¬ËœRPK on hunger strikeÃ¢â‚¬â„¢ false alarmÃ¢â‚¬â„¢</em>, I chided.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœWhatÃ¢â‚¬â„¢s wrong with you people? Is RPK not eating? Is RPK not in a bad way? Does it matter that heÃ¢â‚¬â„¢s not on strike but possibly avoiding food served him because heÃ¢â‚¬â„¢s concerned about whatÃ¢â‚¬â„¢s in it? WhatÃ¢â‚¬â„¢s wrong with you people?Ã¢â‚¬â„¢ <!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Realizing that to-date IÃ¢â‚¬â„¢ve have yet to win any argument with this pesky bird, I relented and let him in.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœKarma, just retribution, an eye for an eye, shylockÃ¢â‚¬â„¢s pound of flesh, call it what you want, but word out there is that in the run-up to the impending takeover by Pakatan, many in the civil service, the police, the judiciary, the prosecution have gone beyond the call of duty to frustrate PakatanÃ¢â‚¬â„¢s march to Putrajaya.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœThey may not know it but they are all being noted. Lists are being drawn up. A senior civil servants list, a list of senior police officers, a judges list. Lists and more lists.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœAnd when Pakatan finally gets to Putrajaya, justice will be done.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœA tribunal will be lawfully established to to try these opponents of democracy, these traitors who reneged on their duty to serve the rakyat and instead embroiled themselves in illegalities to pander to their BN masters.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœThey know who they are. Pakatan know too.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Ã¢â‚¬ËœThey plot now. Pakatan are plotting tooÃ¢â‚¬â„¢.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Source: <a href="http://harismibrahim.wordpress.com/2008/09/18/are-you-on-this-list/">harismibrahim.wordpress.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Blogger Kickdefella detained</title>
      <link>https://thedaneshproject.com/posts/blogger-kickdefella-detained/</link>
      <pubDate>Wed, 17 Sep 2008 12:01:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/blogger-kickdefella-detained/</guid>
      <description>Another blogger gets detained. Syed Azidi Syed Aziz a.k.a Kickdefella was detained by the police this evening at his home. Reason for the arrest, Sedition Act as usual.
Who&amp;rsquo;s next? Me, you, everyone who blogs?
Update: 2 day remand
Source: NST</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3003/2864569241_a2510cfbbd_o.jpg" alt=""  />
</p>
<p>Another blogger gets detained. Syed Azidi Syed Aziz a.k.a <a href="http://kickdefella.wordpress.com/">Kickdefella</a> was detained by the police this evening at his home. Reason for the arrest, Sedition Act as usual.</p>
<p>Who&rsquo;s next? Me, you, everyone who blogs?</p>
<p>Update: 2 day remand</p>
<p>Source: NST</p>
]]></content:encoded>
    </item>
    <item>
      <title>Najib joins the internet</title>
      <link>https://thedaneshproject.com/posts/najib-joins-the-internet/</link>
      <pubDate>Wed, 17 Sep 2008 06:01:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/najib-joins-the-internet/</guid>
      <description>Najib launched his personal site yesterday. Go to his site.
I love the quote. &amp;ldquo;Each of us is one Malaysian, Together we are one Malaysia&amp;rdquo;
If this is true then why does the segregation happen in Malaysia? What is all the hoo haa about then&amp;hellip;. Don&amp;rsquo;t just quote, make sure you practice it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3118/2864948870_e1216e4788_o.jpg" alt=""  />
</p>
<p>Najib launched his personal site yesterday. <a href="http://www.1malaysia.com.my">Go to his site</a>.</p>
<p>I love the quote. &ldquo;Each of us is one Malaysian, Together we are one Malaysia&rdquo;</p>
<p>If this is true then why does the segregation happen in Malaysia? What is all the hoo haa about then&hellip;. Don&rsquo;t just quote, make sure you practice it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy Malaysia Day 2008</title>
      <link>https://thedaneshproject.com/posts/happy-malaysia-day-2008/</link>
      <pubDate>Tue, 16 Sep 2008 02:52:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-malaysia-day-2008/</guid>
      <description>HAPPY MALAYSIA DAY
Today&amp;rsquo;s Malaysia&amp;rsquo;s birthday.The day all the states came together to form Malaysia.
Being in this country for 28 years has been fun. It&amp;rsquo;s has treated me and my family well. Maybe it&amp;rsquo;s because we decided not to depend on the gov. Growing up in Cameron Highlands was awesome as everyone looked out for each other regardless for skin color, language or religion unlike here and now.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3190/2860931523_9e1852f58b_o.jpg" alt=""  />
</p>
<p>HAPPY <a href="http://en.wikipedia.org/wiki/Malaysia_Day">MALAYSIA DAY</a></p>
<p>Today&rsquo;s Malaysia&rsquo;s birthday.The day all the states came together to form Malaysia.</p>
<p>Being in this country for 28 years has been fun. It&rsquo;s has treated me and my family well. Maybe it&rsquo;s because we decided not to depend on the gov. Growing up in Cameron Highlands was awesome as everyone looked out for each other regardless for skin color, language or religion unlike here and now.</p>
<p>My dad still gets emotional every time we talk about Rakyat Malaysia and I now understand why. During his day everyone used to tight, family like.</p>
<p>Today, all hell has broken loose, power hungry bastards are going to the lowest possible to gain power. Just like a prostitute giving you a good blow job for a tip and a beggar on the street asking for a dollar which he later uses to get booze.</p>
<p>Even thou today&rsquo;s a important day but the love ain&rsquo;t there no more, I feel like a migrant in my own country. It&rsquo;s a fucked yup feeling and I want it to end. Let&rsquo;s see if 916 fixes it.</p>
<p>More about 916; <a href="http://politickler.com/posts/pakatan-are-ready-2/">Politickler</a> || <a href="http://politickler.com/posts/september-16-2008-gathering/">Politickler</a> || <a href="http://www1.malaysiakini.com/news/89776">Malaysiakini</a></p>
<p>Again, HAPPY MALAYSIA DAY RAKYAT!! 😀</p>
]]></content:encoded>
    </item>
    <item>
      <title>Maybank2U 2.0</title>
      <link>https://thedaneshproject.com/posts/maybank2u-2.0/</link>
      <pubDate>Mon, 15 Sep 2008 11:36:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/maybank2u-2.0/</guid>
      <description>The new Maybank2U 2.0 portal is on it&amp;rsquo;s way to a browser near you. It&amp;rsquo;s not quite launched yet but you can take it for a spin.
It&amp;rsquo;s clean, organized and geared for the future. Guess they won&amp;rsquo;t have to think about a face lift anytime soon.
They also have a blog going now, all-you M2U. The first bank is Malaysia to do so I guess.
Colin Charles has posted an excelent review of the portal so make sure you check it out at his blog.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3155/2859529382_697fdd2570.jpg" alt=""  />
</p>
<p>The new Maybank2U 2.0 portal is on it&rsquo;s way to a browser near you. It&rsquo;s not quite launched yet but you can <a href="http://www.maybank2u.com.my/mbb_info/m2u/public/personalBanking.do">take it for a spin</a>.</p>
<p>It&rsquo;s clean, organized and geared for the future. Guess they won&rsquo;t have to think about a face lift anytime soon.</p>
<p>They also have a blog going now, all-you M2U. The first bank is Malaysia to do so I guess.</p>
<p>Colin Charles has posted an excelent review of the portal so make sure you check it out at his <a href="http://www.bytebot.net/blog/archives/2008/09/15/maybank2u-20">blog</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Dropbox launched to public</title>
      <link>https://thedaneshproject.com/posts/dropbox-launched-to-public/</link>
      <pubDate>Sun, 14 Sep 2008 23:38:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dropbox-launched-to-public/</guid>
      <description>Dropbox has finally come out of beta and is now available to everyone. With the public launched the company also introduced their open source Linux client which integrates seamlessly with nautilus and with a bit of work, KDE too. Get dropbox now. There is also a dedicated client for the iPhone.
I guess with Dropbox and Internet connectivity one could forget about their USB thumb drives now.
Source: Dropbox Blog</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Dropbox has finally come out of beta and is now available to everyone. With the public launched the company also introduced their open source Linux client which integrates seamlessly with nautilus and with a bit of work, <a href="/posts/dropbox-client-now-available-for-linux/">KDE</a> too. <a href="http://www.getdropbox.com/install">Get dropbox now</a>. There is also a dedicated client for the iPhone.</p>
<p>I guess with Dropbox and Internet connectivity one could forget about their USB thumb drives now.</p>
<p>Source: <a href="http://blog.getdropbox.com/?p=13">Dropbox Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Oracle E-Delivery</title>
      <link>https://thedaneshproject.com/posts/oracle-e-delivery/</link>
      <pubDate>Fri, 12 Sep 2008 16:39:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/oracle-e-delivery/</guid>
      <description> Your one stop Oracle software download site. OracleÃ‚Â® E-Delivery
Oracle Entreprise Linux, Oracle VM, Oracle Database, Oracle Application, Oracle Database Cluster, the goes on.
However, OTN provides more granule downloads. Those who know exactly what they need would prefer OTN compared to E-Delivery&amp;rsquo;s bundles. </description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Your one stop Oracle software download site. <a href="http://edelivery.oracle.com/"><!-- raw HTML omitted -->OracleÃ‚Â® E-Delivery<!-- raw HTML omitted --></a></p>
<p>Oracle Entreprise Linux, Oracle VM, Oracle Database, Oracle Application, Oracle Database Cluster, the goes on.</p>
<p>However, <a href="http://www.oracle.com/technology/index.html">OTN</a> provides more granule downloads. Those who know exactly what they need would prefer OTN compared to E-Delivery&rsquo;s bundles.<!-- raw HTML omitted --><!-- raw HTML omitted --> <!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>RPK detained under ISA</title>
      <link>https://thedaneshproject.com/posts/rpk-detained-under-isa/</link>
      <pubDate>Fri, 12 Sep 2008 09:56:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rpk-detained-under-isa/</guid>
      <description>They have done it, RPK has been detained under ISA. He was picked up at his home around noon today. Read more at [Politickler][2] and [MalaysiaKini][3].
My question , if RPK deserves to be in ISA then why is the Penang bastard (see pic) not in ISA too? Goverment give me an answer&amp;hellip;..
[1]: /wp-content/uploads/2008/09/rpk-isa.jpg) [2]: http://politickler.com/posts/raja-petra-detained-under-isa/ [3]: http://www1.malaysiakini.com/news/89544 [4]: /wp-content/uploads/2008/09/ahmad-ismail.jpg)</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>They have done it, RPK has been detained under ISA. He was picked up at his home around noon today. Read more at [Politickler][2] and [MalaysiaKini][3].</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/09/ahmad-ismail.jpg" alt=""  />
</p>
<p>My question , if RPK deserves to be in ISA then why is the Penang bastard (see pic) not in ISA too? Goverment give me an answer&hellip;..</p>
<p>[1]: /wp-content/uploads/2008/09/rpk-isa.jpg)
[2]: <a href="http://politickler.com/posts/raja-petra-detained-under-isa/">http://politickler.com/posts/raja-petra-detained-under-isa/</a>
[3]: <a href="http://www1.malaysiakini.com/news/89544">http://www1.malaysiakini.com/news/89544</a>
[4]: /wp-content/uploads/2008/09/ahmad-ismail.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>PS3 comes to Malaysia</title>
      <link>https://thedaneshproject.com/posts/ps3-comes-to-malaysia/</link>
      <pubDate>Thu, 11 Sep 2008 04:32:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ps3-comes-to-malaysia/</guid>
      <description>Sony has announced that PS3 will officially start going on sale in Malaysia starting 20th September 2008. The opening price with tax will be around RM1599. Blue-Ray, Wifi, 80GB HDD, Dual Shock Controllers, just to name a few goodies that come with the PS3. [See full specs][2]
Sony will also give Malaysian users their own PS3 [community site][3] which will provide users wil localized information. There&amp;rsquo;s nothing much there now but [check back][3] on the 20th to see the new site.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/playstation_3.jpg" alt=""  />
</p>
<p>Sony has announced that PS3 will officially start going on sale in Malaysia starting 20th September 2008. The opening price with tax will be around RM1599. Blue-Ray, Wifi, 80GB HDD, Dual Shock Controllers, just to name a few goodies that come with the PS3. [See full specs][2]</p>
<p>Sony will also give Malaysian users their own PS3 [community site][3] which will provide users wil localized information. There&rsquo;s nothing much there now but [check back][3] on the 20th to see the new site.</p>
<p>Source: [Sony Asia][2] || [PlayStation Malaysia][3] ||</p>
<p>[1]: /wp-content/uploads/2008/09/playstation_3.jpg)
[2]: <a href="http://asia.playstation.com/eng_my/index.php?q=node/653">http://asia.playstation.com/eng_my/index.php?q=node/653</a>
[3]: <a href="http://asia.playstation.com/eng_my/index.php">http://asia.playstation.com/eng_my/index.php</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PR5 now</title>
      <link>https://thedaneshproject.com/posts/pr5-now/</link>
      <pubDate>Wed, 10 Sep 2008 11:27:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pr5-now/</guid>
      <description>Seems that my PR got bumped up a notch today to PR5. 😀
[1]: /wp-content/uploads/2008/09/tdp-pr5.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/tdp-pr5-500x118.png" alt=""  />
</p>
<p>Seems that my PR got bumped up a notch today to PR5. 😀</p>
<p>[1]: /wp-content/uploads/2008/09/tdp-pr5.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.6.2 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.6.2-released/</link>
      <pubDate>Tue, 09 Sep 2008 07:31:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.6.2-released/</guid>
      <description>Upgraded to [WordPress 2.6.2][2] this morning using the WPAU plugin.
The release fixes a vulnerability in the password complexity which could allow user passwords to be reset by the attacker who can later use mt_rand() to predict the random password.
Upgrade if you allow open registration.
Download [WordPress][3] 2.6.2
[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg) [2]: http://wordpress.org/development/2008/09/wordpress-262/ [3]: http://wordpress.org/download/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>Upgraded to [WordPress 2.6.2][2] this morning using the WPAU plugin.</p>
<p>The release fixes a vulnerability in the password complexity which could allow user passwords to be reset by the attacker who can later use mt_rand() to predict the random password.</p>
<p>Upgrade if you allow open registration.</p>
<p>Download [WordPress][3] 2.6.2</p>
<p>[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg)
[2]: <a href="http://wordpress.org/development/2008/09/wordpress-262/">http://wordpress.org/development/2008/09/wordpress-262/</a>
[3]: <a href="http://wordpress.org/download/">http://wordpress.org/download/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Yet another Malaysian Ubuntu repository</title>
      <link>https://thedaneshproject.com/posts/yet-another-malaysian-ubuntu-repository/</link>
      <pubDate>Mon, 08 Sep 2008 17:06:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yet-another-malaysian-ubuntu-repository/</guid>
      <description>Found this yesterday. It&amp;rsquo;a another Ubuntu repository for Malaysians and it&amp;rsquo;s hosted by MMU.
http://ubuntu.mmu.edu.my/ubuntu/
Source: FOSS-SM</description>
      <content:encoded><![CDATA[<p>Found this yesterday. It&rsquo;a another Ubuntu repository for Malaysians and it&rsquo;s hosted by MMU.</p>
<p><a href="http://ubuntu.mmu.edu.my/ubuntu/">http://ubuntu.mmu.edu.my/ubuntu/</a></p>
<p>Source: FOSS-SM</p>
]]></content:encoded>
    </item>
    <item>
      <title>Google turns 10</title>
      <link>https://thedaneshproject.com/posts/google-turns-10/</link>
      <pubDate>Sun, 07 Sep 2008 18:03:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-turns-10/</guid>
      <description>Google turns 10 today. I never realized 10 years passed so quick.
From a US100 thousand dollar startup company operating out of a garage to a 160 Billion dollar company operating from the [GooglePlex][2]. [See the old Google page][3].
Today Google has it&amp;rsquo;s hands in almost everything. Ads, docs, search, groups, images, maps and the list goes on. The latest being their home grown browser &amp;ldquo;[Google Chrome][4]&amp;rdquo; and their mobile platform &amp;ldquo;[Android][5]&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/google-10.png" alt=""  />
</p>
<p>Google turns 10 today. I never realized 10 years passed so quick.</p>
<p>From a US100 thousand dollar startup company operating out of a garage to a 160 Billion dollar company operating from the [GooglePlex][2]. [See the old Google page][3].</p>
<p>Today Google has it&rsquo;s hands in almost everything. Ads, docs, search, groups, images, maps and the list goes on. The latest being their home grown browser &ldquo;[Google Chrome][4]&rdquo; and their mobile platform &ldquo;[Android][5]&rdquo;.</p>
<p>Google was not the first but certainly the best at what it did. &ldquo;SEARCH&rdquo;</p>
<p>I love Google for one reason, every product from them has always been clean and slim. Just like the Google search page. This is also be seen in their latests browser Chrome, it&rsquo;s a multi process browser without the bloat. It&rsquo;s future however is still undecided.</p>
<p>Scenario: 10 years from now, chances are Google will be everywhere and in everything. What happens if google suddenly get plugged out, &ldquo;POOF&rdquo; gone? What do you think would happen?</p>
<p>[1]: /wp-content/uploads/2008/09/google-10.png)
[2]: <a href="http://en.wikipedia.org/wiki/Googleplex">http://en.wikipedia.org/wiki/Googleplex</a>
[3]: <a href="http://web.archive.org/web/19981111183552/google.stanford.edu">http://web.archive.org/web/19981111183552/google.stanford.edu</a>
[4]: <a href="http://www.google.com/chrome">http://www.google.com/chrome</a>
[5]: <a href="http://code.google.com/android/">http://code.google.com/android/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dropbox client now available for Linux</title>
      <link>https://thedaneshproject.com/posts/dropbox-client-now-available-for-linux/</link>
      <pubDate>Sat, 06 Sep 2008 05:51:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dropbox-client-now-available-for-linux/</guid>
      <description>[][1]The folks at [dropbox][2]Ã‚Â released the much anticipated Linux client yesterday. Currently it&amp;rsquo;s designed as a nautilus extension. Support for Konqueror should be available soon.
The nautilus extension is opensource but the dropboxd daemon which keeps the files in sync is closedÃ‚Â source.
Packages for Ubuntu and Fedora are available for download. For other distros you&amp;rsquo;ll need to compile from source. Go to the download page.Ã‚Â I managed to get dropbox working on my openSUSE 11 running KDE.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/09/dropbox-asci.png" alt=""  />
</p>
<p>[][1]The folks at [dropbox][2]Ã‚Â released the much anticipated Linux client yesterday. Currently it&rsquo;s designed as a nautilus extension. Support for Konqueror should be available soon.</p>
<p>The nautilus extension is opensource but the dropboxd daemon which keeps the files in sync is closedÃ‚Â source.</p>
<p>Packages for Ubuntu and Fedora are available for download. For other distros you&rsquo;ll need to compile from source. Go to the download page.Ã‚Â </p>
<p>I managed to get dropbox working on my openSUSE 11 running KDE. It&rsquo;s quite simple actually. You need to install the nautilus and nautilus-devel pakages before compiling the source,</p>
<ol>
<li>install nautilus</li>
</ol>
<p><code>root#&gt; zypper in nautilus&lt;br /&gt; </code><br>
2. install nautilus-devel</p>
<p><code>root#&gt;Ã‚Â zypper in nautilus-devel&lt;br /&gt; </code><br>
3. compile the dropbox source. Make sure to be in the source folder first.</p>
<p><code>root#&gt;Ã‚Â ./configure&lt;br /&gt; </code><br>
<code>root#&gt;Ã‚Â make&lt;br /&gt; </code><br>
<code>root#&gt;Ã‚Â make install&lt;br /&gt; </code><br>
4. start nautilus or the dropboxd daemon to initiate the dropbox client.Ã‚Â </p>
<p><code>root#&gt;Ã‚Â nautilus&lt;br /&gt; </code><br>
or</p>
<p><code>root#&gt; cd /home/[user]/.dropbox-dist/&lt;br /&gt; </code><br>
<code>root#&gt; ./dropboxd</code></p>
<p>[1]: /wp-content/uploads/2008/09/dropbox-asci.png)
[2]: <a href="http://getdropbox.com">http://getdropbox.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Chrome</title>
      <link>https://thedaneshproject.com/posts/google-chrome/</link>
      <pubDate>Thu, 04 Sep 2008 01:51:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-chrome/</guid>
      <description>[][1][&amp;lt;img loading=&amp;ldquo;lazy&amp;rdquo; class=&amp;ldquo;alignnone size-medium wp-image-872&amp;rdquo; title=&amp;ldquo;Google Chrome&amp;rdquo; src=&amp;quot;/wp-content/uploads/2008/09/chrome-205_noshadow.png)
[][2]Google released it&amp;rsquo;s own web browser &amp;ldquo;Google Chrome&amp;rdquo; yesterday.Ã‚Â Why the need for a new browser? Google felt that the browser has not evolved too much since the old days and to support today&amp;rsquo;s web applications browsers will need to be re-engineered.
Google decided to wipe the slate clean and start over with Google Chrome though it&amp;rsquo;s open source project &amp;ldquo;Chromium&amp;rdquo;.
To start, It&amp;rsquo;s open source under a permissive BSD license.</description>
      <content:encoded><![CDATA[<p>[][1][&lt;img loading=&ldquo;lazy&rdquo; class=&ldquo;alignnone size-medium wp-image-872&rdquo; title=&ldquo;Google Chrome&rdquo; src=&quot;/wp-content/uploads/2008/09/chrome-205_noshadow.png)</p>
<p>[][2]Google released it&rsquo;s own web browser &ldquo;Google Chrome&rdquo; yesterday.Ã‚Â </p>
<p>Why the need for a new browser? Google felt that the browser has not evolved too much since the old days and to support today&rsquo;s web applications browsers will need to be re-engineered.</p>
<p>Google decided to wipe the slate clean and start over with Google Chrome though it&rsquo;s open source project &ldquo;Chromium&rdquo;.</p>
<p>To start, It&rsquo;s open source under a permissive BSD license. Developers will get the best from the project and vice versa.</p>
<p>Unlike other browsers, Chrome is multi-processed. Each tab runs in it&rsquo;s own memory space. While one tab is processing other tabs no longer need to wait. If java scripts get too heavy you only need to kill the tab in question. Also, there is a task manager built in to show you the processes running in each tab, allowing you to kill them if needed.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/09/google-chrome-1-500x362.png" alt=""  />
</p>
<p>The user interface has also been slimmed down tremendously. No more clutter and no unnecessary information is is visible. The smart address bar does it all.</p>
<p>Currently Google Chrome is only available for Windows. A Linux version is on its way.</p>
<p>[Take it for a spin][3]</p>
<p>Source: [Chromium][4] || [LifeHacker][5] ||</p>
<p>[1]: /wp-content/uploads/2008/09/google-chrome-1.png)
[2]: /wp-content/uploads/2008/09/chrome-205_noshadow.png)
[3]: <a href="http://www.google.com/chrome/">http://www.google.com/chrome/</a>
[4]: <a href="http://blog.chromium.org/2008/09/welcome-to-chromium_02.html">http://blog.chromium.org/2008/09/welcome-to-chromium_02.html</a>
[5]: <a href="http://lifehacker.com/5044484/google-chrome-first-look">http://lifehacker.com/5044484/google-chrome-first-look</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Today alternate URLs</title>
      <link>https://thedaneshproject.com/posts/malaysia-today-alternate-urls/</link>
      <pubDate>Wed, 03 Sep 2008 13:15:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-today-alternate-urls/</guid>
      <description>
Alternate URL to Malaysia Today http://mt.m2day.org/2008/ To check the status of Malaysia Today and get alternate URLs go here. </description>
      <content:encoded><![CDATA[<p><a href="http://m2day.org/"></a></p>
<h3 id="alternate-url-to-malaysia-today">Alternate URL to Malaysia Today</h3>
<h1 id="httpmtm2dayorg2008"><a href="http://mt.m2day.org/2008/">http://mt.m2day.org/2008/</a></h1>
<h3 id="to-check-the-status-of-malaysia-today-and-get-alternate-urls-go-here1">To check the status of Malaysia Today and get alternate URLs go <a href="http://m2day.org/">here</a>.</h3>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook the movie</title>
      <link>https://thedaneshproject.com/posts/facebook-the-movie/</link>
      <pubDate>Fri, 29 Aug 2008 03:00:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-the-movie/</guid>
      <description>Aaron Sorkin creator of West Wing is planning to make a movie about &amp;ldquo;Facebook&amp;rdquo; togather with Sony and procuder Scott Rudin.
The one single word that is common amongst every single person I know today is Facebook. What other advertising would they need for the movie?
Source: [BBC][2]
[1]: /wp-content/uploads/2008/08/facebook-da-movie.jpg) [2]: http://news.bbc.co.uk/2/hi/entertainment/7585632.stm</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/facebook-da-movie-500x144.jpg" alt=""  />
</p>
<p>Aaron Sorkin creator of West Wing is planning to make a movie about &ldquo;Facebook&rdquo; togather with Sony and procuder Scott Rudin.</p>
<p>The one single word that is common amongst every single person I know today is Facebook. What other advertising would they need for the movie?</p>
<p>Source: [BBC][2]</p>
<p>[1]: /wp-content/uploads/2008/08/facebook-da-movie.jpg)
[2]: <a href="http://news.bbc.co.uk/2/hi/entertainment/7585632.stm">http://news.bbc.co.uk/2/hi/entertainment/7585632.stm</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Linux software repositories</title>
      <link>https://thedaneshproject.com/posts/google-linux-software-repositories/</link>
      <pubDate>Fri, 29 Aug 2008 02:00:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-linux-software-repositories/</guid>
      <description>Google has Linux software repositories setup for you to easily stay up to date with their Linux softwares. Their repositories supportÃ‚Â APT, YUM, YaST, urpmi and RPM.
However, only Google Desktop and Google Picasa are published on the repositories. Google earth has to be downloaded and installed manually.
I&amp;rsquo;ll show you how to add the repository in openSUSE but for other distros refer here.
As root add the repository. For 32 bit</description>
      <content:encoded><![CDATA[<p>Google has Linux software repositories setup for you to easily stay up to date with their Linux softwares. Their repositories supportÃ‚Â  APT, YUM, YaST, urpmi and RPM.</p>
<p>However, only Google Desktop and Google Picasa are published on the repositories. Google earth has to be <a href="http://earth.google.com/">downloaded</a> and installed manually.</p>
<p>I&rsquo;ll show you how to add the repository in openSUSE but for other distros refer <a href="http://www.google.com/linuxrepositories/index.html">here</a>.</p>
<ol>
<li>As root add the repository.</li>
</ol>
<p>For 32 bit<br>
<code>pandora:~ # zypper sa -t YUM http://dl.google.com/linux/rpm/stable/i386 google</code></p>
<p>For 64 bit<br>
<code>pandora:~ # zypper sa -t YUM http://dl.google.com/linux/rpm/stable/x86_64 google64</code></p>
<ol start="2">
<li>Test the repository<br>
`pandora:~ # zypper se picasa  <!-- raw HTML omitted --></li>
</ol>
<!-- raw HTML omitted -->
<p>Done!!</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3006/2803064334_a402a17595_o.png" alt=""  />
</p>
<p>[3]: <a href="http://farm4.static.flickr.com/3006/2803064334_a402a17595_o.png">http://farm4.static.flickr.com/3006/2803064334_a402a17595_o.png</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Dato Seri Anwar Ibrahim sworn in as MP today</title>
      <link>https://thedaneshproject.com/posts/dato-seri-anwar-ibrahim-sworn-in-as-mp-today/</link>
      <pubDate>Thu, 28 Aug 2008 13:46:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dato-seri-anwar-ibrahim-sworn-in-as-mp-today/</guid>
      <description>Dato Seri Anwar Ibrahim was sworn in today as an official member of the parliament.The grass is starting to look greener now.
[youtube]http://www.youtube.com/watch?v=hvuAg0MBTd0[/youtube]
Finally he is back!!
Source: Politickler</description>
      <content:encoded><![CDATA[<p>Dato Seri Anwar Ibrahim was sworn in today as an official member of the parliament.The grass is starting to look greener now.</p>
<p>[youtube]http://www.youtube.com/watch?v=hvuAg0MBTd0[/youtube]</p>
<p>Finally he is back!!</p>
<p>Source: <a href="http://politickler.com/posts/anwars-swearing-in/">Politickler</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to build a local DNS caching server</title>
      <link>https://thedaneshproject.com/posts/how-to-build-a-local-dns-caching-server/</link>
      <pubDate>Thu, 28 Aug 2008 08:31:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-build-a-local-dns-caching-server/</guid>
      <description>&lt;p&gt;Being in Malaysia we are gifted with superior Internet speeds. NOT!!&lt;/p&gt;
&lt;p&gt;Services like openDNS are awesome but the lag between us and them often results in sluggish performance anyways.&lt;/p&gt;
&lt;p&gt;One way to improve performance is to use local DNS servers. I don&amp;rsquo;t use Streamyx&amp;rsquo;s DNS servers because they SUCK!!. TIME&amp;rsquo;s DNS servers are ok but I still prefer openDNS.&lt;/p&gt;
&lt;p&gt;To improve performance, I put together a local DNS caching-only server that forwards to openDNS. Now I have openDNS with lighting fast response.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s walk though the steps to get your own local DNS caching-only server setup. I&amp;rsquo;m using openSUSE 11 so the steps might vary depending on your distro.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install BIND&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;pandora:~ # zypper in bind&lt;/code&gt;&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Edit /etc/named.conf&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;pandora:~ # vi /etc/named..conf&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Uncomment the &lt;strong&gt;forwarders&lt;/strong&gt; section. Update the default values with the values below.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;forwarders { 208.67.222.222; 208.67.220.220; };&lt;/code&gt;&lt;br&gt;
&lt;code&gt;&amp;lt;br /&amp;gt; forward only;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add the line &amp;quot; &lt;strong&gt;forward only;&lt;/strong&gt; &amp;quot; This will tell BIND to only forward to the forwarders and not the ROOT servers.&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Start the service.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To have the service start automatically run &amp;quot; &lt;code&gt;chkconfig named on&lt;/code&gt; &amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pandora:~ # service named start&lt;/code&gt;&lt;/p&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Let&amp;rsquo;s make sure your caching server is running fine.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;pandora:~ # nslookup google.com localhost&amp;lt;br /&amp;gt; Server:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  localhost&amp;lt;br /&amp;gt; Address:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  127.0.0.1#53&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Non-authoritative answer:&amp;lt;br /&amp;gt; Name:Ã‚Â Ã‚Â  google.com&amp;lt;br /&amp;gt; Address: 64.233.167.99&amp;lt;br /&amp;gt; Name:Ã‚Â Ã‚Â  google.com&amp;lt;br /&amp;gt; Address: 72.14.207.99&amp;lt;br /&amp;gt; Name:Ã‚Â Ã‚Â  google.com&amp;lt;br /&amp;gt; Address: 64.233.187.99&lt;/code&gt;&lt;br&gt;
&lt;code&gt;&amp;lt;br /&amp;gt; pandora:~ # nslookup yahoo.com localhost&amp;lt;br /&amp;gt; Server:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  localhost&amp;lt;br /&amp;gt; Address:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  127.0.0.1#53&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Non-authoritative answer:&amp;lt;br /&amp;gt; Name:Ã‚Â Ã‚Â  yahoo.com&amp;lt;br /&amp;gt; Address: 68.180.206.184&amp;lt;br /&amp;gt; Name:Ã‚Â Ã‚Â  yahoo.com&amp;lt;br /&amp;gt; Address: 206.190.60.37&lt;/code&gt;&lt;/p&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Update your /etc/resolv.conf file.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This will tell your system to use the local DNS server which we just setup instead of the external ones.&lt;/p&gt;
&lt;p&gt;Add the lines below to the file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nameserver 127.0.0.1&amp;lt;br /&amp;gt; nameserver 127.0.0.2&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s it. You now have local DNS caching. Enjoy!!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Being in Malaysia we are gifted with superior Internet speeds. NOT!!</p>
<p>Services like openDNS are awesome but the lag between us and them often results in sluggish performance anyways.</p>
<p>One way to improve performance is to use local DNS servers. I don&rsquo;t use Streamyx&rsquo;s DNS servers because they SUCK!!. TIME&rsquo;s DNS servers are ok but I still prefer openDNS.</p>
<p>To improve performance, I put together a local DNS caching-only server that forwards to openDNS. Now I have openDNS with lighting fast response.</p>
<p>Let&rsquo;s walk though the steps to get your own local DNS caching-only server setup. I&rsquo;m using openSUSE 11 so the steps might vary depending on your distro.</p>
<ol>
<li>Install BIND</li>
</ol>
<p><code>pandora:~ # zypper in bind</code></p>
<ol start="2">
<li>Edit /etc/named.conf</li>
</ol>
<p><code>pandora:~ # vi /etc/named..conf</code></p>
<p>Uncomment the <strong>forwarders</strong> section. Update the default values with the values below.</p>
<p><code>forwarders { 208.67.222.222; 208.67.220.220; };</code><br>
<code>&lt;br /&gt; forward only;</code></p>
<p>Add the line &quot; <strong>forward only;</strong> &quot; This will tell BIND to only forward to the forwarders and not the ROOT servers.</p>
<ol start="3">
<li>Start the service.</li>
</ol>
<p>To have the service start automatically run &quot; <code>chkconfig named on</code> &quot;</p>
<p><code>pandora:~ # service named start</code></p>
<ol start="4">
<li>Let&rsquo;s make sure your caching server is running fine.</li>
</ol>
<p><code>pandora:~ # nslookup google.com localhost&lt;br /&gt; Server:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  localhost&lt;br /&gt; Address:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  127.0.0.1#53</code></p>
<p><code>Non-authoritative answer:&lt;br /&gt; Name:Ã‚Â Ã‚Â  google.com&lt;br /&gt; Address: 64.233.167.99&lt;br /&gt; Name:Ã‚Â Ã‚Â  google.com&lt;br /&gt; Address: 72.14.207.99&lt;br /&gt; Name:Ã‚Â Ã‚Â  google.com&lt;br /&gt; Address: 64.233.187.99</code><br>
<code>&lt;br /&gt; pandora:~ # nslookup yahoo.com localhost&lt;br /&gt; Server:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  localhost&lt;br /&gt; Address:Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  127.0.0.1#53</code></p>
<p><code>Non-authoritative answer:&lt;br /&gt; Name:Ã‚Â Ã‚Â  yahoo.com&lt;br /&gt; Address: 68.180.206.184&lt;br /&gt; Name:Ã‚Â Ã‚Â  yahoo.com&lt;br /&gt; Address: 206.190.60.37</code></p>
<ol start="5">
<li>Update your /etc/resolv.conf file.</li>
</ol>
<p>This will tell your system to use the local DNS server which we just setup instead of the external ones.</p>
<p>Add the lines below to the file.</p>
<p><code>nameserver 127.0.0.1&lt;br /&gt; nameserver 127.0.0.2</code></p>
<p>That&rsquo;s it. You now have local DNS caching. Enjoy!!</p>
<p>My <strong>/etc/named.conf</strong> file. Only the lines I changed.</p>
<p><code>#forwarders { 192.0.2.1; 192.0.2.2; };&lt;br /&gt; forwarders { 208.67.222.222; 208.67.220.220; };</code></p>
<p># Enable the next entry to prefer usage of the name server declared in<br>
# the forwarders section.</p>
<p>#forward first;<br>
forward only;</p>]]></content:encoded>
    </item>
    <item>
      <title>Beijing 2008 is over</title>
      <link>https://thedaneshproject.com/posts/beijing-2008-is-over/</link>
      <pubDate>Wed, 27 Aug 2008 01:00:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/beijing-2008-is-over/</guid>
      <description>!2 years spent planning and execution. The Chinese have done it. They WOWed the world for over 2 weeks. Beijing 2008 will surely go down in history as a proud moment for all Asians.
Check out these awesome pictures (from Boston.com) to look back at Beijing 2008.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>!2 years spent planning and execution. The Chinese have done it. They WOWed the world for over 2 weeks. Beijing 2008 will surely go down in history as a proud moment for all Asians.</p>
<p>Check out these awesome <a href="http://www.boston.com/bigpicture/2008/08/beijing_2008_its_a_wrap.html">pictures</a> (from <a href="http://www.boston.com/bigpicture/2008/08/beijing_2008_its_a_wrap.html">Boston.com</a>) to look back at Beijing 2008.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Today blocked by TMNET</title>
      <link>https://thedaneshproject.com/posts/malaysia-today-blocked-by-tmnet/</link>
      <pubDate>Tue, 26 Aug 2008 17:44:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-today-blocked-by-tmnet/</guid>
      <description>[Malaysia Today][2] blocked by TMNET. Use http://mt.harapanmalaysia.com/2008/ Looks like our boys are at it again. Bastards, either their DNS is un-patched or this is deliberate.
Update: The bastards turned out to be MCMC!!!
Sources: MalaysiaKini || Kamal Talks || BangsaMalaysia
If you&amp;rsquo;re on streamyx and usingÃ‚Â TMNET dns servers (202.188.0.133/202.188.1.5/etc&amp;hellip;.) then Malaysia Today is off limits to you.
Streamyx DNS servers are resolving malaysia-today.net to &amp;ldquo;127.0.0.1&amp;rdquo; .Ã‚Â See screenshot</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/malaysia-today-blocked.png" alt=""  />
</p>
<h1 id="malaysia-today2-blocked-by-tmnet-use">[Malaysia Today][2] blocked by TMNET. Use</h1>
<h1 id="span-styletext-decoration-underlinespan-styletext-decoration-underlinespan-styletext-decoration-underlinespan-styletext-decoration-underlinehttpmtharapanmalaysiacom2008spanspanspanspan"><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><a href="http://mt.harapanmalaysia.com/2008/">http://mt.harapanmalaysia.com/2008/</a><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></h1>
<p>Looks like our boys are at it again. Bastards, either their DNS is un-patched or this is deliberate.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Update: The bastards turned out to be MCMC!!!<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Sources: <!-- raw HTML omitted -->MalaysiaKini<!-- raw HTML omitted --> || <!-- raw HTML omitted -->Kamal Talks<!-- raw HTML omitted --> || <!-- raw HTML omitted -->BangsaMalaysia<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>If you&rsquo;re on streamyx and usingÃ‚Â  TMNET dns servers (202.188.0.133/202.188.1.5/etc&hellip;.) then Malaysia Today is off limits to you.</p>
<p>Streamyx DNS servers are resolving malaysia-today.net to &ldquo;127.0.0.1&rdquo; .Ã‚Â  See screenshot</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/08/malaysia-today-blocked-dns-500x398.png" alt=""  />
</p>
<p>[openDNS][4] (208.67.222.222 / 208.67.220.220) and other DNS servers got it right so use them to get onto [Malaysia-Today][2] .</p>
<p>Again, the alternative URI</p>
<h1 id="span-styletext-decoration-underlinespan-styletext-decoration-underlinehttpmtharapanmalaysiacom2008spanspan"><!-- raw HTML omitted --><!-- raw HTML omitted --><a href="http://mt.harapanmalaysia.com/2008/">http://mt.harapanmalaysia.com/2008/</a><!-- raw HTML omitted --><!-- raw HTML omitted --></h1>
<p>[1]: /wp-content/uploads/2008/08/malaysia-today-blocked.png)
[2]: <a href="http://www.malaysia-today.net/2008/">http://www.malaysia-today.net/2008/</a>
[3]: /wp-content/uploads/2008/08/malaysia-today-blocked-dns.png)
[4]: <a href="http://www.opendns.com/">http://www.opendns.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Anwar Wins!!</title>
      <link>https://thedaneshproject.com/posts/anwar-wins/</link>
      <pubDate>Tue, 26 Aug 2008 16:55:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/anwar-wins/</guid>
      <description>It&amp;rsquo;s official. Anwar (PKR) has taken Permatang Pauh. Da man is finally back in Parliament.
He received 35,195 votes wherelese his oponent Arif Shah only managed 15,524 votes. That&amp;rsquo;s a win by 15,671 votes for Anwar of PKR.
Sources: MalaysiaKini || Politickler || Malaysian Insider</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>It&rsquo;s official. Anwar (PKR) has taken Permatang Pauh. Da man is finally back in Parliament.</p>
<p>He received 35,195 votes wherelese his oponent Arif Shah only managed 15,524 votes. That&rsquo;s a win by 15,671 votes for Anwar of PKR.</p>
<p>Sources: <a href="http://www1.malaysiakini.com/news/88579">MalaysiaKini</a> || <a href="http://politickler.com/">Politickler</a> || <a href="http://m.themalaysianinsider.com">Malaysian Insider</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Permatang Pauh by-election results soon</title>
      <link>https://thedaneshproject.com/posts/permatang-pauh-by-election-results-soon/</link>
      <pubDate>Tue, 26 Aug 2008 11:49:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/permatang-pauh-by-election-results-soon/</guid>
      <description>The ballot counting has began and as of now DSAI is leading by 14K to 4K.
Looks like it&amp;rsquo;s gonna stay that way. YEY!!
Keep up2date with the results through: Politickler || MalaysianInsider || MalaysiaKini</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>The ballot counting has began and as of now DSAI is leading by 14K to 4K.</p>
<p>Looks like it&rsquo;s gonna stay that way. YEY!!</p>
<p>Keep up2date with the results through: <a href="http://politickler.com/">Politickler</a> || <a href="http://m.themalaysianinsider.com/">MalaysianInsider</a> || <a href="http://www1.malaysiakini.com/">MalaysiaKini</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Auto upgrade Firefox 2 to Firefox 3</title>
      <link>https://thedaneshproject.com/posts/auto-upgrade-firefox-2-to-firefox-3/</link>
      <pubDate>Tue, 26 Aug 2008 08:24:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/auto-upgrade-firefox-2-to-firefox-3/</guid>
      <description>Users on the latest Firefox 2, version 2.0.0.17 should start receiving software updates later today prompting them to upgrade to Firefox 3.
The update is automated so no user intervention is needed expect for clicking yes on the license agreement disclaimer page.
Most extensions are already Firefox 3 capable so chances of you running an outdated extension is quite slim. The compatibility checker will notify you of such cases and offer the option to have them updated.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/fx3-major-update-available-500x447.png" alt=""  />
</p>
<p>Users on the latest Firefox 2, version 2.0.0.17 should start receiving software updates later today prompting them to upgrade to Firefox 3.</p>
<p>The update is automated so no user intervention is needed expect for clicking yes on the license agreement disclaimer page.</p>
<p>Most extensions are already Firefox 3 capable so chances of you running an outdated extension is quite slim. The compatibility checker will notify you of such cases and offer the option to have them updated.</p>
<p>If you can&rsquo;t wait then simply go to &ldquo;Help&rdquo; -&gt; &ldquo;Check for updates&rdquo; to start the process manually.</p>
<p>Source: [Mozilla][2]</p>
<p>[1]: /wp-content/uploads/2008/08/fx3-major-update-available.png)
[2]: <a href="http://developer.mozilla.org/devnews/index.php/2008/08/25/firefox-2-about-to-get-a-major-update/">http://developer.mozilla.org/devnews/index.php/2008/08/25/firefox-2-about-to-get-a-major-update/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Negaraku Merdeka Web Buttons</title>
      <link>https://thedaneshproject.com/posts/negaraku-merdeka-web-buttons/</link>
      <pubDate>Tue, 26 Aug 2008 01:00:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/negaraku-merdeka-web-buttons/</guid>
      <description>Our 51st Merdeka is around the corner but somehow no one seems to be in the mood for celebration. I guess with all the nonsense going on in our political system today who has the time for Merdeka.
But anyway, if you are in the mood for some Merdeka web buttons then check out the Merdeka web buttons from Negaraku.They are 6 different color schemes for you to choose from and to add them simply paste the provided java scripts into you section.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3259/2794704873_e395fee426.jpg" alt=""  />
</p>
<p>Our 51st Merdeka is around the corner but somehow no one seems to be in the mood for celebration. I guess with all the nonsense going on in our political system today who has the time for Merdeka.</p>
<p>But anyway, if you are in the mood for some Merdeka web buttons then check out the Merdeka web buttons from Negaraku.They are 6 different color schemes for you to choose from and to add them simply paste the provided java scripts into you <!-- raw HTML omitted --> section.</p>
<p>I&rsquo;m not quite in the mood but I&rsquo;ll show my support regardless.</p>
<p><a href="http://negaraku.net/ForGeeks/negaraku-sticker-51st-merdeka-malaysia--noktah-hitam/">Get them buttons</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to add static routes in IPCop</title>
      <link>https://thedaneshproject.com/posts/how-to-add-static-routes-in-ipcop/</link>
      <pubDate>Mon, 25 Aug 2008 03:45:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-add-static-routes-in-ipcop/</guid>
      <description>IPCop till today does not have a GUI to add static routes.
The manual method. You will have to do this every time IPCop is rebooted.
root@proxy73:~ # route add -net 10.0.0.0 gw 10.38.24.1 netmask 255.0.0.0
Now let&amp;rsquo;s make the route persistent across reboots. There are 2 files for this. Use either one depending on your needs.
You can add the route command at the end of the /etc/rc.d/rc.local file. The route will be added every time IPCop is rebooted but not everytime the interface is restarted.</description>
      <content:encoded><![CDATA[<p>IPCop till today does not have a GUI to add static routes.</p>
<p>The manual method. You will have to do this every time IPCop is rebooted.</p>
<p><code>root@proxy73:~ # route add -net 10.0.0.0 gw 10.38.24.1 netmask 255.0.0.0</code></p>
<p>Now let&rsquo;s make the route persistent across reboots. There are 2 files for this. Use either one depending on your needs.</p>
<p>You can add the route command at the end of the <strong>/etc/rc.d/rc.local</strong> file. The route will be added every time IPCop is rebooted but not everytime the interface is restarted. Good for a box with minimal changes.</p>
<p><code>root@proxy73:~ # echo &quot;route add -net 10.0.0.0 gw 10.38.24.1 netmask 255.0.0.0&quot; &gt;&gt; /etc/rc.d/rc.local</code></p>
<p>The other way would be to add the route command at the end of the <strong>/etc/rc.d/rc.netaddress.up</strong> file. This will ensure that your routing table gets updated every time the interface is restarted.</p>
<p><code>root@proxy73:~ # echo &quot;route add -net 10.0.0.0 gw 10.38.24.1 netmask 255.0.0.0&quot; &gt;&gt; /etc/rc.d/rc.netaddress.up</code></p>
<p>I personally use the latter.</p>
<p>To view your routing table run the &ldquo;<strong>route</strong>&rdquo; command.</p>
<p><code>root@proxy73:~ # route&lt;br /&gt; Kernel IP routing table&lt;br /&gt; DestinationÃ‚Â Ã‚Â Ã‚Â Ã‚Â  GatewayÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  GenmaskÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  Flags Metric RefÃ‚Â Ã‚Â Ã‚Â  Use Iface&lt;br /&gt; 213.27.199.80Ã‚Â Ã‚Â  *Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  255.255.255.248 UÃ‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0 eth2&lt;br /&gt; 192.168.1.0Ã‚Â Ã‚Â Ã‚Â Ã‚Â  *Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  255.255.255.0Ã‚Â Ã‚Â  UÃ‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0 eth1&lt;br /&gt; 10.38.24.0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  *Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  255.255.248.0Ã‚Â Ã‚Â  UÃ‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0 eth0&lt;br /&gt; 10.0.0.0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  10.38.24.1Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  255.0.0.0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  UGÃ‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0 eth0&lt;br /&gt; defaultÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  213.27.199.81Ã‚Â Ã‚Â  0.0.0.0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  UGÃ‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  0 eth2</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Audi A4 Challenge for the iPhone</title>
      <link>https://thedaneshproject.com/posts/audi-a4-challenge-for-the-iphone/</link>
      <pubDate>Sun, 24 Aug 2008 01:00:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/audi-a4-challenge-for-the-iphone/</guid>
      <description>Audi came up with a smart promotional gimmick for it&amp;rsquo;s latest Audi. The company decided to use the iPhone with it&amp;rsquo;s huge userbase as their advertising platform to game as much reach as possible.
Audi released &amp;ldquo;Audi A4 Challenge&amp;rdquo;, A racing game for the iPhone. The game basically involves you driving around in an Audi and trying to constantly break your personal record. But what&amp;rsquo;s interesting are the controls. Acceleration is touch screen based and steering is done through the iPhone&amp;rsquo;s motion sensor.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3038/2790408676_6726447de9_o.jpg" alt=""  />
</p>
<p>Audi came up with a smart promotional gimmick for it&rsquo;s latest Audi. The company decided to use the iPhone with it&rsquo;s huge userbase as their advertising platform to game as much reach as possible.</p>
<p>Audi released &ldquo;<em><strong>Audi A4 Challenge</strong></em>&rdquo;, A racing game for the iPhone. The game basically involves you driving around in an Audi and trying to constantly break your personal record. But what&rsquo;s interesting are the controls. Acceleration is touch screen based and steering is done through the iPhone&rsquo;s motion sensor. Pretty cool ha?</p>
<p>The game&rsquo;s is free and is availale from the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=288419967&amp;mt=8">App Store</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>P1 WiMAX goes live in KL</title>
      <link>https://thedaneshproject.com/posts/p1-wimax-goes-live-in-kl/</link>
      <pubDate>Sat, 23 Aug 2008 12:48:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/p1-wimax-goes-live-in-kl/</guid>
      <description>Drop Streamyx, go P1 WiMAX&amp;hellip;
WiMAX by P1( Packet One ) finally goes live in KL. Packages start from RM49 for 400Kbps and go up to RM269 for 2.4 Mbps. This the the non promotional price.
P1 is currently running their introduction promotion which starts on August 20th and ends on 30rd September. The prices have been significantly reduced and the modem (RM999) is included for free so sign up fast to enjoy the savings.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3241/2789548980_1225cbac25.jpg" alt=""  />
</p>
<p>Drop Streamyx, go <a href="http://www.p1.com.my/index.aspx">P1 WiMAX</a>&hellip;</p>
<p>WiMAX by P1( Packet One ) finally goes live in KL. Packages start from RM49 for 400Kbps and go up to RM269 for 2.4 Mbps. This the the non promotional price.</p>
<p>P1 is currently running their introduction promotion which starts on August 20th and ends on 30rd September. The prices have been significantly reduced and the modem (RM999) is included for free so sign up fast to enjoy the savings. I&rsquo;m thinking about it too.</p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/wimax-rolls-out-today/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install ClamAV</title>
      <link>https://thedaneshproject.com/posts/how-to-install-clamav/</link>
      <pubDate>Wed, 20 Aug 2008 13:28:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-clamav/</guid>
      <description>&lt;p&gt;Here a quick walk through on how to install and perform a file system scan with ClamAV. I&amp;rsquo;ll be installing and scanning on a RedHat 7.3 machine.&lt;/p&gt;
&lt;p&gt;First download the required files listed below. For other distributions you should refer to the &lt;a href=&#34;http://www.clamav.net/download/&#34;&gt;download page&lt;/a&gt; to get the suitable packages. I saved the files to /opt/clamav/&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;clamav (Scanning tools)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;clamav-db (Virus database)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;main.cvd (Virus database update file)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;daily.cvd (Virus database update file)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;rsquo;s start installing the packages.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;[root@pinky:~]# rpm -ivh clamav-db-0.93.3-1.rh7.rf.i386.rpm&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;[root@pinky:~]# rpm -ivh clamav-0.93.3-1.rh7.rf.i386.rpm&lt;/p&gt;
&lt;p&gt;[root@pinky:~]# cp main.cvd /var/clamav/&lt;/p&gt;
&lt;p&gt;[root@pinky:~]# cp daily.cvd /var/clamav/&lt;/p&gt;
&lt;p&gt;That concludes the install process. Now lets scan.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Here a quick walk through on how to install and perform a file system scan with ClamAV. I&rsquo;ll be installing and scanning on a RedHat 7.3 machine.</p>
<p>First download the required files listed below. For other distributions you should refer to the <a href="http://www.clamav.net/download/">download page</a> to get the suitable packages. I saved the files to /opt/clamav/</p>
<ol>
<li>
<p>clamav (Scanning tools)</p>
</li>
<li>
<p>clamav-db (Virus database)</p>
</li>
<li>
<p>main.cvd (Virus database update file)</p>
</li>
<li>
<p>daily.cvd (Virus database update file)</p>
</li>
</ol>
<p>Let&rsquo;s start installing the packages.</p>
<p><code>[root@pinky:~]# rpm -ivh clamav-db-0.93.3-1.rh7.rf.i386.rpm</code></p>
<p>[root@pinky:~]# rpm -ivh clamav-0.93.3-1.rh7.rf.i386.rpm</p>
<p>[root@pinky:~]# cp main.cvd /var/clamav/</p>
<p>[root@pinky:~]# cp daily.cvd /var/clamav/</p>
<p>That concludes the install process. Now lets scan.</p>
<p>First check if your virus database is up to date.</p>
<p><code>[root@pinky:~]# freshclam&lt;br /&gt; ClamAV update process started at Wed Aug 20 17:49:38 2008&lt;br /&gt; main.cvd is up to date (version: 47, sigs: 312304, f-level: 31, builder: sven)&lt;br /&gt; daily.cvd is up to date (version: 8058, sigs: 85172, f-level: 33, builder: acab)</code></p>
<p>To scan the command would look like this. clamscan [options] [directory]</p>
<p>The -r option will force the scan to be recursive across directories.</p>
<p><code>[root@pinky:~]# clamscan -r /home/</code></p>
<p>The -i option will only return infected files.</p>
<p><code>[root@pinky:~]# clamscan -r -i /home/</code></p>
<p>You can also use -move=[directory] to move infected files or -copy=[directory] to copy infected files to a designated directory.</p>
<p><code>[root@pinky:~]# clamscan -r -i --move=/infected-files/</code></p>
<p>[root@pinky:~]# clamscan -r -i -copy=/infected-files/</p>
<p>To save the scan summary to a report file user -l /scan/report/scan.log or -log=/scan/report/scan.log</p>
<p><code>[root@pinky:~]# clamscan -r -i --log=/scan/report/scan.log</code></p>
<p>Sample scan summary,</p>
<p><code>[root@pinky:~]#</code></p>
<p>———- SCAN SUMMARY ———-<br>
Known viruses: 396679<br>
Engine version: 0.93.3<br>
Scanned directories: 1920<br>
Scanned files: 25372<br>
Infected files: 6<br>
Data scanned: 6643.96 MB<br>
Time: 3020.422 sec (50 m 20 s)</p>]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3G almost in Singapore</title>
      <link>https://thedaneshproject.com/posts/iphone-3g-almost-in-singapore/</link>
      <pubDate>Wed, 20 Aug 2008 03:29:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3g-almost-in-singapore/</guid>
      <description>iPhone 3G is coming to Singapore.
22nd August&amp;rsquo;s the date. 12:01am&amp;rsquo;s the time. So make sure you&amp;rsquo;re [there][2] ( [Singtel stores][3] )to pick yours up.
[Singtel][4] will be carrying the phone. The price [plans][5] have also been published. For lower plans you&amp;rsquo;ll have to pay for the phone but for those on premium plans the iPhone 3G will be free.
Was thinking of getting myself an iPhone 3G but the plan has since changed with HTC&amp;rsquo;s plans to release HTC Dream ( powered by Android ) in the coming months.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/apple-iphone-3g-singtel.jpg" alt=""  />
</p>
<p>iPhone 3G is coming to Singapore.</p>
<p>22nd August&rsquo;s the date. 12:01am&rsquo;s the time. So make sure you&rsquo;re [there][2] ( [Singtel stores][3] )to pick yours up.</p>
<p>[Singtel][4] will be carrying the phone. The price [plans][5] have also been published. For lower plans you&rsquo;ll have to pay for the phone but for those on premium plans the iPhone 3G will be free.</p>
<p>Was thinking of getting myself an iPhone 3G but the plan has since changed with HTC&rsquo;s plans to release HTC Dream ( powered by Android ) in the coming months.</p>
<p>Source: [I.Z. Reloaded][5]</p>
<p>[1]: /wp-content/uploads/2008/08/apple-iphone-3g-singtel.jpg)
[2]: <a href="http://izreloaded.blogspot.com/2008/08/exclusive-singtel-iphone-updates.html">http://izreloaded.blogspot.com/2008/08/exclusive-singtel-iphone-updates.html</a>
[3]: <a href="http://home.singtel.com/customer_service/cust_serv_locateus_iphone3g.asp">http://home.singtel.com/customer_service/cust_serv_locateus_iphone3g.asp</a>
[4]: <a href="http://home.singtel.com/singtel/index.html#iphone">http://home.singtel.com/singtel/index.html#iphone</a>
[5]: <a href="http://izreloaded.blogspot.com/2008/08/official-singtel-iphone-3g-price-plans.html">http://izreloaded.blogspot.com/2008/08/official-singtel-iphone-3g-price-plans.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Yahoo! Open Hack Day (USA) for one lucky Malaysian</title>
      <link>https://thedaneshproject.com/posts/yahoo-open-hack-day-usa-for-one-lucky-malaysian/</link>
      <pubDate>Tue, 19 Aug 2008 17:58:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yahoo-open-hack-day-usa-for-one-lucky-malaysian/</guid>
      <description>Yahoo! Open Hack Day (USA) is scheduled for 12th-13th September 2008 and one lucky Malaysian stands a chance to participate in the event which will be held at Yahoo&amp;rsquo;s HQ in Sunnyvale, CA. All paid for by Yahoo.
To qualify simply complete this form and have it submitted to sea-ydn@yahoo-inc.com with the subject line reading &amp;ldquo;Yahoo! Open Hack Day Application from Malaysia&amp;rdquo; by 5pm, 22nd August 2008.
The form basically is a gage to where you stand in the rapidly evolving world of web development.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/yahoo-sunnyvale-500x333.jpg" alt="Yahoo HQ, SunnyVale, CA"  title="Yahoo HQ, SunnyVale, CA"  />
</p>
<p>Yahoo! Open Hack Day (USA) is scheduled for 12th-13th September 2008 and one lucky Malaysian stands a chance to participate in the event which will be held at Yahoo&rsquo;s HQ in Sunnyvale, CA. All paid for by Yahoo.</p>
<p>To qualify simply complete <a href="/wp-content/uploads/2008/08/seaopenhackday_applicationform-final-malaysia.doc">this form</a> and have it submitted to <a href="mailto:sea-ydn@yahoo-inc.com">sea-ydn@yahoo-inc.com</a> with the subject line reading <em><strong>&ldquo;Yahoo! Open Hack Day Application from Malaysia&rdquo;</strong></em> by 5pm, 22nd August 2008.</p>
<p>The form basically is a gage to where you stand in the rapidly evolving world of web development. Especially through Yahoo&rsquo;s many web services.</p>
<blockquote>
<p><!-- raw HTML omitted -->The objective of the Event is to push the envelope of web innovation and creativity to meet the needs of the developerÃ¢â‚¬â„¢s itch.Ã‚Â  Come up with an idea, develop a quick and dirty working version and then show it off.Ã‚Â  The Event will begin with workshops and hack-related presentations from some of the Web&rsquo;s most respected developers in the industry.<!-- raw HTML omitted --></p>
</blockquote>
<p>The form can also be downloaded <a href="https://fast.corp.yahoo.com/clients/index.php?id=9a0e5cb0af6eaee2ed39aeb1396679f1&amp;ticket=4425981&amp;name=SEAOpenHackDay_applicationformFINAL-MALAYSIA.doc">directly from Yahoo</a>.</p>
<p><a href="http://www.hackday.org/">HackDay</a> || <a href="http://developer.yahoo.com/">Yahoo! Developer Network</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>DELL Studio Hybrid Desktop PC</title>
      <link>https://thedaneshproject.com/posts/dell-studio-hybrid-desktop-pc/</link>
      <pubDate>Mon, 18 Aug 2008 12:32:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dell-studio-hybrid-desktop-pc/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;The new Dell Studio Hybrid desktop line is looking pretty slick. Compact form factor packaged within a really cool looking enclosure. O ya, and it&amp;rsquo;s ECO friendly with it&amp;rsquo;s low power requirements.&lt;/p&gt;
&lt;p&gt;In the US the studio PC starts at USD499 for just the CPU but the same options are not available here. There is no option to buy just the CPU here, the starting price is &lt;a href=&#34;http://www1.ap.dell.com/content/products/category.aspx/desktops?c=my&amp;amp;cs=mydhs1&amp;amp;l=en&amp;amp;redirect=1&amp;amp;s=dhs&amp;amp;~page=3&amp;amp;~tab=2&#34;&gt;RM2899&lt;/a&gt;. Too bad.&lt;/p&gt;
&lt;p&gt;Dell&amp;rsquo;sÃ‚Â  finally getting it right I guess. But I feel that we should also have the option to purchase just the CPU. RM2899 is still too pricey for many.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>The new Dell Studio Hybrid desktop line is looking pretty slick. Compact form factor packaged within a really cool looking enclosure. O ya, and it&rsquo;s ECO friendly with it&rsquo;s low power requirements.</p>
<p>In the US the studio PC starts at USD499 for just the CPU but the same options are not available here. There is no option to buy just the CPU here, the starting price is <a href="http://www1.ap.dell.com/content/products/category.aspx/desktops?c=my&amp;cs=mydhs1&amp;l=en&amp;redirect=1&amp;s=dhs&amp;~page=3&amp;~tab=2">RM2899</a>. Too bad.</p>
<p>Dell&rsquo;sÃ‚Â  finally getting it right I guess. But I feel that we should also have the option to purchase just the CPU. RM2899 is still too pricey for many.</p>
<p>[youtube]http://www.youtube.com/watch?v=Q_6ZOVjhw8Y[/youtube]</p>
<p>Source: <a href="http://www1.ap.dell.com/content/products/category.aspx/desktops?c=my&amp;cs=mydhs1&amp;l=en&amp;redirect=1&amp;s=dhs&amp;~page=3&amp;~tab=2">Dell Studio</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Google and Beijing 2008</title>
      <link>https://thedaneshproject.com/posts/google-and-beijing-2008/</link>
      <pubDate>Sun, 17 Aug 2008 10:05:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-and-beijing-2008/</guid>
      <description>Beijing 2008 is currently the biggest buzz around the globe. Google has a few tools up it&amp;rsquo;s sleeve to help keep you updated on everything Beijing 2008.
You might have already discovered is that Google changing it&amp;rsquo;s doodle everyday since the start of Beijing 2008. The doodles are also reflected in all Google Mobile services.
![](/wp-content/uploads/2008/08/olympics08_weightlifting.gif&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;150&amp;rdquo; /&amp;gt;]3
Google Mobile provides quick access right from your mobile devices. You get access to latest medal counts and all the latest news relating to Beijing 2008.</description>
      <content:encoded><![CDATA[<p>Beijing 2008 is currently the biggest buzz around the globe. Google has a few tools up it&rsquo;s sleeve to help keep you updated on everything Beijing 2008.</p>
<p>You might have already discovered is that Google changing it&rsquo;s doodle everyday since the start of Beijing 2008. The doodles are also reflected in all Google Mobile services.</p>
<p>![](/wp-content/uploads/2008/08/olympics08_weightlifting.gif&quot; alt=&quot;&quot; width=&ldquo;150&rdquo; /&gt;]<a href="/wp-content/uploads/2008/08/olympics08_weightlifting.gif">3</a></p>
<p><a href="http://m.google.com.my/">Google Mobile</a> provides quick access right from your mobile devices. You get access to latest medal counts and all the latest news relating to Beijing 2008.</p>
<!-- raw HTML omitted -->
<p>Another tool provided by Google is the Google Beijing 2008 widget for iGoogle. It keeps you updated on the latest medals counts, events schedules and news right from your browser. Install the widget.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/08/google-beijing-2008-widget-02.png" alt=""  />
</p>
<p>Google maps has not been spared too. Every venue is mapped and best of all, a full 3D tour of the venue is also provided through Google Earth. [Check it out][8].</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/08/google-beijing-2008-maps-01-500x300.png" alt=""  />
</p>
<p>Enjoy your Olympics with Google 😀</p>
<p>Source: Google Summer Games 2008</p>
<p>[6]: /wp-content/uploads/2008/08/google-beijing-2008-widget-01.png)
[7]: /wp-content/uploads/2008/08/google-beijing-2008-widget-02.png)
[8]: <a href="http://sketchup.google.com/3dwarehouse/cldetails?mid=efe83785f1aaaae0ae682533f3f1d4dd&amp;ct=hpr2">http://sketchup.google.com/3dwarehouse/cldetails?mid=efe83785f1aaaae0ae682533f3f1d4dd&amp;ct=hpr2</a>
[9]: /wp-content/uploads/2008/08/google-beijing-2008-maps-01.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Upgraded to WordPress 2.6.1</title>
      <link>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.6.1/</link>
      <pubDate>Sat, 16 Aug 2008 12:24:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.6.1/</guid>
      <description>Upgraded to WordPress 2.6.1 today. Not a security release so no need to update if you&amp;rsquo;re happy with 2.6. [Read the change log.][2]
Tried out the WordPress Automatic Upgrade plugin today (WPAU). A few scares with directory permissions as usual, but besides that, the upgrade was a success.
Download WPAU here.
[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg) [2]: http://trac.wordpress.org/query?status=closed&amp;amp;milestone=2.6.1&amp;amp;resolution=fixed&amp;amp;order=priority</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>Upgraded to WordPress 2.6.1 today. Not a security release so no need to update if you&rsquo;re happy with 2.6. [Read the change log.][2]</p>
<p>Tried out the WordPress Automatic Upgrade plugin today (WPAU). A few scares with directory permissions as usual, but besides that, the upgrade was a success.</p>
<p>Download WPAU here.</p>
<p>[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg)
[2]: <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.1&amp;resolution=fixed&amp;order=priority">http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.1&amp;resolution=fixed&amp;order=priority</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Updated my RSS feed</title>
      <link>https://thedaneshproject.com/posts/updated-my-rss-feed/</link>
      <pubDate>Fri, 15 Aug 2008 13:10:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/updated-my-rss-feed/</guid>
      <description>Please be informed that my RSS feed has changed. The feed&amp;rsquo;s now available at http://feedproxy.google.com/TheDaneshProjectFeed
I&amp;rsquo;ll post about why ItÃ‚Â changed in my next post.
Sorry for the inconvinence caused guys&amp;hellip;..
Sorry!! Left out my email subscription. Subscribe by mail.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/rss_icon.jpg" alt=""  />
</p>
<p>Please be informed that my RSS feed has changed. The feed&rsquo;s now available at <a href="http://feedproxy.google.com/TheDaneshProjectFeed">http://feedproxy.google.com/TheDaneshProjectFeed</a></p>
<p>I&rsquo;ll post about why ItÃ‚Â  changed in my next post.</p>
<p>Sorry for the inconvinence caused guys&hellip;..</p>
<p>Sorry!! Left out my email subscription. <a href="http://feedburner.google.com/fb/a/mailverify?uri=TheDaneshProjectFeed&amp;loc=en_US">Subscribe by mail</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress is_home() conditional tag</title>
      <link>https://thedaneshproject.com/posts/wordpress-is_home-conditional-tag/</link>
      <pubDate>Thu, 14 Aug 2008 09:04:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-is_home-conditional-tag/</guid>
      <description>I use the is_home() conditional tag to control when my ads show up. I prefer to only have my ads show up when single posts are viewed. Helps keep my home page looking clean and relevant.
Currently, I have my ads setup to show on all pages except for my home page. To get the same functionality setup on your WordPress simply wrap your ad codes with the code below.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/wordpresslogo.jpg" alt=""  />
</p>
<p>I use the <strong>is_home()</strong> conditional tag to control when my ads show up. I prefer to only have my ads show up when single posts are viewed. Helps keep my home page looking clean and relevant.</p>
<p>Currently, I have my ads setup to show on all pages except for my home page. To get the same functionality setup on your WordPress simply wrap your ad codes with the code below.<br>
`<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<p>[your ad codes go here&hellip;. ]</p>
<!-- raw HTML omitted -->
<p>ALternatively if you want your ads to only show up on your home page,</p>
<p><code>&lt;?php if (Ã‚Â  is_home()Ã‚Â  ) { ?&gt;</code></p>
<p>[your ad codes go here&hellip;. ]</p>
<!-- raw HTML omitted -->
<p>If you use static pages for your home instead, then <strong>replace is_home()</strong> with <strong>is_front_page()</strong> .</p>
<p>Try it out, drop me a note if you need help.</p>
<p>[1]: /wp-content/uploads/2008/08/wordpresslogo.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to reset the root password for MySQL</title>
      <link>https://thedaneshproject.com/posts/how-to-reset-the-root-password-for-mysql/</link>
      <pubDate>Wed, 13 Aug 2008 10:09:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-reset-the-root-password-for-mysql/</guid>
      <description>It happens, you set a super complicated password for your MySQL root account and 2 months down the road forget what it was.
Here&amp;rsquo;s how you&amp;rsquo;d fix that.
Stop your current MySQL database if it is running root@abubu# service mysqld stop
Start MySQL in safe mode and bypass reading the privilege table. root@abubu# mysqld_safe --skip-grant-tables
Reset your root password MySQL console. If it goes well you will not need to key in a password.</description>
      <content:encoded><![CDATA[<p>It happens, you set a super complicated password for your MySQL root account and 2 months down the road forget what it was.</p>
<p>Here&rsquo;s how you&rsquo;d fix that.</p>
<ol>
<li>Stop your current MySQL database if it is running</li>
</ol>
<p><code>root@abubu# service mysqld stop</code></p>
<ol start="2">
<li>Start MySQL in safe mode and bypass reading the privilege table.</li>
</ol>
<p><code>root@abubu# mysqld_safe --skip-grant-tables</code></p>
<ol start="3">
<li>Reset your root password MySQL console. If it goes well you will not need to key in a password.</li>
</ol>
<p><code>root@abubu# mysql -u root mysql</code></p>
<p><code>mysql&gt; update user set Password=PASSWORD('new-password');&lt;br /&gt; mysql&gt; flush privileges;&lt;br /&gt; mysql exit;</code></p>
<ol start="4">
<li>Kill the MySQL process and restart MySQL normally.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>My openSUSE 11 repositories</title>
      <link>https://thedaneshproject.com/posts/my-opensuse-11-repositories/</link>
      <pubDate>Sun, 10 Aug 2008 09:15:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-opensuse-11-repositories/</guid>
      <description>These are the repositories I typically use with my openSUSE installs. Might come in handy for you
[1]: /wp-content/uploads/2008/08/opensuse11-repository.png)</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>These are the repositories I typically use with my openSUSE installs. Might come in handy for you</p>
<p>[1]: /wp-content/uploads/2008/08/opensuse11-repository.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Beijing 2008 is here</title>
      <link>https://thedaneshproject.com/posts/beijing-2008-is-here/</link>
      <pubDate>Fri, 08 Aug 2008 11:04:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/beijing-2008-is-here/</guid>
      <description>Don&amp;rsquo;t forget to catch the Beijing 2008 opening ceremony today on ASTRO at 8pm local time (GMT +8) on channel 816. Afterall they are the masters of fireworks so a great show is garanteed.
Let&amp;rsquo;s get together to celebrate humanity in the greatest sporting spectacular in the world. The Beijing 2008 Olympics!!
Source: [Beijing 2008][2] || [International Olympics Committee][3] || Astro
[1]: /wp-content/uploads/2008/08/2008-olympic.jpg) [2]: http://en.beijing2008.cn/ [3]: http://www.olympic.org/uk/index_uk.asp</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/2008-olympic-500x387.jpg" alt=""  />
</p>
<p>Don&rsquo;t forget to catch the Beijing 2008 opening ceremony today on ASTRO at 8pm local time (GMT +8) on channel 816. Afterall they are the masters of fireworks so a great show is garanteed.</p>
<p>Let&rsquo;s get together to celebrate humanity in the greatest sporting spectacular in the world. The Beijing 2008 Olympics!!</p>
<p>Source: [Beijing 2008][2] || [International Olympics Committee][3] || Astro</p>
<p>[1]: /wp-content/uploads/2008/08/2008-olympic.jpg)
[2]: <a href="http://en.beijing2008.cn/">http://en.beijing2008.cn/</a>
[3]: <a href="http://www.olympic.org/uk/index_uk.asp">http://www.olympic.org/uk/index_uk.asp</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Digg released their first Firefox 3 extension</title>
      <link>https://thedaneshproject.com/posts/digg-released-their-first-firefox-3-extension/</link>
      <pubDate>Fri, 08 Aug 2008 02:00:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/digg-released-their-first-firefox-3-extension/</guid>
      <description>&lt;p&gt;Digg have released their first Firefox 3 extension. The extension comes with a toolbar and a status bar button. The toolbar shows you Digg counts and comments of sites you visit and also includes the ability to digg new sites.&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;</description>
      <content:encoded><![CDATA[<p>Digg have released their first Firefox 3 extension. The extension comes with a toolbar and a status bar button. The toolbar shows you Digg counts and comments of sites you visit and also includes the ability to digg new sites.</p>
<!-- raw HTML omitted -->
<p>The status bar button on the other hand allows you to track new Diggs from topics you subscribe to and also tracks Diggs from your friends.</p>
<!-- raw HTML omitted -->
<p>Both the toolbar and status bar button are fully customizable and best of all, they both have a &ldquo;Zzz&hellip;&rdquo; button to turn off notifications temporarily.Ã‚Â  Useful when your brain&rsquo;s suffering from information overload.</p>
<!-- raw HTML omitted -->
<p>Overall I find the extension to be well thought off. Non intrusive and best of all it does not use up my precious browser real-estate. Love the Zzz&hellip; button!!</p>
<p>Watch the introduction video by Kevin Rose and [grab the extension][4]</p>
<p>[vimeo]http://www.vimeo.com/1444273[/vimeo]</p>
<p>Source: [Digg Blog][5]</p>
<p>[1]: /wp-content/uploads/2008/08/ff-toolbar-1.png)
[2]: /wp-content/uploads/2008/08/ff-toolbar-3.png)
[3]: /wp-content/uploads/2008/08/ff-toolbar-2.png)
[4]: <a href="http://digg.com/tools/firefox">http://digg.com/tools/firefox</a>
[5]: <a href="http://blog.digg.com/?p=140">http://blog.digg.com/?p=140</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Apple’s iPhone get’s heat for it’s NDA policy</title>
      <link>https://thedaneshproject.com/posts/apples-iphone-gets-heat-for-its-nda-policy/</link>
      <pubDate>Thu, 07 Aug 2008 16:31:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/apples-iphone-gets-heat-for-its-nda-policy/</guid>
      <description>Apple&amp;rsquo;s been getting some heat from the iPhone developer communities around for it&amp;rsquo;s NDA policy. Developers are legally banned from sharing code, discussing or exhanging tips on coding through forums or email.
I&amp;rsquo;m quite sure there are hidden scenes all over the net that Apple&amp;rsquo;s all seeing eye can&amp;rsquo;t get to but for the general developers this is a major setback.
The [FUCKING NDA][2] site is just one example of developers venting out their frustrations.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/fucking-nda.png" alt=""  />
</p>
<p>Apple&rsquo;s been getting some heat from the iPhone developer communities around for it&rsquo;s NDA policy. Developers are legally banned from sharing code, discussing or exhanging tips on coding through forums or email.</p>
<p>I&rsquo;m quite sure there are hidden scenes all over the net that Apple&rsquo;s all seeing eye can&rsquo;t get to but for the general developers this is a major setback.</p>
<p>The [FUCKING NDA][2] site is just one example of developers venting out their frustrations. The site tracks &ldquo;FUCKING NDA&rdquo; twits. From the numbers of new twits showing up all the time the message is quite obvious that freedom of choice is not something Apple wanted to hand over to it&rsquo;s loyal users. Sad but true&hellip;.</p>
<p>[1]: /wp-content/uploads/2008/08/fucking-nda.png)
[2]: <a href="http://fuckingnda.com/">http://fuckingnda.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>High-Res skate video</title>
      <link>https://thedaneshproject.com/posts/high-res-skate-video/</link>
      <pubDate>Thu, 07 Aug 2008 10:01:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/high-res-skate-video/</guid>
      <description>[vimeo]http://www.vimeo.com/clip:1340684[/vimeo]
Awesome high-res shate video I stumbled onto today. Enjoy.
It&amp;rsquo;s available in HD too if you have the bandwidth.</description>
      <content:encoded><![CDATA[<p>[vimeo]http://www.vimeo.com/clip:1340684[/vimeo]</p>
<p>Awesome high-res shate video I stumbled onto today. Enjoy.</p>
<p>It&rsquo;s available in HD too if you have the bandwidth.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linus Torvalds feels the security scene is over glorified</title>
      <link>https://thedaneshproject.com/posts/linus-torvalds-feels-the-security-scene-is-over-glorified/</link>
      <pubDate>Thu, 07 Aug 2008 04:28:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linus-torvalds-feels-the-security-scene-is-over-glorified/</guid>
      <description>Security people are often the black-and-white kind of people that I can&amp;rsquo;t
stand. I think the OpenBSD crowd is a bunch of masturbating monkeys, in
that they make such a big deal about concentrating on security to the
point where they pretty much admit that nothing else matters to them.
That&amp;rsquo;s what Linus Torvalds had to say about security people. Read the full article.
Wikiquote has a good collection of bold quote from Linus if&amp;rsquo;d you&amp;rsquo;d like to check them out.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<blockquote>
<p>Security people are often the black-and-white kind of people that I can&rsquo;t<br>
stand. I think the OpenBSD crowd is a bunch of masturbating monkeys, in<br>
that they make such a big deal about concentrating on security to the<br>
point where they pretty much admit that nothing else matters to them.</p>
</blockquote>
<p>That&rsquo;s what Linus Torvalds had to say about security people. <a href="http://article.gmane.org/gmane.linux.kernel/706950">Read the full article.</a><br>
<a href="http://en.wikiquote.org/wiki/Linus_Torvalds"><br>
Wikiquote</a> has a good collection of bold quote from Linus if&rsquo;d you&rsquo;d like to check them out.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Sudo enable Yast in openSUSE 11</title>
      <link>https://thedaneshproject.com/posts/sudo-enable-yast-in-opensuse-11/</link>
      <pubDate>Wed, 06 Aug 2008 13:24:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sudo-enable-yast-in-opensuse-11/</guid>
      <description>One of annoyance I found on openSUSE 11 is that Yast is no longer sudo enabled. The privilege elevation sudo line &amp;ldquo;[username] ALL=(ALL) NOPASSWD: ALL&amp;rdquo; works with everything else except for Yast.
In versions prior to openSUSE 11 sudo worked fine with Yast. Apparently in openSUSE 11 Yast sudo was switched to su.
Here&amp;rsquo;s how you&amp;rsquo;d get Yast to start working with sudo again.
danny@pandora:~&amp;gt; kwriteconfig -file kdesurc -group super-user-command -key super-user-command sudo</description>
      <content:encoded><![CDATA[<p>One of annoyance I found on openSUSE 11 is that Yast is no longer sudo enabled. The privilege elevation sudo line &ldquo;<strong>[username] ALL=(ALL) NOPASSWD: ALL</strong>&rdquo; works with everything else except for Yast.</p>
<p>In versions prior to openSUSE 11 sudo worked fine with Yast. Apparently in openSUSE 11 Yast sudo was switched to su.</p>
<p>Here&rsquo;s how you&rsquo;d get Yast to start working with sudo again.</p>
<p><code>danny@pandora:~&gt; kwriteconfig -file kdesurc -group super-user-command -key super-user-command sudo</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3G now available in Malaysia</title>
      <link>https://thedaneshproject.com/posts/iphone-3g-now-available-in-malaysia/</link>
      <pubDate>Mon, 04 Aug 2008 18:13:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3g-now-available-in-malaysia/</guid>
      <description>Couple of my pals were asking today about buying the latest iPhone 3G here in Malaysia.
Fortunately a few good business minded souls have popped up around doing just that. The 8GB is going for RM3399 wheres the 16GB model is priced at RM3699 and comes in 2 colors. Black or White.
I would love to get my hands on one but for now the price is way beyond my budget 🙁 .</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/r-500x159.jpg" alt=""  />
</p>
<p>Couple of my pals were asking today about buying the latest iPhone 3G here in Malaysia.</p>
<p>Fortunately a few good business minded souls have popped up around doing just that. The 8GB is going for RM3399 wheres the 16GB model is priced at RM3699 and comes in 2 colors. Black or White.</p>
<p>I would love to get my hands on one but for now the price is way beyond my budget 🙁 . Guess I&rsquo;ll have to save up or hope for a kind soul to donate one to me 😀</p>
<p>But wait, there is still hope. According to Irwan iPhones 3G from NZ are legally unlocked so there is no violation of the warranty terms. Also, the price floats around RM2500.</p>
<p>Shot a few mails to my pals over at NZ, let&rsquo;s see what they say.</p>
<p>Here they are;</p>
<ol>
<li>
<p><a href="http://www.iworld.com.my/blog/?page_id=197">iWorld</a> - One thing&rsquo;s for sure, their site is freaking impressive.</p>
</li>
<li>
<p><a href="http://imalaysian.com/2008/06/11/3g-iphone-in-malaysia-starting-july-2008/">iMalaysian</a> - Price is even higher. RM 4500</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Why queue for your rebate?</title>
      <link>https://thedaneshproject.com/posts/why-queue-for-your-rebate/</link>
      <pubDate>Mon, 04 Aug 2008 08:29:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/why-queue-for-your-rebate/</guid>
      <description>Pos Malaysia has the solution. You are now able to cash our your fuel rebate online through their online portal. posonline
The service goes public 1st August. All you need is an account with posonline to start the rebate process.
No more queues, hopefully 😀
Source: Delirium || PosOnline</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/08/posonline.jpg" alt=""  />
</p>
<p>Pos Malaysia has the solution. You are now able to cash our your fuel <a href="/posts/malaysia-fuel-rebate-form/">rebate</a> online through their online portal. <a href="https://www.posonline.com.my">posonline</a></p>
<p>The service goes public 1st August. All you need is an account with <a href="https://www.posonline.com.my">posonline</a> to start the rebate process.</p>
<p>No more queues, hopefully 😀</p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/fuel-rebate-claim/">Delirium</a> || <a href="https://www.posonline.com.my/ecommerce/">PosOnline</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Microsoft to sponsor Apache Software Foundation</title>
      <link>https://thedaneshproject.com/posts/microsoft-to-sponsor-apache-software-foundation/</link>
      <pubDate>Wed, 30 Jul 2008 10:49:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/microsoft-to-sponsor-apache-software-foundation/</guid>
      <description>Microsoft has announced that it will sponsor ASF &amp;ldquo;Apache Software Foundation&amp;rdquo;. Yahoo and Google are already on board.
Microsoft was quick to say that they will not ditch IIS as tremendous work is constantly being put into it. IIS 8 is already in development and native support for PHP is on the todo list.
As quated from MS;
Open Specification Promise: Microsoft is putting a wide range
of protocols that were formerly in the Communications Protocol Program</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/ms-asf.jpg" alt=""  />
</p>
<p>Microsoft has announced that it will sponsor ASF &ldquo;Apache Software Foundation&rdquo;. Yahoo and Google are already on board.</p>
<p>Microsoft was quick to say that they will not ditch IIS as tremendous work is constantly being put into it. IIS 8 is already in development and native support for PHP is on the todo list.</p>
<p>As quated from MS;</p>
<blockquote>
<p><strong>Open Specification Promise</strong>: Microsoft is putting a wide range<br>
of protocols that were formerly in the Communications Protocol Program<br>
under the Open Specification Promise (OSP). This guarantees their<br>
freedom from any patent claims from Microsoft now or in the future, and<br>
includes both Microsoft-developed and industry-developed protocols.</p>
</blockquote>
<p>Source: <a href="http://www.cyberciti.biz/tips/microsoft-backs-apache-and-open-source.html">nixCraft</a> || <a href="http://port25.technet.com/archive/2008/07/25/oscon2008.aspx">port25</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysian GSOC student in the media</title>
      <link>https://thedaneshproject.com/posts/malaysian-gsoc-student-in-the-media/</link>
      <pubDate>Tue, 29 Jul 2008 18:41:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-gsoc-student-in-the-media/</guid>
      <description>Raj Kissu Rajendran from APIT, who is also a Google Summer Of Code participant gets featured in the local papers.
Raj is working on the &amp;ldquo;BLOB Streaming Support for phpMyAdmin&amp;rdquo; project which enables the management of streaming content (audio, video) in and out of the MySQL database through phpMyAdmin. keep up with his progress
This is what he had to say about the local OSS scene,
I envision a more innovation-centric industry driven by research and collaboration, especially in open source.</description>
      <content:encoded><![CDATA[<p>Raj Kissu Rajendran from APIT, who is also a Google Summer Of Code participant gets featured in the local papers.</p>
<p>Raj is working on the &ldquo;<a href="http://code.google.com/soc/2008/mysql/about.html">BLOB Streaming Support for phpMyAdmin</a>&rdquo; project which enables the management of streaming content (audio, video) in and out of the MySQL database through phpMyAdmin. keep up with his progress</p>
<p>This is what he had to say about the local OSS scene,</p>
<blockquote>
<p>I envision a more innovation-centric industry driven by research and collaboration, especially in open source. The nature of open source is in its shared environment where experts help newbies design and implement efficient code. I think the local ICT industry needs to be more adventurous in R&amp;D (research and development).</p>
</blockquote>
<p>OSS in Malaysia is still slow due to the lake of exposure but it&rsquo;s people like this who help spread the word by contributing great work.</p>
<p>Good job dude!!</p>
<p>Source: NST</p>
]]></content:encoded>
    </item>
    <item>
      <title>KDE 4.1.0 released</title>
      <link>https://thedaneshproject.com/posts/kde-4.1.0-released/</link>
      <pubDate>Tue, 29 Jul 2008 18:09:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kde-4.1.0-released/</guid>
      <description>The KDE community released KDE 4.1.0 today. The second release for KDE4.
Boasting new features, new applications and improved eye candy, KDE 4.1 is managing to WOW many. Nothing but good reviews all around the net unlike 4.0.
Plasma now supports multiple panels and allows the resizing of panels like how it was with KDE3.
A new &amp;ldquo;folder view&amp;rdquo; plasmoid sees it&amp;rsquo;s way on to the desktop providing a new way to interact with the desktop.</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>The KDE community released KDE 4.1.0 today. The second release for KDE4.</p>
<p>Boasting new features, new applications and improved eye candy, KDE 4.1 is managing to WOW many. Nothing but good reviews all around the net unlike 4.0.</p>
<p>Plasma now supports multiple panels and allows the resizing of panels like how it was with KDE3.</p>
<p>A new &ldquo;folder view&rdquo; plasmoid sees it&rsquo;s way on to the desktop providing a new way to interact with the desktop. The removal of desktop icons scared many but with the new folder view plasmoid users are able to access any folder they please from the desktop instead of being locked down to the default desktop.</p>
<p>Eye candy. If you have a good software which looked like crap would people want it? I guess not.</p>
<p>KDE 4.1 includes many new improvements to it&rsquo;s interface. Thinner borders, better transparencies, cleaner interfaces, new themes and plasma now has it&rsquo;s own theme engine.</p>
<!-- raw HTML omitted -->
<p>From a software standpoint, KDE-PIM is back with Kmail and KOrganizer. Dragon player, the new video player comes default. New games are included, KSystemlog, KSCD CD player, just to mention a few.</p>
<p>However, Amarok 2.0 is still not in 🙁</p>
<p>KDE 4.1 is really looking more like a complete desktop now. KDE 3 users will take sometime to get used to the new interface but eventually they will get there. Can&rsquo;t say the same about Vista 😉</p>
<p>Wanna take it for a spin?</p>
<p>[Get the live CD][3] || Other Alternatives</p>
<p>Source: [KDE][4]</p>
<p>[1]: /wp-content/uploads/2008/07/142661.png)
[2]: /wp-content/uploads/2008/07/plasma-folderview_thumb.png)
[3]: <a href="http://home.kde.org/~binner/kde-four-live/">http://home.kde.org/~binner/kde-four-live/</a>
[4]: <a href="http://www.kde.org/announcements/4.1/">http://www.kde.org/announcements/4.1/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How To Execute Linux commands from Windows</title>
      <link>https://thedaneshproject.com/posts/how-to-execute-linux-commands-from-windows/</link>
      <pubDate>Mon, 28 Jul 2008 16:35:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-execute-linux-commands-from-windows/</guid>
      <description>Most of the time, users are having a Windows Machine on their desk or laptop. Normally, we want to perform a full scale data retrieval from our Linux servers in the DC, where we don&amp;rsquo;t have a trusted Linux server to manage it&amp;hellip;.the answer to it is use &amp;ldquo;PLINK&amp;rdquo; utility.
Plink comes together with the Putty&amp;hellip;
A simple example of usage is:
C:&amp;gt; plink USERNAME@SERVERNAME &amp;lsquo;YOUR-LINUX-COMMAND&amp;rsquo;
If you have a dozen of servers&amp;hellip;then you probably want to write a batch script in Windows to loop through a list of servers and mention the list of commands juz like what i did&amp;hellip;.</description>
      <content:encoded><![CDATA[<p>Most of the time, users are having a Windows Machine on their desk or laptop. Normally, we want to perform a full scale data retrieval from our Linux servers in the DC, where we don&rsquo;t have a trusted Linux server to manage it&hellip;.the answer to it is use &ldquo;PLINK&rdquo; utility.</p>
<p><!-- raw HTML omitted -->Plink <!-- raw HTML omitted -->comes together with the Putty&hellip;</p>
<p>A simple example of usage is:</p>
<p><em><strong>C:&gt; plink USERNAME@SERVERNAME &lsquo;YOUR-LINUX-COMMAND&rsquo;</strong></em></p>
<p>If you have a dozen of servers&hellip;then you probably want to write a batch script in Windows to loop through a list of servers and mention the list of commands juz like what i did&hellip;..</p>
<p>Here a typical windows batch script:</p>
<p><em><strong>@echo off</strong></em></p>
<p><em><strong>for / f &ldquo;tokens=*&rdquo; %%A in (your-server-list.txt) ( C:\path\to\plink.exe user@server -w YOUR-PASSWORD -m linuxcommandscript &gt; YOUR_OUTPUT_FILE.txt)</strong></em></p>
<p>There you go, i did this for my sar report data collection for root cause analysis and infrastructure load analysis&hellip;.keying in a password wif every darn login is impractical and yet you dont want to generate a security key for the servers.</p>
]]></content:encoded>
    </item>
    <item>
      <title>BarCamp Malaysia in a few hours</title>
      <link>https://thedaneshproject.com/posts/barcamp-malaysia-in-a-few-hours/</link>
      <pubDate>Fri, 25 Jul 2008 17:25:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/barcamp-malaysia-in-a-few-hours/</guid>
      <description>BarCamp&amp;rsquo;s in a few hours. It&amp;rsquo;s gonna be my first. The Google Android session is what I&amp;rsquo;m going for first.
What is BarCamp? It&amp;rsquo;s an Unconference .
Interested? Initialy seats were limited but due to overwhelming interest from the public, BarCamp decided to opened up it&amp;rsquo;s door to all. Just walk in.
See you there,
When
July 26-27, 2008
Saturday 10:00 AM-6:00PM (official section)
Hangout time 6pm to Sunday morning</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/barcamp-banner.png" alt=""  />
</p>
<p>BarCamp&rsquo;s in a few hours. It&rsquo;s gonna be my first. The Google Android session is what I&rsquo;m going for first.</p>
<p>What is BarCamp? It&rsquo;s an Unconference .</p>
<p>Interested? Initialy seats were <a href="/posts/barcamp-malaysia-2008-is-open-for-registration/">limited</a> but due to overwhelming interest from the public, BarCamp decided to opened up it&rsquo;s door to all. Just walk in.</p>
<p>See you there,</p>
<p><strong>When</strong><br>
July 26-27, 2008<br>
Saturday 10:00 AM-6:00PM (official section)<br>
Hangout time 6pm to Sunday morning<br>
Sunday 10:00 AM-2:00PM</p>
<p><strong>Where</strong><br>
xTrain Sdn Bhd<br>
Unit E-7-1, Block E<br>
Megan Avenue 1<br>
189 Jalan Tun Razak<br>
50400 Kuala Lumpur<br>
Google map - <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=106632754844228521167.00044f537036a6d50e823&amp;z=17">View</a></p>
<p><a href="http://barcamp.org/BarCampMalaysia">Wiki</a> || <a href="http://twitter.com/barcampmalaysia">Twitter</a> || <a href="http://www.new.facebook.com/group.php?gid=20798441507">Facebook</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>OpenSSH 5.1 released</title>
      <link>https://thedaneshproject.com/posts/openssh-5.1-released/</link>
      <pubDate>Thu, 24 Jul 2008 18:17:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/openssh-5.1-released/</guid>
      <description>&lt;p&gt;![](/wp-content/uploads/2008/07/openssh-500x165.gif&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;500&amp;rdquo; height=&amp;ldquo;165&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2008/07/openssh-500x165.gif 500w, /wp-content/uploads/2008/07/openssh.gif 578w&amp;quot; sizes=&amp;quot;(max-width: 500px) 100vw, 500px&amp;quot; /&amp;gt;]&lt;a href=&#34;./wp-content/uploads/2008/07/openssh.gif&#34;&gt;1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OpenSSH 5.1 is out.&lt;/p&gt;
&lt;p&gt;OpenSSH fully supports SSH protocol versions 1.3, 1.5 and 2.0. It also includes client and server support for sftp.&lt;/p&gt;
&lt;p&gt;A few bug fixes, security fixes and new features come with the new 5.1 release. It&amp;rsquo;s already released to the mirrors so make sure to get patched. &lt;a href=&#34;http://www.openssh.com/portable.html#ftp&#34;&gt;FTP mirrors&lt;/a&gt; || &lt;a href=&#34;http://www.openssh.com/portable.html#http&#34;&gt;HTTP mirrors&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.openssh.com/txt/release-5.1&#34;&gt;Read the changelog&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2008/07/openssh-500x165.gif&quot; alt=&quot;&quot; width=&ldquo;500&rdquo; height=&ldquo;165&rdquo; srcset=&quot;/wp-content/uploads/2008/07/openssh-500x165.gif 500w, /wp-content/uploads/2008/07/openssh.gif 578w&quot; sizes=&quot;(max-width: 500px) 100vw, 500px&quot; /&gt;]<a href="/wp-content/uploads/2008/07/openssh.gif">1</a></p>
<p>OpenSSH 5.1 is out.</p>
<p>OpenSSH fully supports SSH protocol versions 1.3, 1.5 and 2.0. It also includes client and server support for sftp.</p>
<p>A few bug fixes, security fixes and new features come with the new 5.1 release. It&rsquo;s already released to the mirrors so make sure to get patched. <a href="http://www.openssh.com/portable.html#ftp">FTP mirrors</a> || <a href="http://www.openssh.com/portable.html#http">HTTP mirrors</a></p>
<p><a href="http://www.openssh.com/txt/release-5.1">Read the changelog</a></p>
<p>Also, if you are interested in the statistics for SSH implementations across the Internet, the graphs below from <a href="http://www.openssh.com/usage/">OpenSSH</a> will surely interest you.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Source: [OpenSSH][8]</p>
<p>[6]: <a href="http://www.openssh.com/usage/graphs/internet-versions.png">http://www.openssh.com/usage/graphs/internet-versions.png</a>)
[7]: <a href="http://www.openssh.com/usage/graphs/internet-type.png">http://www.openssh.com/usage/graphs/internet-type.png</a>)
[8]: <a href="http://www.openssh.com/">http://www.openssh.com/</a></p>]]></content:encoded>
    </item>
    <item>
      <title>How to set your system time using NTP</title>
      <link>https://thedaneshproject.com/posts/how-to-set-your-system-time-using-ntp/</link>
      <pubDate>Thu, 24 Jul 2008 08:13:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-set-your-system-time-using-ntp/</guid>
      <description>Here&amp;rsquo;s a quick walk through to synchronize your system time through NTP.
Install the NTP package if you don&amp;rsquo;t already have it installed.
[root@abubu]# yum install ntp
Check your date.
[root@abubu]# date&amp;lt;br /&amp;gt; Thu Jul 24 13:34:24 MYT 2008
Use the ntpdate command to poll from public NTP servers. I this example I&amp;rsquo;ll use ntp servers provided by the NTP POOL Project. The asia pool is &amp;ldquo;ntp asia.pool.ntp.org&amp;rdquo;
[root@abubu]# ntpdate asia.</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a quick walk through to synchronize your system time through NTP.</p>
<p>Install the NTP package if you don&rsquo;t already have it installed.</p>
<p><code>[root@abubu]# yum install ntp</code></p>
<p>Check your date.</p>
<p><code>[root@abubu]# date&lt;br /&gt; Thu Jul 24 13:34:24 MYT 2008</code></p>
<p>Use the ntpdate command to poll from public NTP servers. I this example I&rsquo;ll use ntp servers provided by the <a href="http://www.pool.ntp.org/zone/asia">NTP POOL Project</a>. The asia pool is &ldquo;ntp asia.pool.ntp.org&rdquo;</p>
<!-- raw HTML omitted -->
<p><code>[root@abubu]# ntpdate asia.pool.ntp.org&lt;br /&gt; 24 Jul 16:02:18 ntpdate[5316]: step time server 202.144.207.222 offset -28647.175440 sec</code></p>
<p>Check your time again to make sure it&rsquo;s correct.</p>
<p><code>[root@abubu]# date&lt;br /&gt; Thu Jul 24 16:02:24 MYT 2008</code></p>
<p>I&rsquo;ll cover the ntpd daemon in a future post.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Negaraku now Digg style</title>
      <link>https://thedaneshproject.com/posts/negaraku-now-digg-style/</link>
      <pubDate>Wed, 23 Jul 2008 13:01:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/negaraku-now-digg-style/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;[Negaraku][2] the local news aggregator I [posted][3] about some time back has gone through it&amp;rsquo;s evolution cycle and now emerged as a [Digg][4] clone.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>[Negaraku][2] the local news aggregator I [posted][3] about some time back has gone through it&rsquo;s evolution cycle and now emerged as a [Digg][4] clone.</p>
<p>Cloning other application is always a bad idea but in my book if you are able to provide something the competition doesn&rsquo;t then the idea will work. In the case of Negaraku, the information is localized to Malaysia. Even Google sees localized data as one of it biggest hurdle.</p>
<p>The original aggregator was slow buggy thus the need to evolve. The new Digg styled site is way better the the original. The site appears to be faster when compared to the original aggregator. The layout is simple, uncluttered and colors easy on the eyes.</p>
<p>Submissions are still broken up into their own categories like politics, business,tech, politics and a few others. This helps users easily access their information of choice. Each category is also publish via RSS for easy access.Ã‚Â  Another benefit of going Digg style is that high rated submissions always show up first rescuing users from wasting their time combing though useless submissions.</p>
<!-- raw HTML omitted -->
<p>So what happen to the old aggregator? It&rsquo;s still alive at [news.negaraku.net][6] .</p>
<p>In short I like Negaraku Digg Style. What do you think?</p>
<p>Source: [Negaraku][2] || [news.negaraku.net][6]</p>
<p>[1]: /wp-content/uploads/2008/07/negaraku-digg-style1.png)
[2]: <a href="http://www.negaraku.net/">http://www.negaraku.net/</a>
[3]: /posts/negaraku-the-malaysia-news-aggregator/
[4]: <a href="http://www.digg.com/">http://www.digg.com/</a>
[5]: /wp-content/uploads/2008/07/negaraku-digg-style2.png)
[6]: <a href="http://www.news.negaraku.net/">http://www.news.negaraku.net/</a></p>]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3G coming to Malaysia</title>
      <link>https://thedaneshproject.com/posts/iphone-3g-coming-to-malaysia/</link>
      <pubDate>Wed, 23 Jul 2008 09:52:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3g-coming-to-malaysia/</guid>
      <description>This might be old news but ya, Maxis is bringing in the iPhone 3G.
When? Not too sure, hopefully in the next months. How much? This is not confirmed but Maxis is planning to push the iPhone 3G for under RM1000. Most likely for RM999.99.
This is good news for all those who wanted an iPhone but never found the right channels to get one. Now everyone&amp;rsquo;s on the same playing field.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/iphone3g.png" alt="iPhone 3G"  />
</p>
<p>This might be old news but ya, Maxis is bringing in the iPhone 3G.</p>
<p>When? Not too sure, hopefully in the next months. How much? This is not confirmed but Maxis is planning to push the iPhone 3G for under RM1000. Most likely for RM999.99.</p>
<p>This is good news for all those who wanted an iPhone but never found the right channels to get one. Now everyone&rsquo;s on the same playing field. However, current iPhone owners might be slightly pissed since they might loose their mobile uniqueness 🙂</p>
<p>Maxis stands to benifit from this big time, I&rsquo;m quite sure many are going to switch over to Maxis just for the iPhone. Celcom and Dgi will follow but when is the question.</p>
<p>Source: TheEdgeDaily || <a href="http://www.abinesh.com/delirium/posts/maxis-iphone/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Amarok 2.0 Alpha 2 (Aulanerk) released</title>
      <link>https://thedaneshproject.com/posts/amarok-2.0-alpha-2-aulanerk-released/</link>
      <pubDate>Tue, 22 Jul 2008 18:52:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/amarok-2.0-alpha-2-aulanerk-released/</guid>
      <description>Heads up Amarok fans.
The Amarok team released Amarok 2.0 Alpha 2 today, codenamed &amp;ldquo;Aulanerk&amp;rdquo; after the friendly sea goddess.
If you don&amp;rsquo;t already know, Amarok is the most popular media player for Linux today. Amarok 2.0 is new and is set to replace it&amp;rsquo;s sibling Amarok 1.4 once KDE4 matures. The plan is to have Amarok 2.0 shipped with KDE 4.2 sometime in the future.
Read the changelog</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3203/2693579466_b36d174f7b.jpg" alt="alt=&amp;ldquo;Amarok 2.0 Alpha 2"  />
</p>
<p>Heads up Amarok fans.</p>
<p>The Amarok team released <a href="http://amarok.kde.org/wiki/FAQ#Amarok_2.0_FAQ">Amarok 2.0</a> Alpha 2 today, codenamed &ldquo;Aulanerk&rdquo; after the friendly sea goddess.</p>
<p>If you don&rsquo;t already know, Amarok is the most popular media player for Linux today. Amarok 2.0 is new and is set to replace it&rsquo;s sibling Amarok 1.4 once KDE4 matures. The plan is to have Amarok 2.0 shipped with KDE 4.2 sometime in the future.</p>
<p><a href="http://amarok.kde.org/en/node/529">Read the changelog</a></p>
<p>Source: <a href="http://amarok.kde.org/en/node/529">Amarok</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to find a program’s process id (pid)</title>
      <link>https://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/</link>
      <pubDate>Fri, 18 Jul 2008 15:36:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-a-programs-process-id-pid/</guid>
      <description>Here&amp;rsquo;s an easy way to get the pid of a running process.
Running the &amp;ldquo;pidof&amp;rdquo; command will return the pid(s) for a running program. See sample below,
danny@pandora:~&amp;gt; pidof syslog-ng&amp;lt;br /&amp;gt; 2043&amp;lt;br /&amp;gt; danny@pandora:~&amp;gt; pidof acpid&amp;lt;br /&amp;gt; 2045&amp;lt;br /&amp;gt; danny@pandora:~&amp;gt; pidof /usr/bin/firefox&amp;lt;br /&amp;gt; 14408&amp;lt;br /&amp;gt; danny@pandora:~&amp;gt; pidof /usr/bin/compiz&amp;lt;br /&amp;gt; 27164&amp;lt;br /&amp;gt; danny@pandora:~&amp;gt; pidof /bin/bash&amp;lt;br /&amp;gt; 27011 17339 16792 16477 15151 14403
Simple right!?</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s an easy way to get the pid of a running process.</p>
<p>Running the &ldquo;pidof&rdquo; command will return the pid(s) for a running program. See sample below,</p>
<p><code>danny@pandora:~&gt; pidof syslog-ng&lt;br /&gt; 2043&lt;br /&gt; danny@pandora:~&gt; pidof acpid&lt;br /&gt; 2045&lt;br /&gt; danny@pandora:~&gt; pidof /usr/bin/firefox&lt;br /&gt; 14408&lt;br /&gt; danny@pandora:~&gt; pidof /usr/bin/compiz&lt;br /&gt; 27164&lt;br /&gt; danny@pandora:~&gt; pidof /bin/bash&lt;br /&gt; 27011 17339 16792 16477 15151 14403</code></p>
<p>Simple right!?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Whoops, my Gmail’s down</title>
      <link>https://thedaneshproject.com/posts/whoops-my-gmails-down/</link>
      <pubDate>Thu, 17 Jul 2008 06:01:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/whoops-my-gmails-down/</guid>
      <description>I&amp;rsquo;m receiving this after a long time. Seen the same yourself?
[1]: /wp-content/uploads/2008/07/gmail-error.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/gmail-error-500x314.png" alt=""  />
</p>
<p>I&rsquo;m receiving this after a long time. Seen the same yourself?</p>
<p>[1]: /wp-content/uploads/2008/07/gmail-error.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3.0.1 released</title>
      <link>https://thedaneshproject.com/posts/firefox-3.0.1-released/</link>
      <pubDate>Thu, 17 Jul 2008 04:43:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3.0.1-released/</guid>
      <description>Firefox 3.0.1 is out. This is the first update for Firefox 3 which was released not too long ago. ItÃ‚Â covers security, stability and bug fixes.
&amp;lt;p&amp;gt; &amp;lt;a href=&amp;quot;http://en-us.www.mozilla.com/en-US/firefox/3.0.1/releasenotes/index.html&amp;quot;&amp;gt;Download Firefox 3.0.1 now&amp;lt;/a&amp;gt;. Remember, Firefox 2 will only be available till December 2008.&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; [1]: /wp-content/uploads/2008/07/firefox-logo.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/firefox-logo.png" alt=""  />
</p>
<p>Firefox 3.0.1 is out. This is the first update for Firefox 3 which was released not too long ago. ItÃ‚Â  covers security, stability and bug fixes.</p>
<!-- raw HTML omitted -->
<pre><code>  &lt;p&gt;
    &lt;a href=&quot;http://en-us.www.mozilla.com/en-US/firefox/3.0.1/releasenotes/index.html&quot;&gt;Download Firefox 3.0.1 now&lt;/a&gt;. Remember, Firefox 2 will only be available till December 2008.&lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
</code></pre>
<p>[1]: /wp-content/uploads/2008/07/firefox-logo.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Anwar vs Shabery fuel debate</title>
      <link>https://thedaneshproject.com/posts/anwar-vs-shabery-fuel-debate/</link>
      <pubDate>Wed, 16 Jul 2008 02:13:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/anwar-vs-shabery-fuel-debate/</guid>
      <description>&lt;p&gt;I missed the debate last night thanks to work. But anyways, here are they videos if you missed them too.&lt;/p&gt;
&lt;p&gt;It turned out to be more of a personal attack session then what it was initial intended to be, an open debate. Anwar stood his grounds well with good facts and discreet sarcasms but Shabery was personal insults all the way, blunt.&lt;/p&gt;
&lt;p&gt;I know who won.&lt;/p&gt;
&lt;p&gt;[youtube]http://www.youtube.com/watch?v=vkIRfaXLN6Y[/youtube]&lt;br&gt;
Part 1&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I missed the debate last night thanks to work. But anyways, here are they videos if you missed them too.</p>
<p>It turned out to be more of a personal attack session then what it was initial intended to be, an open debate. Anwar stood his grounds well with good facts and discreet sarcasms but Shabery was personal insults all the way, blunt.</p>
<p>I know who won.</p>
<p>[youtube]http://www.youtube.com/watch?v=vkIRfaXLN6Y[/youtube]<br>
Part 1</p>
<p>[youtube]http://www.youtube.com/watch?v=X01yx_Ywbe0[/youtube]<br>
Part 2</p>
<p>[youtube]http://www.youtube.com/watch?v=Y8PT3xX3hN0[/youtube]<br>
Part 3</p>
<p>[youtube]http://www.youtube.com/watch?v=xZVT_LxxZ3I[/youtube]<br>
Part 4</p>
<p>[youtube]http://www.youtube.com/watch?v=E9wBeQqjWbo[/youtube]<br>
Part 5</p>
<p>[youtube]http://www.youtube.com/watch?v=0xCk9hk7-Bc[/youtube]<br>
Part 6</p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.6 Released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.6-released/</link>
      <pubDate>Tue, 15 Jul 2008 14:14:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.6-released/</guid>
      <description>&lt;p&gt;WordPress 2. 6 (Tyner) is out with some new improvements.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Post Revisions :: You get to diff your post changes now.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A new Press This! button. :: Directly post from any site you are on. Plus support to automatically detect media files from sites like YouTube and Flickr.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Google Gears :: My fav, you get a local cache for your WordPress. Speedier access and the possibility of new and better feature moving forward.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/07/wp26-gears.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Theme Previews :: Now you get to preview your theme without enabling it.&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p>WordPress 2. 6 (Tyner) is out with some new improvements.</p>
<ol>
<li>
<p>Post Revisions :: You get to diff your post changes now.</p>
</li>
<li>
<p>A new Press This! button. :: Directly post from any site you are on. Plus support to automatically detect media files from sites like YouTube and Flickr.</p>
</li>
<li>
<p>Google Gears :: My fav, you get a local cache for your WordPress. Speedier access and the possibility of new and better feature moving forward.</p>
</li>
</ol>
<p><img loading="lazy" src="/wp-content/uploads/2008/07/wp26-gears.png" alt=""  />
</p>
<ol start="3">
<li>Theme Previews :: Now you get to preview your theme without enabling it.</li>
</ol>
<p>Those were the major additions, now for the smaller stuff.</p>
<ul>
<li><strong>Word count!</strong> Never guess how many words are in your post anymore.</li>
<li><strong>Image captions</strong>, so you can add sweet captions [like Political Ticker does][2] under your images.</li>
<li><strong>Bulk management</strong> of plugins.</li>
<li>A completely <strong>revamped image control</strong> to allow for easier inserting, floating, and resizing. ItÃ¢â‚¬â„¢s now fully integrated with the WYSIWYG.</li>
<li>Drag-and-drop <strong>reordering of Galleries</strong>.</li>
<li><strong>Plugin update</strong> notification bubble.</li>
<li>Customizable default avatars.</li>
<li>You can now upload media when in full-screen mode.</li>
<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.</li>
<li>Full [SSL support][3] in the core, and the ability to <strong>force SSL</strong> for security.</li>
<li>You can now have many thousands of pages or categories with no interface issues.</li>
<li>Ability to move your <code>wp-config</code> file and <code>wp-content</code> directories to a custom location, for Ã¢â‚¬Å“cleanÃ¢â‚¬? SVN checkouts.</li>
<li>Select a range of checkboxes with Ã¢â‚¬Å“shift-click.Ã¢â‚¬?</li>
<li>You can toggle between the Flash uploader and the classic one.</li>
<li>A number of proactive security enhancements, including cookies and database interactions.</li>
<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.</li>
<li>Version 2.6 [fixes approximately 194 bugs][4].</li>
</ul>
<p>[Download WordPress 2.6][5] :: [Install Guide][6] :: [Upgrade Guide][7] :: [Forums][8]</p>
<p>Source: [WordPress][9]</p>
<p>[1]: /wp-content/uploads/2008/07/wp26-gears.png)
[2]: <a href="http://politicalticker.blogs.cnn.com/">http://politicalticker.blogs.cnn.com/</a>
[3]: <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">http://en.wikipedia.org/wiki/Secure_Sockets_Layer</a>
[4]: <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6">http://trac.wordpress.org/query?status=closed&amp;milestone=2.6</a>
[5]: <a href="http://wordpress.org/download/">http://wordpress.org/download/</a>
[6]: <a href="http://codex.wordpress.org/Installing_WordPress">http://codex.wordpress.org/Installing_WordPress</a>
[7]: <a href="http://codex.wordpress.org/Upgrading_WordPress">http://codex.wordpress.org/Upgrading_WordPress</a>
[8]: <a href="http://wordpress.org/support/">http://wordpress.org/support/</a>
[9]: <a href="http://wordpress.org">http://wordpress.org</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Monitor your servers with Uptime Party</title>
      <link>https://thedaneshproject.com/posts/monitor-your-servers-with-uptime-party/</link>
      <pubDate>Mon, 14 Jul 2008 17:12:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/monitor-your-servers-with-uptime-party/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/07/uptimeparty.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;[Uptime Party][2] is new web service to monitor your servers and their services. The service went public about 2 weeks back.&lt;/p&gt;
&lt;p&gt;Services currently monitored are Web, Ping, SMTP, POP3, IMAP, FTP and SSH. Servers and services are checked every hour(free account) and notification mails are sent out to keep you updated.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/uptimeparty.png" alt=""  />
</p>
<p>[Uptime Party][2] is new web service to monitor your servers and their services. The service went public about 2 weeks back.</p>
<p>Services currently monitored are Web, Ping, SMTP, POP3, IMAP, FTP and SSH. Servers and services are checked every hour(free account) and notification mails are sent out to keep you updated.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/07/uptimeparty2.png" alt=""  />
</p>
<p>The monitoring service is free for 1 server, anything more and you&rsquo;ll need to pay.</p>
<ul>
<li>10 servers for $9.99/month, checked every 15 minutes</li>
<li>5 servers for $4.99/month, checked every 30 minutes</li>
<li>1 server for free, checked every 60 minutes</li>
</ul>
<p><img loading="lazy" src="/wp-content/uploads/2008/07/uptimeparty1.png" alt=""  />
</p>
<p>I had a short mail interview with the guys behind Uptime Party, here what they had to say about the service.</p>
<blockquote>
<p>We basically created Uptime Party for our own server monitoring needs, and later adapted it into a public product. Our main goal is keep things as simple as possible. We don&rsquo;t plan to add complex (and expensive) features that 90% of our users won&rsquo;t need.</p>
<p>We&rsquo;re hoping to target small businesses,Ã‚Â  especially small web development shops that have many client sites to monitor.</p>
<p>We just launched last week, so we&rsquo;re still getting things polished. Any suggestions would be welcome!</p>
</blockquote>
<p>Source: [Uptime Party][2]</p>
<p>[1]: /wp-content/uploads/2008/07/uptimeparty.png)
[2]: <a href="http://www.uptimeparty.com">http://www.uptimeparty.com</a>
[3]: /wp-content/uploads/2008/07/uptimeparty2.png)
[4]: /wp-content/uploads/2008/07/uptimeparty1.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>Lively by Google</title>
      <link>https://thedaneshproject.com/posts/lively-by-google/</link>
      <pubDate>Sat, 12 Jul 2008 10:35:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lively-by-google/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=5YbwfOucET8[/youtube]
Lively is Google&amp;rsquo;s answer to Second Life. An online 3D social network which allows users to interact with each other and their surroundings. Build your avatar, choose and room and you are ready to mingle.
Second Life has been around for a few years now, it&amp;rsquo;s going to be interesting to see how Lively competes with the big boy.
See Lively in action.
Source: Lively by Google</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=5YbwfOucET8[/youtube]</p>
<p>Lively is Google&rsquo;s answer to <a href="http://secondlife.com/whatis/">Second Life</a>. An online 3D social network which allows users to interact with each other and their surroundings. Build your avatar, choose and room and you are ready to mingle.</p>
<p>Second Life has been around for a few years now, it&rsquo;s going to be interesting to see how Lively competes with the big boy.</p>
<p><a href="http://www.youtube.com/results?search_query=Lively+by+Google&amp;search_type=">See Lively in action</a>.</p>
<p>Source: <a href="http://www.lively.com/html/landing.html">Lively by Google</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>quick access to your environment variables</title>
      <link>https://thedaneshproject.com/posts/quick-access-to-your-environment-variables/</link>
      <pubDate>Fri, 11 Jul 2008 06:54:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/quick-access-to-your-environment-variables/</guid>
      <description>Here&amp;rsquo;s a quick way to access your environment variables from the CLI.
User the &amp;ldquo;%&amp;rdquo; key in conjunction with your &amp;ldquo;&amp;rdquo; key to auto complete your environment variables.
pandora:/ # echo $J &amp;lt;TAB&amp;gt;&amp;lt;br /&amp;gt; $JAVA_BINDIRÃ‚Â $JAVA_HOMEÃ‚Â Ã‚Â Ã‚Â $JAVA_ROOTÃ‚Â Ã‚Â Ã‚Â $JDK_HOMEÃ‚Â Ã‚Â Ã‚Â Ã‚Â $JRE_HOME&amp;lt;br /&amp;gt; pandora:/ # echo $JAVA_ &amp;lt;TAB&amp;gt;&amp;lt;br /&amp;gt; $JAVA_BINDIRÃ‚Â $JAVA_HOMEÃ‚Â Ã‚Â Ã‚Â $JAVA_ROOT&amp;lt;br /&amp;gt; pandora:/ # echo $JAVA_HOME&amp;lt;br /&amp;gt; /usr/lib/jvm/java
The traditional way is to &amp;ldquo;env | grep [variable name]&amp;rdquo;</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a quick way to access your environment variables from the CLI.</p>
<p>User the &ldquo;%&rdquo; key in conjunction with your &ldquo;<!-- raw HTML omitted -->&rdquo; key to auto complete your environment variables.</p>
<p><code>pandora:/ # echo $J &lt;TAB&gt;&lt;br /&gt; $JAVA_BINDIRÃ‚Â  $JAVA_HOMEÃ‚Â Ã‚Â Ã‚Â  $JAVA_ROOTÃ‚Â Ã‚Â Ã‚Â  $JDK_HOMEÃ‚Â Ã‚Â Ã‚Â Ã‚Â  $JRE_HOME&lt;br /&gt; pandora:/ # echo $JAVA_ &lt;TAB&gt;&lt;br /&gt; $JAVA_BINDIRÃ‚Â  $JAVA_HOMEÃ‚Â Ã‚Â Ã‚Â  $JAVA_ROOT&lt;br /&gt; pandora:/ # echo $JAVA_HOME&lt;br /&gt; /usr/lib/jvm/java</code></p>
<p>The traditional way is to &ldquo;<code>env | grep [variable name]</code>&rdquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>DownForEveryoneOrJustMe site checker</title>
      <link>https://thedaneshproject.com/posts/downforeveryoneorjustme-site-checker/</link>
      <pubDate>Thu, 10 Jul 2008 19:27:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/downforeveryoneorjustme-site-checker/</guid>
      <description>How many times have you had a site fail to load for you but work fine for your friends? I&amp;rsquo;ve had this happen to me numeros times with youtube,flickr,google and many other sites.
Here&amp;rsquo;s a cool tool by Twitter developer Alex Payne name appropriately [downforeveryoneorjustme][2]. The site&amp;rsquo;s self-explanatory, punch in the URL in fault and your get your answer.
This is a must have tool for me now. What ya think?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/downforeveryoneorjustme.png" alt=""  />
</p>
<p>How many times have you had a site fail to load for you but work fine for your friends? I&rsquo;ve had this happen to me numeros times with youtube,flickr,google and many other sites.</p>
<p>Here&rsquo;s a cool tool by Twitter developer Alex Payne name appropriately [downforeveryoneorjustme][2]. The site&rsquo;s self-explanatory, punch in the URL in fault and your get your answer.</p>
<p>This is a must have tool for me now. What ya think?</p>
<p>[1]: /wp-content/uploads/2008/07/downforeveryoneorjustme.png)
[2]: <a href="http://downforeveryoneorjustme.com/">http://downforeveryoneorjustme.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Negaraku! – The Malaysia News Aggregator</title>
      <link>https://thedaneshproject.com/posts/negaraku-the-malaysia-news-aggregator/</link>
      <pubDate>Tue, 08 Jul 2008 16:56:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/negaraku-the-malaysia-news-aggregator/</guid>
      <description>Malaysia has been busy with it&amp;rsquo;s politicians since the recent elections. Murder trials, sexual harassment, misconduct in law enforcement and the list goes on.
Ridicules if you ask me. Why do &amp;ldquo;upper class&amp;rdquo;, &amp;ldquo;educated&amp;rdquo;, &amp;ldquo;leaders&amp;rdquo; perform such &amp;ldquo;low class&amp;rdquo; acts? Are they no more then upper class beggars and prostitutes?
Well anyway, back to my post. My dad spends most of his day surfing the net for inside on the local political scene.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/negaraku.png" alt=""  />
</p>
<p>Malaysia has been busy with it&rsquo;s politicians since the recent elections. Murder trials, sexual harassment, misconduct in law enforcement and the list goes on.</p>
<p>Ridicules if you ask me. Why do &ldquo;upper class&rdquo;, &ldquo;educated&rdquo;, &ldquo;leaders&rdquo; perform such &ldquo;low class&rdquo; acts? Are they no more then upper class beggars and prostitutes?</p>
<p>Well anyway, back to my post. My dad spends most of his day surfing the net for inside on the local political scene. His constant thirst for knowledgeÃ‚Â  drives my mom insane, especially when he skips his meals. 64 years old but the mind of a 20 year old.</p>
<p>Today I found Negaraku, a Malaysian news aggregator. Put together by [noktahhitam][2] and laman7 the aggregator polls feeds from local newspapers, general blogs and political blogs. The interface is clean and easy to navigate but the site is slightly sluggish which will improve in time I hope. My dad&rsquo;s going to love this, all his info in none place.</p>
<p>Check it out: [Negaraku! - The Malaysia News Aggregator][3]</p>
<p>[1]: /wp-content/uploads/2008/07/negaraku.png)
[2]: <a href="http://www.noktahhitam.com/negaraku-the-malaysian-news-aggregator.html">http://www.noktahhitam.com/negaraku-the-malaysian-news-aggregator.html</a>
[3]: <a href="http://negaraku.net/">http://negaraku.net/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>nov25 | Behind The Revolt by Indrani Kopal</title>
      <link>https://thedaneshproject.com/posts/nov25-behind-the-revolt-by-indrani-kopal/</link>
      <pubDate>Tue, 08 Jul 2008 08:58:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/nov25-behind-the-revolt-by-indrani-kopal/</guid>
      <description>nov25 | Behind The Revolt from Indrani Kopal on Vimeo.
What happened on November 25th 2007. From the hearts of those who were there.
My family was part of this interview by MalaysiaKini and you&amp;rsquo;ll see from the footage that my Dad was quite emotional about the whole event.
Thanks Indrani Kopal</description>
      <content:encoded><![CDATA[<p><a href="http://www.vimeo.com/1300882?pg=embed&amp;sec=1300882">nov25 | Behind The Revolt</a> from <a href="http://www.vimeo.com/user558743?pg=embed&amp;sec=1300882">Indrani Kopal</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1300882">Vimeo</a>.</p>
<p>What happened on <a href="/posts/hindraf-proud-day-for-malaysian-indians/">November 25th 2007</a>. From the hearts of those who were there.</p>
<p>My family was part of this interview by MalaysiaKini and you&rsquo;ll see from the footage that my Dad was quite emotional about the whole event.</p>
<p>Thanks Indrani Kopal</p>
]]></content:encoded>
    </item>
    <item>
      <title>My Sunday</title>
      <link>https://thedaneshproject.com/posts/my-sunday/</link>
      <pubDate>Mon, 07 Jul 2008 03:10:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-sunday/</guid>
      <description>Spent my Sunday at Sunway Lagoon with my office colleagues. My camera was in the locker the whole time so the only moment I managed to capture was Mr. TigerÃ‚Â on the way out.
[youtube]http://www.youtube.com/watch?v=vSPAxsgdvGs[/youtube]
Anyways, it was a fun and tiring day and to top it off I fell for a sales trick by Sunway. The wrist band provided had a RM10 refundable deposit on it which I had not idea of.</description>
      <content:encoded><![CDATA[<p>Spent my Sunday at <a href="http://www.sunwaylagoon.com/">Sunway Lagoon</a> with my office colleagues. My camera was in the locker the whole time so the only moment I managed to capture was Mr. TigerÃ‚Â  on the way out.</p>
<p>[youtube]http://www.youtube.com/watch?v=vSPAxsgdvGs[/youtube]</p>
<p>Anyways, it was a fun and tiring day and to top it off I fell for a sales trick by Sunway. The wrist band provided had a RM10 refundable deposit on it which I had not idea of. On the way out a sales girl ask me to return the wrist band in exchange for a free watch. What happened to my RM10? Stepping out of the gift store a tour guide walked up to me saying I should have said &ldquo;no&rdquo; to the free watch and gone to the ticket counter instead for my RM10. Damn&hellip;&hellip;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.9.3 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.9.3-released/</link>
      <pubDate>Fri, 04 Jul 2008 20:36:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.9.3-released/</guid>
      <description>Deluge BitTorrent Client 0.5.9.3 is out. Get it [here][2] or if you&amp;rsquo;re in openSUSE simply run &amp;quot; zypper up deluge &amp;quot; , &amp;quot; zypper in deluge &amp;ldquo;.
[1]: /wp-content/uploads/2008/07/deluge-0593.png) [2]: http://deluge-torrent.org/downloads.php</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/deluge-0593-500x295.png" alt=""  />
</p>
<p>Deluge BitTorrent Client 0.5.9.3 is out. Get it [here][2] or if you&rsquo;re in openSUSE simply run &quot; <code>zypper up deluge</code> &quot; , &quot; <code>zypper in deluge</code> &ldquo;.</p>
<p>[1]: /wp-content/uploads/2008/07/deluge-0593.png)
[2]: <a href="http://deluge-torrent.org/downloads.php">http://deluge-torrent.org/downloads.php</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy Fourth Of July</title>
      <link>https://thedaneshproject.com/posts/happy-fourth-of-july/</link>
      <pubDate>Fri, 04 Jul 2008 09:09:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-fourth-of-july/</guid>
      <description>A shoutout to all my American friends.
HAPPY FOURTH OF JULY, HAVE A GOOD ONE!!
[1]: /wp-content/uploads/2008/07/4thjuly2008.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/4thjuly2008.png" alt=""  />
</p>
<p>A shoutout to all my American friends.</p>
<p>HAPPY FOURTH OF JULY, HAVE A GOOD ONE!!</p>
<p>[1]: /wp-content/uploads/2008/07/4thjuly2008.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Web 2.0 landing page with LaunchSplash</title>
      <link>https://thedaneshproject.com/posts/web-2.0-landing-page-with-launchsplash/</link>
      <pubDate>Thu, 03 Jul 2008 20:16:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/web-2.0-landing-page-with-launchsplash/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/07/launchsplash-500x294.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Bought a domain but don&amp;rsquo;t have the time for a cool landing page. Landing pages are like really cool movie teasers, they create excitement and curiosity around the movie and pull in the crowd. The movie might have sucked but you ended up paying for it anyway.&lt;/p&gt;
&lt;p&gt;Crappy movie teasers and crappy landing pages don&amp;rsquo;t pull in the crowd. You could hire a web developer but that would cost you money, doing it yourself might take forever or you&amp;rsquo;re just plain lazy. Fortunately there&amp;rsquo;s help.&lt;/p&gt;
&lt;p&gt;LaunchSplash provides free web 2.0 landing pages for your domains. RSS feeds and mailing list are also bundled so that your visitors stay updated with your site&amp;rsquo;s progress.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/launchsplash-500x294.png" alt=""  />
</p>
<p>Bought a domain but don&rsquo;t have the time for a cool landing page. Landing pages are like really cool movie teasers, they create excitement and curiosity around the movie and pull in the crowd. The movie might have sucked but you ended up paying for it anyway.</p>
<p>Crappy movie teasers and crappy landing pages don&rsquo;t pull in the crowd. You could hire a web developer but that would cost you money, doing it yourself might take forever or you&rsquo;re just plain lazy. Fortunately there&rsquo;s help.</p>
<p>LaunchSplash provides free web 2.0 landing pages for your domains. RSS feeds and mailing list are also bundled so that your visitors stay updated with your site&rsquo;s progress.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/07/launchsplashdemo-500x294.png" alt=""  />
</p>
<p>Getting the landing page up is simple. Sign up for an account, fill in your site description and summary and finally from your DNS registrar&rsquo;s control panel have your DNS point to LaunchSplash&rsquo;s DNS servers.</p>
<p>Pretty cool service, save time and effort. [Give it a spin][3].</p>
<p>[1]: /wp-content/uploads/2008/07/launchsplash.png)
[2]: /wp-content/uploads/2008/07/launchsplashdemo.png)
[3]: <a href="http://www.launchsplash.com">http://www.launchsplash.com</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 world record is official</title>
      <link>https://thedaneshproject.com/posts/firefox-3-world-record-is-official/</link>
      <pubDate>Thu, 03 Jul 2008 10:01:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-world-record-is-official/</guid>
      <description>Firefox 3 Download day 2008 was a success!! 8,002,530 people downloaded Firefox 3!
Guinness World Records officially awarded Firefox 3 a new Guinness World Record yesterday for the largest number of software downloads in 24 hours.
Source: [Mozzila][2]
[1]: /wp-content/uploads/2008/07/firefox3-record.jpg) [2]: http://blog.mozilla.com/blog/2008/07/02/were-official/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/firefox3-record.jpg" alt=""  />
</p>
<p>Firefox 3 Download day 2008 was a success!! 8,002,530 people downloaded Firefox 3!</p>
<p>Guinness World Records officially awarded Firefox 3 a new Guinness World Record yesterday for the <em><strong>largest number of software downloads in 24 hours</strong></em>.</p>
<p>Source: [Mozzila][2]</p>
<p>[1]: /wp-content/uploads/2008/07/firefox3-record.jpg)
[2]: <a href="http://blog.mozilla.com/blog/2008/07/02/were-official/">http://blog.mozilla.com/blog/2008/07/02/were-official/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Oxygen 1.0 Firefox 3 theme for KDE 4</title>
      <link>https://thedaneshproject.com/posts/oxygen-1.0-firefox-3-theme-for-kde-4/</link>
      <pubDate>Wed, 02 Jul 2008 23:27:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/oxygen-1.0-firefox-3-theme-for-kde-4/</guid>
      <description>Awesome Firefox 3 theme for the KDE 4 desktop environment.
The icons by Oxygen blend in perfectly with KDE 4 and has a clean professional look to it. It&amp;rsquo;s surely gonna be a favorite amongst Linux users.
[Get the Firefox 3 theme here][2]. Remember, it&amp;rsquo;s still in Beta.
[1]: /wp-content/uploads/2008/07/oxygen-10.png) [2]: https://addons.mozilla.org/en-US/firefox/addon/7962</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/oxygen-10.png" alt=""  />
</p>
<p>Awesome Firefox 3 theme for the KDE 4 desktop environment.</p>
<p>The icons by Oxygen blend in perfectly with KDE 4 and has a clean professional look to it. It&rsquo;s surely gonna be a favorite amongst Linux users.</p>
<p>[Get the Firefox 3 theme here][2]. Remember, it&rsquo;s still in Beta.</p>
<p>[1]: /wp-content/uploads/2008/07/oxygen-10.png)
[2]: <a href="https://addons.mozilla.org/en-US/firefox/addon/7962">https://addons.mozilla.org/en-US/firefox/addon/7962</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Today Hacked!!</title>
      <link>https://thedaneshproject.com/posts/malaysia-today-hacked/</link>
      <pubDate>Wed, 02 Jul 2008 07:21:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-today-hacked/</guid>
      <description>This explains the outage today.
Malaysia Today has been hacked by the GasakdotNet group. They better have their backups ready&amp;hellip;..
UPDATE: 19:10, Malaysia Today is back online.
[1]: /wp-content/uploads/2008/07/malaysia-today-hacked.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/malaysia-today-hacked-500x429.png" alt=""  />
</p>
<p>This explains the outage today.</p>
<p>Malaysia Today has been hacked by the GasakdotNet group. They better have their backups ready&hellip;..</p>
<p>UPDATE: 19:10, Malaysia Today is back online.</p>
<p>[1]: /wp-content/uploads/2008/07/malaysia-today-hacked.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia Today moving</title>
      <link>https://thedaneshproject.com/posts/malaysia-today-moving/</link>
      <pubDate>Wed, 02 Jul 2008 00:14:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-today-moving/</guid>
      <description>The controvertial news portal in Malaysia, Malaysia Today by Raja Petra is moving.
The old site was http://www.malaysia-today.net/ and the new site is http://www.malaysia-today.net/blogs. But somehow the URL seems to be down. I am not sure if http://www.malaysiatoday.com is the new site. Anyone?
Update: 27-08-2008 [Malaysia Today blocked by TMNET][2]
[1]: /wp-content/uploads/2008/07/malaysia-today.png) [2]: /posts/malaysia-today-blocked-by-tmnet/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/malaysia-today-499x340.png" alt=""  />
</p>
<p>The controvertial news portal in Malaysia, Malaysia Today by Raja Petra is moving.</p>
<p>The old site was <a href="http://www.malaysia-today.net/">http://www.malaysia-today.net/</a> and the new site is <a href="http://www.malaysia-today.net/blogs">http://www.malaysia-today.net/blogs</a>. But somehow the URL seems to be down. I am not sure if <a href="http://www.malaysiatoday.com">http://www.malaysiatoday.com</a> is the new site. Anyone?</p>
<p>Update: 27-08-2008 [Malaysia Today blocked by TMNET][2]</p>
<p>[1]: /wp-content/uploads/2008/07/malaysia-today.png)
[2]: /posts/malaysia-today-blocked-by-tmnet/</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free TUX stickers by Wing Loon</title>
      <link>https://thedaneshproject.com/posts/free-tux-stickers-by-wing-loon/</link>
      <pubDate>Tue, 01 Jul 2008 22:47:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-tux-stickers-by-wing-loon/</guid>
      <description>Wing Loon is giving away free TUX stickers for his first anniversary. I&amp;rsquo;m getting my share by mail soon since I&amp;rsquo;m one for the frequent comments contributor on his blog.
Don&amp;rsquo;t miss your chance. All you need to do is [comment to][2] qualify for the free TUX stickers.[
][2]
Happy Anniversary Wing Loon
Source: [WingLoon][2]
[1]: /wp-content/uploads/2008/07/tuxstickers.jpg) [2]: http://wingloon.com/2008/07/02/1st-year-anniversary-for-my-blog/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/tuxstickers.jpg" alt=""  />
</p>
<p>Wing Loon is giving away free TUX stickers for his first anniversary. I&rsquo;m getting my share by mail soon since I&rsquo;m one for the frequent comments contributor on his blog.</p>
<p>Don&rsquo;t miss your chance. All you need to do is [comment to][2] qualify for the free TUX stickers.[<br>
][2]</p>
<p>Happy Anniversary Wing Loon</p>
<p>Source: [WingLoon][2]</p>
<p>[1]: /wp-content/uploads/2008/07/tuxstickers.jpg)
[2]: <a href="http://wingloon.com/2008/07/02/1st-year-anniversary-for-my-blog/">http://wingloon.com/2008/07/02/1st-year-anniversary-for-my-blog/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>BarCamp Malaysia 2008 is open for registration</title>
      <link>https://thedaneshproject.com/posts/barcamp-malaysia-2008-is-open-for-registration/</link>
      <pubDate>Mon, 30 Jun 2008 16:58:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/barcamp-malaysia-2008-is-open-for-registration/</guid>
      <description>BarCamp Malaysia 2008 is officially open for registrations. There are 150 seats available for now so make sure to secure a place for yourself. Register here.
I&amp;rsquo;ve secured my seat. I seem to be quite excited as this will be my first BarCamp. The whole idea of users coming together to share and exchange information amazes me.
Long gone are those days when users used to think that sharing was bad and went on developing standalone apps which eventually fell out the scene.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/07/barcamp-banner.png" alt=""  />
</p>
<p>BarCamp Malaysia 2008 is officially open for registrations. There are 150 seats available for now so make sure to secure a place for yourself. <a href="http://barcampmalaysia.eventbrite.com/">Register here</a>.</p>
<p>I&rsquo;ve secured my seat. I seem to be quite excited as this will be my first BarCamp. The whole idea of users coming together to share and exchange information amazes me.</p>
<p>Long gone are those days when users used to think that sharing was bad and went on developing standalone apps which eventually fell out the scene. OpenSource and Web 2.0 is the future and we see it in motion everyday now.</p>
<p><a href="http://barcamp.org/BarCampMalaysiaScheduleSessions">Browse the event schedule.</a></p>
<p>If you have a blog or something then maybe you could share some love by putting up badge for BarCamp. Get them here.</p>
<p>Source: BarCamp Malaysia</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to add route in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-add-route-in-linux/</link>
      <pubDate>Mon, 30 Jun 2008 08:53:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-add-route-in-linux/</guid>
      <description>To view the current routing table run &amp;ldquo;route -n&amp;rdquo;
[root@klmppswdr01p ~]# route -n&amp;lt;br /&amp;gt; Kernel IP routing table&amp;lt;br /&amp;gt; Destination Gateway Genmask Flags Metric Ref Use Iface&amp;lt;br /&amp;gt; 10.41.42.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0&amp;lt;br /&amp;gt; 10.41.41.0 10.41.42.8 255.255.255.0 UG 0 0 0 eth0&amp;lt;br /&amp;gt; 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0&amp;lt;br /&amp;gt; 0.0.0.0 10.41.42.1 0.0.0.0 UG 0 0 0 eth0
To add a route refer to the command below.</description>
      <content:encoded><![CDATA[<p>To view the current routing table run &ldquo;<em><strong>route -n</strong></em>&rdquo;</p>
<p><code>[root@klmppswdr01p ~]# route -n&lt;br /&gt; Kernel IP routing table&lt;br /&gt; Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;br /&gt; 10.41.42.0      0.0.0.0         255.255.255.0   U     0      0        0 eth0&lt;br /&gt; 10.41.41.0      10.41.42.8      255.255.255.0   UG    0      0        0 eth0&lt;br /&gt; 169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0&lt;br /&gt; 0.0.0.0         10.41.42.1      0.0.0.0         UG    0      0        0 eth0</code></p>
<p>To add a route refer to the command below.</p>
<p><code>&quot;route add -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8&quot;</code></p>
<p>To delete a route refer to the command below.</p>
<p><code>&quot;route del -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8&quot;</code></p>
<p>The routing information above is not persistent across reboots. After a reboot, the routing information will be lost and you need to add them in again.</p>
<p>To make the routing information persistent, add the &ldquo;<em><strong>route add</strong></em>&rdquo; line as seen above into the <strong><em>/etc/rc.local</em></strong> file.</p>
<p>Sample <em><strong>/etc/rc.local</strong></em> file.</p>
<p>`#!/bin/sh<!-- raw HTML omitted -->
#<!-- raw HTML omitted --></p>
<h1 id="this-script-will-be-executed-after-all-the-other-init-scriptsbr-">This script will be executed <em>after</em> all the other init scripts.<!-- raw HTML omitted --></h1>
<h1 id="you-can-put-your-own-initialization-stuff-in-here-if-you-dontbr-">You can put your own initialization stuff in here if you don&rsquo;t<!-- raw HTML omitted --></h1>
<h1 id="want-to-do-the-full-sys-v-style-init-stuffbr-">want to do the full Sys V style init stuff.<!-- raw HTML omitted --></h1>
<p>touch /var/lock/subsys/local<!-- raw HTML omitted -->
route add -net 10.41.41.0 netmask 255.255.255.0 gw 10.41.42.8`</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Linux UVC driver on openSUSE11</title>
      <link>https://thedaneshproject.com/posts/how-to-install-linux-uvc-driver-on-opensuse11/</link>
      <pubDate>Thu, 26 Jun 2008 15:54:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-linux-uvc-driver-on-opensuse11/</guid>
      <description>I recently purchased a webcam for skype. I&amp;rsquo;m using the UVC driver to power the webcam on my openSUSE11 machine.
Getting the webcam up was simple with openSUSE.
Verify if the uvc package is available.
pandora:~ # zypper se uvc&amp;lt;br /&amp;gt; Reading installed packages...
&amp;lt;br /&amp;gt; S | NameÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â | SummaryÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â | Type&amp;lt;br /&amp;gt; --+----------------------+-------------------------------------+-----------&amp;lt;br /&amp;gt; | luvcviewÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â | WebCam viewerÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â | package&amp;lt;br /&amp;gt; | uvcvideoÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â | USB Video Class (UVC) webcam driver | srcpackage&amp;lt;br /&amp;gt; | uvcvideo-kmp-debugÃ‚Â Ã‚Â | USB Video Class (UVC) webcam driver | package&amp;lt;br /&amp;gt; | uvcvideo-kmp-default | USB Video Class (UVC) webcam driver | package&amp;lt;br /&amp;gt; | uvcvideo-kmp-paeÃ‚Â Ã‚Â Ã‚Â Ã‚Â | USB Video Class (UVC) webcam driver | package&amp;lt;br /&amp;gt; | uvcvideo-kmp-xenÃ‚Â Ã‚Â Ã‚Â Ã‚Â | USB Video Class (UVC) webcam driver | package&amp;lt;br /&amp;gt; Select the suitable driver for your kernel.</description>
      <content:encoded><![CDATA[<p>I recently purchased a webcam for skype. I&rsquo;m using the <a href="http://linux-uvc.berlios.de/">UVC driver</a> to power the webcam on my openSUSE11 machine.</p>
<p>Getting the webcam up was simple with openSUSE.</p>
<p>Verify if the uvc package is available.</p>
<p><code>pandora:~ # zypper se uvc&lt;br /&gt; Reading installed packages...</code><br>
<code>&lt;br /&gt; S | NameÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  | SummaryÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  | Type&lt;br /&gt; --+----------------------+-------------------------------------+-----------&lt;br /&gt; | luvcviewÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  | WebCam viewerÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  | package&lt;br /&gt; | uvcvideoÃ‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  | USB Video Class (UVC) webcam driver | srcpackage&lt;br /&gt; | uvcvideo-kmp-debugÃ‚Â Ã‚Â  | USB Video Class (UVC) webcam driver | package&lt;br /&gt; | uvcvideo-kmp-default | USB Video Class (UVC) webcam driver | package&lt;br /&gt; | uvcvideo-kmp-paeÃ‚Â Ã‚Â Ã‚Â Ã‚Â  | USB Video Class (UVC) webcam driver | package&lt;br /&gt; | uvcvideo-kmp-xenÃ‚Â Ã‚Â Ã‚Â Ã‚Â  | USB Video Class (UVC) webcam driver | package&lt;br /&gt; </code><br>
Select the suitable driver for your kernel. &quot; uname -r &ldquo;. In my case pae.</p>
<p><code>pandora:~ # zypper in uvcvideo-kmp-pae&lt;br /&gt; Reading installed packages...</code></p>
<p>`The following NEW package is going to be installed:<!-- raw HTML omitted -->
uvcvideo-kmp-pae<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<p>If you want a webcam viewer then install the luvcview package.</p>
<p><code>pandora:~ # zypper in luvcview&lt;br /&gt; Reading installed packages...</code></p>
<p>`The following NEW package is going to be installed:<!-- raw HTML omitted -->
luvcview<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<p><code>pandora:~ # luvcview</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dropbox online storage</title>
      <link>https://thedaneshproject.com/posts/dropbox-online-storage/</link>
      <pubDate>Thu, 26 Jun 2008 13:29:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dropbox-online-storage/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/06/dropbox1.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Something many have been waiting for.&lt;/p&gt;
&lt;p&gt;[Dropbox][2] is an online storage solution that fits seamlessly into your OS. It&amp;rsquo;s currently in Beta and accounts are by invite only. I received my invite from [Thaweesak][3].&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/dropbox1.png" alt=""  />
</p>
<p>Something many have been waiting for.</p>
<p>[Dropbox][2] is an online storage solution that fits seamlessly into your OS. It&rsquo;s currently in Beta and accounts are by invite only. I received my invite from [Thaweesak][3].</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/dropbox2.png" alt=""  />
</p>
<p>To get your files to Dropbox you can either use their upload page or install the Dropbox client which works on Windows or Mac. Linux is currently not supported but a client is in the works and should be out soon. Screenshot</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/dropbox5.png" alt=""  />
</p>
<p>With the Dropbox client you will be able to access your Dropbox files as if they were located on your local machine anytime anywhere provided you&rsquo;re connected. Speed will surely be a concern but so far that has not been an issue with me since all synchronization happens in the background.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/dropbox4.png" alt=""  />
</p>
<p>A shared folder feature also provided to enable users to share files with friends and the public.</p>
<p>So is it free? Yes, basic accounts are free but you will need to pay if you need more space. Currently, Beta users enjoy 2GB of space but free accounts will be limited to 1GB of space when Dropbox launches.</p>
<p>Get an invite, [signup][2] for a free account, install the client and you&rsquo;re ready to go. I have a few, drop me a note if you need one.</p>
<p>[1]: /wp-content/uploads/2008/06/dropbox1.png)
[2]: <a href="http://getdropbox.com/">http://getdropbox.com/</a>
[3]: <a href="http://thaweesak.com/">http://thaweesak.com/</a>
[4]: /wp-content/uploads/2008/06/dropbox2.png)
[5]: /wp-content/uploads/2008/06/dropbox5.png)
[6]: /wp-content/uploads/2008/06/dropbox4.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>I moved to Fivio</title>
      <link>https://thedaneshproject.com/posts/i-moved-to-fivio/</link>
      <pubDate>Thu, 26 Jun 2008 11:40:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/i-moved-to-fivio/</guid>
      <description>It&amp;rsquo;s done. DNS records are up to date, mysql synchronized and directory structure intact.
My new hosting provider is Fivio Internet Services.
Why?
Simple, I&amp;rsquo;m tired of the big players. Shared hosting users don&amp;rsquo;t get the respect they need most times and I&amp;rsquo;m not alone on this. Many share my experience.
It&amp;rsquo;s time to look elsewhere. Smaller upcoming providers like Fivio will always have their customers taken care of well. It&amp;rsquo;s just good business ethics.</description>
      <content:encoded><![CDATA[<p>It&rsquo;s done. DNS records are up to date, mysql synchronized and directory structure intact.</p>
<p>My new hosting provider is Fivio Internet Services.</p>
<p>Why?</p>
<p>Simple, I&rsquo;m tired of the big players. Shared hosting users don&rsquo;t get the respect they need most times and I&rsquo;m not alone on this. Many share my experience.</p>
<p>It&rsquo;s time to look elsewhere. Smaller upcoming providers like Fivio will always have their customers taken care of well. It&rsquo;s just good business ethics.</p>
<p>I&rsquo;ve had excellent support from them during my move so far and looking forward to a great hosting experience with them.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Moving host</title>
      <link>https://thedaneshproject.com/posts/moving-host/</link>
      <pubDate>Wed, 25 Jun 2008 07:28:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/moving-host/</guid>
      <description>I&amp;rsquo;m moving to a new hosting service today.My current host has been plagued with downtimes and DB issues. Hopefully in the future I can host with them again.
Hopefully the downtime&amp;rsquo;s minimal. I will keep you posted.</description>
      <content:encoded><![CDATA[<p>I&rsquo;m moving to a new hosting service today.My current host has been plagued with downtimes and DB issues. Hopefully in the future I can host with them again.</p>
<p>Hopefully the downtime&rsquo;s minimal. I will keep you posted.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Deluge on openSUSE 11</title>
      <link>https://thedaneshproject.com/posts/how-to-install-deluge-on-opensuse-11/</link>
      <pubDate>Sun, 22 Jun 2008 11:22:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-deluge-on-opensuse-11/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/06/deluge.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Check is the Deluge package is available.&lt;br&gt;
&lt;code&gt;pandora:~ # zypper se deluge&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Install Deluge&lt;br&gt;
&lt;code&gt;pandora:~ # zypper in deluge&lt;/code&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/deluge.png" alt=""  />
</p>
<p>Check is the Deluge package is available.<br>
<code>pandora:~ # zypper se deluge</code></p>
<p>Install Deluge<br>
<code>pandora:~ # zypper in deluge</code></p>
<p>Here&rsquo;s my screen dump;</p>
<p><code>pandora:~ # zypper se deluge&lt;br /&gt; Reading installed packages...</code></p>
<p>S | Name | Summary | Type<br>
-+——————-+————————————-+——-<br>
| deluge | Bittorrent Client | package<br>
| deluge-debuginfo | Debug information for package deluge | package<br>
| deluge-debugsource | Debug sources for package deluge | package<br>
pandora:~ # zypper in deluge<br>
Reading installed packages&hellip;</p>
<p>The following NEW packages are going to be installed:<br>
deluge python-pyxdg python-orbit python-gnome-extras python-gnome<br>
mozilla-xulrunner181 libxml2-python libgda-3_0-sqlite libgda-3_0-postgres<br>
libgda-3_0-mysql libgda-3_0 libgda-3_0-3 libgda gtkspell dbus-1-python boost</p>
<p>Overall download size: 10.0 M. After the operation, additional 41.6 M will be used.<br>
Continue? [YES/no]: yes</p>
<p>Downloading package deluge-0.5.9.1-0.pm.1.i586 (16/16), 1.9 M (6.6 M unpacked)<br>
Downloading: deluge-0.5.9.1-0.pm.1.i586.rpm [done (17.1 K/s)]<br>
Installing: deluge-0.5.9.1-0.pm.1 [done]</p>
<p>[1]: /wp-content/uploads/2008/06/deluge.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>How to install mscore fonts on openSUSE 11.0</title>
      <link>https://thedaneshproject.com/posts/how-to-install-mscore-fonts-on-opensuse-11.0/</link>
      <pubDate>Sun, 22 Jun 2008 07:11:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-mscore-fonts-on-opensuse-11.0/</guid>
      <description>Install the cabextract package.
abooboo&amp;gt;# zypper in cabextract
Download the msfont installer script for openSUSE 10.3.
abooboo&amp;gt;# wget http://download.opensuse.org/update/10.3/scripts/fetchmsttfonts.sh
Assign execute permission and execute the script.
`abooboo&amp;gt;# chmod a+x fetchmsttfonts.sh
You have ms fonts now. The other simpler way to do this is to simply copy over the fonts you need from a Windows machine and use the fonts manager to install them.</description>
      <content:encoded><![CDATA[<p>Install the cabextract package.</p>
<p><code>abooboo&gt;# zypper in cabextract</code></p>
<p>Download the msfont installer script for openSUSE 10.3.</p>
<p><code>abooboo&gt;# wget http://download.opensuse.org/update/10.3/scripts/fetchmsttfonts.sh</code></p>
<p>Assign execute permission and execute the script.</p>
<p>`abooboo&gt;# chmod a+x fetchmsttfonts.sh<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<p>You have ms fonts now. The other simpler way to do this is to simply copy over the fonts you need from a Windows machine and use the fonts manager to install them.</p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 11.0 , it’s out</title>
      <link>https://thedaneshproject.com/posts/opensuse-11.0-its-out/</link>
      <pubDate>Thu, 19 Jun 2008 16:53:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-11.0-its-out/</guid>
      <description>openSUSE 11.0 is out!! No chance of downloading it today, servers are slammed with users just like Firefox 3 Download Day 2008.
Source: openSUSE</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/500px-opensuse11.png" alt=""  />
</p>
<p>openSUSE 11.0 is out!! No chance of downloading it today, servers are slammed with users just like Firefox 3 Download Day 2008.</p>
<p>Source: openSUSE</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to reload your bashrc file</title>
      <link>https://thedaneshproject.com/posts/how-to-reload-your-bashrc-file/</link>
      <pubDate>Thu, 19 Jun 2008 10:26:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-reload-your-bashrc-file/</guid>
      <description>Here&amp;rsquo;s a quick way to reload your bachrc file without having to invoke a new shell.
[root@bambee]# source ~/.bashrc
or
[root@bambee]# . ~/.bashrc</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a quick way to reload your bachrc file without having to invoke a new shell.</p>
<p><code>[root@bambee]# source ~/.bashrc</code></p>
<p>or</p>
<p><code>[root@bambee]# . ~/.bashrc</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>It’s almost here….openSUSE 11.0</title>
      <link>https://thedaneshproject.com/posts/its-almost-here.opensuse-11.0/</link>
      <pubDate>Wed, 18 Jun 2008 17:13:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/its-almost-here.opensuse-11.0/</guid>
      <description>screenshots</description>
      <content:encoded><![CDATA[<p>screenshots</p>
]]></content:encoded>
    </item>
    <item>
      <title>25 most popular Firefox search engine plugins</title>
      <link>https://thedaneshproject.com/posts/25-most-popular-firefox-search-engine-plugins/</link>
      <pubDate>Wed, 18 Jun 2008 02:00:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/25-most-popular-firefox-search-engine-plugins/</guid>
      <description>How many search engines plugine do you have added to your Firefox? I have the defaults as Google seems to be the only one I need.
However, if you need more then what Firefox offers out of the box, there are many other search engine plugins available for Firefox. Wikipedia, YouTube, Torrentz, just to name a few.
Currently YouTube is on top with the most downloads. Followed by Dictionary.com, isoHunt and The Pirate Bay.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/firefox-search-engine-plugins.png" alt=""  />
</p>
<p>How many search engines plugine do you have added to your Firefox? I have the defaults as Google seems to be the only one I need.</p>
<p>However, if you need more then what Firefox offers out of the box, there are many other search engine plugins available for Firefox. Wikipedia, YouTube, Torrentz, just to name a few.</p>
<p>Currently YouTube is on top with the most downloads. Followed by Dictionary.com, isoHunt and The Pirate Bay.</p>
<p>The [Mycroft][2] project has a list of the top 25 most popular search engine plugins. [Browse the list][3].</p>
<p>[1]: /wp-content/uploads/2008/06/firefox-search-engine-plugins.png)
[2]: <a href="http://mycroft.mozdev.org/">http://mycroft.mozdev.org/</a>
[3]: <a href="http://mycroft.mozdev.org/dlstats.html">http://mycroft.mozdev.org/dlstats.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 released</title>
      <link>https://thedaneshproject.com/posts/firefox-3-released/</link>
      <pubDate>Wed, 18 Jun 2008 01:29:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-released/</guid>
      <description>It&amp;rsquo;s here, Firefox 3 is finally here. The best web browser to date. Check out the improved features.
Do your part, help Mozilla set a new Guinness record for Firefox. The current mark stands at 2,516,722 downloads and growing.
[2]: /wp-content/uploads/2008/06/firefox3.png) [3]: http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=272</description>
      <content:encoded><![CDATA[<p>It&rsquo;s here, Firefox 3 is finally here. The best web browser to date. <a href="http://en-us.www.mozilla.com/en-US/firefox/features/">Check out the improved features</a>.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/firefox3-500x221.png" alt=""  />
</p>
<p>Do your part, help Mozilla set a new Guinness record for Firefox. The current mark stands at 2,516,722 downloads and growing.</p>
<p><img loading="lazy" src="http://www.spreadfirefox.com/files/images/affiliates_banners/468x60_ddayb_en.png" alt=""  />
</p>
<p>[2]: /wp-content/uploads/2008/06/firefox3.png)
[3]: <a href="http://www.spreadfirefox.com/node&amp;id=0&amp;t=272">http://www.spreadfirefox.com/node&amp;id=0&amp;t=272</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>10 hours till Firefox 3 download day 2008</title>
      <link>https://thedaneshproject.com/posts/10-hours-till-firefox-3-download-day-2008/</link>
      <pubDate>Tue, 17 Jun 2008 07:17:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/10-hours-till-firefox-3-download-day-2008/</guid>
      <description>Firefox 3 download day 2008 is 10 hours away for me here in Malaysia GMT +8. Downloads are scheduled to start at [10am PDT, June 17th][2].
When it&amp;rsquo;s time to download, head on to [Firefox 3 Download Day 2008][3] and download Firefox.
[1]: /wp-content/uploads/2008/06/2586455290_12c90be6d5.jpg) [2]: http://www.timeanddate.com/worldclock/fixedtime.html?month=6&amp;amp;day=17&amp;amp;year=2008&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=224&amp;amp;sort=1 [3]: http://www.spreadfirefox.com/en-US/worldrecord/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/2586455290_12c90be6d5.jpg" alt=""  />
</p>
<p>Firefox 3 download day 2008 is 10 hours away for me here in Malaysia GMT +8. Downloads are scheduled to start at [10am PDT, June 17th][2].</p>
<p>When it&rsquo;s time to download, head on to [Firefox 3 Download Day 2008][3] and download Firefox.</p>
<p>[1]: /wp-content/uploads/2008/06/2586455290_12c90be6d5.jpg)
[2]: <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=6&amp;day=17&amp;year=2008&amp;hour=10&amp;min=0&amp;sec=0&amp;p1=224&amp;sort=1">http://www.timeanddate.com/worldclock/fixedtime.html?month=6&amp;day=17&amp;year=2008&amp;hour=10&amp;min=0&amp;sec=0&amp;p1=224&amp;sort=1</a>
[3]: <a href="http://www.spreadfirefox.com/en-US/worldrecord/">http://www.spreadfirefox.com/en-US/worldrecord/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia fuel rebate form</title>
      <link>https://thedaneshproject.com/posts/malaysia-fuel-rebate-form/</link>
      <pubDate>Tue, 17 Jun 2008 03:39:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysia-fuel-rebate-form/</guid>
      <description>Image from star.[][2]
If you&amp;rsquo;re planning to cash out your fuel rebate soon at the post office, you&amp;rsquo;ll need to complete the rebate form.
Vehicle owners are looking at rebates not more then RM625 for cars and RM150 for motor motorcycles. [Read more][3]
A friend forwarded the form to me. I&amp;rsquo;m guessing it&amp;rsquo;s a head start for you.
Download the [rebate form][4] and [guidelines][5].
[2]: /wp-content/uploads/2008/06/n_02queue1.jpg) [3]: http://thestar.com.my/news/story.asp?file=/2008/6/13/nation/21537165&amp;amp;sec=nation [4]: /wp-content/uploads/2008/06/borang2.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/n_02queue1.jpg" alt=""  />

Image from <a href="http://thestar.com.my/news/story.asp?file=/2008/6/15/nation/21559114&amp;sec=nation">star</a>.[][2]</p>
<p>If you&rsquo;re planning to cash out your fuel rebate soon at the post office, you&rsquo;ll need to complete the rebate form.</p>
<p>Vehicle owners are looking at rebates not more then RM625 for cars and RM150 for motor motorcycles. [Read more][3]</p>
<p>A friend forwarded the form to me. I&rsquo;m guessing it&rsquo;s a head start for you.</p>
<p>Download the [rebate form][4] and [guidelines][5].</p>
<p>[2]: /wp-content/uploads/2008/06/n_02queue1.jpg)
[3]: <a href="http://thestar.com.my/news/story.asp?file=/2008/6/13/nation/21537165&amp;sec=nation">http://thestar.com.my/news/story.asp?file=/2008/6/13/nation/21537165&amp;sec=nation</a>
[4]: /wp-content/uploads/2008/06/borang2.pdf
[5]: /wp-content/uploads/2008/06/panduansubsidi.pdf</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.9.1 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.9.1-released/</link>
      <pubDate>Mon, 16 Jun 2008 16:39:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.9.1-released/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/06/deluge0591.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Not been following Deluge for the past few months. I had to fall back to Windows since my damn Exchange server could not work with Linux.&lt;/p&gt;
&lt;p&gt;But anyway, talking about good timing. OpenSUSE 11 is set to be out in 2 days and my office decides to get me a new notebook. A lenovo R61, can&amp;rsquo;t ask too much but it should work fine with OpenSUSE 11. I&amp;rsquo;ll finally get to Deluge again.&lt;/p&gt;
&lt;p&gt;The current stable release for Deluge is 0.5.9.1. There have been quite a few fixes put in since my last Deluge update. Read the changelog while [downloading][2] the latest version.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/deluge0591.png" alt=""  />
</p>
<p>Not been following Deluge for the past few months. I had to fall back to Windows since my damn Exchange server could not work with Linux.</p>
<p>But anyway, talking about good timing. OpenSUSE 11 is set to be out in 2 days and my office decides to get me a new notebook. A lenovo R61, can&rsquo;t ask too much but it should work fine with OpenSUSE 11. I&rsquo;ll finally get to Deluge again.</p>
<p>The current stable release for Deluge is 0.5.9.1. There have been quite a few fixes put in since my last Deluge update. Read the changelog while [downloading][2] the latest version.</p>
<p>Deluge 0.5.9.1 (19 May 2008)</p>
<ul>
<li>Fix queue reordering on startup</li>
<li>Fix open folder</li>
<li>Fix advanced progress bar when only 1 piece in torrent</li>
<li>Fix to prevent possible invalid torrent file from crashing Deluge</li>
</ul>
<p>Deluge 0.5.9.0 (30 April 2008)</p>
<ul>
<li>Fix ratio</li>
<li>Fix opening folers/files on windows</li>
<li>Move all packages to use Python 2.5</li>
</ul>
<p>Deluge 0.5.8.9 (14 April 2008)</p>
<ul>
<li>Fix segfault caused in 0.5.8.8 when adding torrents</li>
<li>Change fast resume to use is_finished</li>
<li>LT - Fix private flag.</li>
<li>LT - Verify url before connection to web seed.</li>
</ul>
<p>Deluge 0.5.8.8 (09 April 2008)</p>
<ul>
<li>
<p>Fix ubuntu hardy and debian sid bug sine they&rsquo;ve renamed and broken up the packages.</p>
</li>
<li>
<p>Fix ratio (again)</p>
</li>
<li>
<p>Sync with asio 1.0 release
li&gt;Remove file manager from preferences</p>
</li>
<li>
<p>Sync with libtorrent 0.13 release</p>
</li>
<li>
<p>Fix for vista dbus not closing bug</p>
</li>
</ul>
<p>[1]: /wp-content/uploads/2008/06/deluge0591.png)
[2]: <a href="http://deluge-torrent.org/downloads.php">http://deluge-torrent.org/downloads.php</a></p>]]></content:encoded>
    </item>
    <item>
      <title>How to configure a static ip in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-configure-a-static-ip-in-linux/</link>
      <pubDate>Mon, 16 Jun 2008 14:56:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-configure-a-static-ip-in-linux/</guid>
      <description>This is a newbie question I get quite often.
Configuring your Linux machine to run on a static IP is easy. Tools like system-config-network and netconfig provide you simple GUIs to do this.
For today, I&amp;rsquo;ll show you how to do this from the command line instead.
Navigate to /etc/sysconfig/network-scripts/
&amp;lt;br /&amp;gt; [root@baboo]# cd /etc/sysconfig/network-scripts/
Every network interface will have it&amp;rsquo;s own interface script file. eth0,eth1,eth2 and so on. Vi the ifcfg-eth0 interface script file for interface eth0.</description>
      <content:encoded><![CDATA[<p>This is a newbie question I get quite often.</p>
<p>Configuring your Linux machine to run on a static IP is easy. Tools like system-config-network and netconfig provide you simple GUIs to do this.</p>
<p>For today, I&rsquo;ll show you how to do this from the command line instead.</p>
<p>Navigate to /etc/sysconfig/network-scripts/<br>
<code>&lt;br /&gt; [root@baboo]# cd /etc/sysconfig/network-scripts/</code></p>
<p>Every network interface will have it&rsquo;s own interface script file. eth0,eth1,eth2 and so on. Vi the ifcfg-eth0 interface script file for interface eth0. Replace the contents of the ifcfg-eth0 file with the parameters below.</p>
<p><code>[root@baboo]# vi ifcfg-eth0.</code><br>
<code>&lt;br /&gt; DEVICE=eth0&lt;br /&gt; TYPE=Ethernet&lt;br /&gt; ONBOOT=yes&lt;br /&gt; BOOTPROTO=none&lt;br /&gt; IPADDR=192.168.0.100&lt;br /&gt; NETMASK=255.255.255.0&lt;br /&gt; GATEWAY=192.168.0.1&lt;br /&gt; HWADDR=00:0F:22:71:0A:53&lt;br /&gt; USERCTL=no&lt;br /&gt; USERCTL=no</code></p>
<p>If you want to switch back to DHCP, repeat the steps above and replace the contents of the ifcfg-eth0 file with the parameters below.</p>
<p><code>DEVICE=eth0&lt;br /&gt; BOOTPROTO=dhcp&lt;br /&gt; HWADDR=00:0F:20:71:0A:50&lt;br /&gt; ONBOOT=yes&lt;br /&gt; TYPE=Ethernet&lt;br /&gt; DHCP_HOSTNAME=klmdrpdr01p.klm1.netcel360.com</code></p>
<p>Restart your interface to apply the changes.<br>
<code>&lt;br /&gt; [root@baboo]#ifdown eth0&lt;br /&gt; [root@baboo]#ifup eth0</code></p>
<p>To update your dns server settings, modify the /etc/resolv.conf.</p>
<p><code>[root@baboo]# vi /etc/resolv.conf</code></p>
<p>Replace the contents of the resolv.conf file with the parameters below. The first parameter &ldquo;search&rdquo; is your search path followed the nameserver parameters which hold the IPs for your primary and secondary DNS servers.<br>
<code>&lt;br /&gt; search example.com&lt;br /&gt; nameserver 192.168.0.5&lt;br /&gt; nameserver 192.168.0.6</code></p>
<p>That&rsquo;s it. Drop me a note if you need any help.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 release date fixed for 17th June</title>
      <link>https://thedaneshproject.com/posts/firefox-3-release-date-fixed-for-17th-june/</link>
      <pubDate>Fri, 13 Jun 2008 07:14:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-release-date-fixed-for-17th-june/</guid>
      <description>Finally we have a date for when Firefox 3 will be released. 17th June 2008, add it to you calendar.
![][2]
Don&amp;rsquo;t forget to pledge to [Firefox 3 Download Day][3] and make your mark in history.
Source: [Mozilla Dev News][4]
[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png) [2]: http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/sns_badge1.png) [3]: http://www.spreadfirefox.com/en-US/worldrecord [4]: http://developer.mozilla.org/devnews/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/firefoxlogopi91.png" alt=""  />
</p>
<p>Finally we have a date for when Firefox 3 will be released. 17th June 2008, add it to you calendar.</p>
<p>![][2]</p>
<p>Don&rsquo;t forget to pledge to [Firefox 3 Download Day][3] and make your mark in history.</p>
<p>Source: [Mozilla Dev News][4]</p>
<p>[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png)
[2]: <a href="http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/sns_badge1.png">http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/sns_badge1.png</a>)
[3]: <a href="http://www.spreadfirefox.com/en-US/worldrecord">http://www.spreadfirefox.com/en-US/worldrecord</a>
[4]: <a href="http://developer.mozilla.org/devnews/">http://developer.mozilla.org/devnews/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>XName free DNS hosting service</title>
      <link>https://thedaneshproject.com/posts/xname-free-dns-hosting-service/</link>
      <pubDate>Thu, 12 Jun 2008 08:53:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/xname-free-dns-hosting-service/</guid>
      <description>Stumbled upon a free DNS hosting service today. XName provides free DNS to all and in return only expects a donation if you like the service. However, if you plan to use XName for commercial purpose then a donation is mandatory.
From a infrastructure standpoint XName provides 3 DNS servers. 1 primary and 2 secondary servers. All DNS records are replicated across all servers so it&amp;rsquo;s best practice to use all 3 servers when possible to archive the best redundancy possible.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/xnamebanner1.png" alt=""  />
</p>
<p>Stumbled upon a free DNS hosting service today. XName provides free DNS to all and in return only expects a donation if you like the service. However, if you plan to use XName for commercial purpose then a donation is mandatory.</p>
<p>From a infrastructure standpoint XName provides 3 DNS servers. 1 primary and 2 secondary servers. All DNS records are replicated across all servers so it&rsquo;s best practice to use all 3 servers when possible to archive the best redundancy possible.</p>
<p>I&rsquo;m currently working on a mini ISP setup for a client myself. The primary DNS server is in place but for my secondary servers I&rsquo;m thinking of using XName instead as it&rsquo;s going to save me a few dollars.</p>
<p>I&rsquo;ll tell you how it goes.</p>
<p>[1]: /wp-content/uploads/2008/06/xnamebanner1.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 Release Candidate 2</title>
      <link>https://thedaneshproject.com/posts/firefox-3-release-candidate-2/</link>
      <pubDate>Wed, 11 Jun 2008 10:48:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-release-candidate-2/</guid>
      <description>Firefox 3 Release Candidate 2 is out. This should be the final release for Firefox 3 before it goes public soon.
[Take it for a spin][2] while reading the [release notes][3].
Also, Firefox is out to set a new Guinness world record by setting a new record for most downloaded software in 24 hours. If you want to be part of it, [pledge][5] yourself to the cause.
Since Firefox 3 has not official release date, make sure to keep up to date with the [Firefox 3 Download Day 2008][5].</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/firefoxlogopi91.png" alt=""  />
</p>
<p>Firefox 3 Release Candidate 2 is out. This should be the final release for Firefox 3 before it goes public soon.</p>
<p>[Take it for a spin][2] while reading the [release notes][3].</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/firefox3-download-day-2008.png" alt=""  />
</p>
<p>Also, Firefox is out to set a new Guinness world record by setting a new record for most downloaded software in 24 hours. If you want to be part of it, [pledge][5] yourself to the cause.</p>
<p>Since Firefox 3 has not official release date, make sure to keep up to date with the [Firefox 3 Download Day 2008][5].</p>
<p>[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png)
[2]: <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">http://www.mozilla.com/en-US/firefox/all-rc.html</a>
[3]: <a href="http://www.mozilla.com/en-US/firefox/3.0rc2/releasenotes/">http://www.mozilla.com/en-US/firefox/3.0rc2/releasenotes/</a>
[4]: /wp-content/uploads/2008/06/firefox3-download-day-2008.png)
[5]: <a href="http://www.spreadfirefox.com/en-US/worldrecord">http://www.spreadfirefox.com/en-US/worldrecord</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>iPhone 3G</title>
      <link>https://thedaneshproject.com/posts/iphone-3g/</link>
      <pubDate>Tue, 10 Jun 2008 13:33:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-3g/</guid>
      <description>Apple has announced the release of their second generation iPhone. The launch date for the new iPhone 3G is planned for 11th July 2008. Apple will be launching the new phone [world wide][2] in stages.
Apple has also slashed the price of the new iPhone. USD199 for the 8GB model and USD299 for the 16GB model. This will surely boost Apple&amp;rsquo;s market share in the coming months.
iPhone 3G does come with a few goodies under it&amp;rsquo;s hood.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/iphone3g.png" alt=""  />
</p>
<p>Apple has announced the release of their second generation iPhone. The launch date for the new iPhone 3G is planned for 11th July 2008. Apple will be launching the new phone [world wide][2] in stages.</p>
<p>Apple has also slashed the price of the new iPhone. USD199 for the 8GB model and USD299 for the 16GB model. This will surely boost Apple&rsquo;s market share in the coming months.</p>
<p>iPhone 3G does come with a few goodies under it&rsquo;s hood. GPS, full 3G support, App Store, support for Microsoft&rsquo;s exchange server, support for more languages and many other enhancements including a scientific calculator.</p>
<p>I&rsquo;m still waiting for Google&rsquo;s Android before making any decision on what my next phone might be.</p>
<p>Source: [Apple][3]</p>
<p>[1]: /wp-content/uploads/2008/06/iphone3g.png)
[2]: <a href="http://www.apple.com/iphone/countries/">http://www.apple.com/iphone/countries/</a>
[3]: <a href="http://www.apple.com/iphone/features/">http://www.apple.com/iphone/features/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Get your free ORACLE Unbreakable Linux DVD kit.</title>
      <link>https://thedaneshproject.com/posts/get-your-free-oracle-unbreakable-linux-dvd-kit./</link>
      <pubDate>Fri, 06 Jun 2008 10:25:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/get-your-free-oracle-unbreakable-linux-dvd-kit./</guid>
      <description>Oracle got into the Linux playing field with it&amp;rsquo;s Oracle Enterprise Linux which is based on Redhat&amp;rsquo;s Enterprise Linux. Oracle then put together the Oracle Unbreakable Linux support program to provide full Linux support to their customers.
Oracle Unbreakable Linux support is not limited to only Oracle products. Customers can switch any of their current Enterprise Linux environments over to the Oracle Unbreakable Linux support program and at a lower cost.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/06/unbrakeable-linux-order-500x348.png" alt=""  />
</p>
<p>Oracle got into the Linux playing field with it&rsquo;s Oracle Enterprise Linux which is based on Redhat&rsquo;s Enterprise Linux. Oracle then put together the Oracle Unbreakable Linux support program to provide full Linux support to their customers.</p>
<p>Oracle Unbreakable Linux support is not limited to only Oracle products. Customers can switch any of their current Enterprise Linux environments over to the Oracle Unbreakable Linux support program and at a lower cost. If I&rsquo;m not wrong it&rsquo;s as simple as running a RPM file.</p>
<p>Take it for a spin. Order the Oracle Unbreakable Linux 2-DVD kit for free. Just like [Ubuntu][2], [Netbeans][3] and many other opensource software out there today. [Go to the order page][4].</p>
<p>[1]: /wp-content/uploads/2008/06/unbrakeable-linux-order.png)
[2]: <a href="https://shipit.ubuntu.com/">https://shipit.ubuntu.com/</a>
[3]: <a href="http://www.netbeans.org/features/">http://www.netbeans.org/features/</a>
[4]: <a href="http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&amp;p_dlg_id=5659298&amp;src=5634329&amp;Act=44">http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&amp;p_dlg_id=5659298&amp;src=5634329&amp;Act=44</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Petrol Rush in Malaysia</title>
      <link>https://thedaneshproject.com/posts/petrol-rush-in-malaysia/</link>
      <pubDate>Thu, 05 Jun 2008 12:42:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/petrol-rush-in-malaysia/</guid>
      <description>This was the scene at the petrol kiosk near my housing estate in Cheras.
[youtube]http://www.youtube.com/watch?v=b3Hf8rHWnfU[/youtube]
I did not fuel up and so did many of my friends. We tried our luck at kiosks around but all of them had piles of cars waiting to fuel up. It just wasn&amp;rsquo;t worth it.
Waiting in line for hours just to save 30 bucks is not me. I&amp;rsquo;m gonna eventually have to follow the new increased price moving forward so instead, I decided to not smoke for 3 days to cover my loses.</description>
      <content:encoded><![CDATA[<p>This was the scene at the petrol kiosk near my housing estate in Cheras.</p>
<p>[youtube]http://www.youtube.com/watch?v=b3Hf8rHWnfU[/youtube]</p>
<p>I did not fuel up and so did many of my friends. We tried our luck at kiosks around but all of them had piles of cars waiting to fuel up. It just wasn&rsquo;t worth it.</p>
<p>Waiting in line for hours just to save 30 bucks is not me. I&rsquo;m gonna eventually have to follow the new increased price moving forward so instead, I decided to not smoke for 3 days to cover my loses.</p>
<p>Think green for nature and your pocket. I know many don&rsquo;t agree with me on this but this is just my opinion.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Defension is down</title>
      <link>https://thedaneshproject.com/posts/defension-is-down/</link>
      <pubDate>Thu, 05 Jun 2008 03:07:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/defension-is-down/</guid>
      <description>![](/wp-content/uploads/2008/06/derfensiobanneryv11.jpg&amp;quot; alt=&amp;ldquo;Defensio&amp;rdquo; title=&amp;ldquo;Defensio&amp;rdquo; width=&amp;ldquo;400&amp;rdquo; height=&amp;ldquo;103&amp;rdquo; class=&amp;ldquo;alignnone size-medium wp-image-596&amp;rdquo; /&amp;gt;]1
Defensio has been down since yesterday.
My spam aren&amp;rsquo;t being filtered, I can&amp;rsquo;t access my Defensio quarantine page and users are unable to post new comments.
Their hosting provider [Amazon (EC2)][4] push some software which caused Defensio&amp;rsquo;s services to go down. The team&amp;rsquo;s currently working on the issue and updated can be tracked through their [blog][5] and twitter.
[3]: /wp-content/uploads/2008/06/defensio-down.png) [4]: http://www.</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2008/06/derfensiobanneryv11.jpg&quot; alt=&ldquo;Defensio&rdquo; title=&ldquo;Defensio&rdquo; width=&ldquo;400&rdquo; height=&ldquo;103&rdquo; class=&ldquo;alignnone size-medium wp-image-596&rdquo; /&gt;]<a href="/wp-content/uploads/2008/06/derfensiobanneryv11.jpg">1</a></p>
<p><a href="http://defensio.com/">Defensio</a> has been down since yesterday.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/06/defensio-down-499x144.png" alt=""  />
</p>
<p>My spam aren&rsquo;t being filtered, I can&rsquo;t access my Defensio quarantine page and users are unable to post new comments.</p>
<p>Their hosting provider [Amazon (EC2)][4] push some software which caused Defensio&rsquo;s services to go down. The team&rsquo;s currently working on the issue and updated can be tracked through their [blog][5] and twitter.</p>
<p>[3]: /wp-content/uploads/2008/06/defensio-down.png)
[4]: <a href="http://www.amazon.com/gp/browse.html?node=201590011">http://www.amazon.com/gp/browse.html?node=201590011</a>
[5]: <a href="http://blog.defensio.com/">http://blog.defensio.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Fuel price hike in Malaysia</title>
      <link>https://thedaneshproject.com/posts/fuel-price-hike-in-malaysia/</link>
      <pubDate>Wed, 04 Jun 2008 10:19:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fuel-price-hike-in-malaysia/</guid>
      <description>It&amp;rsquo;s RUMORED that the new fuel price in Malaysia effective midnight today will be raised from RM1.92 to RM2.70. That&amp;rsquo;s a 78 cents hike which adds up to about 40%. My Wira gonna cost me about RM110 for a full tank.
Looks like the petrol pumps around town are gonna be filled up today.
You endorse the hike? I do, time to think green I would say.</description>
      <content:encoded><![CDATA[<p>It&rsquo;s RUMORED that the new fuel price in Malaysia effective midnight today will be raised from RM1.92 to RM2.70. That&rsquo;s a 78 cents hike which adds up to about 40%. My Wira gonna cost me about RM110 for a full tank.</p>
<p>Looks like the petrol pumps around town are gonna be filled up today.</p>
<p>You endorse the hike? I do, time to think green I would say.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to send a process to the background</title>
      <link>https://thedaneshproject.com/posts/how-to-send-a-process-to-the-background/</link>
      <pubDate>Tue, 03 Jun 2008 07:23:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-send-a-process-to-the-background/</guid>
      <description>Sending a process to the background in Linux is quite easy. All you need is bg, fg, &amp;amp;, and ctrl+Z ( ^Z ).
For this example I will use a simple bash script test.sh I put together to print &amp;ldquo;Test&amp;rdquo; every 5 seconds.
#!/bin/bash&amp;lt;br /&amp;gt; #This script will print &amp;quot;Test&amp;quot; every 5 seconds&amp;lt;br /&amp;gt; #&amp;lt;br /&amp;gt; while [ true ]&amp;lt;br /&amp;gt; do&amp;lt;br /&amp;gt; echo &amp;quot;Test at `date`&amp;quot;&amp;lt;br /&amp;gt; sleep 5&amp;lt;br /&amp;gt; done&amp;lt;br /&amp;gt; #End</description>
      <content:encoded><![CDATA[<p>Sending a process to the background in Linux is quite easy. All you need is bg, fg, &amp;, and ctrl+Z ( ^Z ).</p>
<p>For this example I will use a simple bash script test.sh I put together to print &ldquo;Test&rdquo; every 5 seconds.</p>
<p><code>#!/bin/bash&lt;br /&gt; #This script will print &quot;Test&quot; every 5 seconds&lt;br /&gt; #&lt;br /&gt; while [ true ]&lt;br /&gt; do&lt;br /&gt; echo &quot;Test at `date`&quot;&lt;br /&gt; sleep 5&lt;br /&gt; done&lt;br /&gt; #End</code></p>
<p>Now let&rsquo;s see how it&rsquo;s done.</p>
<p><code>[user@abubu root]$./test.sh &amp;</code><br>
This starts test.sh and sends it to the background. You will be back at shell but should see the &ldquo;Test&rdquo; message every 5 seconds.</p>
<p><code>[user@abubu root]$jobs&lt;br /&gt; [1]+  Running                 ./test.sh &amp;</code><br>
The jobs command will print all the background processes. Each process is represented by a number to it&rsquo;s left. For example, tesh.sh is represented by 1.</p>
<p><code>[user@abubu root]$fg 1</code><br>
The fg command will send the test.sh process to the foreground and return control to the shell.</p>
<p><code>[user@abubu root]$ ./test.sh (hit ctrl+Z (^Z) now)&lt;br /&gt; Test at Tue Jun  3 15:11:38 MYT 2008&lt;br /&gt; [1]+  Stopped                 ./test.sh</code><br>
The test.sh process is temporarily suspended.</p>
<p><code>[user@abubu root]$bg 1</code><br>
The bg command will send test.sh to the background.</p>
<p><code>[user@abubu root]jobs&lt;br /&gt; [1]+  Running                 ./test.sh &amp;</code><br>
The jobs command will print all the background processes. Each process will be represented by a number to it&rsquo;s left. tesh.sh is represented by 1.</p>
<p><code>[user@abubu root]$fg 1</code><br>
The fg command will send the test.sh process to the foreground and return control to the shell.</p>
<p>That&rsquo;s it.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to disable directory listing in Tomcat</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-directory-listing-in-tomcat/</link>
      <pubDate>Fri, 30 May 2008 19:27:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-directory-listing-in-tomcat/</guid>
      <description>This is how you turn off directory list for yr Tomcat server.
Edit the default servlet in the {$CATALINA_HOME}/conf/web.xml file.
Look for the section within the &amp;lt;servlet&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;servlet-name&amp;gt;default&amp;lt;/servlet-name&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;servlet-class&amp;gt;&amp;lt;br /&amp;gt; org.apache.catalina.servlets.DefaultServlet&amp;lt;br /&amp;gt; &amp;lt;/servlet-class&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;init-param&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-name&amp;gt;debug&amp;lt;/param-name&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-value&amp;gt;0&amp;lt;/param-value&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/init-param&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;init-param&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-name&amp;gt;listings&amp;lt;/param-name&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-value&amp;gt;true&amp;lt;/param-value&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/init-param&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;load-on-startup&amp;gt;1&amp;lt;/load-on-startup&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/servlet&amp;gt;
Change the to false for the listing section. &amp;lt;init-param&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-name&amp;gt;listings&amp;lt;/param-name&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;param-value&amp;gt;false&amp;lt;/param-value&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/init-param&amp;gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/tomcat1.gif" alt="tomcat"  title="tomcat"  />
</p>
<p>This is how you turn off directory list for yr Tomcat server.</p>
<ol>
<li>
<p>Edit the default servlet in the {$CATALINA_HOME}/conf/web.xml file.</p>
</li>
<li>
<p>Look for the <!-- raw HTML omitted --> section within the <!-- raw HTML omitted --></p>
</li>
</ol>
<p><code>&lt;servlet&gt;&lt;br /&gt; &lt;servlet-name&gt;default&lt;/servlet-name&gt;&lt;br /&gt; &lt;servlet-class&gt;&lt;br /&gt; org.apache.catalina.servlets.DefaultServlet&lt;br /&gt; &lt;/servlet-class&gt;&lt;br /&gt; &lt;init-param&gt;&lt;br /&gt; &lt;param-name&gt;debug&lt;/param-name&gt;&lt;br /&gt; &lt;param-value&gt;0&lt;/param-value&gt;&lt;br /&gt; &lt;/init-param&gt;&lt;br /&gt; &lt;init-param&gt;&lt;br /&gt; &lt;param-name&gt;listings&lt;/param-name&gt;&lt;br /&gt; &lt;param-value&gt;true&lt;/param-value&gt;&lt;br /&gt; &lt;/init-param&gt;&lt;br /&gt; &lt;load-on-startup&gt;1&lt;/load-on-startup&gt;&lt;br /&gt; &lt;/servlet&gt;</code></p>
<ol start="3">
<li>Change the <!-- raw HTML omitted --> to false for the <!-- raw HTML omitted -->listing<!-- raw HTML omitted --> section.</li>
</ol>
<p><code>&lt;init-param&gt;&lt;br /&gt; &lt;param-name&gt;listings&lt;/param-name&gt;&lt;br /&gt; &lt;param-value&gt;false&lt;/param-value&gt;&lt;br /&gt; &lt;/init-param&gt;</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Web Application Frameworks</title>
      <link>https://thedaneshproject.com/posts/web-application-frameworks/</link>
      <pubDate>Wed, 28 May 2008 06:54:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/web-application-frameworks/</guid>
      <description>[poll id=&amp;ldquo;3&amp;rdquo;]
Do you develop using web application frameworks?
I like the idea of using frameworks to develop. I&amp;rsquo;ve played around with Ruby On Rails, Symphony, Django and a few others. They generally help simplify code.
For example, I don&amp;rsquo;t waste time on my db connection , presentation layer, form validation codes anymore and I get to spend more time on the functionality of my applications instead.
Frameworks also help cut down your development time.</description>
      <content:encoded><![CDATA[<p>[poll id=&ldquo;3&rdquo;]</p>
<p>Do you develop using <a href="http://en.wikipedia.org/wiki/Web_application_framework">web application frameworks</a>?</p>
<p>I like the idea of using frameworks to develop. I&rsquo;ve played around with Ruby On Rails, Symphony, Django and a few others. They generally help simplify code.</p>
<p>For example, I don&rsquo;t waste time on my db connection , presentation layer, form validation codes anymore and I get to spend more time on the functionality of my applications instead.</p>
<p>Frameworks also help cut down your development time. Handy when slapped with ridiculas project time lines. Go through the <a href="http://www.rubyonrails.org/screencasts">Ruby On Rails demos</a> and you&rsquo;ll see.</p>
<p>Here&rsquo;s a list of <a href="http://en.wikipedia.org/wiki/List_of_web_application_frameworks#PHP">web application frameworks</a> widely used today and their <a href="http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks">features comparison</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Received my Ubuntu 8.04 LTS</title>
      <link>https://thedaneshproject.com/posts/received-my-ubuntu-8.04-lts/</link>
      <pubDate>Tue, 27 May 2008 16:38:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/received-my-ubuntu-8.04-lts/</guid>
      <description>Received my Ubuntu 8.04 LTS Hardy Heron cds in the mail today.
Who doesn&amp;rsquo;t like to receive internatioanl packages with goodies? The best part is when I tell my non OSSÃ‚Â friends that the cds were shipped free of charge.
You will be suprised to know that many people don&amp;rsquo;t believe that there are people out there providing wonderfull services not for money but out of passion. Welcome to the world of opensource is what I normally my response would be to them.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2153/2528506606_f14f7cf814.jpg" alt=""  />
</p>
<p>Received my Ubuntu 8.04 LTS Hardy Heron cds in the mail today.</p>
<p>Who doesn&rsquo;t like to receive internatioanl packages with goodies? The best part is when I tell my non OSSÃ‚Â  friends that the cds were shipped free of charge.</p>
<p>You will be suprised to know that many people don&rsquo;t believe that there are people out there providing wonderfull services not for money but out of passion. Welcome to the world of opensource is what I normally my response would be to them.</p>
<p>Go Go OSS!!</p>
<p>Anyways, if you want your own Ubuntu cd, go to Ubuntu&rsquo;s <a href="https://shipit.ubuntu.com/">ShipIt</a> page and place your order. Remember, it&rsquo;s a free service so don&rsquo;t expect speedy delivery unless your are willing to pay.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Twitter clients for Linux</title>
      <link>https://thedaneshproject.com/posts/twitter-clients-for-linux/</link>
      <pubDate>Mon, 26 May 2008 12:29:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/twitter-clients-for-linux/</guid>
      <description>Know someone who&amp;rsquo;s never heard of twitter? I don&amp;rsquo;t.
There are loads of twitter desktop clients out there for Windows. I&amp;rsquo;m a Linux person so twittering from my command line is just one of the many was I twitter.
Linux and OpenSource Blog has published a list for desktop clients for Linux. Might come in handy for you.
ktwitter - A simple Twitter script for KDE. twitter.el - Twitter from Emacs!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2012/2524352558_c05c17cce5_o.jpg" alt=""  />
</p>
<p>Know someone who&rsquo;s never heard of <a href="http://twitter.com/">twitter</a>? I don&rsquo;t.</p>
<p>There are loads of twitter desktop clients out there for Windows. I&rsquo;m a Linux person so twittering from my command line is just one of the many was I twitter.</p>
<p>Linux and OpenSource Blog has published a list for desktop clients for Linux. Might come in handy for you.</p>
<ul>
<li><strong><a href="http://www.kde-apps.org/content/show.php/show.php?content=65012">ktwitter</a></strong> - A simple Twitter script for KDE.</li>
<li><strong>twitter.el</strong> - Twitter from Emacs!</li>
<li><strong><a href="http://www.emacswiki.org/cgi-bin/emacs/twit.el">twit.el</a></strong> - Another Emacs client.</li>
<li><strong><a href="http://www.vim.org/scripts/script.php?script_id=1853">Vim Twitter</a></strong> - Twitter from Vim!</li>
<li><strong><a href="http://code.google.com/p/gtwitter/">gTwitter</a></strong> - a Twitter client for Linux.</li>
<li><strong><a href="http://mattn.kaoriya.net/software/twitter/">GtkTwitter</a></strong> - a Twitter client for Linux and Windows which using GTK.</li>
<li><strong>Twitbar</strong> - a Twitter client for Gnome users to post from the Deskbar</li>
<li><strong>Twit and Wayd</strong> - Two addons for Gnome Deskbar that allow posting updates to Twitter</li>
<li><strong>BLT</strong> - twitter meets the Bourne shell, with a hint of biff.</li>
<li><strong><a href="http://twitux.sourceforge.net/">Twitux</a></strong> - a Twitter client for the Gnome desktop. Features includes: gui-notifications, url tinyzer, and more..</li>
<li><strong>ZenTwitter</strong> - bash script which uses zenity and curl (could be launched from custom desktop/menu/panel icons)</li>
<li><strong><a href="http://code.google.com/p/mitter/">mitter</a></strong> - A very simple Python and pygtk client.</li>
<li><strong><strong>prism-twitter</strong></strong> - prism based</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Don’t leave a X-Box in the DC</title>
      <link>https://thedaneshproject.com/posts/dont-leave-a-x-box-in-the-dc/</link>
      <pubDate>Sun, 25 May 2008 17:18:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dont-leave-a-x-box-in-the-dc/</guid>
      <description>When forced to work within a limited budget you are normally forced to come up with alternative cost saving solutions. This was the case for a University which desided to use a Linux powered X-Box to host it&amp;rsquo;s students web projects.
As time passed so did the personnel who knew about the X-Box web server. Without proper handover documents and asset management the X-Box server soon gets forgotten.
One day a new guy comes in an sees a X-Box sitting on the shelve all alone and decides to take it home for his kid.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/tuxracer11.jpg" alt=""  />
</p>
<p>When forced to work within a limited budget you are normally forced to come up with alternative cost saving solutions. This was the case for a University which desided to use a Linux powered X-Box to host it&rsquo;s students web projects.</p>
<p>As time passed so did the personnel who knew about the X-Box web server. Without proper handover documents and asset management the X-Box server soon gets forgotten.</p>
<p>One day a new guy comes in an sees a X-Box sitting on the shelve all alone and decides to take it home for his kid. What happened next was, students started calling up reporting their server was down. Oooops!!</p>
<p>The X-box server is tracked down and labeled &ldquo;This is a server&rdquo; and the day is saved.</p>
<p>Getting Linux onto your X-Box</p>
<p>Source: [WindowsITPRO][2]</p>
<p>[1]: /wp-content/uploads/2008/05/tuxracer11.jpg)
[2]: <a href="http://windowsitpro.com/article/articleid/50428/the-website-is-down-because-someone-removed-the-x-box.html">http://windowsitpro.com/article/articleid/50428/the-website-is-down-because-someone-removed-the-x-box.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>SIRIM portal exploited</title>
      <link>https://thedaneshproject.com/posts/sirim-portal-exploited/</link>
      <pubDate>Thu, 22 May 2008 15:39:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sirim-portal-exploited/</guid>
      <description>SIRIM&amp;rsquo;s site has been exploited with malware. The compromised URL is &amp;ldquo;www.sirim.my/pop_event2.asp?id=685&amp;quot;. The URL when accessed downloads malicious software and infects the client PC. If I were you I would not access that link.
From what I know many Malaysian sites are still susceptible to cross side scripting and SQL injection attacks. Chances are this is what happened this time.
Google has already picked this up and is currently warning users about the threat.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/sirim-exploited1.png" alt=""  />
</p>
<p>SIRIM&rsquo;s site has been exploited with malware. The compromised URL is &ldquo;<a href="https://www.sirim.my/pop_event2.asp?id=685%22">www.sirim.my/pop_event2.asp?id=685&quot;</a>. The URL when accessed downloads malicious software and infects the client PC. If I were you I would not access that link.</p>
<p>From what I know many Malaysian sites are still susceptible to cross side scripting and SQL injection attacks. Chances are this is what happened this time.</p>
<p>Google has already picked this up and is currently warning users about the threat. [Google Advisory][2]</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/05/sirim-exploited2.png" alt=""  />
</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/05/sirim-exploited3.png" alt=""  />
</p>
<p>Source: [LowYat.net][5]</p>
<p>[1]: /wp-content/uploads/2008/05/sirim-exploited1.png)
[2]: <a href="http://www.google.com/safebrowsing/diagnostic?site=sirim.my">http://www.google.com/safebrowsing/diagnostic?site=sirim.my</a>.
[3]: /wp-content/uploads/2008/05/sirim-exploited2.png)
[4]: /wp-content/uploads/2008/05/sirim-exploited3.png)
[5]: <a href="http://www.lowyat.net/v2/latest/sirim-website-latest-to-be-compromised.html">http://www.lowyat.net/v2/latest/sirim-website-latest-to-be-compromised.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Factory Tour of Search</title>
      <link>https://thedaneshproject.com/posts/google-factory-tour-of-search/</link>
      <pubDate>Thu, 22 May 2008 09:30:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-factory-tour-of-search/</guid>
      <description>&lt;p&gt;[youtube]http://www.youtube.com/watch?v=BraxN10dHmU[/youtube]&lt;/p&gt;
&lt;p&gt;This is the latest webcast from Google titled &amp;ldquo;Google Factory Tour of Search&amp;rdquo;. It&amp;rsquo;s centered around where Google currently is and where it plans to go in the near future. Google&amp;rsquo;s latest service Google Health is also introduced in the webcast.&lt;/p&gt;
&lt;p&gt;Some of the topics I found especially interesting.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Universal search.&lt;/li&gt;
&lt;li&gt;Enhanced image search.
&lt;ul&gt;
&lt;li&gt;Image recognition.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;New cluster.
&lt;ul&gt;
&lt;li&gt;Finance news.&lt;/li&gt;
&lt;li&gt;Visualizing finance news.&lt;/li&gt;
&lt;li&gt;Global finance news.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Experimental search.&lt;/li&gt;
&lt;li&gt;Google trends.&lt;/li&gt;
&lt;li&gt;Google Map.
&lt;ul&gt;
&lt;li&gt;Street View (Freakin cool!!)&lt;/li&gt;
&lt;li&gt;Local search&lt;/li&gt;
&lt;li&gt;Live edits&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Google Health
&lt;ul&gt;
&lt;li&gt;Open platform&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;QA session&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=BraxN10dHmU[/youtube]</p>
<p>This is the latest webcast from Google titled &ldquo;Google Factory Tour of Search&rdquo;. It&rsquo;s centered around where Google currently is and where it plans to go in the near future. Google&rsquo;s latest service Google Health is also introduced in the webcast.</p>
<p>Some of the topics I found especially interesting.</p>
<ol>
<li>Universal search.</li>
<li>Enhanced image search.
<ul>
<li>Image recognition.</li>
</ul>
</li>
<li>New cluster.
<ul>
<li>Finance news.</li>
<li>Visualizing finance news.</li>
<li>Global finance news.</li>
</ul>
</li>
<li>Experimental search.</li>
<li>Google trends.</li>
<li>Google Map.
<ul>
<li>Street View (Freakin cool!!)</li>
<li>Local search</li>
<li>Live edits</li>
</ul>
</li>
<li>Google Health
<ul>
<li>Open platform</li>
</ul>
</li>
<li>QA session</li>
</ol>
<p>![](/wp-content/uploads/2008/05/health_screenshot1.gif&quot; alt=&ldquo;Google Health&rdquo; width=&ldquo;400&rdquo; height=&ldquo;280&rdquo; /&gt;]<a href="/wp-content/uploads/2008/05/health_screenshot1.gif">1</a></p>
<p>I find Google Heath to be really useful. A user will be able to access all of his/her medical records from one place. Doctors will be able to look up allergy records from you records and prescribe correct medication. Heath monitoring gadgets will be able to directly plug into your record via the Google Health APIs and provide input. Blood pressure monitors for example. The goal is to provide the user with the ability to manage his heath more efficiently, prevention is better then cure. Currently, the service is only available in the US, global support is planned for the future.</p>
<p>However there is already a player out there providing a similar service if not better. <a href="http://www.123genes.com">123genes</a>.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/05/123genes.png" alt=""  />
</p>
<p>The major difference is the family tree feature which enables users to map out their whole family and attach medical conditions for each person on the tree. This enables the service to provide advice on diet, preventive medication and life style changes based on the family&rsquo;s health record.</p>
<p>123genes is actually based out of Cyber Jaya Malaysia. It&rsquo;s always good to see innovative services like this coming out of my home country.</p>
<p>I was fortunate enough to be offered an opportunity to work with them but I had to turn them down due to unforeseen personal reasons.</p>
<p>[3]: /wp-content/uploads/2008/05/123genes.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 Release Candidate 1</title>
      <link>https://thedaneshproject.com/posts/firefox-3-release-candidate-1/</link>
      <pubDate>Wed, 21 May 2008 02:00:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-release-candidate-1/</guid>
      <description>The first release candidate Firefox 3 is out. It&amp;rsquo;s mainly targeted at developers, bug testers and superusers.
Installed it yesterday and only managed to get 3 of my add-ons working but the performance improvement on the other hand was noticeable as promised.
[Take it for a spin.][2]
[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png) [2]: http://www.mozilla.com/en-US/firefox/all-rc.html</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/firefoxlogopi91.png" alt=""  />
</p>
<p>The first release candidate Firefox 3 is out. It&rsquo;s mainly targeted at developers, bug testers and superusers.</p>
<p>Installed it yesterday and only managed to get 3 of my add-ons working but the performance improvement on the other hand was noticeable as promised.</p>
<p>[Take it for a spin.][2]</p>
<p>[1]: /wp-content/uploads/2008/05/firefoxlogopi91.png)
[2]: <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">http://www.mozilla.com/en-US/firefox/all-rc.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook plans to clean up</title>
      <link>https://thedaneshproject.com/posts/facebook-plans-to-clean-up/</link>
      <pubDate>Tue, 20 May 2008 06:29:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-plans-to-clean-up/</guid>
      <description>My Facebook page has become one giant ball of information. Cluttered and confusing with the increasing amount for new applications being shared and circulated. I&amp;rsquo;m quite sure I&amp;rsquo;m not alone on this.
Facebook has announced a makeover which is panned for roll out next month. The roll out will happen in stages. The goal is to un-clutter, simplify and organize the mountains for data being moved around over Facebook everyday amongst users.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/_44668913_facebooknew1_416x3001.jpg" alt=""  />
</p>
<p>My Facebook page has become one giant ball of information. Cluttered and confusing with the increasing amount for new applications being shared and circulated. I&rsquo;m quite sure I&rsquo;m not alone on this.</p>
<p>Facebook has announced a makeover which is panned for roll out next month. The roll out will happen in stages. The goal is to un-clutter, simplify and organize the mountains for data being moved around over Facebook everyday amongst users.</p>
<p>[Get a glimpse of what to expect][2] and if you wish to receive regular updates become a fan of the [Facebook previews product page][3].</p>
<p>Facebook has also made available an integration guide for developers over at it&rsquo;s wiki.</p>
<p>[1]: /wp-content/uploads/2008/05/_44668913_facebooknew1_416x3001.jpg)
[2]: <a href="http://developers.facebook.com/news.php?blog=1&amp;story=107">http://developers.facebook.com/news.php?blog=1&amp;story=107</a>
[3]: <a href="http://www.facebook.com/FacebookPreviews">http://www.facebook.com/FacebookPreviews</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google goes social with Friend Connect</title>
      <link>https://thedaneshproject.com/posts/google-goes-social-with-friend-connect/</link>
      <pubDate>Mon, 19 May 2008 14:23:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-goes-social-with-friend-connect/</guid>
      <description>Google joins the Social Network boom by introducing it&amp;rsquo;s latest work, Google Friend Connect. The basic idea behind the new service is to socialize any website looking to be socialized.
Google Friend Connect provides a platform for website owners to interact with their users through current social networks like Facebook, GTalk, hi5, orkut, Plaxo and the many other social networks available today.
OpenID,Ã‚Â OAuth,Ã‚Â OpenSocial,Ã‚Â Yahoo,Ã‚Â Myspace,Ã‚Â Google,Ã‚Â FacebookÃ‚Â data accessÃ‚Â APIs and many others.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2280/2504751549_fbbf0a5b43.jpg" alt=""  />
</p>
<p>Google joins the Social Network boom by introducing it&rsquo;s latest work, <a href="http://www.google.com/friendconnect/">Google Friend Connect</a>. The basic idea behind the new service is to socialize any website looking to be socialized.</p>
<p>Google Friend Connect provides a platform for website owners to interact with their users through current social networks like Facebook, GTalk, hi5, orkut, Plaxo and the many other social networks available today.</p>
<p>OpenID,Ã‚Â  OAuth,Ã‚Â  OpenSocial,Ã‚Â  Yahoo,Ã‚Â  Myspace,Ã‚Â  Google,Ã‚Â  FacebookÃ‚Â  data accessÃ‚Â  APIs and many others. There are so many social standards today and Google&rsquo;s target to to simplify access to them through Google Friend Connect.</p>
<p>So what&rsquo;s in it for you?</p>
<ol>
<li>Chances are your social network friends willÃ‚Â  be driving new traffic your way.</li>
<li>Connect to more people. Something like what <a href="http://www.mybloglog.com">MyBlogLog</a> and <a href="http://www.blogcatalog.com/">BlogCatalog</a> do.</li>
<li>Low learning curve. You get features in the past companies were willing to pay millions for free and best of you don&rsquo;t need to be super computer savvy to enjoy the features.</li>
</ol>
<p>The service is currently in preview release. If you are interested in taking Google Friend Connect for a spin, <a href="http://www.google.com/friendconnect/">sign up for a preview here</a>.</p>
<p>Source: <a href="http://www.google.com/intl/en/press/annc/20080512_friend_connect.html">Google</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux is like religion</title>
      <link>https://thedaneshproject.com/posts/linux-is-like-religion/</link>
      <pubDate>Mon, 19 May 2008 02:10:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-is-like-religion/</guid>
      <description>Linux to me is like religion. Even though I am not religious but I feel that Linux in some way is like religion. It&amp;rsquo;s free, goes by many different names, it&amp;rsquo;s changes over time to suit needs but ultimately it&amp;rsquo;s personal.
There will never be one &amp;ldquo;ultimate distribution&amp;rdquo;. It will always be a personal choice for the end user.
I love openSUSE, my hardcore Linux friends love Debian and BSD.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/linuxolution1-500x191.png" alt=""  />
</p>
<p>Linux to me is like religion. Even though I am not religious but I feel that Linux in some way is like religion. It&rsquo;s free, goes by many different names, it&rsquo;s changes over time to suit needs but ultimately it&rsquo;s personal.</p>
<p>There will never be one &ldquo;ultimate distribution&rdquo;. It will always be a personal choice for the end user.</p>
<p>I love openSUSE, my hardcore Linux friends love Debian and BSD. Many others love Fedora but then a few prefer Ubuntu. It&rsquo;s individual.</p>
<p>Source: [Zoitz][2]</p>
<p>[1]: /wp-content/uploads/2008/05/linuxolution1.png)
[2]: <a href="http://www.zoitz.com/archives/35">http://www.zoitz.com/archives/35</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Disable Nuffnang Polls</title>
      <link>https://thedaneshproject.com/posts/disable-nuffnang-polls/</link>
      <pubDate>Sun, 18 May 2008 03:46:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/disable-nuffnang-polls/</guid>
      <description>Nuffnang recently launched it&amp;rsquo;s smart poll feature which enabled polls to be shown together with your campaign ads. Since it&amp;rsquo;s launch I&amp;rsquo;ve only seen one poll across all blogs and sites running Nuffnang ads.
It&amp;rsquo;s a cool idea to run polls but till the poll questions increase I&amp;rsquo;d rather have the polls feature turned off since it&amp;rsquo;s taking up too much real estate.
If you&amp;rsquo;re in the same boat with then the screen shots below might help.</description>
      <content:encoded><![CDATA[<p>Nuffnang recently launched it&rsquo;s <a href="http://www.nuffnang.com.my/blog/2008/04/23/nuffnang-launches-poll/">smart poll</a> feature which enabled polls to be shown together with your campaign ads. Since it&rsquo;s launch I&rsquo;ve only seen one poll across all blogs and sites running Nuffnang ads.</p>
<p>It&rsquo;s a cool idea to run polls but till the poll questions increase I&rsquo;d rather have the polls feature turned off since it&rsquo;s taking up too much real estate.</p>
<p>If you&rsquo;re in the same boat with then the screen shots below might help. A simple walk through to turn off the polls feature.</p>
<ol>
<li>On the main main click the green &ldquo;More&rdquo; link.</li>
</ol>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3172/2500246689_d827ce1be8.jpg" alt=""  />
</p>
<ol start="2">
<li>Now click on the green &ldquo;Blog Manager&rdquo; link.</li>
</ol>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2222/2501076136_b1371d55aa.jpg" alt=""  />
</p>
<ol start="3">
<li>Select &ldquo;No&rdquo; from the POLLS drop down menu.</li>
</ol>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3050/2500246879_0374ccd836.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fedora 9 “Sulphur” Screenshots</title>
      <link>https://thedaneshproject.com/posts/fedora-9-sulphur-screenshots/</link>
      <pubDate>Sat, 17 May 2008 03:37:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fedora-9-sulphur-screenshots/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/05/fedora_installation1.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Here are some screen shots to support my previous post about [Fedora 9 &amp;ldquo;Sulphur&amp;rdquo;][2].&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;GNUMAN.org&lt;/li&gt;
&lt;li&gt;[The Coding Studio][3]&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/fedora_installation1.png" alt=""  />
</p>
<p>Here are some screen shots to support my previous post about [Fedora 9 &ldquo;Sulphur&rdquo;][2].</p>
<ol>
<li>GNUMAN.org</li>
<li>[The Coding Studio][3]</li>
</ol>
<p>Also, here&rsquo;s a feature overview video I found on YouTube.</p>
<p>[youtube]http://www.youtube.com/watch?v=W704XrDHxoQ[/youtube]</p>
<p>[1]: /wp-content/uploads/2008/05/fedora_installation1.png)
[2]: /posts/fedora-9-sulphur-released/
[3]: <a href="http://www.thecodingstudio.com/opensource/linux/screenshots/index.php?linux_distribution_sm=Fedora%209">http://www.thecodingstudio.com/opensource/linux/screenshots/index.php?linux_distribution_sm=Fedora%209</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Fedora 9 “Sulphur” released</title>
      <link>https://thedaneshproject.com/posts/fedora-9-sulphur-released/</link>
      <pubDate>Fri, 16 May 2008 16:58:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fedora-9-sulphur-released/</guid>
      <description>Good news to all [Fedora][2] fans. Fedora 9 codenamed &amp;ldquo;[Sulphur][3]&amp;rdquo; is out.
The new release comes with quite a few new features. To start off. Fedora 9 runs on the latest 2.6.25 kernel. There&amp;rsquo;s a new package management system included called &amp;ldquo;Packgeit&amp;rdquo; which uses Yum for it&amp;rsquo;s backend. Gnome Desktop 2.22 and KDE 4.03 are the desktop managers to choose from. Firefox 3 Beta 5 is the browser of choice this time and to top it all the new opensource version of Java &amp;ldquo;OpenJDK&amp;rdquo; is part of the new features.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/f9launch1-500x166.png" alt=""  />
</p>
<p>Good news to all [Fedora][2] fans. Fedora 9 codenamed &ldquo;[Sulphur][3]&rdquo; is out.</p>
<p>The new release comes with quite a few new features. To start off. Fedora 9 runs on the latest 2.6.25 kernel. There&rsquo;s a new package management system included called &ldquo;Packgeit&rdquo; which uses Yum for it&rsquo;s backend. Gnome Desktop 2.22 and KDE 4.03 are the desktop managers to choose from. Firefox 3 Beta 5 is the browser of choice this time and to top it all the new opensource version of Java &ldquo;OpenJDK&rdquo; is part of the new features. [See the full summary here.][4]</p>
<p>Feel like taking the new Fedora 9 &ldquo;Sulphur&rdquo; for a spin? Well, you could grab the install DVD/CDs iso files via bittorrent or direct download. The other alternative would be to download the Gnome Live DVD or the KDE live DVD. [Go to the download page.][5]</p>
<p>Source: [Fedora Project][6]</p>
<p>[1]: /wp-content/uploads/2008/05/f9launch1.png)
[2]: <a href="http://fedoraproject.org/wiki/Overview">http://fedoraproject.org/wiki/Overview</a>
[3]: <a href="http://fedoraproject.org/wiki/Releases/Names">http://fedoraproject.org/wiki/Releases/Names</a>
[4]: <a href="http://fedoraproject.org/wiki/Releases/9/ReleaseSummary">http://fedoraproject.org/wiki/Releases/9/ReleaseSummary</a>
[5]: <a href="http://fedoraproject.org/en/get-fedora">http://fedoraproject.org/en/get-fedora</a>
[6]: <a href="http://fedoraproject.org/en/index">http://fedoraproject.org/en/index</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My Streamyx is screwed again</title>
      <link>https://thedaneshproject.com/posts/my-streamyx-is-screwed-again/</link>
      <pubDate>Wed, 14 May 2008 16:57:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-streamyx-is-screwed-again/</guid>
      <description>My Streamyx is screwed again. Actually it&amp;rsquo;s been like that for a month now. The speed is nominal in the mornings but after 8pm the speed drops to 1/4 the normal. My last bandwidth test came up with 104.4 Kbits/download and 290Kbits/upload. Looks like someone&amp;rsquo;s overselling bandwidth again, you think so? Or could it be a simple port overload?
I reported the case last week and was assigned a case and an engineer.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/07/streamyx.gif" alt="Streamyx"  title="streamyx.gif"  />
</p>
<p>My <a href="http://www.streamyx.com.my/">Streamyx</a> is screwed again. Actually it&rsquo;s been like that for a month now. The speed is nominal in the mornings but after 8pm the speed drops to 1/4 the normal. My last bandwidth test came up with 104.4 Kbits/download and 290Kbits/upload. Looks like someone&rsquo;s overselling bandwidth again, you think so? Or could it be a simple port overload?</p>
<p>I reported the case last week and was assigned a case and an engineer. They call me up 1 day later to verify. I said no one showed up, they gave me a number to call. I called and was informed that the engineer should have already attended to me. Further investigation revealed that the engineer never showed up, he excuse was &ldquo;there were too many students around the exchange box for me to work on it&rdquo;, literally. That was it, I never heard back.</p>
<p>Today, couple of days later I called Streamyx again. To my surprise the agent said my case was resolved and closed. I said &ldquo;NO, it&rsquo;s still da same&rdquo;. We went on again with the normal chat till she finally logged a new case and assigned a new engineer to the case. Also, I was advice to email some screen shots.</p>
<p>See for yourself,</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/05/1-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/2-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/3-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/4-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/5-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/6-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/7-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/8-150x150.png" alt=""  />

<img loading="lazy" src="/wp-content/uploads/2008/05/9-150x150.png" alt=""  />
</p>
<p>My mail to streamyx,</p>
<blockquote>
<p>case#133####34#<br>
login# !@#@3<br>
contact: 01@-!@#$#%#@</p>
<p>Please look into my issue. Th speed is normal in the mornings but every night the speed drops to a pathetic rate. I&rsquo;ve included screen shots for your reference. It looks like a load issues, are your junctions overloaded? Please tell me no&hellip;..</p>
<p>The engineer assigned to my initial case never showed up but closed my case. Is this how you support your paying clients? I know I have not other provider to turn to but please don&rsquo;t take advantage of your privilege.</p>
<p>The girl I spoke to earlier was really nice and assisted me well. I hope I will get the same support from your team.</p>
<p>I was also looking to upgrade my line to 4Mbps but they told me &ldquo;port full&rdquo; haa haa, I live in the city and there are no ports?</p>
<p>Anyways please fix my issue, I appreciate your quick response.</p>
</blockquote>
<p>I just want my promised bandwidth. I am a paying customer, is this too much to ask?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Clearing out your tray</title>
      <link>https://thedaneshproject.com/posts/clearing-out-your-tray/</link>
      <pubDate>Wed, 14 May 2008 06:37:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/clearing-out-your-tray/</guid>
      <description>This the third time this week.
I love McDonald burgers, explains the few pounds I&amp;rsquo;ve gained but that&amp;rsquo;s besides the point. I&amp;rsquo;ve been going there for lunch for the past 3 days. I&amp;rsquo;m attending an Oracle training and McD&amp;rsquo;s the closest fast food joint available.
I have a habit of clearing out my trayÃ‚Â into the designated bins after my meals. But somehow I tend to receive weird looks and the ocasional laugh from the patrons there.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/mcdonalds_logo1.jpg" alt=""  />
</p>
<p>This the third time this week.</p>
<p>I love McDonald burgers, explains the few pounds I&rsquo;ve gained but that&rsquo;s besides the point. I&rsquo;ve been going there for lunch for the past 3 days. I&rsquo;m attending an Oracle training and McD&rsquo;s the closest fast food joint available.</p>
<p>I have a habit of clearing out my trayÃ‚Â into the designated bins after my meals. But somehow I tend to receive weird looks and the ocasional laugh from the patrons there. What&rsquo;s so funny?</p>
<p>Wait, I get it!! &ldquo;I pay money, why must I do it myself?&rdquo; Well my friend,Ã‚Â sure mcDonald&rsquo;s staff will clear your leftover traysÃ‚Â for you butÃ‚Â my question is, do you really understand the meaning of fast food?</p>
<p>You order, your eat, you clear and then you leave making way for the next patron in line. That&rsquo;s what comes to my mind. Fast isn&rsquo;t it?</p>
<p>The staff are not there just to clean up after you but instaed assist you. If you messed the table with sauce they wipe it for you, if you spilled your drink they clean it up for you and now you expect them to clean up your trays too? It&rsquo;s fast food, you should make way for other patrons to come and enjoy their fast meal.</p>
<p>I&rsquo;m sorry if I ofended anyone but this is how I feel, it&rsquo;s anoying to see how ignorent we can become just by saying &ldquo;I paid&rdquo;</p>
<p>It&rsquo;s such a simple act, surely we can do it right? We life in a siviliced world so stop laughing cause the jokes on you!!</p>
<p>[1]: /wp-content/uploads/2008/05/mcdonalds_logo1.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Torrents: Skate Videos</title>
      <link>https://thedaneshproject.com/posts/torrents-skate-videos/</link>
      <pubDate>Mon, 12 May 2008 12:49:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/torrents-skate-videos/</guid>
      <description>![](/wp-content/uploads/2008/05/15-1cover3dsmall.gif&amp;quot; alt=&amp;quot; 411VM Skateboarding Volume15 Issue1 2007&amp;quot; width=&amp;ldquo;159&amp;rdquo; height=&amp;ldquo;280&amp;rdquo; /&amp;gt;][2]
I torrent quite abit and I know you do too. Thought it would be cool to share some of the torrents I find interesting with you.
Back in school I was part of a skate crew, this was back in Cameron Highlands. Best time of my life.
If I remember right, I went through 5 decks. Powell, Mapel, Shortys and World Industries, Blind tires, Panther bearings andÃ‚Â not to forget, my DC, ES, Emerica and Globe shoes.</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2008/05/15-1cover3dsmall.gif&quot; alt=&quot; 411VM Skateboarding Volume15 Issue1 2007&quot; width=&ldquo;159&rdquo; height=&ldquo;280&rdquo; /&gt;][2]</p>
<p>I torrent quite abit and I know you do too. Thought it would be cool to share some of the torrents I find interesting with you.</p>
<p>Back in school I was part of a skate crew, this was back in Cameron Highlands. Best time of my life.</p>
<p>If I remember right, I went through 5 decks. Powell, Mapel, Shortys and World Industries, Blind tires, Panther bearings andÃ‚Â  not to forget, my DC, ES, Emerica and Globe shoes.</p>
<p>Good old days, it&rsquo;s been a couple of years and I&rsquo;ve put on a few pounds. I was fit, light, fast and full of energy. Wish I could turn back time, haa haa&hellip;.</p>
<p>Anyways, here&rsquo;s 2 skate videos I found interesting. [Antiz the Z Movie][3] andÃ‚Â  [411VM Skateboarding Volume15 Issue1][4].</p>
<p>Hope you enjoy them.</p>
<p>[1]: /wp-content/uploads/2008/05/158055w1.jpg)
[2]: /wp-content/uploads/2008/05/15-1cover3dsmall.gif
[3]: <a href="http://www.rlslog.net/antiz-the-z-movie-2007-dvdrip-xvid-haco/">http://www.rlslog.net/antiz-the-z-movie-2007-dvdrip-xvid-haco/</a>
[4]: <a href="http://www.rlslog.net/411vm-skateboarding-volume15-issue1-2007-dvdrip-xvid-haco/#comment-324694">http://www.rlslog.net/411vm-skateboarding-volume15-issue1-2007-dvdrip-xvid-haco/#comment-324694</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>advertlets offline</title>
      <link>https://thedaneshproject.com/posts/advertlets-offline/</link>
      <pubDate>Sun, 11 May 2008 16:27:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/advertlets-offline/</guid>
      <description>advertlets seems to be offline, their ads are ok but [advertlets.com][2] is down. Looks like a DB issue.
Update: Advertlets is back online. The downtime was for [scheduled maintenance][3] work.
[1]: /wp-content/uploads/2008/05/advertlets-offline.png) [2]: http://www.advertlets.com/ [3]: http://www.advertlets.com/weblog/2008/05/10/scheduled-maintenance-this-sunday-pending-cashouts/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/advertlets-offline-500x303.png" alt=""  />
</p>
<p>advertlets seems to be offline, their ads are ok but [advertlets.com][2] is down. Looks like a DB issue.</p>
<p>Update: Advertlets is back online. The downtime was for [scheduled maintenance][3] work.</p>
<p>[1]: /wp-content/uploads/2008/05/advertlets-offline.png)
[2]: <a href="http://www.advertlets.com/">http://www.advertlets.com/</a>
[3]: <a href="http://www.advertlets.com/weblog/2008/05/10/scheduled-maintenance-this-sunday-pending-cashouts/">http://www.advertlets.com/weblog/2008/05/10/scheduled-maintenance-this-sunday-pending-cashouts/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>OpenOffice.org 3 beta released</title>
      <link>https://thedaneshproject.com/posts/openoffice.org-3-beta-released/</link>
      <pubDate>Fri, 09 May 2008 19:23:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/openoffice.org-3-beta-released/</guid>
      <description>OpenOffice.org 3 Beta is out. The Beta is available to all those who wish to test, evaluate and report bugs about the next major release scheduled to be released in September.
The new release is packed with tones of new improvements. [See the full feature list][2].
New &amp;ldquo;Start Centre&amp;rdquo;. New icons. Zoom capabilities. Improved spreadsheet features. Columns now increased from 256 to 1024. Support for ODF 1.2. Support for Office 2007, 2008 document files.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/2479059430_1c3f051c161.jpg" alt=""  />
</p>
<p>OpenOffice.org 3 Beta is out. The Beta is available to all those who wish to test, evaluate and report bugs about the next major release scheduled to be released in September.</p>
<p>The new release is packed with tones of new improvements. [See the full feature list][2].</p>
<ol>
<li>New &ldquo;Start Centre&rdquo;.</li>
<li>New icons.</li>
<li>Zoom capabilities.</li>
<li>Improved spreadsheet features. Columns now increased from 256 to 1024.</li>
<li>Support for ODF 1.2.</li>
<li>Support for Office 2007, 2008 document files.</li>
</ol>
<p>OpenOffice.org 3 Beta is currently available for MS-Windows, GNU/Linux, Mac OS X and OpenSolaris. Head on over to the download page to grab your copy.</p>
<p>Source: [OpenOffice.org][3]</p>
<p>[1]: /wp-content/uploads/2008/05/2479059430_1c3f051c161.jpg)
[2]: <a href="http://marketing.openoffice.org/3.0/featurelistbeta.html">http://marketing.openoffice.org/3.0/featurelistbeta.html</a>
[3]: <a href="http://www.openoffice.org/">http://www.openoffice.org/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Office snapshots</title>
      <link>https://thedaneshproject.com/posts/office-snapshots/</link>
      <pubDate>Fri, 09 May 2008 02:00:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/office-snapshots/</guid>
      <description>That&amp;rsquo;s the famous Googleplex. A place many dream to work at.
But why? Is it their brilliant ideas or os it the alternative office workspace that Google practices? Either way I would love to work for them someday.
Today, Google is not longer the pioneer in alternative office workspaces, familiar companies like Facebook, Flickr, Mozilla, LinkedIn and many others are coming up with impressive office workspaces too to bring out the best in their employees.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/gp5-500x357.jpg" alt=""  />
</p>
<p>That&rsquo;s the famous Googleplex. A place many dream to work at.</p>
<p>But why? Is it their brilliant ideas or os it the alternative office workspace that Google practices? Either way I would love to work for them someday.</p>
<p>Today, Google is not longer the pioneer in alternative office workspaces, familiar companies like Facebook, Flickr, Mozilla, LinkedIn and many others are coming up with impressive office workspaces too to bring out the best in their employees.</p>
<p>If you need a glimpse of what these offices look like, [Office Snapshots][2] has an impressive collection of snapshots of workspaces</p>
<p>Trust me, after looking at them. What we have in Malaysia feels like a factory. Seriously.</p>
<p>[1]: /wp-content/uploads/2008/05/gp5.jpg)
[2]: <a href="http://www.officesnapshots.com">http://www.officesnapshots.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Skribit , content suggestion for blogs</title>
      <link>https://thedaneshproject.com/posts/skribit-content-suggestion-for-blogs/</link>
      <pubDate>Thu, 08 May 2008 02:10:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skribit-content-suggestion-for-blogs/</guid>
      <description>Hi, writer&amp;rsquo;s block is something very common amongst busy bloggers nowadays. Most often this is the case with part time bloggers who have to juggle between their full time jobs and their love for blogging . I&amp;rsquo;ve been stuck with work lately and it&amp;rsquo;s draining all my creative juices. Ideas don&amp;rsquo;t seem to flow in easily anymore.
I need your help, there&amp;rsquo;s a new tool in town. [Skribit][2], I&amp;rsquo;ve added the widget.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/skribit_logo_small.png" alt=""  />
</p>
<p>Hi, writer&rsquo;s block is something very common amongst busy bloggers nowadays. Most often this is the case with part time bloggers who have to juggle between their full time jobs and their love for blogging . I&rsquo;ve been stuck with work lately and it&rsquo;s draining all my creative juices. Ideas don&rsquo;t seem to flow in easily anymore.</p>
<p>I need your help, there&rsquo;s a new tool in town. [Skribit][2], I&rsquo;ve added the widget. Skribit&rsquo;s basically a Web 2.0 suggestion engine for blogs. Readers get to submit ideas for posts they would want to read and I the blog owner get&rsquo;s to overcome my writer&rsquo;s block syndrome.</p>
<p>[Give it a spin][2]. Remember to do drop me an idea or 2 on topics you would like me to post about.</p>
<p>[1]: /wp-content/uploads/2008/05/skribit_logo_small.png)
[2]: <a href="http://skribit.com">http://skribit.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Moving shared hosting account to new server</title>
      <link>https://thedaneshproject.com/posts/moving-shared-hosting-account-to-new-server/</link>
      <pubDate>Wed, 07 May 2008 13:32:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/moving-shared-hosting-account-to-new-server/</guid>
      <description>Shinjiru will be moving my shared hosting account to a new server tomorrow. The move is scheduled for 9pm (GMT +8) 8th May 2008.
Since my DNS records will also need to be updated, The Danesh Project will be down till the updated DNS entries propagate to all DNS servers on the net. This will take up to 72 hours.
[1]: /wp-content/uploads/2008/05/shinjiru-logo.jpg)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/shinjiru-logo.jpg" alt=""  />
</p>
<p>Shinjiru will be moving my shared hosting account to a new server tomorrow. The move is scheduled for 9pm (GMT +8) 8th May 2008.</p>
<p>Since my DNS records will also need to be updated, The Danesh Project will be down till the updated DNS entries propagate to all DNS servers on the net. This will take up to 72 hours.</p>
<p>[1]: /wp-content/uploads/2008/05/shinjiru-logo.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Web Hosting in Malaysia</title>
      <link>https://thedaneshproject.com/posts/web-hosting-in-malaysia/</link>
      <pubDate>Wed, 07 May 2008 02:00:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/web-hosting-in-malaysia/</guid>
      <description>I posted [Malaysian Web Hosting][2] some time back. Since then a few new entries came in so I thought it might make sense to republish them for you.
[webserver.com.my][3] [mercumaya.net][4] [mesrahosting.net][5] [emerge web hosting][6] [ipserverone][7] [Exabytes][8] [Shinjiru.com.my][9] [NewMedia Express][10] (Singapore) [Server Freak hosting solutions][11] [yeahhost][12] [WebHost2U][13] [DataKL][14] CYNET Studio The Gigabit [MalaysiaHost][15] [EasyNet][16] [HileyTech][17] [MalaysiaHoster][18] [CleverInternet][19] [GizTech][20] [MalaysiaHosting2U][21] [Eternal Solutions][22] [Senihost][23] [Interunix][24] [1]: /wp-content/uploads/2008/05/malaysia_button1.jpg) [2]: /posts/malaysian-web-hosting/ [3]: http://www.webserver.com.my/ [4]: http://mercumaya.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/malaysia_button1.jpg" alt=""  />
</p>
<p>I posted [Malaysian Web Hosting][2] some time back. Since then a few new entries came in so I thought it might make sense to republish them for you.</p>
<ol>
<li>[webserver.com.my][3]</li>
<li>[mercumaya.net][4]</li>
<li>[mesrahosting.net][5]</li>
<li>[emerge web hosting][6]</li>
<li>[ipserverone][7]</li>
<li>[Exabytes][8]</li>
<li>[Shinjiru.com.my][9]</li>
<li>[NewMedia Express][10] (Singapore)</li>
<li>[Server Freak hosting solutions][11]</li>
<li>[yeahhost][12]</li>
<li>[WebHost2U][13]</li>
<li>[DataKL][14]</li>
<li>CYNET Studio</li>
<li>The Gigabit</li>
<li>[MalaysiaHost][15]</li>
<li>[EasyNet][16]</li>
<li>[HileyTech][17]</li>
<li>[MalaysiaHoster][18]</li>
<li>[CleverInternet][19]</li>
<li>[GizTech][20]</li>
<li>[MalaysiaHosting2U][21]</li>
<li>[Eternal Solutions][22]</li>
<li>[Senihost][23]</li>
<li>[Interunix][24]</li>
</ol>
<p>[1]: /wp-content/uploads/2008/05/malaysia_button1.jpg)
[2]: /posts/malaysian-web-hosting/
[3]: <a href="http://www.webserver.com.my/">http://www.webserver.com.my/</a>
[4]: <a href="http://mercumaya.net/">http://mercumaya.net/</a>
[5]: <a href="http://www.mesrahosting.net/">http://www.mesrahosting.net/</a>
[6]: <a href="http://www.webhosting.com.my/">http://www.webhosting.com.my/</a>
[7]: <a href="http://ipserverone.com/">http://ipserverone.com/</a>
[8]: <a href="http://www.exabytes.com.my/">http://www.exabytes.com.my/</a>
[9]: <a href="http://www.shinjiru.com.my">http://www.shinjiru.com.my</a>
[10]: <a href="http://www.newmediaexpress.com/">http://www.newmediaexpress.com/</a>
[11]: <a href="http://www.sf.com.my/index.html">http://www.sf.com.my/index.html</a>
[12]: <a href="http://www.yeahhost.com.my/">http://www.yeahhost.com.my/</a>
[13]: <a href="http://webhost2u.com.my/">http://webhost2u.com.my/</a>
[14]: <a href="http://www.datakl.com/index.php">http://www.datakl.com/index.php</a>
[15]: <a href="http://www.malaysiahost.com/">http://www.malaysiahost.com/</a>
[16]: <a href="http://www.easynet-interactive.com/">http://www.easynet-interactive.com/</a>
[17]: <a href="http://www.hileytech.com/">http://www.hileytech.com/</a>
[18]: <a href="http://www.malaysiahoster.com">http://www.malaysiahoster.com</a>
[19]: <a href="http://www.cleverinternet.com.my">http://www.cleverinternet.com.my</a>
[20]: <a href="http://giztech.com.my/">http://giztech.com.my/</a>
[21]: <a href="http://www.malaysiahosting2u.com/">http://www.malaysiahosting2u.com/</a>
[22]: <a href="http://www.eternalsolutions.com/">http://www.eternalsolutions.com/</a>
[23]: <a href="http://www.senihost.com/">http://www.senihost.com/</a>
[24]: <a href="http://www.interunix.net/">http://www.interunix.net/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to limit ssh access to specific users or groups</title>
      <link>https://thedaneshproject.com/posts/how-to-limit-ssh-access-to-specific-users-or-groups/</link>
      <pubDate>Tue, 06 May 2008 02:00:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-limit-ssh-access-to-specific-users-or-groups/</guid>
      <description>Its sometimes necessary to limit who has access to a server via SSH. Most Linux security hardening checklist today require this to be enforced.
Fortunately this can be easily done with openSSH. Just edit the /etc/ssh/sshd_config file and add the desired directives shown below. You don&amp;rsquo;t need them all, just use what suits you needs.
openSSH provides 4 directives, AllowUsers, AllowGroups, DenyUsers and DenyGroups
AllowUsers buddy john doe
Only users buddy, john and doe will be able to log in via ssh.</description>
      <content:encoded><![CDATA[<p>Its sometimes necessary to limit who has access to a server via SSH. Most Linux security hardening checklist today require this to be enforced.</p>
<p>Fortunately this can be easily done with openSSH. Just edit the /etc/ssh/sshd_config file and add the desired directives shown below. You don&rsquo;t need them all, just use what suits you needs.</p>
<p>openSSH provides 4 directives, AllowUsers, AllowGroups, DenyUsers and DenyGroups</p>
<p><code>AllowUsers buddy john doe</code><br>
Only users <em>buddy</em>, <em>john</em> and <em>doe</em> will be able to log in via ssh.</p>
<p><code>AllowGroups sysadmin bkpadmin</code><br>
Only users within groups <em>sysadmin</em> and <em>bkpadmin</em> will be able to log in via ssh.</p>
<p><code>DenyUsers rambo tina</code><br>
This is the opposite of AllowUsers. All users except for <em>rambo</em> and <em>tina</em> will be able to log in via ssh.</p>
<p><code>DenyGroups hr payroll</code><br>
This is the opposite of AllowGroups. All groups except for <em>hr</em> and <em>payroll</em> will be able to log in via ssh.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to find recently installed RPMs</title>
      <link>https://thedaneshproject.com/posts/how-to-find-recently-installed-rpms/</link>
      <pubDate>Mon, 05 May 2008 03:03:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-recently-installed-rpms/</guid>
      <description>rpm -qa --last will return all installed rpm packages with their installed time. The last installed packages will be at the top of the list.
rpm -qa --last | less is will return all installed packages with their install date. Less allows you to scroll through the results.
rpm -qa --last | tail -n [lines] will return the last 5 packages. Replace [line] with any number you want, in my case 5 for file lines.</description>
      <content:encoded><![CDATA[<p><code>rpm -qa --last</code> will return all installed rpm packages with their installed time. The last installed packages will be at the top of the list.</p>
<p><code>rpm -qa --last | less</code> is will return all installed packages with their install date. Less allows you to scroll through the results.</p>
<p><code>rpm -qa --last | tail -n [lines]</code> will return the last 5 packages. Replace [line] with any number you want, in my case 5 for file lines.</p>
<p><code>[root@bambee root]# rpm -qa --last | tail -n 5&lt;br /&gt; termcap-11.0.1-17.1                           Tue 09 May 2006 03:02:53 PM MYT&lt;br /&gt; setup-2.5.27-1                                Tue 09 May 2006 03:02:52 PM MYT&lt;br /&gt; filesystem-2.2.1-3                            Tue 09 May 2006 03:02:52 PM MYT&lt;br /&gt; basesystem-8.0-2                              Tue 09 May 2006 03:02:52 PM MYT&lt;br /&gt; redhat-logos-1.1.14.3-1                       Tue 09 May 2006 03:02:51 PM MYT</code></p>
<p><code>rpm -qa --last | grep [package name]</code> will return the install date for a specific RPM package. In my case the apache web server [httpd]</p>
<p><code>[root@jumbo root]# rpm -qa --last | grep httpd&lt;br /&gt; redhat-config-httpd-1.1.0-4.30.2              Sat 29 Mar 2008 09:03:40 PM MYT&lt;br /&gt; httpd-2.0.46-70.ent                           Sat 29 Mar 2008 08:58:19 PM MYT</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Cheap hosting at Shinjiru</title>
      <link>https://thedaneshproject.com/posts/cheap-hosting-at-shinjiru/</link>
      <pubDate>Fri, 02 May 2008 13:21:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cheap-hosting-at-shinjiru/</guid>
      <description>[Shinjiru][2] is where I&amp;rsquo;m hosted. The guys are giving away 500 shared hosting packages at only RM 9.90 . That&amp;rsquo;s a 90% price cut on the original RM 99 proce tag. The package comes with 50GB of storage and 5GB /month bandwidth allocation.
However there is a catch, the promotion is only open to those currently hosted with Shinjiru and is limited to 3 purchases per user. But don&amp;rsquo;t worry, registered member are allowed to purchase the packages for their friends and family.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/05/webhosting990_intl1.jpg" alt=""  />
</p>
<p>[Shinjiru][2] is where I&rsquo;m hosted. The guys are giving away 500 shared hosting packages at only RM 9.90 . That&rsquo;s a 90% price cut on the original RM 99 proce tag. The package comes with 50GB of storage and 5GB /month bandwidth allocation.</p>
<p>However there is a catch, the promotion is only open to those currently hosted with Shinjiru and is limited to 3 purchases per user. But don&rsquo;t worry, registered member are allowed to purchase the packages for their friends and family.</p>
<p>If you are interested just drop me a line. I&rsquo;ll see if I can help.</p>
<p>[1]: /wp-content/uploads/2008/05/webhosting990_intl1.jpg)
[2]: <a href="http://www.shinjiru.com.my/promo/990hosting.htm">http://www.shinjiru.com.my/promo/990hosting.htm</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>support.microsoft.com not working behind Squid</title>
      <link>https://thedaneshproject.com/posts/support.microsoft.com-not-working-behind-squid/</link>
      <pubDate>Fri, 25 Apr 2008 23:34:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/support.microsoft.com-not-working-behind-squid/</guid>
      <description>Can you access support.microsoft.com? Chances are you can&amp;rsquo;t if you&amp;rsquo;re behind a squid proxy.
Here&amp;rsquo;s the fix/workaround,
Add the lines below into your squid.conf file. should be in /etc/squid/squid.conf. Restart squid and you should be good to go.
#&amp;gt; vi /etc/squid/squid.conf
add lines into /etc/squid.conf
# Fix support.microsoft.com by removing Accept-Encoding header
acl support.microsoft.com dstdomain support.microsoft.com
header_access Accept-Encoding deny support.microsoft.com
#&amp;gt; service squid restart
The other way is to remove the tick from &amp;ldquo;Use HTTP1.</description>
      <content:encoded><![CDATA[<p>Can you access support.microsoft.com? Chances are you can&rsquo;t if you&rsquo;re behind a squid proxy.</p>
<p>Here&rsquo;s the fix/workaround,</p>
<p>Add the lines below into your squid.conf file. should be in /etc/squid/squid.conf. Restart squid and you should be good to go.</p>
<p>#&gt; vi /etc/squid/squid.conf</p>
<p>add lines into /etc/squid.conf<br>
# Fix support.microsoft.com by removing Accept-Encoding header<br>
acl support.microsoft.com dstdomain support.microsoft.com<br>
header_access Accept-Encoding deny support.microsoft.com</p>
<p>#&gt; service squid restart</p>
<p>The other way is to remove the tick from &ldquo;Use HTTP1.1 through proxy connections&rdquo; in IE&rsquo;s Advanced internet options tab. Beware that this might break other sites.</p>
<p>Source: <a href="http://forums.whirlpool.net.au/forum-replies-archive.cfm/959960.html">Whirlpool.net.au</a></p>
<p>Update:</p>
<p>Newer versions of squid need a different approach as demonstrated by Dave over at <a href="http://davehope.co.uk/Blog/microsoft-break-supportmicrosoftcom-for-squid-users/#comment-582">davehope.co.uk</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to restart snmpd service on AIX</title>
      <link>https://thedaneshproject.com/posts/how-to-restart-snmpd-service-on-aix/</link>
      <pubDate>Fri, 25 Apr 2008 07:35:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-restart-snmpd-service-on-aix/</guid>
      <description>This is how you would restart the snmpd service on AIX.
oslevel is used to return the current OS level. stopsrc -s [service] to stop and startsrc -s [service] to start a service.
[root@kakuna]:/# oslevel&amp;lt;br /&amp;gt; 4.3.3.0&amp;lt;br /&amp;gt; [root@kakuna]:/# stopsrc -s snmpd&amp;lt;br /&amp;gt; 0513-044 The snmpd Subsystem was requested to stop.&amp;lt;br /&amp;gt; [root@kakuna]:/# stopsrc -s snmpd&amp;lt;br /&amp;gt; 0513-004 The Subsystem or Group, snmpd, is currently inoperative.&amp;lt;br /&amp;gt; [root@kakuna]:/# startsrc -s snmpd&amp;lt;br /&amp;gt; 0513-059 The snmpd Subsystem has been started.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/04/aix_logo1.gif" alt=""  />
</p>
<p>This is how you would restart the snmpd service on AIX.</p>
<p>oslevel is used to return the current OS level. stopsrc -s [service] to stop and startsrc -s [service] to start a service.</p>
<p><code>[root@kakuna]:/# oslevel&lt;br /&gt; 4.3.3.0&lt;br /&gt; [root@kakuna]:/# stopsrc -s snmpd&lt;br /&gt; 0513-044 The snmpd Subsystem was requested to stop.&lt;br /&gt; [root@kakuna]:/# stopsrc -s snmpd&lt;br /&gt; 0513-004 The Subsystem or Group, snmpd, is currently inoperative.&lt;br /&gt; [root@kakuna]:/# startsrc -s snmpd&lt;br /&gt; 0513-059 The snmpd Subsystem has been started. Subsystem PID is 8004.&lt;br /&gt; [root@kakuna]:/#</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Earth for Linux</title>
      <link>https://thedaneshproject.com/posts/google-earth-for-linux/</link>
      <pubDate>Thu, 24 Apr 2008 03:10:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-earth-for-linux/</guid>
      <description>[youtube]http://www.youtube.com/watch?v=tG7cM5Yvhz4[/youtube]
A spanking new release of Google Earth is out. The latest 4.3 release comes with Photo Realistic 3D modeling for buildings, &amp;ldquo;Swoop navigation&amp;rdquo; for an improved navigation experience, &amp;ldquo;Light and shadow&amp;rdquo; to catch sunrise and sunset from anywhere and finally the popular &amp;ldquo;Street View&amp;rdquo; which was previously a Google Maps only feature.
Now something to excite Linux users, Google Earth is now available for Linux. Not on WINE as but as a native application based on Qt and openGL.</description>
      <content:encoded><![CDATA[<p>[youtube]http://www.youtube.com/watch?v=tG7cM5Yvhz4[/youtube]</p>
<p>A spanking new release of Google Earth is out. The latest 4.3 release comes with Photo Realistic 3D modeling for buildings, &ldquo;Swoop navigation&rdquo; for an improved navigation experience, &ldquo;Light and shadow&rdquo; to catch sunrise and sunset from anywhere and finally the popular &ldquo;Street View&rdquo; which was previously a Google Maps only feature.</p>
<p>Now something to excite Linux users, Google Earth is now available for Linux. Not on WINE as but as a native application based on Qt and openGL. I&rsquo;m yet to try it but for those who have I have heard nothing but good reviews with some minor glitches.</p>
<p>However Google Earth for Linux currently only supports the i386 architecture and seems to only work with 32bit processors.</p>
<p>The embedded video speaks for itself.</p>
<p><a href="http://earth.google.com/download-earth.html">Download the latest Google Earth</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Oracle’s Acquisitions over the years</title>
      <link>https://thedaneshproject.com/posts/oracles-acquisitions-over-the-years/</link>
      <pubDate>Wed, 23 Apr 2008 09:13:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/oracles-acquisitions-over-the-years/</guid>
      <description>Oracle, big boy of the Database world. There&amp;rsquo;s no enterprise in the world today that does not know or use Oracle products in some way.
Their strategy over years has been to acquire their competitors to retain market share. Siebel (CRM), Innobase (InnoDB), PeopleSoft just to name a few.
Oracle has a full page dedicated to it&amp;rsquo;s acquisitions. It&amp;rsquo;s a good readÃ‚Â Go there now.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/04/oralogo_small1.gif" alt=""  />
</p>
<p>Oracle, big boy of the Database world. There&rsquo;s no enterprise in the world today that does not know or use Oracle products in some way.</p>
<p>Their strategy over years has been to acquire their competitors to retain market share. Siebel (CRM), Innobase (InnoDB), PeopleSoft just to name a few.</p>
<p>Oracle has a full page dedicated to it&rsquo;s acquisitions. It&rsquo;s a good readÃ‚Â  Go there now.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to upgrade MySQL 4 to MySQL 5 on CentOS 4</title>
      <link>https://thedaneshproject.com/posts/how-to-upgrade-mysql-4-to-mysql-5-on-centos-4/</link>
      <pubDate>Tue, 22 Apr 2008 07:29:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-upgrade-mysql-4-to-mysql-5-on-centos-4/</guid>
      <description>I was playing a round with new software today which needed MySQL 5. My server&amp;rsquo;s running CentOS 4.6 which ships by default with MySQL 4.
The to upgrade to MySQL 5 from MySQL 4 is easy. There are 2 options you could use.
The first option would require you to remove all MySQL 4 packages by running,
&amp;gt;# yum remove mysql
The seconf option is way simpler.
&amp;gt;# yum --enablerepo=centosplus update mysql</description>
      <content:encoded><![CDATA[<p>I was playing a round with new software today which needed MySQL 5. My server&rsquo;s running CentOS 4.6 which ships by default with MySQL 4.</p>
<p>The to upgrade to MySQL 5 from MySQL 4 is easy. There are 2 options you could use.</p>
<p>The first option would require you to remove all MySQL 4 packages by running,</p>
<p><code>&gt;# yum remove mysql</code></p>
<p>The seconf option is way simpler.</p>
<p><code>&gt;# yum --enablerepo=centosplus update mysql</code></p>
<p>This will download MySQL 5 from the plus repository and replace the installed MySQL 4.</p>
<p>Remeber to backup your DBs before updating.</p>
]]></content:encoded>
    </item>
    <item>
      <title>100 opensource applications</title>
      <link>https://thedaneshproject.com/posts/100-opensource-applications/</link>
      <pubDate>Tue, 22 Apr 2008 00:58:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/100-opensource-applications/</guid>
      <description>Here&amp;rsquo;s a list of 100 popular opensource applications. From audio editing to 3d graphics, there&amp;rsquo;s an application out there for everyone.
The list comes in handy for those new to Linux. Moving to Linux has never been easy for Windows users. The major reason being applications. Hopefully the list will make that transition smoother ans give them a reason not to go back to Windows 🙂
My favorites will always be Linux, MySQL and PHP.</description>
      <content:encoded><![CDATA[<p><a href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/">Here</a>&rsquo;s a list of 100 popular opensource applications. From audio editing to 3d graphics, there&rsquo;s an application out there for everyone.</p>
<p>The list comes in handy for those new to Linux. Moving to Linux has never been easy for Windows users. The major reason being applications. Hopefully the list will make that transition smoother ans give them a reason not to go back to Windows 🙂</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/04/2432112387_6fdaab615a_m1.jpg" alt=""  />
</p>
<p>My favorites will always be Linux, MySQL and PHP.</p>
<p>Source: <a href="https://digital.com/blog/open-source-business/">Top 100 of the Best (Useful) OpenSource Applications</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Freeze For World Earth Day</title>
      <link>https://thedaneshproject.com/posts/freeze-for-world-earth-day/</link>
      <pubDate>Fri, 18 Apr 2008 19:34:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/freeze-for-world-earth-day/</guid>
      <description>&lt;p&gt;The recent &amp;ldquo;KL Freeze In Unison&amp;rdquo; which had over 1000 individuals contribute by freezing themselfs for 5 mins at &amp;ldquo;The Pavilion&amp;rdquo; and &amp;ldquo;Lot 10&amp;rdquo; was a total success.&lt;/p&gt;
&lt;p&gt;Good news, the Freeze is back and it&amp;rsquo;s hitting &amp;ldquo;Sunway Piramid&amp;rdquo; Sunday April 20. This time for the World Earth Day. Hopefully I&amp;rsquo;ll get to join this time.&lt;/p&gt;
&lt;p&gt;Here are the rules;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Synchronise your watches at &lt;a href=&#34;http://24timezones.com/world_directory/current_kuala_lumpur_time.php&#34;&gt;24timezones&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Be at Sunway Pyramid well before 8pm. Go about minding your own business. Most people would be congregated at the concourse or designated main area so spread yourselves out for maximum impact.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sharp at 8pm - FREEZE!!! (Be creative with your poses, youÃ¢â‚¬â„¢ll be viewing them on Youtube for ages to come)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When itÃ¢â‚¬â„¢s time to UN-FREEZE, if you feel like cheering for a Freeze well done by all means go ahead. If you feel like walking away casually as if time did stand still for 5 minutes and consequently puzzle the guy who was staring at you, go ahead. As YOU please.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mingle. Enjoy the rest of your evening. (As earth friendly as possible)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Why Freeze for Earth? We spend more energy then we need. It&amp;rsquo;s time to give back and save for the future. &lt;a href=&#34;http://www.wattzon.org/&#34;&gt;Read More&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>The recent &ldquo;KL Freeze In Unison&rdquo; which had over 1000 individuals contribute by freezing themselfs for 5 mins at &ldquo;The Pavilion&rdquo; and &ldquo;Lot 10&rdquo; was a total success.</p>
<p>Good news, the Freeze is back and it&rsquo;s hitting &ldquo;Sunway Piramid&rdquo; Sunday April 20. This time for the World Earth Day. Hopefully I&rsquo;ll get to join this time.</p>
<p>Here are the rules;</p>
<ol>
<li>
<p>Synchronise your watches at <a href="http://24timezones.com/world_directory/current_kuala_lumpur_time.php">24timezones<br>
</a></p>
</li>
<li>
<p>Be at Sunway Pyramid well before 8pm. Go about minding your own business. Most people would be congregated at the concourse or designated main area so spread yourselves out for maximum impact.</p>
</li>
<li>
<p>Sharp at 8pm - FREEZE!!! (Be creative with your poses, youÃ¢â‚¬â„¢ll be viewing them on Youtube for ages to come)</p>
</li>
<li>
<p>When itÃ¢â‚¬â„¢s time to UN-FREEZE, if you feel like cheering for a Freeze well done by all means go ahead. If you feel like walking away casually as if time did stand still for 5 minutes and consequently puzzle the guy who was staring at you, go ahead. As YOU please.</p>
</li>
<li>
<p>Mingle. Enjoy the rest of your evening. (As earth friendly as possible)</p>
</li>
</ol>
<p>Why Freeze for Earth? We spend more energy then we need. It&rsquo;s time to give back and save for the future. <a href="http://www.wattzon.org/">Read More</a></p>
<p>The idea to freeze spawned recently, I remember watching it on <a href="http://www.youtube.com/results?search_query=freeze&amp;search_type=">YouTube</a> not too long ago. It&rsquo;s was an awesome idea and a sure way to grab the general public&rsquo;s attention. What better way to build awareness.</p>
<p>Watch the recent &ldquo;KL Freeze in Unison&rdquo; in action.</p>
<p>[youtube]http://www.youtube.com/watch?v=FwiOtAz-mKw[/youtube]</p>
<p>RSVP over at <a href="http://www.facebook.com/event.php?eid=11840893166">Facebook</a><br>
Source: <a href="http://randomalphabets.com/?p=369">RandoAlphabets</a></p>]]></content:encoded>
    </item>
    <item>
      <title>My Astro gold smart card upgrade experince</title>
      <link>https://thedaneshproject.com/posts/my-astro-gold-smart-card-upgrade-experince/</link>
      <pubDate>Thu, 17 Apr 2008 16:08:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-astro-gold-smart-card-upgrade-experince/</guid>
      <description>![](/wp-content/uploads/2008/04/header_011.gif&amp;quot; alt=&amp;ldquo;Astro&amp;rdquo; width=&amp;ldquo;147&amp;rdquo; height=&amp;ldquo;79&amp;rdquo; /&amp;gt;
Like everything else with Astro, it did not work they way they said it would.
Received my new Astro gold smart card in the mail today. Came home and decided to start the upgrade.
The attached manual stated that when the new card was switched out with the old card while viewing a program a dialog box would pop up notifying me of the upgrade. That didn&amp;rsquo;t quite happen.</description>
      <content:encoded><![CDATA[<p>![](/wp-content/uploads/2008/04/header_011.gif&quot; alt=&ldquo;Astro&rdquo; width=&ldquo;147&rdquo; height=&ldquo;79&rdquo; /&gt;<br>
Like everything else with Astro, it did not work they way they said it would.</p>
<p>Received my new Astro gold smart card in the mail today. Came home and decided to start the upgrade.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/04/imgp4387.jpg" alt=""  />
</p>
<p>The attached manual stated that when the new card was switched out with the old card while viewing a program a dialog box would pop up notifying me of the upgrade. That didn&rsquo;t quite happen.</p>
<p>Falling back to the normal update process I decided to leave my Astro in standby mode for 30 mins. No progress too.</p>
<p>Frustrated I called Astro&rsquo;s customer care at 1300 82 3838. I was put on hold for 30mins and the damn line dropped. I called in again and had to hold for another 30mins before I got an agent.</p>
<p>I explained to her and the fix she provided was simple.</p>
<ol>
<li>
<p>Slot your old smart card back in and reboot Astro.</p>
</li>
<li>
<p>Go to channel 880. You&rsquo;ll see upgrade instructions asking you to insert the new gold card. Take out the old smart card and slide in the new one. Remember to follow the white arrow on the card. Press OK.</p>
</li>
<li>
<p>You&rsquo;ll get a new notice saying &ldquo;upgrade will take 10 minutes and your Astro will go to standby&rdquo;. Press OK and your Astro should go to standby mode.</p>
</li>
<li>
<p>Keep your eye on the Astro decoder now. You&rsquo;ll see the upgrade status scrolling with the completed percentage. When at 100% your decoder with reset and the display will show the current time. The upgrade is now complete.</p>
</li>
</ol>
<p>Well, it wasn&rsquo;t that hard, but what gets to me is Astro&rsquo;s customer service. You can never get hold of them when you really need them. Thankfully the agent who attended to me today was polite and really helpfull.</p>
]]></content:encoded>
    </item>
    <item>
      <title>ImageShack starts torrent service</title>
      <link>https://thedaneshproject.com/posts/imageshack-starts-torrent-service/</link>
      <pubDate>Wed, 16 Apr 2008 15:32:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/imageshack-starts-torrent-service/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2008/04/2411002202_301166be4f1.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Tired of being throttled by your ISP? Here&amp;rsquo;s some hope,&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://imageshack.us&#34;&gt;ImageShack&lt;/a&gt;, the media hosting site has now pulled out a new service from it&amp;rsquo;s bag of tricks. Free torrent download service using their servers.&lt;/p&gt;
&lt;p&gt;You find a torrent, upload it into ImageShack and wait. The torrent will be downloaded onto their servers and all you have to do is download the completed file one the download is complete.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not a new idea but what&amp;rsquo;s cool is ImageShack is providing the service for free with some limitations. The allocated space is 5GB and bandwidth is limited to 10GB. If you need more then you have the option to subscribe to their paid service.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;10GB Disk/15GB Bandwidth for $10/month&lt;/li&gt;
&lt;li&gt;25GB Disk/50GB Bandwidth for $25/month&lt;/li&gt;
&lt;li&gt;100GB Disk/200GB Bandwidth for $75/month&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/04/2411002202_301166be4f1.jpg" alt=""  />
</p>
<p>Tired of being throttled by your ISP? Here&rsquo;s some hope,</p>
<p><a href="http://imageshack.us">ImageShack</a>, the media hosting site has now pulled out a new service from it&rsquo;s bag of tricks. Free torrent download service using their servers.</p>
<p>You find a torrent, upload it into ImageShack and wait. The torrent will be downloaded onto their servers and all you have to do is download the completed file one the download is complete.</p>
<p>It&rsquo;s not a new idea but what&rsquo;s cool is ImageShack is providing the service for free with some limitations. The allocated space is 5GB and bandwidth is limited to 10GB. If you need more then you have the option to subscribe to their paid service.</p>
<ol>
<li>10GB Disk/15GB Bandwidth for $10/month</li>
<li>25GB Disk/50GB Bandwidth for $25/month</li>
<li>100GB Disk/200GB Bandwidth for $75/month</li>
</ol>
<p>I tried it yesterday with a few torrents. The speed was way better then what I normally got at home. The completed files also downloaded at pretty decent speeds. Bye bye ISP throttling.</p>
<p><img loading="lazy" src="/wp-content/uploads/2008/04/2417764783_bd2d69d44d1.jpg" alt=""  />
</p>
<p>It&rsquo;s a good service so make sure to give it a spin. It&rsquo;s still in Beta so you can expect more in the future. Tell me what you think.</p>
<p>Notice: Always remember that what you download is your responsibility. ImageShack will not be responsible for any violation of copyright material.</p>
<p>Source: <a href="http://torrentfreak.com/imageshack-bitorrent-080405/">TorrentFreak</a> | <a href="http://tor.imageshack.us/tor/">ImageShack</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Freaking slow internet</title>
      <link>https://thedaneshproject.com/posts/freaking-slow-internet/</link>
      <pubDate>Tue, 15 Apr 2008 15:19:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/freaking-slow-internet/</guid>
      <description>Is it just me or has the internet been freaking slow at nights for the past weeks. Streamyx has not come up with a explanation as usual. Calling them is just a waste of time&amp;hellip;..
F U Streamyx, what am I paying RM100 for?</description>
      <content:encoded><![CDATA[<p>Is it just me or has the internet been freaking slow at nights for the past weeks. Streamyx has not come up with a explanation as usual. Calling them is just a waste of time&hellip;..</p>
<p>F U Streamyx, what am I paying RM100 for?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Videos now on Flickr</title>
      <link>https://thedaneshproject.com/posts/videos-now-on-flickr/</link>
      <pubDate>Mon, 14 Apr 2008 07:26:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/videos-now-on-flickr/</guid>
      <description>Seen this around lately?
Yup, Flickr has gone video now. They don&amp;rsquo;t just host your photos anymore but now your videos too. However, Flickr is not here to take over from YouTube. 90 seconds videos and pro users only.
![](/wp-content/uploads/2008/04/2412204725_5ea04db1ef1.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;ldquo;500&amp;rdquo; height=&amp;ldquo;376&amp;rdquo; srcset=&amp;quot;/wp-content/uploads/2008/04/2412204725_5ea04db1ef1.jpg 500w, /wp-content/uploads/2008/04/2412204725_5ea04db1ef1-300x225.jpg 300w&amp;quot; sizes=&amp;quot;(max-width: 500px) 100vw, 500px&amp;quot; /&amp;gt;][2]
The Flickr team refers to videos as long photos thus their decision to limit videos to 90 seconds in length.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/04/video_group_promo1-300x75.png" alt=""  />
</p>
<p>Seen this around lately?</p>
<p>Yup, Flickr has gone video now. They don&rsquo;t just host your photos anymore but now your videos too. However, Flickr is not here to take over from YouTube. 90 seconds videos and pro users only.</p>
<p>![](/wp-content/uploads/2008/04/2412204725_5ea04db1ef1.jpg&quot; alt=&quot;&quot; width=&ldquo;500&rdquo; height=&ldquo;376&rdquo; srcset=&quot;/wp-content/uploads/2008/04/2412204725_5ea04db1ef1.jpg 500w, /wp-content/uploads/2008/04/2412204725_5ea04db1ef1-300x225.jpg 300w&quot; sizes=&quot;(max-width: 500px) 100vw, 500px&quot; /&gt;][2]</p>
<p>The Flickr team refers to videos as long photos thus their decision to limit videos to 90 seconds in length. Photos are personal, that&rsquo;s what Flickr is. Now with the introduction of video the team feels that personal videos should not exceed 90 seconds to have the best impact.</p>
<p>For now only Flickr Pro account holders can upload videos. However non pro users will be able to view videos uploaded by Pro users unless the videos are marked private.</p>
<p>Candy: Flickr has doubled the upload size of photos. 20MB for Pro users and 10MB for basic users. Get a pro account</p>
<p>A few new video groups on Flickr to get you started. [Video! Video! Video!][3] | Out in the Green | The Video</p>
<p>Source: [Flickr News][4]</p>
<p>[1]: /wp-content/uploads/2008/04/video_group_promo1.png)
[2]: /wp-content/uploads/2008/04/2412204725_5ea04db1ef1.jpg
[3]: <a href="http://www.flickr.com/groups/video/">http://www.flickr.com/groups/video/</a>
[4]: <a href="http://blog.flickr.net/en/2008/04/09/video-on-flickr-2/">http://blog.flickr.net/en/2008/04/09/video-on-flickr-2/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Upgraded to WordPress 2.5</title>
      <link>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.5/</link>
      <pubDate>Sun, 13 Apr 2008 04:13:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.5/</guid>
      <description>Finally managed to upgrade to WordPress 2.5Ã‚Â yesterday.
Loving the automatic update and install feature for my plugins. However, the Popularity Contest plugin and Popularity Contest Widget are not compatible with WordPress 2.5 yet.
Get WordPress 2.5</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2308/2409529208_000bba88b6.jpg" alt=""  />
</p>
<p>Finally managed to upgrade to WordPress 2.5Ã‚Â  yesterday.</p>
<p>Loving the automatic update and install feature for my plugins. However, the Popularity Contest plugin and Popularity Contest Widget are not compatible with WordPress 2.5 yet.</p>
<p>Get WordPress 2.5</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to change the system date in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-change-the-system-date-in-linux/</link>
      <pubDate>Mon, 07 Apr 2008 13:32:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-change-the-system-date-in-linux/</guid>
      <description>&lt;p&gt;A friend needed help changing the system date on his Linux box today. This is usually a simple task for Linux users but newbies tend to get confused by the &lt;code&gt;&amp;quot;date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]&amp;quot;&lt;/code&gt; line in the man page.&lt;/p&gt;
&lt;p&gt;To simplify, this is how you do it.&lt;/p&gt;
&lt;p&gt;Set the current date to April 7 2008 8:42:45pm.&lt;/p&gt;
&lt;p&gt;The easy way,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#date -s &amp;quot;7 April 2008 20:42:45&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The harder way,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#date  040720422008.45&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The break down: MM DD hh mm YYYY ss&lt;/p&gt;
&lt;p&gt;MM = month = 04&lt;/p&gt;
&lt;p&gt;DD = day = 07&lt;/p&gt;
&lt;p&gt;hh = hour = 20&lt;/p&gt;
&lt;p&gt;mm = minute = 42&lt;/p&gt;
&lt;p&gt;YYYY = year = 2008&lt;/p&gt;
&lt;p&gt;ss = second = 450&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>A friend needed help changing the system date on his Linux box today. This is usually a simple task for Linux users but newbies tend to get confused by the <code>&quot;date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]&quot;</code> line in the man page.</p>
<p>To simplify, this is how you do it.</p>
<p>Set the current date to April 7 2008 8:42:45pm.</p>
<p>The easy way,</p>
<p><code>#date -s &quot;7 April 2008 20:42:45&quot;</code></p>
<p>The harder way,</p>
<p><code>#date  040720422008.45</code></p>
<p>The break down: MM DD hh mm YYYY ss</p>
<p>MM = month = 04</p>
<p>DD = day = 07</p>
<p>hh = hour = 20</p>
<p>mm = minute = 42</p>
<p>YYYY = year = 2008</p>
<p>ss = second = 450</p>
<p>sample output,</p>
<p><code>[root@klmsyslog01p ~]# date -s &quot;7 April 2008 20:42:45&quot;&lt;br /&gt; Mon Apr  7 20:42:45 MYT 2008&lt;br /&gt; [root@klmsyslog01p ~]#</code></p>
<p><code>[root@kmmserver01p ~]# date 040720422008.45&lt;br /&gt; Mon Apr  7 20:42:45 MYT 2008&lt;br /&gt; [root@kmmserver01p ~]#</code></p>]]></content:encoded>
    </item>
    <item>
      <title>U Mobile High Speed Mobile Internet</title>
      <link>https://thedaneshproject.com/posts/u-mobile-high-speed-mobile-internet/</link>
      <pubDate>Sun, 06 Apr 2008 12:45:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/u-mobile-high-speed-mobile-internet/</guid>
      <description>I tend to be slightly skeptical nowadays when the words &amp;ldquo;high peed&amp;rdquo; and &amp;ldquo;mobile&amp;rdquo; are used within the same sentence. You can&amp;rsquo;t blame me, adverts all around boast blazing speeds over mobile network but do you ever hear the same feedback from their subscribers? Hardly ever right.
Well, here&amp;rsquo;s a another new kid on the block U Mobile with the same claims. Hopefully they deliver. Read more about U Mobile on Wikipedia.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2064/2391620277_acd2eb41e6.jpg" alt=""  />
</p>
<p>I tend to be slightly skeptical nowadays when the words &ldquo;high peed&rdquo; and &ldquo;mobile&rdquo; are used within the same sentence. You can&rsquo;t blame me, adverts all around boast blazing speeds over mobile network but do you ever hear the same feedback from their subscribers? Hardly ever right.</p>
<p>Well, here&rsquo;s a another new kid on the block U Mobile with the same claims. Hopefully they deliver. <a href="http://en.wikipedia.org/wiki/U_Mobile">Read more about U Mobile on Wikipedia</a>.</p>
<p>They simplified the packages by only offering one package at a low price of RM78 for unlimited access. Another favourable addition would be the cool looking modem seen in the picture below. All other providers are still sticking to the crappy bean design with it&rsquo;s flimsy plastic finishing.</p>
<p>U Mobile is new so don&rsquo;t expect superb coverage just yet. For now their reach covers most of Klang Valley. If the penetration rate is good expansion will happen for sure.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2180/2392465214_5eb0c140a8_o.jpg" alt=""  />

Picture taken fromÃ‚Â  <a href="http://www.kongtechnology.com/2008/03/24/u-mobile-broadband-unlimited-broadband-access/">KongTachnology</a> blog.</p>
<p>I have been looking into mobile packages recently and the only service provider that appeals to me is Celcom. Their Streamyx + Mobile Broadband combo is the best around. Don&rsquo;t ya think so?</p>
<p>While the mobile providers battle it out, one thing&rsquo;s for sure, U Mobile in my book has the best looking website. Light weight flash yet functional. A good first impression always works with products. VisitÃ‚Â  <a href="http://u.com.my/">U Mobile</a></p>
<p>Source: <a href="http://www.kongtechnology.com/2008/03/24/u-mobile-broadband-unlimited-broadband-access/">KongTechnology</a> | <a href="http://u.com.my/">UMobile</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8.7 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.7-released/</link>
      <pubDate>Sun, 06 Apr 2008 11:35:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.7-released/</guid>
      <description>Can&amp;rsquo;t believe I&amp;rsquo;m 2 versions back. Not been torrentting much the past weeks thanks to work.
Anyway, the latest version out is 0.5.8.7. Mostly bug fixes and tweaks.
Read the changelog or download it here.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3191/2392375922_88b3850f8b.jpg" alt=""  />
</p>
<p>Can&rsquo;t believe I&rsquo;m 2 versions back. Not been torrentting much the past weeks thanks to work.</p>
<p>Anyway, the latest version out is 0.5.8.7. Mostly bug fixes and tweaks.</p>
<p>Read the changelog or download it <a href="http://deluge-torrent.org/downloads.php">here</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Send mail through SMTP using Telnet</title>
      <link>https://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/</link>
      <pubDate>Thu, 03 Apr 2008 07:58:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/send-mail-through-smtp-using-telnet/</guid>
      <description>&lt;p&gt;Developers in my office constantly complain that the SMTP server is down and no mails are being sent out. We come back saying that their application is buggy. Most often after hours of troubleshooting the problem will turn out to be the application itself.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a simple way to test your SMTP server over port 25 using Telnet to proof them wrong.&lt;/p&gt;
&lt;p&gt;Telnet to the server via port 25.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Key in &amp;ldquo;EHLO example.com&amp;rdquo; and hit enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key in &amp;ldquo;MAIL FROM: &lt;a href=&#34;mailto:sender@domain.com&#34;&gt;sender@domain.com&lt;/a&gt;&amp;rdquo; and hit enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key in &amp;ldquo;RCPT TO: &lt;a href=&#34;mailto:recipient@domain.com&#34;&gt;recipient@domain.com&lt;/a&gt;&amp;rdquo; and hit enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key in &amp;ldquo;DATA&amp;rdquo; and hit enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key in your message body and hit enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key in &amp;quot; . &amp;quot; and press enter.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you received the mail then your SMTP is working fine.&lt;/p&gt;
&lt;p&gt;Sample output,&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Developers in my office constantly complain that the SMTP server is down and no mails are being sent out. We come back saying that their application is buggy. Most often after hours of troubleshooting the problem will turn out to be the application itself.</p>
<p>Here&rsquo;s a simple way to test your SMTP server over port 25 using Telnet to proof them wrong.</p>
<p>Telnet to the server via port 25.</p>
<ol>
<li>
<p>Key in &ldquo;EHLO example.com&rdquo; and hit enter.</p>
</li>
<li>
<p>Key in &ldquo;MAIL FROM: <a href="mailto:sender@domain.com">sender@domain.com</a>&rdquo; and hit enter.</p>
</li>
<li>
<p>Key in &ldquo;RCPT TO: <a href="mailto:recipient@domain.com">recipient@domain.com</a>&rdquo; and hit enter.</p>
</li>
<li>
<p>Key in &ldquo;DATA&rdquo; and hit enter.</p>
</li>
<li>
<p>Key in your message body and hit enter.</p>
</li>
<li>
<p>Key in &quot; . &quot; and press enter.</p>
</li>
</ol>
<p>If you received the mail then your SMTP is working fine.</p>
<p>Sample output,</p>
<p><code>&lt;br /&gt; [root@abooboo tmp]# telnet 192.168.0.25 25&lt;br /&gt; Trying 192.168.0.25...&lt;br /&gt; Connected to 192.168.0.25 (192.168.0.25).&lt;br /&gt; Escape character is '^]'.&lt;br /&gt; 220 smtp11.klk.example.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713 ready at  Thu, 3 Apr 2008 15:39:17 +0800&lt;br /&gt; EHLO Vsource.com&lt;br /&gt; 250-smtp11.klk.example.com Hello [192.168.0.192]&lt;br /&gt; 250-AUTH GSSAPI NTLM LOGIN&lt;br /&gt; 250-AUTH=LOGIN&lt;br /&gt; 250-TURN&lt;br /&gt; 250-ATRN&lt;br /&gt; 250-SIZE&lt;br /&gt; 250-ETRN&lt;br /&gt; 250-PIPELINING&lt;br /&gt; 250-DSN&lt;br /&gt; 250-ENHANCEDSTATUSCODES&lt;br /&gt; 250-8bitmime&lt;br /&gt; 250-BINARYMIME&lt;br /&gt; 250-CHUNKING&lt;br /&gt; 250-VRFY&lt;br /&gt; 250 OK&lt;br /&gt; MAIL FROM: danesh@example.com&lt;br /&gt; 250 2.1.0 danesh@example.com....Sender OK&lt;br /&gt; RCPT TO: danesh_manoharan@example.com&lt;br /&gt; 250 2.1.5 danesh_manoharan@example.com&lt;br /&gt; DATA&lt;br /&gt; 354 Start mail input; end with &lt;crlf&gt;.&lt;crlf&gt;&lt;br /&gt; this is a test over SMTP&lt;br /&gt; .&lt;br /&gt; 250 2.6.0 &lt;klmdns1fraqbc8wsa1x00000002@smtp11.klk.example.com&gt; Queued mail for delivery&lt;br /&gt; quit&lt;br /&gt; 221 2.0.0 smtp11.klk.example.com Service closing transmission channel&lt;br /&gt; Connection closed by foreign host.&lt;br /&gt; [root@abooboo tmp]#&lt;/klmdns1fraqbc8wsa1x00000002@smtp11.klk.example.com&gt;&lt;/crlf&gt;&lt;/crlf&gt;</code></p>
<p>[ <a href="http://www.ietf.org/rfc/rfc0821.txt">RFC 821</a> ] Thanks Cinod79</p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.5 Released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.5-released/</link>
      <pubDate>Sat, 29 Mar 2008 19:31:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.5-released/</guid>
      <description>Wait no longer, WordPress 2.5 is out!!
The shiny new WordPress has gone through a major overhaul with tones of new features where mostly all new features were requested by the WordPress community.
New dashboard, enhanced tag support, updated WYSIWYG editor, better search better encryption for passwords and cookies, built in galleries, one-click plugin upgrades and support for multiple uploads. Full feature list
I&amp;rsquo;ve been playing the RC for the past week and I&amp;rsquo;m loving it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>Wait no longer, WordPress 2.5 is out!!</p>
<p>The shiny new WordPress has gone through a major overhaul with tones of new features where mostly all new features were requested by the WordPress community.<br>
<img loading="lazy" src="http://farm4.static.flickr.com/3225/2371962482_7bc1464d1a_o.png" alt=""  />

New dashboard, enhanced tag support, updated WYSIWYG editor, better search better encryption for passwords and cookies, built in galleries, one-click plugin upgrades and support for multiple uploads. <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">Full feature list</a></p>
<p>I&rsquo;ve been playing the RC for the past week and I&rsquo;m loving it. It&rsquo;s going to be sometime before my plugins are fully supported but ya, this is one WordPress release you should not miss.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.5 here</a>.</p>
<p>Source: <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress Dev Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Get your Linux counted</title>
      <link>https://thedaneshproject.com/posts/get-your-linux-counted/</link>
      <pubDate>Sat, 29 Mar 2008 13:16:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/get-your-linux-counted/</guid>
      <description>![](http://farm3.static.flickr.com/2258/2370336745_6d3ae7a618.jpg&amp;quot; alt=&amp;ldquo;thelinuxcounter&amp;rdquo; border=&amp;ldquo;0&amp;rdquo; height=&amp;ldquo;313&amp;rdquo; width=&amp;ldquo;500&amp;rdquo; /&amp;gt;]1
Just how many Linux are out there today? No one knows for sure but it&amp;rsquo;s pretty obvious that the number keeps increasing as the Linux is gaining audience from all over.
The Linux Counter Project was stated back in 1999. The project&amp;rsquo;a goal was and still is to count how many Linux users and Linux based machines are out there.
I&amp;rsquo;ve got my self counted and received my badge seen below.</description>
      <content:encoded><![CDATA[<p>![](<a href="http://farm3.static.flickr.com/2258/2370336745_6d3ae7a618.jpg%22">http://farm3.static.flickr.com/2258/2370336745_6d3ae7a618.jpg&quot;</a> alt=&ldquo;thelinuxcounter&rdquo; border=&ldquo;0&rdquo; height=&ldquo;313&rdquo; width=&ldquo;500&rdquo; /&gt;]<a href="http://www.flickr.com/photos/dannyportal/2370336745/" title="thelinuxcounter by vwvr9, on Flickr">1</a></p>
<p>Just how many Linux are out there today? No one knows for sure but it&rsquo;s pretty obvious that the number keeps increasing as the Linux is gaining audience from all over.</p>
<p>The Linux Counter Project was stated back in 1999. The project&rsquo;a goal was and still is to count how many Linux users and Linux based machines are out there.</p>
<p>I&rsquo;ve got my self counted and received my badge seen below.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2420/2371142216_9473647267_o.png" alt=""  />
</p>
<p>If you are a Linux user then make sure to register yourself and your Linux machines. It&rsquo;s simple,</p>
<ol>
<li>
<p>Goto The Linux Counter and click &ldquo;Get Counted&rdquo;.</p>
</li>
<li>
<p>Fill up the form and you&rsquo;ll receive your badge. Check your mail too.</p>
</li>
<li>
<p>Check your mail or go here to register your Linux machines. There&rsquo;s a simple script which you can <a href="http://counter.li.org/scripts/">download</a> and run from your Linux machine to register it.</p>
</li>
</ol>
<p>Let&rsquo;s start counting&hellip;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>The Newton Virus</title>
      <link>https://thedaneshproject.com/posts/the-newton-virus/</link>
      <pubDate>Fri, 28 Mar 2008 12:31:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-newton-virus/</guid>
      <description>In the begining viruses were art, later they evolved and became weapons of mass destruction. Now, the guys over at Troika deceid to get back in time and start over by introducing &amp;ldquo;The Newton Virus&amp;rdquo; for the Mac. Newton has only one goal and that is to make you go &amp;ldquo;WOW&amp;rdquo;. See for yourself.
[youtube]http://www.youtube.com/watch?v=aBJQ5085kSo[/youtube]
No data was harm in the making of this video.
Source: Troika</description>
      <content:encoded><![CDATA[<p>In the begining viruses were art, later they evolved and became weapons of mass destruction. Now, the guys over at Troika deceid to get back in time and start over by introducing &ldquo;The Newton Virus&rdquo; for the Mac. Newton has only one goal and that is to make you go &ldquo;WOW&rdquo;. See for yourself.</p>
<p>[youtube]http://www.youtube.com/watch?v=aBJQ5085kSo[/youtube]</p>
<p>No data was harm in the making of this video.</p>
<p>Source: <a href="http://www.troika.uk.com/virus.htm">Troika</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Torrentspy shuts down</title>
      <link>https://thedaneshproject.com/posts/torrentspy-shuts-down/</link>
      <pubDate>Thu, 27 Mar 2008 12:45:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/torrentspy-shuts-down/</guid>
      <description>Torrentpy, once the most popular torrent site on the net has finally decided to shut it&amp;rsquo;s doors and pack up permanently. Why? Well as usual MPAA is the culprit, 2 years of battling the the MPAA proved to be too much for Justin Bundell, the fonder of Torrentspy.
Ã¢â‚¬Å“We have decided on our own, not due to any court order or agreement, to bring the TorrentSpy.com search engine to an end and thus we permanently closed down worldwide on March 24, 2008.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2351/2366440960_968e167a84.jpg" alt=""  />
</p>
<p>Torrentpy, once the most popular torrent site on the net has finally decided to shut it&rsquo;s doors and pack up permanently. Why? Well as usual MPAA is the culprit, 2 years of battling the the MPAA proved to be too much for Justin Bundell, the fonder of Torrentspy.</p>
<blockquote>
<p>Ã¢â‚¬Å“We have decided on our own, not due to any court order or agreement, to bring the TorrentSpy.com search engine to an end and thus we permanently closed down worldwide on March 24, 2008.Ã¢â‚¬?</p>
</blockquote>
<p>Those were Justin&rsquo;s last words for Torrentspy.</p>
<p>Torrentspy was directed by the courts to log all user activities and have them submitted to the MPAA. Torrentspy came back by locking out US based users but that was not enough for the MPPA hence the decision to close it&rsquo;s door. Protecting their user&rsquo;s privacy was more important to Torrentpy and I respect them of that.</p>
<p>I&rsquo;ve always used Torrespy as one of my main source for torrents and wish there was something I could have done to help.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.5 RC2 Released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.5-rc2-released/</link>
      <pubDate>Thu, 27 Mar 2008 02:57:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.5-rc2-released/</guid>
      <description>WordPress 2.5 missed it&amp;rsquo;s initial release date but not for a bad reason. There&amp;rsquo;s quite a bit of work being put into the new version especially in the dashboard area.
The editor is receiving a much needed face lift and feature boost. The media manager now supports multiple uploads like flickr and support for embedding videos is being added as a standard feature.
Other new features include a image gallery, faster load times, gravatar support, one-click plugin upgrades, full text feeds and improved tags management.</description>
      <content:encoded><![CDATA[<p>WordPress 2.5 missed it&rsquo;s initial release date but not for a bad reason. There&rsquo;s quite a bit of work being put into the new version especially in the dashboard area.</p>
<p>The editor is receiving a much needed face lift and feature boost. The media manager now supports multiple uploads like flickr and support for embedding videos is being added as a standard feature.</p>
<p>Other new features include a image gallery, faster load times, gravatar support, one-click plugin upgrades, full text feeds and improved tags management.</p>
<p>There&rsquo;s a screencast of 2.5 rc2 available for you to get a glimpse of what in 2.5. <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">Watch it here</a>.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2399/2364830043_455117cb61.jpg" alt=""  />
</p>
<p>Looking good eh?</p>
<p>The WordPress 2.5 plugin compatibility list will help you decide if your favorite plugins are ready for 2.5.</p>
<p>Source: <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">WordPress Dev</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Commands: tee</title>
      <link>https://thedaneshproject.com/posts/linux-commands-tee/</link>
      <pubDate>Wed, 26 Mar 2008 10:51:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-commands-tee/</guid>
      <description>Not many people I know use the tee command but I find it quite useful. I tend to use it quite often in my scripts actually.
So what does it do?
The tee command has the ability to take the standard input and redirected it to multiple outputs. For example, the ls command would normally just return file names on your screen but what if you also need to keep a log of those file names in a text file.</description>
      <content:encoded><![CDATA[<p>Not many people I know use the tee command but I find it quite useful. I tend to use it quite often in my scripts actually.</p>
<p>So what does it do?</p>
<p>The tee command has the ability to take the standard input and redirected it to multiple outputs. For example, the ls command would normally just return file names on your screen but what if you also need to keep a log of those file names in a text file.</p>
<p>Using the tee command you could simply write something like this &ldquo;<em>ls * | tee -a output.txt</em>&rdquo;. The command will return the file names on screen and also append them to the output.txt file. Screenshot below,</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2079/2363788930_ddc1b8b08e.jpg" alt=""  />
</p>
<p>A lightly more complex use of the command. I have a file with duplicate entries. Combining the tee command with the uniq and sort commands I am able print the desired output on screen and also dump it into the file output_sorted.txt. Screenshot below,</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3072/2363810812_64802df38b.jpg" alt=""  />
</p>
<p>There are way more usages for the tee command but for today I stuck to the basic. I&rsquo;ll try to post more about it in the future.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.13 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.13-released/</link>
      <pubDate>Wed, 26 Mar 2008 03:01:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.13-released/</guid>
      <description>Firefox 2.0.0.13 has just been released. It fixes a few security issues.
XUL popup spoofing variant (cross-tab popups)
Java socket connection to any local port via LiveConnect 2008-17
Privacy issue with SSL Client Authentication
HTTP Referrer spoofing with malformed URLs
Crashes with evidence of memory corruption (rv:1.8.1.13)
JavaScript privilege escalation and arbitrary code execution
If the auto update does not work for you, download the latest Firefox.
Source: Mozilla | Mozilla Security Advisories</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Firefox 2.0.0.13 has just been released. It fixes a few security issues.</p>
<blockquote>
<p>XUL popup spoofing variant (cross-tab popups)<br>
Java socket connection to any local port via LiveConnect 2008-17<br>
Privacy issue with SSL Client Authentication<br>
HTTP Referrer spoofing with malformed URLs<br>
Crashes with evidence of memory corruption (rv:1.8.1.13)<br>
JavaScript privilege escalation and arbitrary code execution</p>
</blockquote>
<p>If the auto update does not work for you, <a href="http://en-us.www.mozilla.com/en-US/firefox/all.html">download the latest Firefox</a>.</p>
<p>Source: <a href="http://en-us.www.mozilla.com/en-US/firefox/2.0.0.13/releasenotes/">Mozilla</a> | <a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.13">Mozilla Security Advisories</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Speech: Inside the Black Box, Technological Innovation at Google</title>
      <link>https://thedaneshproject.com/posts/speech-inside-the-black-box-technological-innovation-at-google/</link>
      <pubDate>Mon, 24 Mar 2008 16:42:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/speech-inside-the-black-box-technological-innovation-at-google/</guid>
      <description>A cool lecture by Google&amp;rsquo;s Senior Vice President of Product Management, Mr.Ã‚Â Jonathan Rosenberg.
He talks about building the right workplace, hiring the right people, inspiring them by trusting them and providing them opportunities to channel their ideas, and most importantly innovate, share and remember to always keep the users/consumer as the priority and not only focus on money making.
&amp;ldquo;Don&amp;rsquo;t fight for the bigger pie, fight for a small piece of a larger pie instead&amp;rdquo; quoted from Mr.</description>
      <content:encoded><![CDATA[<p>A cool lecture by Google&rsquo;s Senior Vice President of Product Management, Mr.Ã‚Â  Jonathan Rosenberg.</p>
<p>He talks about building the right workplace, hiring the right people, inspiring them by trusting them and providing them opportunities to channel their ideas, and most importantly innovate, share and remember to always keep the users/consumer as the priority and not only focus on money making.</p>
<p>&ldquo;Don&rsquo;t fight for the bigger pie, fight for a small piece of a larger pie instead&rdquo; quoted from Mr. Jonathan.</p>
<p>Really cool lecture, is your company even close to this? Mine&rsquo;s not.</p>
<p>[youtube]http://www.youtube.com/watch?v=4zIaglJNPcY[/youtube]</p>
]]></content:encoded>
    </item>
    <item>
      <title>Competition: F’kn Mayhem’s first competition</title>
      <link>https://thedaneshproject.com/posts/competition-fkn-mayhems-first-competition/</link>
      <pubDate>Sat, 22 Mar 2008 15:57:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/competition-fkn-mayhems-first-competition/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2328/2351596603_cf978614c0_o.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;F&amp;rsquo;KN MAYHEM&amp;rsquo;s first official competition just rolled out it&amp;rsquo;s doors.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2328/2351596603_cf978614c0_o.jpg" alt=""  />
</p>
<p>F&rsquo;KN MAYHEM&rsquo;s first official competition just rolled out it&rsquo;s doors.</p>
<p>If you into street art then this competition is made for you. Just look at the goodies up for grabs.</p>
<p><img loading="lazy" src="http://farm4.static.flickr.com/3006/2351597263_3ca34285cc.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2306/2351676759_913f9f923d_o.jpg" alt=""  />
</p>
<p>How to participate?</p>
<ol>
<li>
<p>Head of over to <a href="http://alanbernard.com/mayhem/interviews/a-fkn-competition-1/">F&rsquo;KN MAYHEM</a></p>
</li>
<li>
<p>Answer 3 simple questions and write a short 30 sentence with the phrase &ldquo;Ã¢â‚¬Å“Milk &amp; Honey, Street Art, Mayhem!Ã¢â‚¬? in it.</p>
</li>
<li>
<p>Submit your entries to <a href="mailto:competition@alanbernard.com">competition@alanbernard.com</a> before the 1st of April and hope to win.</p>
</li>
</ol>
<p>Source: <a href="http://alanbernard.com/mayhem/interviews/a-fkn-competition-1/">F&rsquo;KN MAYHEM</a> | <a href="http://www.abinesh.com/delirium/posts/a-f%e2%80%99kn-competition/">Abinesh.com</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Speech: A More Perfect Union by Mr. Barack Obama</title>
      <link>https://thedaneshproject.com/posts/speech-a-more-perfect-union-by-mr.-barack-obama/</link>
      <pubDate>Fri, 21 Mar 2008 13:57:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/speech-a-more-perfect-union-by-mr.-barack-obama/</guid>
      <description>Awesome awesome speech by Mr. Obama on &amp;ldquo;race&amp;rdquo; in America and building &amp;ldquo;A More Perfect Union&amp;rdquo; in America.
[youtube]http://www.youtube.com/watch?v=pWe7wTVbLUU[/youtube]
Please be patient as his speech is 40 minutes. Grab a coffee and enjoy his speech.
It saddens me that none of our leaders have ever spoken like this 🙁
If you&amp;rsquo;re feeling Mr. Barack Obama&amp;rsquo;s speech and want to show support. Here&amp;rsquo;s a WordPress theme for you. Probama Theme
Source: Obama08</description>
      <content:encoded><![CDATA[<p>Awesome awesome speech by Mr. Obama on &ldquo;race&rdquo; in America and building &ldquo;A More Perfect Union&rdquo; in America.</p>
<p>[youtube]http://www.youtube.com/watch?v=pWe7wTVbLUU[/youtube]</p>
<p>Please be patient as his speech is 40 minutes. Grab a coffee and enjoy his speech.</p>
<p>It saddens me that none of our leaders have ever spoken like this 🙁</p>
<p>If you&rsquo;re feeling Mr. Barack Obama&rsquo;s speech and want to show support. Here&rsquo;s a WordPress theme for you. Probama Theme</p>
<p>Source: <a href="http://my.barackobama.com/page/content/hisownwords/">Obama08</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Phishing Alert: HSBC scheduled maintenance</title>
      <link>https://thedaneshproject.com/posts/phishing-alert-hsbc-scheduled-maintenance/</link>
      <pubDate>Fri, 21 Mar 2008 08:16:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/phishing-alert-hsbc-scheduled-maintenance/</guid>
      <description>&lt;p&gt;Beware, I received a phishing attempt today claiming that HSBC is carrying out it&amp;rsquo;s regular maintenance work and needs me to update my profile.&lt;/p&gt;
&lt;p&gt;Always remember, banks never send us emails with action items.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2251/2349532544_9dbfdf96ae.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Beware, I received a phishing attempt today claiming that HSBC is carrying out it&rsquo;s regular maintenance work and needs me to update my profile.</p>
<p>Always remember, banks never send us emails with action items.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2251/2349532544_9dbfdf96ae.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2306/2349532516_09a8ffb550.jpg" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Mobile call on Emirates flights</title>
      <link>https://thedaneshproject.com/posts/mobile-call-on-emirates-flights/</link>
      <pubDate>Fri, 21 Mar 2008 04:49:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mobile-call-on-emirates-flights/</guid>
      <description>The days are counted for the no cell phone policy on flights.
Emirates is leading the way by becoming the first commercial airline to permit it&amp;rsquo;s passengers to make in flight voice calls and send text messages from their personal mobile devices.
The first in flight voice call was made aboard Emirate&amp;rsquo;s flight from Dubai to Casablanca on their Airbus A340 which is fitted with the system which prevents cell phone signals from interfering with the plane&amp;rsquo;s electronics.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2020/2349296806_6c8d2855b5.jpg" alt="emirates banner"  />
</p>
<p>The days are counted for the no cell phone policy on flights.</p>
<p>Emirates is leading the way by becoming the first commercial airline to permit it&rsquo;s passengers to make in flight voice calls and send text messages from their personal mobile devices.</p>
<p>The first in flight voice call was made aboard Emirate&rsquo;s flight from Dubai to Casablanca on their Airbus A340 which is fitted with the system which prevents cell phone signals from interfering with the plane&rsquo;s electronics.</p>
<p>Emirates has plans to roll out the new in flight mobile facilities to all of it&rsquo;s flights later this year. Blackberry and data services will also be implemented.</p>
<p>Emirates has receive approval from from international air safety organizations before adopting the in flight mobiles system developed by <a href="http://www.aeromobile.net/">AeroMobile</a>. However there are still rules to be followed. Mobile access will only be enable at cruising altitude, I guess if something does go wrong the pilots will have more time to react and rectify the issue. Mobile services will also be only be enabled on day flights and as usual always be on silent mode while in flight.</p>
<p>Why the push for mobile access. When you have high end customers who are willing to pay top dollar for services services providers will be forced to deliver which in turn leads to innovation in technology. This applies to everything in Dubai.</p>
<p>Emirates flight to 60 countries and is owned by the Dubai Government.</p>
<p>Source: <a href="http://news.bbc.co.uk/2/hi/middle_east/7308041.stm">BBC News</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 beats IE7 in memory consumption</title>
      <link>https://thedaneshproject.com/posts/firefox-3-beats-ie7-in-memory-consumption/</link>
      <pubDate>Wed, 19 Mar 2008 12:26:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-beats-ie7-in-memory-consumption/</guid>
      <description>Firefox 3 Beta 4 is out and it&amp;rsquo;s beating Microsoft&amp;rsquo;s IE7 in the memory consumption arena.
As browsers improve so do their hunger for memory but to what limit is the question. The competition will eventually boil down to which browser uses the least amount of memory to accomplish the general requirements of a browser. Currently Firefox 3 has managed to beat Firefox 2 and IE7 by working around the 100MB mark after loading and unloading 30 random web pages.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://static.flickr.com/2379/2345397694_c6c319bef1_m.jpg" alt=""  />
</p>
<p>Firefox 3 Beta 4 is out and it&rsquo;s beating Microsoft&rsquo;s IE7 in the memory consumption arena.</p>
<p>As browsers improve so do their hunger for memory but to what limit is the question. The competition will eventually boil down to which browser uses the least amount of memory to accomplish the general requirements of a browser. Currently Firefox 3 has managed to beat Firefox 2 and IE7 by working around the 100MB mark after loading and unloading 30 random web pages. The graph below will speak for itself, at peak (30 pages) IE7 was consuming around 500MB while Firefox 2 hovered around 280MB and Firefox 3 steadily working around 200MB. [&lt;img border=&ldquo;0&rdquo; src=&ldquo;http://static.flickr.com/2130/2344570169_1db87c2cd2.jpg)</p>
<p>IE8 is said to attention the memory issue but till then it&rsquo;s looks like the road is clear for Firefox 3.</p>
<p>If you are interested in running the benchmark, there&rsquo;s a python script which will load open and load 30 random pages for you. Run the benchmark <a href="http://random.pavlov.net/membuster/index.html">here</a> or download the <a href="http://random.pavlov.net/membuster/measure2.py">script</a>.</p>
<p><a href="http://www.mozilla.com/en-US/firefox/all-beta.html">Download Firefox 3 Beta 4</a></p>
<p>Source: <a href="http://blog.pavlov.net/2008/03/11/firefox-3-memory-usage/">Paulou.net</a> [ Stuart Parmenter (Mozilla Developer) ]</p>
]]></content:encoded>
    </item>
    <item>
      <title>HP machines soon to ship with Novell Desktop Linux</title>
      <link>https://thedaneshproject.com/posts/hp-machines-soon-to-ship-with-novell-desktop-linux/</link>
      <pubDate>Tue, 18 Mar 2008 16:26:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hp-machines-soon-to-ship-with-novell-desktop-linux/</guid>
      <description>HP is planning to roll out a few of it&amp;rsquo;s Notebooks and Desktops preloaded with Novell&amp;rsquo;s Enterprise Desktop 10 (SLED10). Dell had the head start with it&amp;rsquo;s offering of machines preloaded with Ubuntu and recently also preloaded with SLED10.
Ã¢â‚¬Å“We are really excited because of the power that the HP distribution channel brings, the reach they have and their commitment to interoperability. I am very enthusiastic about what this relationship could bring,Ã¢â‚¬?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://static.flickr.com/2204/2342780663_fceddae949_m.jpg" alt=""  />
</p>
<p>HP is planning to roll out a few of it&rsquo;s Notebooks and Desktops preloaded with Novell&rsquo;s Enterprise Desktop 10 (SLED10). Dell had the head start with it&rsquo;s offering of machines preloaded with Ubuntu and recently also preloaded with SLED10.</p>
<p><em>Ã¢â‚¬Å“We are really excited because of the power that the HP distribution channel brings, the reach they have and their commitment to interoperability. I am very enthusiastic about what this relationship could bring,Ã¢â‚¬?</em> Novell CEO Ron Hovsepian told eWEEK in an interview during Novell&rsquo;s BrainShare 2008 conference.</p>
<p>This is good for Linux, not that Linux is going to overwhelm Microsoft&rsquo;s market share anytime soon but it will certainly help built much needed awareness among users. From the hands of hobbyist into the enterprise environment.</p>
<p>Source: <a href="http://www.eweek.com/c/a/Desktops-and-Notebooks/HP-to-Preload-Novells-Desktop-Linux-on-Some-Machines/">eWeek</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to keep your Linux session alive</title>
      <link>https://thedaneshproject.com/posts/how-to-keep-your-linux-session-alive/</link>
      <pubDate>Tue, 18 Mar 2008 13:43:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-keep-your-linux-session-alive/</guid>
      <description>Recently I wrote about implementing session timeouts on Linux. For admin&amp;rsquo;s who know what they are doing(most times) this can sometimes be an annoying experience.
There&amp;rsquo;s a simple noop script over at bashcurescancer to help work around session timeouts. This will work for ssh and also the default virtual consoles.
Watch noop in action.
[youtube]http://www.youtube.com/watch?v=BeBvp5gEyGU[/youtube] Source: BashCuresCancer</description>
      <content:encoded><![CDATA[<p>Recently I <a href="/posts/how-to-set-default-session-timeout-in-linux/">wrote</a> about implementing session timeouts on Linux. For admin&rsquo;s who know what they are doing(most times) this can sometimes be an annoying experience.</p>
<p>There&rsquo;s a simple noop script over at bashcurescancer to help work around session timeouts. This will work for ssh and also the default virtual consoles.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Watch noop in action.<br>
<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->[youtube]http://www.youtube.com/watch?v=BeBvp5gEyGU[/youtube]<!-- raw HTML omitted --> <!-- raw HTML omitted --></p>
<p>Source: BashCuresCancer</p>
]]></content:encoded>
    </item>
    <item>
      <title>Wal-Mart drops gPC from it’s stores</title>
      <link>https://thedaneshproject.com/posts/wal-mart-drops-gpc-from-its-stores/</link>
      <pubDate>Mon, 17 Mar 2008 09:03:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wal-mart-drops-gpc-from-its-stores/</guid>
      <description>Wal-Mart have decided to drop the &amp;ldquo;Green gPC&amp;rdquo; Linux based low cost desktops from it&amp;rsquo;s stores. However the gPC will still be available through walmart.com
&amp;ldquo;This really wasn&amp;rsquo;t what our customers were looking for,&amp;rdquo; said Wal-Mart Stores Inc. spokeswoman Melissa O&amp;rsquo;Brien.
Consumers today are not into low end PCs which was the whole idea behind the &amp;ldquo;Green gPC&amp;rdquo;. Consumers are favoring up to date hardware specs bundled with alternative OS like Linux as seen with ASUS&amp;rsquo;s Eee PC range of products.</description>
      <content:encoded><![CDATA[<p>Wal-Mart have decided to drop the &ldquo;Green gPC&rdquo; Linux based low cost desktops from it&rsquo;s stores. However the gPC will still be available through <a href="http://www.walmart.com/catalog/product.do?product_id=8304655">walmart.com</a></p>
<p><img loading="lazy" src="/wp-content/uploads/2008/03/01computer190.jpg" alt=""  />
</p>
<p>&ldquo;<em>This really wasn&rsquo;t what our customers were looking for</em>,&rdquo; said Wal-Mart Stores Inc. spokeswoman Melissa O&rsquo;Brien.</p>
<p>Consumers today are not into low end PCs which was the whole idea behind the &ldquo;Green gPC&rdquo;. Consumers are favoring up to date hardware specs bundled with alternative OS like Linux as seen with <a href="http://event.asus.com/eeepc/microsites/en/index.htm">ASUS&rsquo;s Eee PC</a> range of products.</p>
<p><a href="http://www.thinkgos.com/">What is gPC?</a></p>
<p>Source: Yahoo</p>
]]></content:encoded>
    </item>
    <item>
      <title>Hulu opens to public</title>
      <link>https://thedaneshproject.com/posts/hulu-opens-to-public/</link>
      <pubDate>Sun, 16 Mar 2008 12:54:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hulu-opens-to-public/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2418/2336636833_abbb36c0e7.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;After bout 5 months of invite only beta testings &lt;a href=&#34;http://www.hulu.com&#34;&gt;hulu&lt;/a&gt; has opened it&amp;rsquo;s doors to the public earlier this month.&lt;/p&gt;
&lt;p&gt;hulu is an online video streaming service but unlike &lt;a href=&#34;http://youtube.com&#34;&gt;youtube&lt;/a&gt; and other video services hulu will only be publishing premium content from prime time TV like full episodes of popular tv shows, fulllength movies and premiums clips.&lt;/p&gt;
&lt;p&gt;The current lineup already includes Family Guy, 30 Rock, The Office, House, The Simpsons, Terminator: The Sarah Connor Chronicles, Friday Night Lights, TV classics, from Arrested Development and Firefly to Buffy the Vampire Slayer, Miami Vice, Roswell and many more. The movie lineup includes full-length movies from The Usual Suspects, Ice Age, and Point Break to Some Like It Hot, In Her Shoes, and Me, Myself and Irene, as well as hundred of clips from classic movies such as Aliens, Die Hard, Little Miss Sunshine, Napoleon. The list keeps growing so choices will eventually be infinite.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2418/2336636833_abbb36c0e7.jpg" alt=""  />
</p>
<p>After bout 5 months of invite only beta testings <a href="http://www.hulu.com">hulu</a> has opened it&rsquo;s doors to the public earlier this month.</p>
<p>hulu is an online video streaming service but unlike <a href="http://youtube.com">youtube</a> and other video services hulu will only be publishing premium content from prime time TV like full episodes of popular tv shows, fulllength movies and premiums clips.</p>
<p>The current lineup already includes Family Guy, 30 Rock, The Office, House, The Simpsons, Terminator: The Sarah Connor Chronicles, Friday Night Lights, TV classics, from Arrested Development and Firefly to Buffy the Vampire Slayer, Miami Vice, Roswell and many more. The movie lineup includes full-length movies from The Usual Suspects, Ice Age, and Point Break to Some Like It Hot, In Her Shoes, and Me, Myself and Irene, as well as hundred of clips from classic movies such as Aliens, Die Hard, Little Miss Sunshine, Napoleon. The list keeps growing so choices will eventually be infinite.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2400/2337527014_1d04a1b73d.jpg" alt=""  />
</p>
<p>Currently hulu is only servicing the US. All other regions and countries will have to wait. Workarounds like using proxy servers and overseas vpn tunnels have been said to work but I haven&rsquo;t personally tested them yet.</p>
<p>If you didn&rsquo;t already know, hulu is a join venture owned by NBC Universal and News Corp with about a 100mil to spend.</p>
<p>Source: <a href="http://blog.hulu.com/2008/3/12/welcome-to-hulu">hulu blog</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Poll: 12th Malaysia Election, did the internet help?</title>
      <link>https://thedaneshproject.com/posts/poll-12th-malaysia-election-did-the-internet-help/</link>
      <pubDate>Fri, 14 Mar 2008 16:41:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/poll-12th-malaysia-election-did-the-internet-help/</guid>
      <description>Information Minister Datuk Seri Zainuddin Maidin aka Zam seems to think otherwise. According to him the Malaysian citizens only believe in the mainstream media, our one-sided news shows and newspapers and alternative media like the internet, blogs, mobile phones and other new age communication media had nothing to do with the shocking outcome witnesed during our recent election.
What do you think,Ã‚Â did the Internet &amp;amp; Blogs Influence The Election Results?</description>
      <content:encoded><![CDATA[<p>Information Minister Datuk Seri Zainuddin Maidin aka Zam seems to think otherwise. According to him the Malaysian citizens only believe in the mainstream media, our one-sided news shows and newspapers and alternative media like the internet, blogs, mobile phones and other new age communication media had nothing to do with the shocking outcome witnesed during our recent election.</p>
<p>What do you think,Ã‚Â  did the Internet &amp; Blogs Influence The Election Results? <a href="http://politickler.com/">Vote here</a>.</p>
<p>Watch his idiotic video.</p>
<p>[youtube]http://www.youtube.com/watch?v=0jSamj4dyKM[/youtube]</p>
]]></content:encoded>
    </item>
    <item>
      <title>Webinar: Control a World of Computers from Your Linux PC</title>
      <link>https://thedaneshproject.com/posts/webinar-control-a-world-of-computers-from-your-linux-pc/</link>
      <pubDate>Fri, 14 Mar 2008 13:39:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/webinar-control-a-world-of-computers-from-your-linux-pc/</guid>
      <description>A new O&amp;rsquo;Reilly webinar is coming soon.
Carla Schroder, author of the book &amp;ldquo;Linux Cookbook&amp;rdquo; will be presenting. She will be talking about GUI based secure remote administration via the Linux desktop. Some of the key points covered will be;
Running remote graphical applications. For example the Oracle installer which requires X.
Common administration tasks via popular Linus desktop environments like KDE or Gnome for example.
Remote helpdesk, similiar to remote assistance in Windows .</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm4.static.flickr.com/3050/2331774897_ce37b9fba6_o.jpg" alt=""  />
</p>
<p>A new O&rsquo;Reilly webinar is coming soon.</p>
<p><a href="http://www.oreillynet.com/pub/au/1909">Carla Schroder</a>, author of the book &ldquo;Linux Cookbook&rdquo; will be presenting. She will be talking about GUI based secure remote administration via the Linux desktop. Some of the key points covered will be;</p>
<ol>
<li>
<p>Running remote graphical applications. For example the Oracle installer which requires X.</p>
</li>
<li>
<p>Common administration tasks via popular Linus desktop environments like KDE or Gnome for example.</p>
</li>
<li>
<p>Remote helpdesk, similiar to remote assistance in Windows .</p>
</li>
<li>
<p>Administration of windows based machines from the Linux desktop. Most likely RDP clients.</p>
</li>
</ol>
<p>The webinar is scheduled for the 19th of March at 17:00(GMT) which is 1am Malaysian time(GMT+8). <a href="http://www.oreillynet.com/pub/e/929">Register</a> quick as seats are limited.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysiakini extends free service and upgrades servers</title>
      <link>https://thedaneshproject.com/posts/malaysiakini-extends-free-service-and-upgrades-servers/</link>
      <pubDate>Thu, 13 Mar 2008 02:57:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysiakini-extends-free-service-and-upgrades-servers/</guid>
      <description>Malaysiakini is extending it&amp;rsquo;s free service till this Friday 14th March. However after that it will be switching back to it&amp;rsquo;s subscribers-only model. Malaykini.tv their video site will also be transitioning to a subscriber-only model due to the high cost of bandwidth. Lower resolution videos will however still be uploaded into YouTube as they have always been.
Much needed upgrades are also being put in place. Malaysiakini will be seeing 3 new high-end servers and have it&amp;rsquo;s bandwidth upgraded to 150mbps.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2008/03/logo_en.gif" alt="logo_en.gif"  />
</p>
<p>Malaysiakini is extending it&rsquo;s <a href="http://www.malaysiakini.com/news/79127">free service</a> till this Friday 14th March. However after that it will be switching back to it&rsquo;s subscribers-only model. <a href="http://www.malaysiakini.tv">Malaykini.tv</a> their video site will also be transitioning to a subscriber-only model due to the high cost of bandwidth. Lower resolution videos will however still be uploaded into <a href="http://www.youtube.com">YouTube</a> as they have always been.</p>
<p>Much needed upgrades are also being put in place. Malaysiakini will be seeing 3 new high-end servers and have it&rsquo;s bandwidth upgraded to 150mbps. Users will surely realize an improvement in performance moving forward.</p>
<p>Malaysiakini and many other local news sites experienced a tremendous spike in users/subscribers this past week thanks to the <a href="/posts/malaysias-12th-polling-day-is-here/">Malaysia 12th general elections</a>. I myself experienced 12k page views within a few hours.</p>
<p>This just comes to show the awareness levels of Malaysians, almost everyone I know is internet savvy now, even my dad 63 years old now spends 6 hours a day on the net researching. Many politicians (Non net savvy I guess) consider the Net (alternative media) a bad thing and claim that almost everything if not all is not true. But one must ask, why aren&rsquo;t they coming out with their own sites/blogs to counter the negative media. An open debate I would call it(the democratic way). <a href="http://politickler.com/posts/zamc-chronicles/">Watch a video</a>.</p>
<p>I still buy newspapers today but since I feel that the local papers and news channels are generally pro government, I need to hear both sides of a story. Where do I go? The online world/community is the answer to satisfy my &ldquo;need to know&rdquo; hunger. However one must not easily believe everything one reads online or from the papers. Always cross reference before coming to a conclusion. Find the truth and not blindly follow.</p>
<p>Malaysians are smart people, don&rsquo;t keep challenging them. serve the people and your country not just your party.</p>
<p>Source: <a href="http://www.malaysiakini.com/news/79730">Malaysiakini</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to disable the beep in Windows XP</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-the-beep-in-windows-xp/</link>
      <pubDate>Thu, 13 Mar 2008 00:42:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-the-beep-in-windows-xp/</guid>
      <description>I am facing the same annoying beep issue which I experienced on my Linux notebook before on my XP machine now.
Most users don&amp;rsquo; t fancy having sounds turned on their OS. In XP turning off your sound schemes will turn off all notification sounds but then all beeps get channeled to your pc speaker instead thus begins the annoyance. I read somewhere that MS claims that this is a bug with the motherboards, ya right!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2262/2328065253_3ee512fbee_o.jpg" alt=""  />
</p>
<p>I am facing the same <a href="/posts/how-to-disable-the-beep-in-linux/">annoying beep</a> issue which I experienced on my Linux notebook before on my XP machine now.</p>
<p>Most users don&rsquo; t fancy having sounds turned on their OS. In XP turning off your sound schemes will turn off all notification sounds but then all beeps get channeled to your pc speaker instead thus begins the annoyance. I read somewhere that MS claims that this is a bug with the motherboards, ya right!!</p>
<p>Fortunately the fix was simple. I downloaded <a href="http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe">TweakUI</a> from <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">MS</a> and unchecked the &ldquo;Beep On Errors&rdquo; from the general options area.</p>
]]></content:encoded>
    </item>
    <item>
      <title>My Flickr now Pro</title>
      <link>https://thedaneshproject.com/posts/my-flickr-now-pro/</link>
      <pubDate>Wed, 12 Mar 2008 12:05:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-flickr-now-pro/</guid>
      <description>I finally decided to go ahead and upgrade my Flickr account from basic(free) to pro.
Cost me USD24.95 but was worth every penny. Unlimited space/sets/bandwidth/etc&amp;hellip; and now since Picnik has also gone free it just made sense to dump my other image hosting sites and consolidate everything into Flickr moving forward.
If you need image hosting they are many other there to choose from. Take them for a spin and look at your requirements.</description>
      <content:encoded><![CDATA[<p>I finally decided to go ahead and upgrade my Flickr account from basic(free) to pro.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2047/2328153839_80c4345304.jpg" alt=""  />
</p>
<p>Cost me USD24.95 but was worth every penny. Unlimited space/sets/bandwidth/etc&hellip; and now since Picnik has also gone free it just made sense to dump my other image hosting sites and consolidate everything into Flickr moving forward.</p>
<p>If you need image hosting they are many other there to choose from. Take them for a spin and look at your requirements. Most times the basic/free services will be more then enough.</p>
<p><a href="http://www.flickr.com">Flickr</a> | <a href="http://picasaweb.google.com">Picasa Web</a> | <a href="http://imageshack.us/">ImageShack</a> | <a href="http://photobucket.com/">PhotoBucketÃ‚Â </a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Goodbye Sam from Comedy Court</title>
      <link>https://thedaneshproject.com/posts/goodbye-sam-from-comedy-court/</link>
      <pubDate>Tue, 11 Mar 2008 17:18:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/goodbye-sam-from-comedy-court/</guid>
      <description>A little farewell song for Sammy VelluÃ‚Â put togather by Allan Perera and Indi Nadarajah from Comedy Court
[youtube]http://www.youtube.com/watch?v=LbBHNRs-yRw[/youtube]
Source: ComedyCourt</description>
      <content:encoded><![CDATA[<p>A little farewell song for Sammy VelluÃ‚Â  put togather by Allan Perera and Indi Nadarajah from Comedy Court</p>
<p>[youtube]http://www.youtube.com/watch?v=LbBHNRs-yRw[/youtube]</p>
<p>Source: <a href="http://www.comedycourt.com.my">ComedyCourt</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Gmail powered by humans</title>
      <link>https://thedaneshproject.com/posts/gmail-powered-by-humans/</link>
      <pubDate>Mon, 10 Mar 2008 17:09:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gmail-powered-by-humans/</guid>
      <description>Awesome work by a team of guys to reproduce the Gmail interface in a studio. They actually managedÃ‚Â simulate clicks, tag searches and even the mobile version of Gmail. The details are outstanding and quite realistic. Love the dual purpose hand held mouse pointer they came up with.
Watch it for yourself and tell me what you think.
[youtube]http://www.youtube.com/watch?v=aCNSWwAJNZE[/youtube]
Source: HongKiatÃ‚Â </description>
      <content:encoded><![CDATA[<p>Awesome work by a team of guys to reproduce the Gmail interface in a studio. They actually managedÃ‚Â  simulate clicks, tag searches and even the mobile version of Gmail. The details are outstanding and quite realistic. Love the dual purpose hand held mouse pointer they came up with.<br>
Watch it for yourself and tell me what you think.</p>
<p>[youtube]http://www.youtube.com/watch?v=aCNSWwAJNZE[/youtube]</p>
<p>Source: <a href="http://www.hongkiat.com/blog/crazy-folks-re-build-entire-gmail-interface/">HongKiatÃ‚Â </a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysiakini Not Accessible</title>
      <link>https://thedaneshproject.com/posts/malaysiakini-not-accessible/</link>
      <pubDate>Sun, 09 Mar 2008 14:44:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysiakini-not-accessible/</guid>
      <description>Malaysiakini is currently not accessible.
Try accessing the direct IP at http://122.0.17.30/index.php
Source: MalaysiaKini</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://122.0.17.30/images/logo_en.gif" alt=""  />
</p>
<p>Malaysiakini is currently not accessible.</p>
<p>Try accessing the direct IP at <a href="http://122.0.17.30/index.php">http://122.0.17.30/index.php</a></p>
<p>Source: <a href="http://www.malaysiakini.com/">MalaysiaKini</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Should Badawi (Pak Lah) resign?</title>
      <link>https://thedaneshproject.com/posts/should-badawi-pak-lah-resign/</link>
      <pubDate>Sun, 09 Mar 2008 13:44:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/should-badawi-pak-lah-resign/</guid>
      <description>Should Badawi (Pak Lah) resign as Malaysia&amp;rsquo;s prime minister? So far there has been no signs of that happening as Badawi stated that he has no intention to resign.
Vote here.
Source: Politickler</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2152/2321184420_204a05586a_o.jpg" alt=""  />
</p>
<p>Should Badawi (Pak Lah) resign as Malaysia&rsquo;s prime minister? So far there has been no signs of that happening as Badawi stated that he has no intention to resign.</p>
<p>Vote <a href="http://politickler.com/">here</a>.</p>
<p>Source: <a href="http://politickler.com/">Politickler</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Where is Sammy Vellu?</title>
      <link>https://thedaneshproject.com/posts/where-is-sammy-vellu/</link>
      <pubDate>Sun, 09 Mar 2008 13:32:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/where-is-sammy-vellu/</guid>
      <description>This just in but un-confirmed.
Sammy Vellu is in Indian. He boarded a plane to India early this morning.
Maybe he needed to get away from the Election heat, what do you think?</description>
      <content:encoded><![CDATA[<p>This just in but un-confirmed.</p>
<p>Sammy Vellu is in Indian. He boarded a plane to India early this morning.</p>
<p>Maybe he needed to get away from the Election heat, what do you think?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Barisan Rakyat has spoken</title>
      <link>https://thedaneshproject.com/posts/barisan-rakyat-has-spoken/</link>
      <pubDate>Sun, 09 Mar 2008 08:07:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/barisan-rakyat-has-spoken/</guid>
      <description>Barisan Rakyat&amp;rsquo;s voice has been heard. BN has been denied it&amp;rsquo;s critical 2/3 majority thus preventing them from making decisions alone moving forward.
Sammy gone, Shahrizat gone, Maidin gone, Kayveas gone and Koh Tsu Koon gone. Koh Tsu Koon however was a professional and a trued gentleman, accepting his defeat with grace and walking out with his head tall.
What does the future hold for us now is yet to be seen but one thing for sure, the strong power of unity amongst Malaysians regardless of color, religion nor language has been showcased with flying colors this time.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2350/2318737386_3c237720ba.jpg" alt=""  />
</p>
<p>Barisan Rakyat&rsquo;s voice has been heard. BN has been denied it&rsquo;s critical 2/3 majority thus preventing them from making decisions alone moving forward.</p>
<p>Sammy gone, Shahrizat gone, Maidin gone, Kayveas gone and Koh Tsu Koon gone. Koh Tsu Koon however was a professional and a trued gentleman, accepting his defeat with grace and walking out with his head tall.</p>
<p>What does the future hold for us now is yet to be seen but one thing for sure, the strong power of unity amongst Malaysians regardless of color, religion nor language has been showcased with flying colors this time.</p>
<p>What most leaders failed to realized in my opinion is that the new generation of voters are way more exposed and intellectual thanks to alternative media, education, foreign affairs and many other things. The gov has to keep up and not deprive them.</p>
<p>This has been a hard lesson and hopefully future elections will bring further growth to Malaysia and it&rsquo;s citizens.</p>
<p>My 2 cents: Alternative media is fast, sometimes controversial and easily accessible though new mediums like the internet and cell phone but please remember to not entirely believe everything you read. Cross reference all your sources and information before coming to a conclusion. This will truly reflect us to be an intellectual nation.</p>
<p>Congratulations MALAYSIA!! You make us proud 😀</p>
<p>Other good sources;</p>
<p><a href="http://www.malaysiakini.com/">MalaysiaKini</a> | <a href="http://politickler.com/">Politickler</a> | <a href="http://poobalan.com/blog/">Poobalan</a> | <a href="http://harismibrahim.wordpress.com/2008/02/23/hidup-barisan-rakyat/">The People&rsquo;s Parliment</a> |Ã‚Â  <a href="http://kartzworld.com/">KartzWorld</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia’s 12th election results coming in</title>
      <link>https://thedaneshproject.com/posts/malaysias-12th-election-results-coming-in/</link>
      <pubDate>Sat, 08 Mar 2008 13:30:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysias-12th-election-results-coming-in/</guid>
      <description>The polling stations are close and the votes being counted. So far the local TV stations are only covering Sabah and Sarawak and only BN related stuff.
If you need up2date info then please refer to Malaysiakini as they have live updates as the results come in. Mirrors have been setup to handle the extra load today.
Source: Malaysiakini | mirror1 | mirror2</description>
      <content:encoded><![CDATA[<p>The polling stations are close and the votes being counted. So far the local TV stations are only covering Sabah and Sarawak and only BN related stuff.</p>
<p>If you need up2date info then please refer to Malaysiakini as they have live updates as the results come in. Mirrors have been setup to handle the extra load today.</p>
<p>Source: <a href="http://www.malaysiakini.com">Malaysiakini</a> | mirror1 | mirror2</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysia’s 12th polling day is here</title>
      <link>https://thedaneshproject.com/posts/malaysias-12th-polling-day-is-here/</link>
      <pubDate>Fri, 07 Mar 2008 17:33:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysias-12th-polling-day-is-here/</guid>
      <description>Tomorrow is the 12th general election polling day for Malaysia. Malaysians will be rushing to the nearest polling stations by the millions to carry out their responsibility as a citizen.
It&amp;rsquo;s has been a rough couple of months with all the racial (that&amp;rsquo;s what they call it but not me) issues going around but tomorrow will clearly mirror what the Malaysian people really want. To either stay on the same road or to strive for a better future by opting for a change.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2209/2317063760_478a8a0133_o.jpg" alt=""  />
</p>
<p>Tomorrow is the 12th general election polling day for Malaysia. Malaysians will be rushing to the nearest polling stations by the millions to carry out their responsibility as a citizen.</p>
<p>It&rsquo;s has been a rough couple of months with all the racial (that&rsquo;s what they call it but not me) issues going around but tomorrow will clearly mirror what the Malaysian people really want. To either stay on the same road or to strive for a better future by opting for a change.</p>
<p>My 2 cents to all those going to vote tomorrow,</p>
<p>Don&rsquo;t vote for all the banners, don&rsquo;t vote for all the brochures, don&rsquo;t vote for the TV ads, don&rsquo;t vote for the radio ads, don&rsquo;t vote for the flags being carried around on bikes, don&rsquo;t vote for the handshakes and hellos that only come nearing the elections, don&rsquo;t vote for the promises you know will never be honored, don&rsquo;t vote if you have the slightest doubt.</p>
<p>Vote for the leaders who genuinely care for the people and spend time listening to the people way before the elections, vote for moral, vote for justice, vote for peace, vote for unity, vote for a better future, vote for yourself, vote for your family, vote for your children, vote for your friends, vote from your heart and most importantly vote as a Malaysian for a grate Malaysia.</p>
<p>HAPPY POLLING DAY MALAYSIA!!</p>
<p>Source: <a href="http://en.wikipedia.org/wiki/Malaysian_general_election%2C_2008">Wikipedia</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Looking inside the Apple MacBook Air</title>
      <link>https://thedaneshproject.com/posts/looking-inside-the-apple-macbook-air/</link>
      <pubDate>Thu, 06 Mar 2008 04:38:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/looking-inside-the-apple-macbook-air/</guid>
      <description>Ever wondered what Apple&amp;rsquo;s MacBook Air looks like on the inside? TechRepublic took theirs apart and made a small pictorial of the process. See the pictures.
Without an optical drive Apple managed to bring the overall size down and through the use of hidden connectors for usb and vga they managed keep the lines smooth all around.
The MacBook Air is a beauty but somehow the inside does not impress me.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/190057-500-235.jpg" alt=""  />
</p>
<p>Ever wondered what Apple&rsquo;s MacBook Air looks like on the inside? TechRepublic took theirs apart and made a small pictorial of the process. <a href="http://content.techrepublic.com.com/2346-13636_11-190015-42.html">See the pictures</a>.</p>
<p>Without an optical drive Apple managed to bring the overall size down and through the use of hidden connectors for usb and vga they managed keep the lines smooth all around.</p>
<p>The MacBook Air is a beauty but somehow the inside does not impress me. Maybe it&rsquo;s seem a bit too simple or maybe it&rsquo;s just me. I don&rsquo;t know 🙂</p>
<p>Source: <a href="http://content.techrepublic.com.com/2346-13636_11-190015-42.html">TechRepublic</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to set default session timeout in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/</link>
      <pubDate>Wed, 05 Mar 2008 04:44:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-set-default-session-timeout-in-linux/</guid>
      <description>My DC operation guys access Linux servers on a daily basis but somehow they never remember to log out. This is a security risk as anyone could gain access to the open console and create caos.
Today, yet again I&amp;rsquo;m forced to play the bad guy by dummy proofing my Linux servers by implementing default timeout for user sessions.
Bash and Korn both support the TMOUT variable which I will use to set the default timeout.</description>
      <content:encoded><![CDATA[<p>My DC operation guys access Linux servers on a daily basis but somehow they never remember to log out. This is a security risk as anyone could gain access to the open console and create caos.</p>
<p>Today, yet again I&rsquo;m forced to play the bad guy by dummy proofing my Linux servers by implementing default timeout for user sessions.</p>
<p>Bash and Korn both support the TMOUT variable which I will use to set the default timeout.</p>
<p>The etc/.bashrc file will apply the timeout system wide but if you need it to be user specific then modify the ~/.bashrc file instead.</p>
<p>Here&rsquo;s how it&rsquo;s done.</p>
<pre><code>echo &quot;TMOUT=300 &gt;&gt; /etc/bashrc

echo &quot;readonly TMOUT&quot; &gt;&gt; /etc/bashrc

echo &quot;export TMOUT&quot; &gt;&gt; /etc/bashrc
</code></pre>
<p>Log off, start a new session and wait for 5 minutes. Your session should terminate</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8.5 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.5-released/</link>
      <pubDate>Fri, 29 Feb 2008 15:14:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.5-released/</guid>
      <description>A new verison of Deluge is out. Version 0.5.8.5
Changes made to this version shown below,
Fix force recheck auto scraping of tracker if it doesn&amp;rsquo;t report number of peers on reply fix web seed proxy preference Fix adding of duplicate torrents Fix timers for saving fastresume and uploaded memory Fix rechecking on start PnP fixes Fix possible libtorrent crash in storage Grab your copy here.
Source: Deluge</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img521.imageshack.us/img521/1995/deluge0585im8.png" alt=""  />
</p>
<p>A new verison of Deluge is out. Version 0.5.8.5</p>
<p>Changes made to this version shown below,</p>
<ul>
<li>Fix force recheck</li>
<li>auto scraping of tracker if it doesn&rsquo;t report number of peers on reply</li>
<li>fix web seed proxy preference</li>
<li>Fix adding of duplicate torrents</li>
<li>Fix timers for saving fastresume and uploaded memory</li>
<li>Fix rechecking on start</li>
<li>PnP fixes</li>
<li>Fix possible libtorrent crash in storage</li>
</ul>
<p>Grab your copy <a href="http://deluge-torrent.org/downloads.php">here</a>.</p>
<p>Source: <a href="http://deluge-torrent.org/">Deluge</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy birthday Nuffnang</title>
      <link>https://thedaneshproject.com/posts/happy-birthday-nuffnang/</link>
      <pubDate>Wed, 27 Feb 2008 14:04:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-birthday-nuffnang/</guid>
      <description>Happy 1st birthday Nuffnang.
The name Nuffnang is no more a stranger amongst bloggers across Asia. From a humble beginng Nuffnang has grown considerably in past year. Almost every blogger I know is on Nuffnang now or has heard about it. The recent TV coverage really helped.
Today, Nuffnang is a year old and to show it&amp;rsquo;s appreciation Nuffnang has put together the &amp;ldquo;Nuffnang Pajama Party&amp;rdquo; which is scheduled for the 15th March 2008.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/pajamabanner.jpg" alt=""  />
</p>
<p>Happy 1st birthday Nuffnang.</p>
<p>The name Nuffnang is no more a stranger amongst bloggers across Asia. From a humble beginng Nuffnang has grown considerably in past year. Almost every blogger I know is on Nuffnang now or has heard about it. The recent TV coverage really helped.</p>
<p>Today, Nuffnang is a year old and to show it&rsquo;s appreciation Nuffnang has put together the &ldquo;Nuffnang Pajama Party&rdquo; which is scheduled for the 15th March 2008. Initialiy it was scheduled for the 8th but that date later conflicted with our general elections thus the move.</p>
<p><a href="http://www.nuffnang.com.my/pajama-party">Read about the Pajama Party</a>.</p>
<p>Source: <a href="http://www.nuffnang.com.my/blog/2008/02/27/nuffnang-is-one-year-old-today/">Nuffnang Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to increase file descriptors max limit on Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-increase-file-descriptors-max-limit-on-linux/</link>
      <pubDate>Wed, 27 Feb 2008 11:55:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-increase-file-descriptors-max-limit-on-linux/</guid>
      <description>Today my DBA reported that the server she was working on was spitting out &amp;ldquo;too many open files&amp;rdquo; errors and no new processes could be started.
This is a common problem with DB servers with heavy transactions. In my environment there are 6 DB instances running on the server. No quite the optimized setup I would say.
The fix was to increase the total file descriptors kernel parameter count in the /etc/sysctl.</description>
      <content:encoded><![CDATA[<p>Today my DBA reported that the server she was working on was spitting out &ldquo;too many open files&rdquo; errors and no new processes could be started.</p>
<p>This is a common problem with DB servers with heavy transactions. In my environment there are 6 DB instances running on the server. No quite the optimized setup I would say.</p>
<p>The fix was to increase the total file descriptors kernel parameter count in the /etc/sysctl.conf file. I doubled my limit from 8192 to 16384.</p>
<p>The walk through,</p>
<ol>
<li>
<p>Find out what the current open file descriptor limit is.</p>
<p>~# more /proc/sys/fs/file-max</p>
<p>~# 8192</p>
</li>
</ol>
<p>or</p>
<pre><code>~# sysctl -a | grep fs.file-max

~# fs.file-max = 8192
</code></pre>
<ol start="2">
<li>
<p>View how many open file descriptors are currently being used.</p>
<p>~# more /proc/sys/fs/file-nr</p>
<p>~# 8191</p>
</li>
<li>
<p>View how many files are open. The number returned might defer as 1 file descriptor can have multiple open files attached to it.</p>
<p>~# lsof | wc -l</p>
<p>~# 10325</p>
</li>
<li>
<p>Edit the kernel paramneter file /etc/sysctl.conf and add line &ldquo;fs.file-max=[new value]&rdquo; to it.</p>
<p>~# vi /etc/sysctl.conf</p>
<p>fs.file-max = 331287</p>
</li>
<li>
<p>Apply the changes.</p>
<p>~# sysctl -p
~# fs.file-max = 331287</p>
</li>
</ol>
<p>Problem fixed.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install Microsoft Core Fonts on Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-install-microsoft-core-fonts-on-linux/</link>
      <pubDate>Tue, 26 Feb 2008 12:58:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-microsoft-core-fonts-on-linux/</guid>
      <description>Most Linux desktop users don&amp;rsquo;t fancy the default fonts which ship default with Linux. Luckily there are a few ways you could easy enjoy Microsoft fonts on your Linux desktop.
The simplest way would be to use the package manager to add distro specific packages to install the fonts. openSUSE, Ubuntu and many other distros now provide the fonts with a disclaimer which you will have to agree to before the fonts get installed.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img299.imageshack.us/img299/1475/mscorefontsmy9.jpg" alt=""  />
</p>
<p>Most Linux desktop users don&rsquo;t fancy the default fonts which ship default with Linux. Luckily there are a few ways you could easy enjoy Microsoft fonts on your Linux desktop.</p>
<p>The simplest way would be to use the package manager to add distro specific packages to install the fonts. openSUSE, Ubuntu and many other distros now provide the fonts with a disclaimer which you will have to agree to before the fonts get installed.</p>
<p>If the above did not work for you then download this rpm package: <a href="ftp://ftp.gwdg.de/pub/linux/misc/suser-jengelh/AnyDistro/noarch/MicrosoftFonts-1-jen14.noarch.rpm">ftp://ftp.gwdg.de/pub/linux/misc/suser-jengelh/AnyDistro/noarch/MicrosoftFonts-1-jen14.noarch.rpm</a> which will provide the fonts for you. Use your package manager to install the package or simply install it from the command line using the command below. An advantage of this rpm package is that it includes the Tahoma fonts which is not included by the distro specific packages.</p>
<pre><code>rpm -ivh  MicrosoftFonts-1-jen14.noarch.rpm
</code></pre>
<p>The third and final way which is also the legal way would be to copy the fonts over from a licensed Windows XP computer. Move them over using winscp or a usb thumb drive,WinSCP in my case. Once moved over simply use your font&rsquo; manager to install them. In my case KDE, the font manger can be accessed at KDE Menu -&gt; Configure Desktop -&gt; System Administration -&gt; Font Installer -&gt; &ldquo;Administrator Mode&rdquo;.</p>
<p>Enjoy your fonts, drop me a comment if you need help.</p>
]]></content:encoded>
    </item>
    <item>
      <title>The Google Sari</title>
      <link>https://thedaneshproject.com/posts/the-google-sari/</link>
      <pubDate>Sun, 24 Feb 2008 17:09:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-google-sari/</guid>
      <description>[View full size.][1]
[][1]
Well, looks like Google influence is everywhere today. Just look at the latest offering from designer [Satya Paul][2]. Satya Paul is known for his new age and dynamic designs. The web 2.0 of the fashion world you could say.
The sari seen above actually says Oogle and not Google but the search results that fill the sari surely is convincing.
Hopefully Google doesn&amp;rsquo;t get ideas to start making uniforms for Indian woman now.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2090/2288147103_4c19f01677_m.jpg" alt=""  />

[View full size.][1]</p>
<p>[][1]</p>
<p>Well, looks like Google influence is everywhere today. Just look at the latest offering from designer [Satya Paul][2]. Satya Paul is known for his new age and dynamic designs. The web 2.0 of the fashion world you could say.</p>
<p>The sari seen above actually says Oogle and not Google but the search results that fill the sari surely is convincing.</p>
<p>Hopefully Google doesn&rsquo;t get ideas to start making uniforms for Indian woman now.</p>
<p>[1]: <a href="http://farm3.static.flickr.com/2090/2288147103_015a7f6a3c_o.jpg">http://farm3.static.flickr.com/2090/2288147103_015a7f6a3c_o.jpg</a>)
[2]: <a href="http://www.satyapaul.com/">http://www.satyapaul.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to run IE in openSUSE 10.3</title>
      <link>https://thedaneshproject.com/posts/how-to-run-ie-in-opensuse-10.3/</link>
      <pubDate>Sat, 23 Feb 2008 19:08:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-run-ie-in-opensuse-10.3/</guid>
      <description>&lt;p&gt;You decided to switch desktops to Linux and now you can&amp;rsquo;t access your office IE only intranet. What do you do?&lt;/p&gt;
&lt;p&gt;Well, you could IEs4Linux on WINE. &lt;a href=&#34;http://www.winehq.org/&#34;&gt;WINE&lt;/a&gt; is a opensource Windows API implementation for the Linux platform and &lt;a href=&#34;http://www.tatanka.com.br/ies4linux/page/Main_Page&#34;&gt;IEs4Linux&lt;/a&gt; is the &amp;ldquo;installer&amp;rdquo; which will download, install and get IE to work with WINE.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add the WINE repository for openSUSE 10.3.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;YaST2 -&amp;gt; Software -&amp;gt; Software Repositories.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/&#34;&gt;http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://img110.imageshack.us/img110/6796/wine1od2.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img110.imageshack.us/img110/6796/wine1od2.th.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>You decided to switch desktops to Linux and now you can&rsquo;t access your office IE only intranet. What do you do?</p>
<p>Well, you could IEs4Linux on WINE. <a href="http://www.winehq.org/">WINE</a> is a opensource Windows API implementation for the Linux platform and <a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">IEs4Linux</a> is the &ldquo;installer&rdquo; which will download, install and get IE to work with WINE.</p>
<ol>
<li>Add the WINE repository for openSUSE 10.3.</li>
</ol>
<p>YaST2 -&gt; Software -&gt; Software Repositories.</p>
<p><a href="http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/">http://software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/</a></p>
<p><a href="http://img110.imageshack.us/img110/6796/wine1od2.jpg"><img loading="lazy" src="http://img110.imageshack.us/img110/6796/wine1od2.th.jpg" alt=""  />
</a></p>
<ol start="2">
<li>Install the WINE and cabextract package.</li>
</ol>
<p>YaST2 -&gt; Software -&gt; Software Management.</p>
<p><a href="http://img239.imageshack.us/img239/5200/wine2ju5.jpg"><img loading="lazy" src="http://img239.imageshack.us/img239/5200/wine2ju5.th.jpg" alt=""  />
</a></p>
<ol start="3">
<li>Download IEs4Linux from <a href="http://www.tatanka.com.br/ies4linux/download.html">here</a> or use the command line method shown below.</li>
</ol>
<p>``</p>
<pre tabindex="0"><code>wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
</code></pre><ol start="4">
<li>Extract and run the IEs4Linux installer. You don&rsquo;t need to be root for this.</li>
</ol>
<p>``</p>
<pre tabindex="0"><code>tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
</code></pre><p><a href="http://img89.imageshack.us/img89/8959/wine5ac8.jpg"><img loading="lazy" src="http://img89.imageshack.us/img89/8959/wine5ac8.th.jpg" alt=""  />
</a> <a href="http://img100.imageshack.us/img100/4672/wine6hz1.jpg"><img loading="lazy" src="http://img100.imageshack.us/img100/4672/wine6hz1.th.jpg" alt=""  />
</a> <a href="http://img141.imageshack.us/img141/3478/wine11hl1.jpg"><img loading="lazy" src="http://img141.imageshack.us/img141/3478/wine11hl1.th.jpg" alt=""  />
</a> <a href="http://img144.imageshack.us/img144/4225/wine16mm0.jpg"><img loading="lazy" src="http://img144.imageshack.us/img144/4225/wine16mm0.th.jpg" alt=""  />
</a><br>
<a href="http://img149.imageshack.us/img149/7667/wine17uq5.jpg"><img loading="lazy" src="http://img149.imageshack.us/img149/7667/wine17uq5.jpg" alt=""  />
</a> <a href="http://img150.imageshack.us/img150/3893/wine18lf1.jpg"><img loading="lazy" src="http://img150.imageshack.us/img150/3893/wine18lf1.th.jpg" alt=""  />
</a></p>
<p>That&rsquo;s it, enjoy your IE in Linux but note the there is no support for streaming video, currently only flash is supported.</p>
<p><a href="http://img150.imageshack.us/img150/3893/wine18lf1.jpg"><img loading="lazy" src="http://img150.imageshack.us/img150/3893/wine18lf1.th.jpg" alt=""  />
</a></p>
<p>Once you&rsquo;re bored (like I did) then it&rsquo;s time to get rid of IE, here&rsquo;s how you&rsquo;ll do that since there is no uninstaller for IEs4Linux.</p>
<p>``</p>
<pre tabindex="0"><code>danny@pandora:~&gt; rm -rf ~/.ies4linux/
danny@pandora:~&gt; rm -rf ~/bin/
danny@pandora:~&gt; rm -rf ~/Desktop/ies4linux-ie6.desktop
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>How to disable the beep in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-disable-the-beep-in-linux/</link>
      <pubDate>Tue, 19 Feb 2008 16:54:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-disable-the-beep-in-linux/</guid>
      <description>If you are like me then you must hate the &amp;ldquo;BEEP!&amp;rdquo; that comes along with Linux. Turning it off in KDE or Gnome is easy but what if you are on the virtual console? Here&amp;rsquo;s how you get rid of the &amp;ldquo;BEEP!&amp;rdquo; temporarily or permanently.
Temporary solution,
** make sure to be root or use sudo **
Check if you have the pcspkr module loaded. [root@nosebleed ~]# lsmod | grep pcspkrpcspkr 7105 0 Remove the module.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img523.imageshack.us/img523/975/startupbeepsoz2.gif" alt=""  />
</p>
<p>If you are like me then you must hate the &ldquo;BEEP!&rdquo; that comes along with Linux. Turning it off in KDE or Gnome is easy but what if you are on the virtual console? Here&rsquo;s how you get rid of the &ldquo;BEEP!&rdquo; temporarily or permanently.</p>
<p><em><strong>Temporary solution,</strong></em></p>
<p>** make sure to be root or use sudo **</p>
<ol>
<li>Check if you have the pcspkr module loaded.</li>
</ol>
<pre tabindex="0"><code>[root@nosebleed ~]# lsmod | grep pcspkr

pcspkr                  7105  0
</code></pre><ol start="2">
<li>Remove the module. lsmod will return nothing if the module was removed.</li>
</ol>
<pre tabindex="0"><code>[root@nosebleed ~]# rmmod pcspkr

[root@nosebleed ~]# lsmod | grep pcspkr
</code></pre><ol start="3">
<li>Restore the module when done.</li>
</ol>
<pre tabindex="0"><code>[root@nosebleed ~]# modprobe pcspkr

[root@nosebleed ~]# lsmod | grep pcspkr

pcspkr                  7105  0
</code></pre><p><em><strong>Permanent solution,</strong></em></p>
<p>** make sure to be root or use sudo **</p>
<ol>
<li>add the pcspkr module to the modprobe blacklist file.</li>
</ol>
<pre tabindex="0"><code>[root@nosebleed ~]# vi /etc/modprobe.d/blacklist
</code></pre><p>Add the lines below to the file.</p>
<pre tabindex="0"><code># pcspkr - turn off pc speaker &#34;BEEP!&#34;

blacklist pcspkr
</code></pre><ol start="2">
<li>Reboot, and check if the pcspkr module was loaded. If the blacklist file kicked in then nothing will be returned.</li>
</ol>
<pre tabindex="0"><code>[root@nosebleed ~]# lsmod | grep pcspkr
</code></pre><p>This fix works for my CentOS and Ubuntu but not openSUSE as the pcspkr driver is built right into the kernel.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Improve ALPS touchpad response speed</title>
      <link>https://thedaneshproject.com/posts/improve-alps-touchpad-response-speed/</link>
      <pubDate>Mon, 18 Feb 2008 10:01:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/improve-alps-touchpad-response-speed/</guid>
      <description>&lt;p&gt;ALPS touchpad generaly have slower response when compared to the synaptic based touchpads.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a simple X hack to boost the sensitivity of my ALPS touchpad which has dramatically improved my experience with my touchpad. This worked on my openSUSE 10.3&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First, check if you really do have a ALPS touchpad.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cat /proc/bus/input/devices | grep ALPS
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;sample output;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;N: Name=&amp;#34;AlpsPS/2 ALPS GlidePoint&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Make a backup of your xorg.conf file.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cp /etc/X11/xorg.conf  /etc/X11/xorg.conf.bkp
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Edit the xorg.conf file.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vi /etc/X11/xorg.conf
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the InputDevice Section and look for the &amp;ldquo;synaptics&amp;rdquo; driver portion.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replace everything between the Identifier line and EndSection with the settings below.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p>ALPS touchpad generaly have slower response when compared to the synaptic based touchpads.</p>
<p>Here&rsquo;s a simple X hack to boost the sensitivity of my ALPS touchpad which has dramatically improved my experience with my touchpad. This worked on my openSUSE 10.3</p>
<ol>
<li>First, check if you really do have a ALPS touchpad.</li>
</ol>
<pre tabindex="0"><code>cat /proc/bus/input/devices | grep ALPS
</code></pre><p>sample output;</p>
<pre tabindex="0"><code>N: Name=&#34;AlpsPS/2 ALPS GlidePoint&#34;
</code></pre><ol start="2">
<li>Make a backup of your xorg.conf file.</li>
</ol>
<pre tabindex="0"><code>cp /etc/X11/xorg.conf  /etc/X11/xorg.conf.bkp
</code></pre><ol start="3">
<li>Edit the xorg.conf file.</li>
</ol>
<pre tabindex="0"><code>vi /etc/X11/xorg.conf
</code></pre><ol start="4">
<li>
<p>Navigate to the InputDevice Section and look for the &ldquo;synaptics&rdquo; driver portion.</p>
</li>
<li>
<p>Replace everything between the Identifier line and EndSection with the settings below.</p>
</li>
</ol>
<pre tabindex="0"><code>Section &#34;InputDevice&#34;
</code></pre><p>Identifier   &ldquo;Synaptics Touchpad&rdquo;
########################################Start replace from here
Driver       &ldquo;synaptics&rdquo;
Option       &ldquo;SendCoreEvents&rdquo;        &ldquo;true&rdquo;
Option       &ldquo;Device&rdquo;                &ldquo;/dev/psaux&rdquo;
Option       &ldquo;Protocol&rdquo;              &ldquo;auto-dev&rdquo;</p>
<p>Option       &ldquo;LeftEdge&rdquo;              &ldquo;130&rdquo;
Option       &ldquo;RightEdge&rdquo;             &ldquo;840&rdquo;
Option       &ldquo;TopEdge&rdquo;               &ldquo;130&rdquo;
Option       &ldquo;BottomEdge&rdquo;            &ldquo;640&rdquo;
Option       &ldquo;FingerLow&rdquo;             &ldquo;14&rdquo;
Option       &ldquo;FingerHigh&rdquo;            &ldquo;15&rdquo;
Option       &ldquo;MaxTapTime&rdquo;            &ldquo;180&rdquo;
Option       &ldquo;MaxTapMove&rdquo;            &ldquo;110&rdquo;
Option       &ldquo;ClickTime&rdquo;             &ldquo;0&rdquo;
Option       &ldquo;MaxDoubleTapTime&rdquo;      &ldquo;100&rdquo;
Option       &ldquo;EmulateMidButtonTime&rdquo;  &ldquo;75&rdquo;
Option       &ldquo;VertScrollDelta&rdquo;       &ldquo;20&rdquo;
Option       &ldquo;HorizScrollDelta&rdquo;      &ldquo;20&rdquo;
Option       &ldquo;MinSpeed&rdquo;              &ldquo;0.60&rdquo;
Option       &ldquo;MaxSpeed&rdquo;              &ldquo;1.10&rdquo;
Option       &ldquo;AccelFactor&rdquo;           &ldquo;0.030&rdquo;
Option       &ldquo;EdgeMotionMinSpeed&rdquo;    &ldquo;200&rdquo;
Option       &ldquo;EdgeMotionMaxSpeed&rdquo;    &ldquo;200
Option       &ldquo;UpDownScrolling&rdquo;       &ldquo;1&rdquo;
Option       &ldquo;CircularScrolling&rdquo;     &ldquo;1&rdquo;
Option       &ldquo;CircScrollDelta&rdquo;       &ldquo;0.1&rdquo;
Option       &ldquo;CircScrollTrigger&rdquo;     &ldquo;2&rdquo;
Option       &ldquo;SHMConfig&rdquo;             &ldquo;true&rdquo;
Option       &ldquo;Emulate3Buttons&rdquo;       &ldquo;on&rdquo;
########################################End replace here
EndSection</p>
<pre tabindex="0"><code>

&lt;p&gt;
  Here&#39;s a screenshot of my xorg.conf file.
&lt;/p&gt;
</code></pre>]]></content:encoded>
    </item>
    <item>
      <title>PlexyDesk coming to your desktop soon</title>
      <link>https://thedaneshproject.com/posts/plexydesk-coming-to-your-desktop-soon/</link>
      <pubDate>Sat, 16 Feb 2008 20:14:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/plexydesk-coming-to-your-desktop-soon/</guid>
      <description>[googlevideo]http://video.google.com/videoplay?docid=-8495736483859648715[/googlevideo]
PlexyDesk is the latest project to come out of Sri Lanka. The project team consists of a group of Sri Lankan developers and the project is only a couple of weeks old.
PlexyDesk is a Desktop but not a full desktop environment like KDE and Gnome. The goal for Plexydesk is to simplify and improve the desktop experience by by rendering your desktop workspace and optimally organizing yourÃ‚Â information thought it support for multi touch screens.</description>
      <content:encoded><![CDATA[<p>[googlevideo]http://video.google.com/videoplay?docid=-8495736483859648715[/googlevideo]</p>
<p>PlexyDesk is the latest project to come out of Sri Lanka. The project team consists of a group of Sri Lankan developers and the project is only a couple of weeks old.</p>
<p>PlexyDesk is a Desktop but not a full desktop environment like KDE and Gnome. The goal for Plexydesk is to simplify and improve the desktop experience by by rendering your desktop workspace and optimally organizing yourÃ‚Â  information thought it support for multi touch screens. Plexdesk will run on top of both KDE and Gnome.</p>
<p>Even though Plexydesk is well within it&rsquo;s infant state the team has already managed to come upÃ‚Â  with a working model to show the world. Plexy glass was even shown to Mr. Ricard Stallman during his recent <a href="http://www.geekaholic.org/2008/01/rms-events-in-sri-lanka.html">visit to Sri Lanka</a>.</p>
<p>The project team is actively looking for help with the project so if you have any skills don&rsquo;t hesitate to join the team. <a href="http://code.google.com/p/plexydesk/">What are the looking for?</a></p>
<p>Source: <a href="http://code.google.com/p/plexydesk/">PlexyDesk</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Netizens, I’m in the first batch</title>
      <link>https://thedaneshproject.com/posts/netizens-im-in-the-first-batch/</link>
      <pubDate>Fri, 15 Feb 2008 16:35:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/netizens-im-in-the-first-batch/</guid>
      <description>I was fortunate enough to get invited into Netizens, the latest advertising network to hit our shores.
Other blogs who made the first batch wereÃ‚Â hongkiat.com, LiewCF.com, LingzieÃ¢â‚¬â„¢s Tummy Treat, Malaysian Politics, Chinese Music Blog, FriedbeefÃ¢â‚¬â„¢s Tech, Rasa Malaysia, Get Found and My 1st Path .
Netizens prides itself for being different from the other advertising networks currently available in Malaysia. It&amp;rsquo;s set out to put more dollars back into the publishers hands then then conventional CPM concepts that we have all come to know very well.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img137.imageshack.us/img137/8130/logoiz5.gif" alt=""  />
</p>
<p>I was fortunate enough to get invited into Netizens, the latest advertising network to hit our shores.</p>
<p>Other blogs who made the first batch wereÃ‚Â  <a href="http://hongkiat.com/">hongkiat.com</a>, <a href="http://liewcf.com/">LiewCF.com</a>, <a href="http://lingzie.com/">LingzieÃ¢â‚¬â„¢s Tummy Treat</a>, <a href="http://malaysianpolitics.com/">Malaysian Politics</a>, <a href="http://chinesemusicblog.com/">Chinese Music Blog</a>, <a href="http://friedbeef.com/">FriedbeefÃ¢â‚¬â„¢s Tech</a>, <a href="http://rasamalaysia.com/">Rasa Malaysia</a>, Get Found and My 1st Path .</p>
<p>Netizens prides itself for being different from the other advertising networks currently available in Malaysia. It&rsquo;s set out to put more dollars back into the publishers hands then then conventional CPM concepts that we have all come to know very well. Not that the CPM models don&rsquo;t work but Netizens insists that publishers should be given a large piece of the cake for their efforts.</p>
<p>My advertising slots are currently priced from RM80/month and above.</p>
<p>Read about how Netizens was born and meet the team here.</p>
<p>Netizens is currently in Beta stage and has planned it&rsquo;s soft launch for 1st March 2008.</p>
<p>Source: Netizens Blog |</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 3 Beta 3 released</title>
      <link>https://thedaneshproject.com/posts/firefox-3-beta-3-released/</link>
      <pubDate>Fri, 15 Feb 2008 11:52:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-3-beta-3-released/</guid>
      <description>Mozilla has released it&amp;rsquo;s latest beta release of Firefox 3. Firefox 3 Beta 3.
Some of the new features include improved security through better user tracking, malware detection, stricter SSL rules and also anti virus support for the built in download manager. The download manager also benefits from someÃ‚Â changes, resume is now supported, a new search functionality and a new progress indicator in the status bar. Vista, Mac OS X and Linux will also see better integration from Firefox.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Mozilla has released it&rsquo;s latest beta release of Firefox 3. Firefox 3 Beta 3.</p>
<p>Some of the new features include improved security through better user tracking, malware detection, stricter SSL rules and also anti virus support for the built in download manager. The download manager also benefits from someÃ‚Â  changes, resume is now supported, a new search functionality and a new progress indicator in the status bar. Vista, Mac OS X and Linux will also see better integration from Firefox.</p>
<p>If you are feeling adventurous, Firefox 3 Beta 3 is currently available for download at <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">Mozilla</a>.</p>
<p>Please keep in mind that beta releases are not intended for the general public as there will be numerous undiscovered bugs and plugin compatibility issues. Beta releases are mainly targeted for testers and developers.</p>
<p>Source: <a href="http://blog.mozilla.com/">Mozilla Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to install webmin on CentOS 4</title>
      <link>https://thedaneshproject.com/posts/how-to-install-webmin-on-centos-4/</link>
      <pubDate>Thu, 14 Feb 2008 13:51:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-install-webmin-on-centos-4/</guid>
      <description>&lt;p&gt;Webmin is a web based control panel for system administrators for Unix/Linux. I use Webmin for reports mainly. More about Webmin &lt;a href=&#34;http://www.webmin.com/index.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is how you would install Webmin on Centos 4.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First start by downloading the latest version of &lt;a href=&#34;http://www.webmin.com/download.html&#34;&gt;Webmin&lt;/a&gt;. The current version is 1.400.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I prefer to use use wget to directly download the file onto the server but it&amp;rsquo;s up to you.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Install the Webmin rpm package.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;rpm -ivh  webmin-1.400-1.noarch.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[root@proxy0 /]# rpm -ivh webmin-1.400-1.noarch.rpm
warning: webmin-1.400-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51
Preparing...                ########################################### [100%]
Operating system is CentOS Linux
1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to https://proxy0.klm1.netcel360.com:10000/
as root with your root password.
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Check if the Webmin service has been started.&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;service webmin status
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[root@proxy0 /]# service webmin status
webmin (pid 4878) is running
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;That&amp;rsquo;s it, you can now login using your &lt;em&gt;&lt;strong&gt;root&lt;/strong&gt;&lt;/em&gt; id at https://localhost:10000&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Webmin is a web based control panel for system administrators for Unix/Linux. I use Webmin for reports mainly. More about Webmin <a href="http://www.webmin.com/index.html">here</a>.</p>
<p>This is how you would install Webmin on Centos 4.</p>
<ol>
<li>First start by downloading the latest version of <a href="http://www.webmin.com/download.html">Webmin</a>. The current version is 1.400.</li>
</ol>
<p>I prefer to use use wget to directly download the file onto the server but it&rsquo;s up to you.</p>
<pre tabindex="0"><code>wget http://prdownloads.sourceforge.net/webadmin/webmin-1.400-1.noarch.rpm
</code></pre><ol start="2">
<li>Install the Webmin rpm package.</li>
</ol>
<pre tabindex="0"><code>rpm -ivh  webmin-1.400-1.noarch.rpm
</code></pre><pre tabindex="0"><code>[root@proxy0 /]# rpm -ivh webmin-1.400-1.noarch.rpm
warning: webmin-1.400-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 11f63c51
Preparing...                ########################################### [100%]
Operating system is CentOS Linux
1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to https://proxy0.klm1.netcel360.com:10000/
as root with your root password.
</code></pre><ol start="3">
<li>Check if the Webmin service has been started.</li>
</ol>
<pre tabindex="0"><code>service webmin status
</code></pre><pre tabindex="0"><code>[root@proxy0 /]# service webmin status
webmin (pid 4878) is running
</code></pre><p>That&rsquo;s it, you can now login using your <em><strong>root</strong></em> id at https://localhost:10000</p>
<p><img loading="lazy" src="http://img89.imageshack.us/img89/4585/webmin1sgb5.png" alt=""  />
</p>
<p>[3]: <a href="http://img89.imageshack.us/img89/9980/webmin1bb9.png">http://img89.imageshack.us/img89/9980/webmin1bb9.png</a>)</p>]]></content:encoded>
    </item>
    <item>
      <title>iPhone now shipping with 16GB</title>
      <link>https://thedaneshproject.com/posts/iphone-now-shipping-with-16gb/</link>
      <pubDate>Tue, 12 Feb 2008 03:14:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/iphone-now-shipping-with-16gb/</guid>
      <description>With over 4 million units sold Apple has decided to release an upgrade to the popular iPhone. The iPhone now comes with 8GB or 16GB of storage. The new 16GB model will run you USD499 whereas the 8GB model will be USD399.
The iPod touch also received aÃ‚Â bump upÃ‚Â in it&amp;rsquo;s storage area.Ã‚Â Apple has started shipping it with 8GB, 16GB and now also 32GB. The 32GB model is priced at USD499, USD399 for the 16GB model and USD299 for the 8GB model.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img134.imageshack.us/img134/3140/indexiphonehero20080205bv1.jpg" alt=""  />
</p>
<p>With over 4 million units sold Apple has decided to release an upgrade to the popular iPhone. The iPhone now comes with 8GB or 16GB of storage. The new 16GB model will run you USD499 whereas the 8GB model will be USD399.</p>
<p><img loading="lazy" src="http://img134.imageshack.us/img134/1575/ipodtouchna6.png" alt=""  />
</p>
<p>The iPod touch also received aÃ‚Â  bump upÃ‚Â  in it&rsquo;s storage area.Ã‚Â  Apple has started shipping it with 8GB, 16GB and now also 32GB. The 32GB model is priced at USD499, USD399 for the 16GB model and USD299 for the 8GB model.</p>
<p>I am really looking to get the iPod Touch soon. Might pick up the 32GB model.</p>
<p>Source: <a href="http://www.apple.com/iphone/">iPhone</a> | <a href="http://www.apple.com/ipodtouch/">iPod Touch</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.12 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.12-released/</link>
      <pubDate>Mon, 11 Feb 2008 09:31:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.12-released/</guid>
      <description>Mozilla has release a new version of the popular Firefox web browser. Version 2.0.0.12.
This release fixes some important security vulnerabilities that were discovered in 2.0.0.11.
MFSA 2008-11Ã‚Â Web forgery overwrite with div overlay
MFSA 2008-10 URL token stealing via stylesheet redirect
MFSA 2008-09 Mishandling of locally-saved plain text files
MFSA 2008-08 File action dialog tampering
MFSA 2008-06 Web browsing history and forward navigation stealing
MFSA 2008-05 Directory traversal via chrome: URI</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Mozilla has release a new version of the popular Firefox web browser. Version 2.0.0.12.</p>
<p>This release fixes some important security vulnerabilities that were discovered in 2.0.0.11.</p>
<blockquote>
<p>MFSA 2008-11Ã‚Â  Web forgery overwrite with div overlay<br>
MFSA 2008-10 URL token stealing via stylesheet redirect<br>
MFSA 2008-09 Mishandling of locally-saved plain text files<br>
MFSA 2008-08 File action dialog tampering<br>
MFSA 2008-06 Web browsing history and forward navigation stealing<br>
MFSA 2008-05 Directory traversal via chrome: URI<br>
MFSA 2008-04 Stored password corruption<br>
MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution<br>
MFSA 2008-02 Multiple file input focus stealing vulnerabilities<br>
MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12)</p>
</blockquote>
<p>Download the latest version of Firefox <a href="http://en-us.www.mozilla.com/en-US/firefox/all.html">here</a>.</p>
<p>Source: <a href="http://en-us.www.mozilla.com/en-US/firefox/2.0.0.12/releasenotes/">Mozilla</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Gong Xi Fa Cai 2008</title>
      <link>https://thedaneshproject.com/posts/gong-xi-fa-cai-2008/</link>
      <pubDate>Sun, 10 Feb 2008 17:22:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gong-xi-fa-cai-2008/</guid>
      <description>I would like to wish all my Chinese friends and all Malaysians a &amp;ldquo;Happy and Prosperous Chinese New Year&amp;rdquo;.
I got caught up with a lot of things this weekend including a really bad hangover. I&amp;rsquo;m back to normal now and would sincerely like to apolagize for my late wishes. Especially to all my close Chinese friends.
Sorry guys, better late then never.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img338.imageshack.us/img338/3831/gongxifacai2k6byjotterfn9.jpg" alt="Image taken from jotter.deviantart.com"  />
</p>
<p>I would like to wish all my Chinese friends and all Malaysians a &ldquo;Happy and Prosperous Chinese New Year&rdquo;.</p>
<p>I got caught up with a lot of things this weekend including a really bad hangover. I&rsquo;m back to normal now and would sincerely like to apolagize for my late wishes. Especially to all my close Chinese friends.</p>
<p>Sorry guys, better late then never.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Super speed = smile on my face</title>
      <link>https://thedaneshproject.com/posts/super-speed-smile-on-my-face/</link>
      <pubDate>Wed, 06 Feb 2008 16:39:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/super-speed-smile-on-my-face/</guid>
      <description>I&amp;rsquo;m working late tonight. Been in the office since morning and I desperately need to shower and have some food.
Thought I&amp;rsquo;ll share this picture with you since it&amp;rsquo;s the only thing keeping me motivated to work late nowadays. Speed = smile on Danny&amp;rsquo;s face. 😀
Update: 12:52am
Just crashed my Netgear WGR614 router with the new speed 🙂
Streamyx!! This is what happens when you deprive us of bandwidth.</description>
      <content:encoded><![CDATA[<p>I&rsquo;m working late tonight. Been in the office since morning and I desperately need to shower and have some food.</p>
<p>Thought I&rsquo;ll share this picture with you since it&rsquo;s the only thing keeping me motivated to work late nowadays. Speed = smile on Danny&rsquo;s face. 😀</p>
<p><img loading="lazy" src="http://img135.imageshack.us/img135/5156/delugespeedssn2.jpg" alt=""  />
</p>
<p>Update: 12:52am</p>
<p>Just crashed my Netgear WGR614 router with the new speed 🙂</p>
<p><img loading="lazy" src="http://img292.imageshack.us/img292/6465/delugespeedncp0.jpg" alt=""  />
</p>
<p>Streamyx!! This is what happens when you deprive us of bandwidth.</p>
<p>[1]: <a href="http://img135.imageshack.us/img135/1403/delugespeedyc1.jpg">http://img135.imageshack.us/img135/1403/delugespeedyc1.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Get Moooving Movable Art 2008</title>
      <link>https://thedaneshproject.com/posts/get-moooving-movable-art-2008/</link>
      <pubDate>Tue, 05 Feb 2008 18:14:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/get-moooving-movable-art-2008/</guid>
      <description>Get Mooving Movable Art 2008 will be held at Palate Pallete, Bukit Bintang, Kuala Lumpur on the 2nd of March .
My best pal [Alan][2] will be featured together with a line-up of other local and international designers. If you have time to burn then make sure to drop by to check out the alternative art scene.
What&amp;rsquo;s lined up for the event,
Lucky draws. Live performances. Honda Jazz design decal.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img246.imageshack.us/img246/7597/2194883053452247df25oscb8.jpg" alt=""  />
</p>
<p>Get Mooving Movable Art 2008 will be held at Palate Pallete, Bukit Bintang, Kuala Lumpur on the 2nd of March .</p>
<p>My best pal [Alan][2] will be featured together with a line-up of other local and international designers. If you have time to burn then make sure to drop by to check out the alternative art scene.</p>
<p>What&rsquo;s lined up for the event,</p>
<ol>
<li>Lucky draws.</li>
<li>Live performances.</li>
<li>Honda Jazz design decal.</li>
<li>Poster showcase.</li>
<li>Art installation.</li>
<li>Goodies for the first 200 to RSVP by Feb 20th.</li>
</ol>
<p>For more info visit <a href="http://afm.vox.com/">http://afm.vox.com/</a></p>
<p>Source: [Delirium][3]</p>
<p>[1]: <a href="http://img172.imageshack.us/img172/1720/2194883053452247df25ohl9.jpg">http://img172.imageshack.us/img172/1720/2194883053452247df25ohl9.jpg</a>)
[2]: <a href="http://alanbernard.com/mayhem/blog/get-moooving-movable-art-2008/">http://alanbernard.com/mayhem/blog/get-moooving-movable-art-2008/</a>
[3]: <a href="http://www.abinesh.com/delirium/posts/alanbernardcom/">http://www.abinesh.com/delirium/posts/alanbernardcom/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3.3 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3.3-released/</link>
      <pubDate>Tue, 05 Feb 2008 13:14:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3.3-released/</guid>
      <description>A new security release for WordPress is out. This will be an urgent fix as it attentions a flaw found in the XML-RPC implementation. An attacker could easily exploit this vulnerability and gain the ability to edit user posts.
Besides the fix this release also includes a few bug fixes.
I&amp;rsquo;ve done my upgrade, have you?
Download the WordPress 2.3.3 here.
Source: WordPress Dev</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
<br>
A new security release for WordPress is out. This will be an urgent fix as it attentions a flaw found in the XML-RPC implementation. An attacker could easily exploit this vulnerability and gain the ability to edit user posts.</p>
<p>Besides the fix this release also includes a few <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.3">bug fixes</a>.</p>
<p>I&rsquo;ve done my upgrade, have you?</p>
<p>Download the WordPress 2.3.3 <a href="http://wordpress.org/download/">here</a>.</p>
<p>Source: <a href="http://wordpress.org/development/2008/02/wordpress-233/">WordPress Dev</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My home made notebook cooler</title>
      <link>https://thedaneshproject.com/posts/my-home-made-notebook-cooler/</link>
      <pubDate>Sun, 03 Feb 2008 16:42:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-home-made-notebook-cooler/</guid>
      <description>&lt;p&gt;Been having a hard time finding a suitable notebook cooler for me. I&amp;rsquo;ve gone through almost all types of coolers available on the market today. Cheapest to the premium priced, single fan to 4 fans, usb powered to adapter powered but yet none did met my standards.&lt;/p&gt;
&lt;p&gt;I decided to go ahead and build my own notebook cooler. Played around with acrylic and other materials but what happen was I need to jack my notebook up to get the best air flow. This worked fine while on my lap but not when place on a desk.&lt;/p&gt;
&lt;p&gt;Some hours of thinking later I decided to convert my desk into a cooler itself. Started off drilling a hole fit for a 120mm fan powered by a 12v adapter and connected through a molex connector.&lt;/p&gt;
&lt;p&gt;2 hours later I finally found my notebook cooler. Works like a champ!!&lt;/p&gt;
&lt;p&gt;See pictures of my home made notebook cooler below.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Been having a hard time finding a suitable notebook cooler for me. I&rsquo;ve gone through almost all types of coolers available on the market today. Cheapest to the premium priced, single fan to 4 fans, usb powered to adapter powered but yet none did met my standards.</p>
<p>I decided to go ahead and build my own notebook cooler. Played around with acrylic and other materials but what happen was I need to jack my notebook up to get the best air flow. This worked fine while on my lap but not when place on a desk.</p>
<p>Some hours of thinking later I decided to convert my desk into a cooler itself. Started off drilling a hole fit for a 120mm fan powered by a 12v adapter and connected through a molex connector.</p>
<p>2 hours later I finally found my notebook cooler. Works like a champ!!</p>
<p>See pictures of my home made notebook cooler below.</p>
<p><img loading="lazy" src="http://img263.imageshack.us/img263/4294/1006175ak4.jpg" alt=""  />
<br>
<img loading="lazy" src="http://img408.imageshack.us/img408/4447/1006176xx3.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img442.imageshack.us/img442/1040/1006178kj4.jpg" alt=""  />
<br>
<img loading="lazy" src="http://img406.imageshack.us/img406/9661/1006179dx6.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img177.imageshack.us/img177/3835/1006181vz5.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img186.imageshack.us/img186/492/1006184ti8.jpg" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8.3 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.3-released/</link>
      <pubDate>Sat, 02 Feb 2008 22:40:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.3-released/</guid>
      <description>A new version of Deluge is out. Version 0.5.8.3.
Change log;
Fix remote exploit which could crash Deluge Fix high cpu spikes Fix torrent order between sessions Fix loading of BlocklistImport pluginDownload Deluge 0.5.8.3 here. Source: Deluge</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img524.imageshack.us/img524/9159/deluge0583he7.jpg" alt=""  />
<br>
A new version of Deluge is out. Version 0.5.8.3.</p>
<p>Change log;</p>
<ul>
<li>Fix remote exploit which could crash Deluge</li>
<li>Fix high cpu spikes</li>
<li>Fix torrent order between sessions</li>
<li>Fix loading of BlocklistImport pluginDownload Deluge 0.5.8.3 <a href="http://deluge-torrent.org/downloads.php">here</a>.</li>
</ul>
<p>Source: <a href="http://deluge-torrent.org">Deluge</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Thread Zoo</title>
      <link>https://thedaneshproject.com/posts/the-thread-zoo/</link>
      <pubDate>Sat, 02 Feb 2008 19:13:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-thread-zoo/</guid>
      <description>Event: The Threads Zoo
When: 2nd &amp;amp; 3rd Feb 2008, 10am-10pm
Where: Desa Sri Hartamas
If you into new age art and looking to get one off designs then make sure to head on over to The Threads Zoo.
[1]: http://img209.imageshack.us/img209/6057/image003ii0.jpg)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img209.imageshack.us/img209/8629/image003spy7.jpg" alt=""  />
</p>
<p>Event: The Threads Zoo</p>
<p>When: 2nd &amp; 3rd Feb 2008, 10am-10pm</p>
<p>Where: Desa Sri Hartamas</p>
<p>If you into new age art and looking to get one off designs then make sure to head on over to The Threads Zoo.</p>
<p>[1]: <a href="http://img209.imageshack.us/img209/6057/image003ii0.jpg">http://img209.imageshack.us/img209/6057/image003ii0.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Creating Partitions with GNU Parted</title>
      <link>https://thedaneshproject.com/posts/creating-partitions-with-gnu-parted/</link>
      <pubDate>Fri, 01 Feb 2008 18:55:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/creating-partitions-with-gnu-parted/</guid>
      <description>Hi, its me Raja again. This time I talk about parted, an alternative to fdisk for linux. This is my second screencast, so the quality is not there yet. The youtube video somehow seems a little burry, so you may want to look at the higher quality .avi version.
Anyhow, comments are much appreciated on how to improve this screencast.
[youtube]http://www.youtube.com/watch?v=OcB6IGqG34Y[/youtube]
Source: Rajaseelan</description>
      <content:encoded><![CDATA[<p>Hi, its me Raja again. This time I talk about <a href="http://en.wikipedia.org/wiki/GNU_Parted" title="GNU Parted">parted</a>, an alternative to fdisk for linux. This is my second screencast, so the quality is not there yet. The youtube video somehow seems a little burry, so you may want to look at the higher quality <a href="http://rapidshare.com/files/88388373/Creating.Partitions.With.GNU.Parted.avi" title="Creating Partitions with GNU Parted">.avi</a> version.</p>
<p>Anyhow, comments are much appreciated on how to improve this screencast.</p>
<p>[youtube]http://www.youtube.com/watch?v=OcB6IGqG34Y[/youtube]</p>
<p>Source: <a href="http://rajaseelan.com/2008/02/02/creating-partitions-with-gnu-parted/">Rajaseelan</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Microsoft wants to buy Yahoo</title>
      <link>https://thedaneshproject.com/posts/microsoft-wants-to-buy-yahoo/</link>
      <pubDate>Fri, 01 Feb 2008 17:47:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/microsoft-wants-to-buy-yahoo/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img114.imageshack.us/img114/3963/44397651microhoo203blg9.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Google does it again. This time forcing Yahoo to consider Microsoft&amp;rsquo;s offer to acquire Yahoo for $44.6bn.&lt;/p&gt;
&lt;p&gt;Yahoo, Google&amp;rsquo;s main competitor has been struggling for the past years trying to compete with Google. Yahoo needs to spend 300mil to revive itself based on the latest revenue forecast which may result in a 1000 staff lay off.&lt;/p&gt;
&lt;p&gt;Microsoft offered to buy Yahoo last year but was declined by Yahoo being confident it will recover. A year later Microsoft sees that window open again.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img114.imageshack.us/img114/3963/44397651microhoo203blg9.jpg" alt=""  />
</p>
<p>Google does it again. This time forcing Yahoo to consider Microsoft&rsquo;s offer to acquire Yahoo for $44.6bn.</p>
<p>Yahoo, Google&rsquo;s main competitor has been struggling for the past years trying to compete with Google. Yahoo needs to spend 300mil to revive itself based on the latest revenue forecast which may result in a 1000 staff lay off.</p>
<p>Microsoft offered to buy Yahoo last year but was declined by Yahoo being confident it will recover. A year later Microsoft sees that window open again.</p>
<p><img loading="lazy" src="http://img238.imageshack.us/img238/5285/44397676microyahoogra41ll2.gif" alt=""  />
</p>
<p>Microsoft said that together, Yahoo and Microsoft will form one strong entity to take on Google. With Yahoo out of the picture the game drills down to Google vs Microsoft. True clash of the titans.</p>
<p>Who will win? It&rsquo;s going to be a feeding frenzy for the <a href="http://ec.europa.eu/comm/competition/national_authorities/">competition authorities</a> who will investigate every aspect of the acquasition.</p>
<p>Many people including me feel that Yahoo and Microsoft together will not pose any threat to Google. Will there be a name change, for example McYahoo 🙂 ?</p>
<p>What do you think?</p>
<p>Source: <a href="http://news.bbc.co.uk/1/hi/business/7222114.stm#graphic">BBC News</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Streamyx International access down</title>
      <link>https://thedaneshproject.com/posts/streamyx-international-access-down/</link>
      <pubDate>Wed, 30 Jan 2008 18:47:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/streamyx-international-access-down/</guid>
      <description>Crap!! Can&amp;rsquo;t access any international sites now. Not even a notice on their site&amp;hellip;
My ad sense ads are not loading and causing unnecessary delays.
Well, off to bed now.</description>
      <content:encoded><![CDATA[<p>Crap!! Can&rsquo;t access any international sites now. Not even a notice on their site&hellip;<br>
My ad sense ads are not loading and causing unnecessary delays.</p>
<p>Well, off to bed now.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Delirium Short Story Contest</title>
      <link>https://thedaneshproject.com/posts/delirium-short-story-contest/</link>
      <pubDate>Wed, 30 Jan 2008 17:17:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/delirium-short-story-contest/</guid>
      <description>Abinesh is relatively new to the blogging scene but his style of blogging and consistence is something I admire.
Delirium is like coffee for me, a cup a day is not enough. Delirium is truly Abinesh&amp;rsquo;s take on the world.
Danny loves coffee
Remember Delirium&amp;rsquo;s second contest Win a HP Kensington Wireless mouse?. The contest ends tomorrow so get your short stories in now before it&amp;rsquo;s too late if you want a go at the HP mouse.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img182.imageshack.us/img182/5079/logoov2kb4.jpg" alt=""  />
</p>
<p><a href="http://www.abinesh.com/delirium/">Abinesh</a> is relatively new to the blogging scene but his style of blogging and consistence is something I admire.</p>
<p><em><strong>Delirium</strong></em> is like coffee for me, a cup a day is not enough. <em><strong>Delirium</strong></em> is truly Abinesh&rsquo;s take on the world.</p>
<p><em><strong>Danny</strong></em> loves coffee</p>
<p>Remember Delirium&rsquo;s second contest <a href="/posts/win-a-hp-kensington-wireless-mouse/">Win a HP Kensington Wireless mouse</a>?. The contest ends tomorrow so get your short stories in now before it&rsquo;s too late if you want a go at the HP mouse.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Oracle now has a Wiki</title>
      <link>https://thedaneshproject.com/posts/oracle-now-has-a-wiki/</link>
      <pubDate>Wed, 30 Jan 2008 13:25:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/oracle-now-has-a-wiki/</guid>
      <description>[Oracle][2] has decided to give more to the Oracle community by starting their first [Oracle Wiki][3]. The Wiki is sponsored by Oracle and will house content from customers, partners and just about anyone who has an interest in Oracle.
Those looking for Oracle related information have traditionally relied on the [OTN][4] website, official [forums][5] and also the official [Oracle blogs][6]. The problem was the information was always from Oracle and not it&amp;rsquo;s users.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img163.imageshack.us/img163/9537/oraclewikismb1.jpg" alt=""  />
</p>
<p>[Oracle][2] has decided to give more to the Oracle community by starting their first [Oracle Wiki][3]. The Wiki is sponsored by Oracle and will house content from customers, partners and just about anyone who has an interest in Oracle.</p>
<p>Those looking for Oracle related information have traditionally relied on the [OTN][4] website, official [forums][5] and also the official [Oracle blogs][6]. The problem was the information was always from Oracle and not it&rsquo;s users. Now, Oracle has made it possible for it&rsquo;s users to contribute back and not just hear Oracle&rsquo;s side.</p>
<p>Users will be able to create, edit and link to external resource they feel are releveant. User will actually be creating their own web content in the shape of installed guides, performance tuning guides and benchmarks, tech notes, best practices, tips, case studies, and the list goes on.</p>
<p>To get started, get an account and start creating your Wiki pages at [Oracle WikiÃ‚Â ][3]</p>
<p>[1]: <a href="http://img238.imageshack.us/img238/4895/oraclewikifk8.jpg">http://img238.imageshack.us/img238/4895/oraclewikifk8.jpg</a>)
[2]: <a href="http://oracle.com">http://oracle.com</a>
[3]: <a href="http://wiki.oracle.com/">http://wiki.oracle.com/</a>
[4]: <a href="http://otn.oracle.com">http://otn.oracle.com</a>
[5]: <a href="http://forums.oracle.com/">http://forums.oracle.com/</a>
[6]: <a href="http://blogs.oracle.com">http://blogs.oracle.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Live traffic cams from around Malaysia</title>
      <link>https://thedaneshproject.com/posts/live-traffic-cams-from-around-malaysia/</link>
      <pubDate>Tue, 29 Jan 2008 14:23:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/live-traffic-cams-from-around-malaysia/</guid>
      <description>The weather these past weeks has been dreadful. Rain, sun, scorching sun then followed rain again. I had to throw out quite a few plans.
Anyway, the weather today was bad again. Rained just when I was leaving the office so I came back up to my place. Everybody knows that ones it rains in KL everything on the roads come to a crawl or sometimes a total stand still.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img301.imageshack.us/img301/2456/jgspotsxl0.jpg" alt=""  />
</p>
<p>The weather these past weeks has been dreadful. Rain, sun, scorching sun then followed rain again. I had to throw out quite a few plans.</p>
<p>Anyway, the weather today was bad again. Rained just when I was leaving the office so I came back up to my place. Everybody knows that ones it rains in KL everything on the roads come to a crawl or sometimes a total stand still. Keeping this in mind I had to check the traffic status. Normally it would be a look out the window and for as far as my eyes could see but today my pal referred me to a local site [JGSpot][2] to get my traffic update.</p>
<p>JGSpot is a forum made up of topics ranging from the local traffic to politics but what caught my attention were the live feeds from traffic cams around Malaysia. Penang Bridge, KL City, JB-Singapore and PLUS tolls. Just click the <em><strong>&ldquo;Click Me To Close Live Traffic Hotspot&rdquo;</strong></em> to load the feeds. Registration is free and will allow you to have the feeds showing indeffinately whereas unregistered you will only have a 20 second window before the feeds close.</p>
<p>Thanks to JGSpot I&rsquo;m still the the office.</p>
<p>Source: [JGSpot][2]</p>
<p>[1]: <a href="http://img301.imageshack.us/img301/3782/jgspotcu4.jpg">http://img301.imageshack.us/img301/3782/jgspotcu4.jpg</a>)
[2]: <a href="http://jgspot.com/index.php">http://jgspot.com/index.php</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>XPS M1330 now Ubuntu ready</title>
      <link>https://thedaneshproject.com/posts/xps-m1330-now-ubuntu-ready/</link>
      <pubDate>Mon, 28 Jan 2008 09:08:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/xps-m1330-now-ubuntu-ready/</guid>
      <description>Dell&amp;rsquo;s top of the range notebook and currently also the best notebook from Dell, the XPS M1330 is now being shipped pre-installed with Ubuntu 7.10 (Gutsy Gibbon). The Ubuntu powered XPS notebooks are currently only available in Germany, UK, France and Spain. Hopefully Dell expands it&amp;rsquo;s Ubuntu on Dell range to Malaysia soon. The use of Linux in Asia is constantly growing and one might find this an ideal business opportunity.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img292.imageshack.us/img292/5403/dellxpsm1330nz6.jpg" alt=""  />
</p>
<p>Dell&rsquo;s top of the range notebook and currently also the best notebook from Dell, the XPS M1330 is now being shipped pre-installed with Ubuntu 7.10 (Gutsy Gibbon). The Ubuntu powered XPS notebooks are currently only available in Germany, UK, France and Spain. Hopefully Dell expands it&rsquo;s Ubuntu on Dell range to Malaysia soon. The use of Linux in Asia is constantly growing and one might find this an ideal business opportunity. Don&rsquo;t you think so Dell?</p>
<p>Linux on Dell has been a big hit among it&rsquo;s customer and potential customers as seen on Direct2Dell. The biggest requests on Dell&rsquo;s community sites <a href="http://direct2dell.com">direct2dell</a> and <a href="http://www.ideastorm.com">IdeaStorm</a> have been to get <a href="http://www.ideastorm.com/article/show/75680/Offer_Ubuntu_on_more_hardware">Ubuntu on more hardware</a> and <a href="http://www.ideastorm.com/article/show/66672/Sell_Linux_PCs_Wordwide__not_only_the_United_States">made available around the globe</a>.</p>
<p><img loading="lazy" src="http://img292.imageshack.us/img292/6245/dellunbuntuor3.png" alt=""  />
</p>
<p>Source: Direct2Del <a href="http://www.linuxscrew.com/2008/01/24/dell-offers-new-ubuntu-preinstalled-laptop-xps-m1330/">Linux Screw</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Rambo 4, my review</title>
      <link>https://thedaneshproject.com/posts/rambo-4-my-review/</link>
      <pubDate>Sun, 27 Jan 2008 09:46:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/rambo-4-my-review/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img201.imageshack.us/img201/1693/ramboxo4.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Cast: Sylvester Stallone, Julie Benz, Paul Schulze, Graham McTavish, Matthew Marsden&lt;br&gt;
Director: Sylvester Stallone&lt;br&gt;
Screenplay: Sylvester Stallone&lt;br&gt;
Cinematography: Glen MacPherson&lt;br&gt;
Music: Brian Tyler&lt;br&gt;
U.S. Distributor: Lionsgate&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;My Review,&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img201.imageshack.us/img201/1693/ramboxo4.jpg" alt=""  />
</p>
<p>Cast: Sylvester Stallone, Julie Benz, Paul Schulze, Graham McTavish, Matthew Marsden<br>
Director: Sylvester Stallone<br>
Screenplay: Sylvester Stallone<br>
Cinematography: Glen MacPherson<br>
Music: Brian Tyler<br>
U.S. Distributor: Lionsgate</p>
<p><em><strong>My Review,</strong></em></p>
<p>Caught <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0462499%2F&amp;ei=gVCcR4juD6PgpgSgjL20CQ&amp;usg=AFQjCNGlVjxXQkvOt4qh3vX4vdF4eOqWdg&amp;sig2=Y8w5DeTDZmBTQ04QPUaeoA">Rambo 4</a> last week thanks to <a href="/posts/im-going-to-watch-rambo-4/">AMBP</a>.</p>
<ol>
<li>Fire power 9/10</li>
</ol>
<p>Lot&rsquo;s of big guns, bombs, sniper riffles and home made machete. My favs have to be the snipper riffle and the machete.</p>
<ol start="2">
<li>Blood 9/10</li>
</ol>
<p>The is blood and body parts flying all over the place!! Legs, arms and heads exploding in your face.</p>
<ol start="3">
<li>Brutality 9/10</li>
</ol>
<p>Kids tortured, burned and shot, woman raped and murdered, mens body parts chopped off and blown to pieces by land mines.</p>
<ol start="4">
<li>FX 9/10</li>
</ol>
<p>Super super good effects. Everything looks freaking realistic.</p>
<ol start="5">
<li>Rambo 5/10</li>
</ol>
<p>Well, Rambo&rsquo;s old now. Shirt never comes off. Does not get captured, tortured and then escape. No more solo action, John Rambo actually works with mercenaries this time. Hardly says a word. I heard the word &ldquo;John Rambo&rdquo; only twice if memory serves me right.</p>
<ol start="6">
<li>Vehicles 4/10</li>
</ol>
<p>Besides the pirate bot in the beginning and a few military transport lorries don&rsquo;t hope to see any cool helicopters or military vehicles.</p>
<ol start="7">
<li>Location 7/10</li>
</ol>
<p>Nothing new, typical Asian jungle backdrop.</p>
<p><em><strong>Final words:</strong></em></p>
<p>A must watch movie for those with a strong stomach and a passion for mindless brutality. Don&rsquo;t go in expecting to see the old Rambo, open your mind and you shall enjoy.</p>
<p>My favorite part from the movie is when the enemy confronting John Rambo get taken down by a head shot from the sniper. His damn head explodes on screen&hellip;.BAM!!</p>
<p>So how did you find the movie?</p>]]></content:encoded>
    </item>
    <item>
      <title>openSUSE X.Org patch released</title>
      <link>https://thedaneshproject.com/posts/opensuse-x.org-patch-released/</link>
      <pubDate>Sat, 26 Jan 2008 15:07:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-x.org-patch-released/</guid>
      <description>openSuse has released the X.Org patch 7.2-143.11.
The patch fixes the shared memory issue which was causing applications to crash. I fixed my installation by running the Beta fix 7.2-143.10.
I received my update up through the openSUSE updater today and so far everythings been working fine.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img174.imageshack.us/img174/7500/opensusebannerch9.png" alt=""  />
</p>
<p>openSuse has released the X.Org patch 7.2-143.11.</p>
<p>The patch fixes the <a href="https://bugzilla.novell.com/show_bug.cgi?id=355928">shared memory issue</a> which was causing applications to crash. I fixed my installation by running the <a href="/posts/bug-in-opensuse-xorg-security-update/">Beta fix 7.2-143.10</a>.</p>
<p>I received my update up through the openSUSE updater today and so far everythings been working fine.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8.2 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.2-released/</link>
      <pubDate>Fri, 25 Jan 2008 04:30:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.2-released/</guid>
      <description>A new version Deluge is out. Version 0.5.8.2 promises to fix the crash issues faced by many users.
Changelog,
Deluge 0.5.8.2 (24 January 2008)
Fix column width saving Option to download new blocklist after certain number of days - Patch from Mark Stahler Fix ui-locking when tracker responded in non-utf8 encoding Remove Extra Stats plugin Prevent Scheduler plugin from setting an invalid &amp;lsquo;max_active_torrents&amp;rsquo; Download Deluge 0.5.8.2 here.
Source: Deluge</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img214.imageshack.us/img214/3897/deluge0582li0.jpg" alt=""  />
</p>
<p>A new version Deluge is out. Version 0.5.8.2 promises to fix the crash issues faced by many users.</p>
<p>Changelog,</p>
<blockquote>
<p>Deluge 0.5.8.2 (24 January 2008)</p>
<ul>
<li>Fix column width saving</li>
<li>Option to download new blocklist after certain number of days - Patch from Mark Stahler</li>
<li>Fix ui-locking when tracker responded in non-utf8 encoding</li>
<li>Remove Extra Stats plugin</li>
<li>Prevent Scheduler plugin from setting an invalid &lsquo;max_active_torrents&rsquo;</li>
</ul>
</blockquote>
<p>Download Deluge 0.5.8.2 <a href="http://www.deluge-torrent.org/downloads.php">here</a>.</p>
<p>Source: <a href="http://www.deluge-torrent.org/">Deluge</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Win a HP Kensington Wireless mouse</title>
      <link>https://thedaneshproject.com/posts/win-a-hp-kensington-wireless-mouse/</link>
      <pubDate>Fri, 25 Jan 2008 02:44:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/win-a-hp-kensington-wireless-mouse/</guid>
      <description>Stand a chance to win a HP Kensington Wireless Mouse by writing a short story about Delirium.
To qualify,
Write a story no longer then 30 words about Delirium and the contest.
Keywords &amp;ldquo;Delirium&amp;rdquo;, &amp;ldquo;Blog&amp;rdquo;, &amp;ldquo;Your Name&amp;rdquo; must be included in the story.
Contest starts 21st Jan 2008 and ends on 31st Jan 2008.
source:Ã‚Â Delirium Short Story Contest</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2189/2198827963_01a0ae7b8c.jpg" alt=""  />
</p>
<p>Stand a chance to win a HP Kensington Wireless Mouse by writing a short story about Delirium.</p>
<p>To qualify,</p>
<ol>
<li>
<p>Write a story no longer then 30 words about Delirium and the contest.</p>
</li>
<li>
<p>Keywords &ldquo;Delirium&rdquo;, &ldquo;Blog&rdquo;, &ldquo;Your Name&rdquo; must be included in the story.</p>
</li>
<li>
<p>Contest starts 21st Jan 2008 and ends on 31st Jan 2008.</p>
</li>
</ol>
<p>source:Ã‚Â  <a href="http://www.abinesh.com/delirium/posts/delirium-short-story-contest/">Delirium Short Story Contest</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Redhat Choice Seminar</title>
      <link>https://thedaneshproject.com/posts/redhat-choice-seminar/</link>
      <pubDate>Thu, 24 Jan 2008 17:48:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/redhat-choice-seminar/</guid>
      <description>RedHat is coming to town with Intel to roll out a new seminar next week, The Redhat Choice Seminar.
What&amp;rsquo;s will be covered,
Why FOSS?
Entreprise on Intel
Integrated Virtualization
When and where,
Date: 29th January 2008
Venue: Sheraton Imperial Hotel,
Jalan Sultan Ismail
Kuala Lumpur 50250
Malaysia
Time: 1.30pm - 5.00 pm
If you are interested to attend the seminar then
Source:</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img186.imageshack.us/img186/2646/banner720nc2.jpg" alt=""  />
</p>
<p>RedHat is coming to town with Intel to roll out a new seminar next week, The Redhat Choice Seminar.<br>
<em><strong>What&rsquo;s will be covered,</strong></em></p>
<ol>
<li>
<p>Why FOSS?</p>
</li>
<li>
<p>Entreprise on Intel</p>
</li>
<li>
<p>Integrated Virtualization</p>
</li>
</ol>
<p><em><strong>When and where,</strong></em></p>
<p>Date: 29th January 2008</p>
<p>Venue: Sheraton Imperial Hotel,<br>
Jalan Sultan Ismail<br>
Kuala Lumpur 50250<br>
Malaysia</p>
<p>Time: 1.30pm - 5.00 pm</p>
<p>If you are interested to attend the seminar then</p>
<p><img loading="lazy" src="http://img242.imageshack.us/img242/5623/btnregisterek4.jpg" alt=""  />
</p>
<p>Source:<br>
<img loading="lazy" src="http://img166.imageshack.us/img166/482/choicelogost8.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Bug in openSUSE xorg security update</title>
      <link>https://thedaneshproject.com/posts/bug-in-opensuse-xorg-security-update/</link>
      <pubDate>Tue, 22 Jan 2008 12:55:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bug-in-opensuse-xorg-security-update/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been hit by &lt;a href=&#34;https://bugzilla.novell.com/show_bug.cgi?id=345131&#34;&gt;bug #345131&lt;/a&gt; since updating to the latest xorg-server [7.2-143.9] security update on my openSUSE 10.3 installation. xorg-server version 7.2-143.6 to 7.2-143.9.&lt;/p&gt;
&lt;p&gt;VLC, Filezilla and a few other applications stopped working. The bug has something to do with the X Window shared memory (MIT-SHM) overflowing.&lt;/p&gt;
&lt;p&gt;My error,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The program &amp;lsquo;Filezilla&amp;rsquo; received an X Window System error.&lt;br&gt;
This probably reflects a bug in the program.&lt;br&gt;
The error was &amp;lsquo;BadAlloc (insufficient resources for operation)&amp;rsquo;.&lt;br&gt;
(Details: serial 1072 error_code 11 request_code 147 minor_code 5)&lt;br&gt;
(Note to programmers: normally, X errors are reported asynchronously;&lt;br&gt;
that is, you will receive the error a while after causing it.&lt;br&gt;
To debug your program, run it with the -sync command line&lt;br&gt;
option to change this behavior. You can then get a meaningful&lt;br&gt;
backtrace from your debugger if you break on the gdk_x_error() function.)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Few hours of Googling and experimenting later I found my fix. 3Ã‚Â  actually.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I&rsquo;ve been hit by <a href="https://bugzilla.novell.com/show_bug.cgi?id=345131">bug #345131</a> since updating to the latest xorg-server [7.2-143.9] security update on my openSUSE 10.3 installation. xorg-server version 7.2-143.6 to 7.2-143.9.</p>
<p>VLC, Filezilla and a few other applications stopped working. The bug has something to do with the X Window shared memory (MIT-SHM) overflowing.</p>
<p>My error,</p>
<blockquote>
<p>The program &lsquo;Filezilla&rsquo; received an X Window System error.<br>
This probably reflects a bug in the program.<br>
The error was &lsquo;BadAlloc (insufficient resources for operation)&rsquo;.<br>
(Details: serial 1072 error_code 11 request_code 147 minor_code 5)<br>
(Note to programmers: normally, X errors are reported asynchronously;<br>
that is, you will receive the error a while after causing it.<br>
To debug your program, run it with the -sync command line<br>
option to change this behavior. You can then get a meaningful<br>
backtrace from your debugger if you break on the gdk_x_error() function.)</p>
</blockquote>
<p>Few hours of Googling and experimenting later I found my fix. 3Ã‚Â  actually.</p>
<ol>
<li>Edit your /etc/xorg.conf file and add the below to the &ldquo;Extensions&rdquo; section. This fixed some issues but not all. My Kaffeine decided to stop working following this method.</li>
</ol>
<p>Section &ldquo;Extensions&rdquo;<br>
Option &ldquo;MIT-SHM&rdquo; &ldquo;no&rdquo;<br>
EndSection</p>
<ol start="2">
<li>
<p>Downgrade back to the previous version [7.2-143.6] of xorg-server. This will come with quite a few dependency warnings so be prepared to work through them. Worked for me but look at option 3 as it&rsquo;s the best one.</p>
</li>
<li>
<p>Download and install the Beta fix xorg-server [7.2-143.10] from Novell from here. This one worked best for me.</p>
</li>
</ol>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2085/2211346047_76d47bd0f3.jpg" alt=""  />
</p>
<p>Source: <a href="https://bugzilla.novell.com/show_bug.cgi?id=345131">Novell Bugzilla</a> SUSE Beta</p>]]></content:encoded>
    </item>
    <item>
      <title>How to untar over SSH</title>
      <link>https://thedaneshproject.com/posts/how-to-untar-over-ssh/</link>
      <pubDate>Mon, 21 Jan 2008 12:40:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-untar-over-ssh/</guid>
      <description>&lt;p&gt;I develop quite a few bash scripts to automated backups and dropbox operation in my office. One of the usual requirements is to tar (tar.gz) the files locally and later untar them on the destination server when needed. I have a few simple scripts with interactive menus which help the data center operations team with their daily backup tasks.&lt;/p&gt;
&lt;p&gt;One of the challenges during development was the ability to untar files on the backup server over SSH. The command by default will untar to the home directory instead of the target folder &lt;!-- raw HTML omitted --&gt;output always returned success but the files were nowhere to be found&lt;!-- raw HTML omitted --&gt;. This apparently is a limitation on the tar command, it did not know where to untar the files to when being executed over SSH. Fortunately the fix was really simple.&lt;/p&gt;
&lt;p&gt;Original command,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ssh 127.0.0.1 &#39;tar zxvf ~/test/files.tzr.gz&#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The simple fix,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ssh 127.0.0.1 &#39;cd ~/test/ ; tar zxvf files.tar.gz&#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or, (thanks Aik)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ssh 127.0.0.1 &#39;tar zxvf files.tar.gz -C ~/test/&#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here&amp;rsquo;s a video I put together to demonstrate the above. Hopefully I got it right.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I develop quite a few bash scripts to automated backups and dropbox operation in my office. One of the usual requirements is to tar (tar.gz) the files locally and later untar them on the destination server when needed. I have a few simple scripts with interactive menus which help the data center operations team with their daily backup tasks.</p>
<p>One of the challenges during development was the ability to untar files on the backup server over SSH. The command by default will untar to the home directory instead of the target folder <!-- raw HTML omitted -->output always returned success but the files were nowhere to be found<!-- raw HTML omitted -->. This apparently is a limitation on the tar command, it did not know where to untar the files to when being executed over SSH. Fortunately the fix was really simple.</p>
<p>Original command,</p>
<pre><code>ssh 127.0.0.1 'tar zxvf ~/test/files.tzr.gz'
</code></pre>
<p>The simple fix,</p>
<pre><code>ssh 127.0.0.1 'cd ~/test/ ; tar zxvf files.tar.gz'
</code></pre>
<p>or, (thanks Aik)</p>
<pre><code>ssh 127.0.0.1 'tar zxvf files.tar.gz -C ~/test/'
</code></pre>
<p>Here&rsquo;s a video I put together to demonstrate the above. Hopefully I got it right.</p>
<p>[youtube]http://www.youtube.com/watch?v=uyxSmZpbl24[/youtube]</p>
<p>Please drop me a comment if you know a better way.</p>]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8.1 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.1-released/</link>
      <pubDate>Mon, 21 Jan 2008 06:12:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8.1-released/</guid>
      <description>A new version of Deluge is out.
Changes added to this release,
Catch various exceptions from possibly corrupted persistent.state
Use pieces wanted instead of total pieces to draw adv progress bar
Properly catch &amp;lsquo;address already in use&amp;rsquo; error when trying to use a port that is in use
Attempt to fix issue where all the columns start very small
Change how we handle fastresume - should prevent rechecking
New theme for windows</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2018/2208029527_8cb0eca62c_o.jpg" alt=""  />
</p>
<p>A new version of Deluge is out.</p>
<p>Changes added to this release,</p>
<blockquote>
<p>Catch various exceptions from possibly corrupted persistent.state<br>
Use pieces wanted instead of total pieces to draw adv progress bar<br>
Properly catch &lsquo;address already in use&rsquo; error when trying to use a port that is in use<br>
Attempt to fix issue where all the columns start very small<br>
Change how we handle fastresume - should prevent rechecking<br>
New theme for windows<br>
Performance enhancements by removing needless casts<br>
Search is now a plugin<br>
Browser removed</p>
</blockquote>
<p><a href="http://www.deluge-torrent.org/downloads.php">Download Deluge 0.5.8.1</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>I’m going to watch Rambo 4</title>
      <link>https://thedaneshproject.com/posts/im-going-to-watch-rambo-4/</link>
      <pubDate>Sun, 20 Jan 2008 18:00:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/im-going-to-watch-rambo-4/</guid>
      <description>Won myself a pair of Rambo 4 tickets from AMBP.
![](http://img444.imageshack.us/img444/6683/ambpbutton6or2.png&amp;quot; align=&amp;ldquo;left&amp;rdquo; /&amp;gt; The tickets were up for grabs during the recent gathering which was the first bloggers gathering for me. I&amp;rsquo;ve never had luck with lucky draws my whole life and that did not change this time. One week later, now, I&amp;rsquo;m chosen as a lucky winner. Guess my luck&amp;rsquo;s changing&amp;hellip;.
Gotta pick my tickets up by Tuesday if I want good seats.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.allmalaysia.info/ambp/images/archives/editor/2008/1/9/m_fredericks7311_1.jpg" alt=""  />
</p>
<p>Won myself a pair of Rambo 4 tickets from AMBP.</p>
<p>![](<a href="http://img444.imageshack.us/img444/6683/ambpbutton6or2.png%22">http://img444.imageshack.us/img444/6683/ambpbutton6or2.png&quot;</a> align=&ldquo;left&rdquo; /&gt; The tickets were up for grabs during the <a href="/posts/ambp-coffee-therapy-for-bloggers/">recent gathering</a> which was the first bloggers gathering for me. I&rsquo;ve never had luck with lucky draws my whole life and that did not change this time. One week later, now, I&rsquo;m chosen as a lucky winner. Guess my luck&rsquo;s changing&hellip;.</p>
<p>Gotta pick my tickets up by Tuesday if I want good seats. Only if I find some time to drop by Star&rsquo;s office.</p>
<p>Hopefully the movie live up to the hype.</p>
<p>Source: AMBP</p>
]]></content:encoded>
    </item>
    <item>
      <title>Where is Sharlinie?</title>
      <link>https://thedaneshproject.com/posts/where-is-sharlinie/</link>
      <pubDate>Fri, 18 Jan 2008 17:10:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/where-is-sharlinie/</guid>
      <description>Yet another innocent soul is falls victim to sick perverts. If there were a god, please please spare this innocent soul from being added to the statistics. Please&amp;hellip;&amp;hellip;..
We leave among sick people, really sick bastards. What do they see in an innocent child like this? sigh&amp;hellip;.
My fix,
Legalize porn and prostitution, ya ya&amp;hellip;.. bitch all you want. We have politicians walking around in their own porn videos,multiple wife, multiple keeps and the best, girls giving BJs to their boyfriends in public(remember edisi siasat, KLCC park?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2353/2196795357_ffb7fb70d9.jpg" alt=""  />
</p>
<p>Yet another innocent soul is falls victim to sick perverts. If there were a god, please please spare this innocent soul from being added to the statistics. Please&hellip;&hellip;..</p>
<p>We leave among sick people, really sick bastards. What do they see in an innocent child like this? sigh&hellip;.</p>
<p><em><strong>My fix,</strong></em></p>
<p>Legalize porn and prostitution, ya ya&hellip;.. bitch all you want. We have politicians walking around in their own porn videos,multiple wife, multiple keeps and the best, girls giving BJs to their boyfriends in public(remember edisi siasat, KLCC park?) but what to we bitch about. No no Pink, Beyonce too much skin, you might teach us the wrong thing. What you call that?</p>
<p>Remember,Ã‚Â  there are a lot of sick desperate people out there needing to be satisfied, we must provide a means for them to vent their despration else innocent victims like Sharlinie fall victim. I wonder what&rsquo;s the rape rate in Amsterdam?</p>
<p>Just my 2cents&hellip;&hellip;.</p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/nini-update/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Honda Dreams Fund</title>
      <link>https://thedaneshproject.com/posts/honda-dreams-fund/</link>
      <pubDate>Thu, 17 Jan 2008 12:35:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/honda-dreams-fund/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.honda.com.my&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img237.imageshack.us/img237/7776/taglabelmi4.gif&#34; alt=&#34;&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.honda.com.my&#34;&gt;Honda&lt;/a&gt; in partnership with UNDP will be giving away full education scholarships to 20 underprivileged candidates. The scholarships will enable the candidates to futher the higher education here in Malaysia.&lt;/p&gt;
&lt;blockquote&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;p&gt;We want to help others take their first steps to realizing the power of their dreams.&lt;br&gt;
&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;~Mr. Soichiro Honda~&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;So how do you apply?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><a href="http://www.honda.com.my"><img loading="lazy" src="http://img237.imageshack.us/img237/7776/taglabelmi4.gif" alt=""  />
</a></p>
<p><a href="http://www.honda.com.my">Honda</a> in partnership with UNDP will be giving away full education scholarships to 20 underprivileged candidates. The scholarships will enable the candidates to futher the higher education here in Malaysia.</p>
<blockquote>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>We want to help others take their first steps to realizing the power of their dreams.<br>
<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->~Mr. Soichiro Honda~<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
<p><em><strong>So how do you apply?</strong></em></p>
<ol>
<li>Download the application form. English | Bahasa.</li>
<li>Be between 17 to 24 hears old.</li>
<li>Have a combined house hold income of under RM1500.</li>
<li>Medically fit.</li>
<li>Not have other scholarships.</li>
<li>Write an essay no more then 500 words about why you deserve to be awarded the scholarship.</li>
<li>Provide ass required documentation .</li>
<li><a href="mailto://hdfessay@undp.org">E-Mail</a> or snail mail your application by 31st March 2008. <a href="mailto://hdfessay@undp.org">hdfessay@undp.org</a></li>
</ol>
<p>Sources: <a href="http://www.bmahendran.com/?p=285">Bolehland</a> | Honda</p>]]></content:encoded>
    </item>
    <item>
      <title>How to remove ^M character with VI</title>
      <link>https://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/</link>
      <pubDate>Thu, 17 Jan 2008 09:09:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-remove-m-character-with-vi/</guid>
      <description>This is how you remove those annoying ^M characters that show up in files previously edited on a Windows/DOS platform.
In VI,
:%s/[ctrlkey+v and ctrl-key+M]//g actual command,
:%s/^V^M//g Here&amp;rsquo;s a walk through video I made. My first actually 🙂
[youtube]http://www.youtube.com/watch?v=Fy_w3VDkxKU[/youtube]</description>
      <content:encoded><![CDATA[<p>This is how you remove those annoying ^M characters that show up in files previously edited on a Windows/DOS platform.</p>
<p>In VI,</p>
<pre><code>:%s/[ctrlkey+v and ctrl-key+M]//g
</code></pre>
<p>actual command,</p>
<pre><code>:%s/^V^M//g
</code></pre>
<p>Here&rsquo;s a walk through video I made. My first actually 🙂</p>
<p>[youtube]http://www.youtube.com/watch?v=Fy_w3VDkxKU[/youtube]</p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE main repository back online</title>
      <link>https://thedaneshproject.com/posts/opensuse-main-repository-back-online/</link>
      <pubDate>Wed, 16 Jan 2008 16:31:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-main-repository-back-online/</guid>
      <description>Quick update to my previous post, the main openSUSE repositories are back online.</description>
      <content:encoded><![CDATA[<p>Quick update to my <a href="/posts/opensuse-main-repository-down/">previous post</a>, the main openSUSE repositories are back online.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to find files in linux</title>
      <link>https://thedaneshproject.com/posts/how-to-find-files-in-linux/</link>
      <pubDate>Tue, 15 Jan 2008 20:23:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-find-files-in-linux/</guid>
      <description>Need to find files older than certain time frame? This will help, &amp;ldquo;find [dir] -type f -mtime +[24hours*n] &amp;quot;
Examples,
Show files older than 7 days
find /tmp/ -type f -mtime +7 Show files older than 7 days and rm them.
find /tmp/ -type f -mtime +7 -exec rm {} \; or if you have a large number of files
find /tmp/ -type f -mtime +7 | xargs rm </description>
      <content:encoded><![CDATA[<p>Need to find files older than certain time frame? This will help, &ldquo;find [dir] -type f -mtime +[24hours*n] &quot;</p>
<p>Examples,</p>
<p>Show files older than 7 days</p>
<pre><code>find /tmp/ -type f -mtime +7
</code></pre>
<p>Show files older than 7 days and rm them.</p>
<pre><code>find /tmp/ -type f -mtime +7 -exec rm {} \;
</code></pre>
<p>or if you have a large number of files</p>
<pre><code>find /tmp/ -type f -mtime +7 | xargs rm</code></pre>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE main repository down</title>
      <link>https://thedaneshproject.com/posts/opensuse-main-repository-down/</link>
      <pubDate>Tue, 15 Jan 2008 13:30:39 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-main-repository-down/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img205.imageshack.us/img205/3231/opensusebuildserviceerrhc2.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;The main openSUSE repositories have been down for about 12 hours now due to hardware failures. If you are using these mirrors then your package manager would most likely fail as mine did. Screen shots below.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;So what do you do?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s advisable to use a mirror closer to your location. I use Japan. The performance is better when compared with the other Asian mirros.&lt;/p&gt;
&lt;p&gt;For the full list of mirrors go to the openSUSE Wiki&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img205.imageshack.us/img205/3231/opensusebuildserviceerrhc2.jpg" alt=""  />
</p>
<p>The main openSUSE repositories have been down for about 12 hours now due to hardware failures. If you are using these mirrors then your package manager would most likely fail as mine did. Screen shots below.</p>
<p><em><strong>So what do you do?</strong></em></p>
<p>It&rsquo;s advisable to use a mirror closer to your location. I use Japan. The performance is better when compared with the other Asian mirros.</p>
<p>For the full list of mirrors go to the openSUSE Wiki</p>
<p><img loading="lazy" src="http://img205.imageshack.us/img205/4648/opensusebuildserviceerrrn3.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img205.imageshack.us/img205/2929/opensusebuildserviceerrmz5.jpg" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Free WiFi HotSpots</title>
      <link>https://thedaneshproject.com/posts/free-wifi-hotspots/</link>
      <pubDate>Tue, 15 Jan 2008 12:54:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-wifi-hotspots/</guid>
      <description>Abi posted an extensive list of free WiFi hotspots from around Malaysia over at Delirium. The full list available at Delirium. If you have additional HotSpots which did not make the list, leave a comment and they will get added.
KL &amp;amp; Selangor
All timezones listed free hotspots (inc whole MÃ¢â‚¬â„¢sia Starbucks) Goto Timezone list 1 Utama new wing Certain KFC outlets during weekdays from 2pm to 6pm (pls visit KFC.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2088/2184658461_3712971b96.jpg" alt=""  />
</p>
<p>Abi posted an extensive list of free WiFi hotspots from around Malaysia over at Delirium. The full list available at <a href="http://www.abinesh.com/delirium/posts/free-wi-fi-zones/#comment-794">Delirium.</a> If you have additional HotSpots which did not make the list, leave a comment and they will get added.</p>
<blockquote>
<p><strong><em>KL &amp; Selangor</em></strong></p>
<ol>
<li>All timezones listed free hotspots (inc whole MÃ¢â‚¬â„¢sia Starbucks) Goto Timezone list</li>
<li>1 Utama new wing</li>
<li>Certain KFC outlets during weekdays from 2pm to 6pm (pls visit KFC.com.my)</li>
<li>Hai Siang Kopitiam /Haipeng ( Bdr Puteri Puchong)</li>
<li>Simply Penang (bdr puteri Puchong)</li>
<li>Star Junction (Bdr Puteri Puchong)</li>
<li>Kopikau (Bdr Puteri Puchong)</li>
</ol>
</blockquote>
<p>Source : <a href="http://www.abinesh.com">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Switched to reCAPTCHA</title>
      <link>https://thedaneshproject.com/posts/switched-to-recaptcha/</link>
      <pubDate>Mon, 14 Jan 2008 15:41:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/switched-to-recaptcha/</guid>
      <description>Switched over from Math Comment Spam Protection to reCAPTCHA. Spam has still been coming in despite the Math Comment Spam Protection plugin. I decided to take reCAPTCHA for a spin for a few weeks. Hopefully it helps.
What is reCAPTCHA?
You need a CAPTCHA differentiate human from computers. There are many other CAPTCHA programs available today, from numbers to whole phrases. Almost every website with registration, comments or basically any sort of forms implement some kind of CAPTCHA to keep spam bots at bay.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2055/2191989334_8441734778_o.png" alt=""  />
</p>
<p>Switched over from <a href="http://sw-guide.de/wordpress/plugins/math-comment-spam-protection/">Math Comment Spam Protection</a> to <a href="http://recaptcha.net/">reCAPTCHA</a>. Spam has still been coming in despite the Math Comment Spam Protection plugin. I decided to take reCAPTCHA for a spin for a few weeks. Hopefully it helps.</p>
<p><em><strong>What is reCAPTCHA?</strong></em></p>
<p>You need a CAPTCHA differentiate human from computers. There are many other CAPTCHA programs available today, from numbers to whole phrases. Almost every website with registration, comments or basically any sort of forms implement some kind of CAPTCHA to keep spam bots at bay.</p>
<p>I chose reCAPTHA because it&rsquo;s CAPTCHA function not only stops spam but also helps in the digitizing of books from the <a href="http://www.archive.org/">internet archive</a>. It does this by adding OCR unrecognized words into it&rsquo;s CAPTCHA images for users to solve. Sometimes the CAPTCHA gets pretty scrambled and can be hard to read. To aid users an additional word gets added to the CAPTCHA image which has been previously solved. A user normally only needs to get the solved word correct, the unrecognized word will be compared against answers from other users and the most accurate one then gets picked.</p>
<p>You can get the reCAPTCHA WordPress plugin here.</p>
<p>Source: <a href="http://recaptcha.net">reCAPTCHA</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>AMBP Coffee Therapy for Bloggers</title>
      <link>https://thedaneshproject.com/posts/ambp-coffee-therapy-for-bloggers/</link>
      <pubDate>Mon, 14 Jan 2008 00:30:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ambp-coffee-therapy-for-bloggers/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2292/2191095056_821107988c_o.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Me, &lt;a href=&#34;http://wingloon.com/&#34;&gt;WingLoon&lt;/a&gt; and &lt;a href=&#34;http://www.abinesh.com/delirium/&#34;&gt;Abi&lt;/a&gt; were at the &lt;!-- raw HTML omitted --&gt;recent AMBP Gathering &amp;ldquo;&lt;!-- raw HTML omitted --&gt;Coffee Therapy for Bloggers&lt;!-- raw HTML omitted --&gt;&amp;rdquo; held at Starbucks The Gardens, Mid Valley. This was AMBP&amp;rsquo;s first offical gathering so nothin much was planned for the day. We has some coffee, laughs and alot of Hi and Hellos. Not to forget freebies, movies tickets,Ã‚Â  mouse pads,Ã‚Â  pens, etc&amp;hellip;.&lt;!-- raw HTML omitted --&gt; &lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;Like AMBP this was my first bloggers gathering but I felt that the whole thing did not quite work to plan due to the location. Starbucks was small and crowed with chairs. Most of us sat and got into our comfort zones. Communication came to a halt&amp;hellip;.&lt;!-- raw HTML omitted --&gt; &lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;My recommendation for future events would be to make them more interactive. Some games,quizes, workshops, brown bags would really bring the event to live. This is the first time and I&amp;rsquo;m sure the organizers will have more plans for future events.&lt;/p&gt;
&lt;p&gt;Bloggers I met;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;May Ong&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://jason.com.my/cms/&#34;&gt;Jason&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.andymervingeorge.com/&#34;&gt;AndyMervinGeorge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://huayphing.blogspot.com/&#34;&gt;HuayPhing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://shaun-ng.blogspot.com/&#34;&gt;Shaunng&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://devince83.blogspot.com/&#34;&gt;Devince&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://wilzc.blogspot.com/&#34;&gt;Wilzc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://talesofagecko.blogspot.com/&#34;&gt;Ivan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.xanga.com/angelic_kelz&#34;&gt;Angelic Kelz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2292/2191095056_821107988c_o.jpg" alt=""  />
</p>
<p>Me, <a href="http://wingloon.com/">WingLoon</a> and <a href="http://www.abinesh.com/delirium/">Abi</a> were at the <!-- raw HTML omitted -->recent AMBP Gathering &ldquo;<!-- raw HTML omitted -->Coffee Therapy for Bloggers<!-- raw HTML omitted -->&rdquo; held at Starbucks The Gardens, Mid Valley. This was AMBP&rsquo;s first offical gathering so nothin much was planned for the day. We has some coffee, laughs and alot of Hi and Hellos. Not to forget freebies, movies tickets,Ã‚Â  mouse pads,Ã‚Â  pens, etc&hellip;.<!-- raw HTML omitted --> <!-- raw HTML omitted --></p>
<p><!-- raw HTML omitted -->Like AMBP this was my first bloggers gathering but I felt that the whole thing did not quite work to plan due to the location. Starbucks was small and crowed with chairs. Most of us sat and got into our comfort zones. Communication came to a halt&hellip;.<!-- raw HTML omitted --> <!-- raw HTML omitted --></p>
<p>My recommendation for future events would be to make them more interactive. Some games,quizes, workshops, brown bags would really bring the event to live. This is the first time and I&rsquo;m sure the organizers will have more plans for future events.</p>
<p>Bloggers I met;</p>
<ul>
<li>May Ong</li>
<li><a href="http://jason.com.my/cms/">Jason</a></li>
<li><a href="http://www.andymervingeorge.com/">AndyMervinGeorge</a></li>
<li><a href="http://huayphing.blogspot.com/">HuayPhing</a></li>
<li><a href="http://shaun-ng.blogspot.com/">Shaunng</a></li>
<li><a href="http://devince83.blogspot.com/">Devince</a></li>
<li><a href="http://wilzc.blogspot.com/">Wilzc</a></li>
<li><a href="http://talesofagecko.blogspot.com/">Ivan</a></li>
<li><a href="http://www.xanga.com/angelic_kelz">Angelic Kelz</a></li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2076/2191095184_a2c49d7160.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2345/2191095746_1babbbe6ca.jpg" alt=""  />
</p>
<p>[11]: <a href="http://farm3.static.flickr.com/2104/2190308455_cbb3ba8dd7.jpg">http://farm3.static.flickr.com/2104/2190308455_cbb3ba8dd7.jpg</a>)
[12]: <a href="http://farm3.static.flickr.com/2050/2191095386_6d927c27c2.jpg">http://farm3.static.flickr.com/2050/2191095386_6d927c27c2.jpg</a>)
[13]: <a href="http://farm3.static.flickr.com/2401/2190308665_9fcc117c83.jpg">http://farm3.static.flickr.com/2401/2190308665_9fcc117c83.jpg</a>)
[14]: <a href="http://farm3.static.flickr.com/2132/2191095626_8b8cb6f533.jpg">http://farm3.static.flickr.com/2132/2191095626_8b8cb6f533.jpg</a>)</p>]]></content:encoded>
    </item>
    <item>
      <title>Won myself some WordPress stickers</title>
      <link>https://thedaneshproject.com/posts/won-myself-some-wordpress-stickers/</link>
      <pubDate>Sun, 13 Jan 2008 23:43:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/won-myself-some-wordpress-stickers/</guid>
      <description>Delirium had a contest running for the past few weeks. To qualify I had to link back and contribute comments.Ã‚Â Me, Wing Loon and MerDurian came up on top being the top commentators so we get some WordPress stickers. Thanks Abi.
Received my stickers from Delirium yesterday.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2342/2143141360_fa99d79629.jpg" alt=""  />
</p>
<p><a href="http://www.abinesh.com/delirium/posts/contest-winners/">Delirium</a> had a contest running for the past few weeks. To qualify I had to link back and contribute comments.Ã‚Â  Me, <a href="http://wingloon.com/">Wing Loon</a> and MerDurian came up on top being the top commentators so we get some WordPress stickers. Thanks Abi.</p>
<p>Received my stickers from Delirium yesterday.</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2043/2191033814_046fa6a8f1_m.jpg" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Facebook unavailable</title>
      <link>https://thedaneshproject.com/posts/facebook-unavailable/</link>
      <pubDate>Sun, 13 Jan 2008 10:38:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/facebook-unavailable/</guid>
      <description>I can&amp;rsquo;t login intermittently. Anyone else having the same issue?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2071/2188584637_723e2c5c08_o.jpg" alt=""  />
</p>
<p>I can&rsquo;t login intermittently. Anyone else having the same issue?</p>
]]></content:encoded>
    </item>
    <item>
      <title>KDE 4.0 is out</title>
      <link>https://thedaneshproject.com/posts/kde-4.0-is-out/</link>
      <pubDate>Sun, 13 Jan 2008 07:43:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kde-4.0-is-out/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2382/2188278385_11c6736c50.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;For all KDE fans out there like me, KDE 4.0 is out!! It has been 11 years since the beginning but KDE 4.0 now marks the beginning of a new era for the KDE desktop environment. &amp;ldquo;New and improved&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2134/2188335217_2d8f80e93e_o.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2382/2188278385_11c6736c50.jpg" alt=""  />
</p>
<p>For all KDE fans out there like me, KDE 4.0 is out!! It has been 11 years since the beginning but KDE 4.0 now marks the beginning of a new era for the KDE desktop environment. &ldquo;New and improved&rdquo;</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2134/2188335217_2d8f80e93e_o.jpg" alt=""  />
</p>
<p>What can you expect?</p>
<ul>
<li>Desktop improvements. Plasma, KRunner, KickOff, and Kwin. <a href="http://www.kde.org/announcements/4.0/desktop.php">More here</a></li>
<li>Better hardware support and integration through new and improved libraries. Phonon, The Solid Hardware Integration Framework, KHTML, ThreadWeaver, QT4. <a href="http://www.kde.org/announcements/4.0/">More here</a></li>
<li>Much needed beautification all around. Oxygen. <a href="http://oxygen-icons.org/">More here</a></li>
<li>New applications to replace and optimize usability and functionality. <a href="http://www.kde.org/announcements/4.0/applications.php">More here</a></li>
</ul>
<p>The <a href="http://www.kde.org/announcements/4.0/guide.php">KDE 4.0 visual guide</a> will give you a better view of what the improvements are and look like. If you need a test drive, there is a live cd based on openSUSE with KDE 4.0 <a href="http://home.kde.org/~binner/kde-four-live/">here</a>. ArkLinux, DEbian, Fedora, Gentoo, Kubuntu and Mandriva are also beginning to distribute KDE 4.0 through new releases and updates.</p>
<p>My NB is gonna look fine with the new KDE 4.0, hopefully.</p>
<p>Source : <a href="http://www.kde.org/announcements/4.0/">KDE 4.0 Released</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Skype now on PSP</title>
      <link>https://thedaneshproject.com/posts/skype-now-on-psp/</link>
      <pubDate>Sun, 13 Jan 2008 02:00:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skype-now-on-psp/</guid>
      <description>Trash talking just got easier with the PSP. Sony announced that they will be shipping Skype with the new &amp;ldquo;slim and light&amp;rdquo; PSP (PSP-2000) units. Users will now be able to make free calls to Skype users on PCs and also other PSP gamers.
Current PSP users will be able to enjoy Skype later this month with a firmware update through the software update functionality. However this will only be applicable to those on the new &amp;ldquo;Slim and Light&amp;rdquo; PSPs.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img184.imageshack.us/img184/6495/skypepspzm5.png" alt=""  />
</p>
<p>Trash talking just got easier with the PSP. Sony announced that they will be shipping Skype with the new &ldquo;slim and light&rdquo; PSP (PSP-2000) units. Users will now be able to make free calls to Skype users on PCs and also other PSP gamers.</p>
<p>Current PSP users will be able to enjoy Skype later this month with a firmware update through the software update functionality. However this will only be applicable to those on the new &ldquo;Slim and Light&rdquo; PSPs. Bummer!!</p>
<p>The update will enable users to;</p>
<ul>
<li>Make free voice calls between Skype users</li>
<li>Manage their Skype contact list (view existing contacts, add new ones)</li>
<li>View Skype presence (see which friends are online and available to talk)</li>
<li>SkypeOutÃ¢â€žÂ¢ calls to make calls to landlines and mobile phones anywhere in the world (requires the purchase of Skype credit)</li>
<li>Optional SkypeInÃ¢â€žÂ¢ number that lets users receive calls on Skype from landlines and mobiles anywhere in the world (requires the purchase of Skype credit)</li>
<li>View and modify Skype settings and account details (including username creation, SkypeOut settings, voicemail settings and call forwarding)</li>
</ul>
<p>I&rsquo;m saving up some cash to get me a PSP and iPOD. Gadgets man&rsquo;s toys :). What would you recommend, iPOD or PSP?</p>
<p>Since moving into my new job I&rsquo;ve been saving up some moola every month but I am still on the lookout for freelance jobs though. Nothing is better then being your own boss&hellip;..<br>
Source: <a href="http://www.us.playstation.com/News/PressReleases/447?ref=http%3A//www.sony.com/ces/index.html%3Fs1%3D1%26s2%3D3&amp;XID=M:ces_2008:playstation:product_detail:psp_system_skype:press_release">Sony</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Awesome WOW ads</title>
      <link>https://thedaneshproject.com/posts/awesome-wow-ads/</link>
      <pubDate>Sat, 12 Jan 2008 02:30:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/awesome-wow-ads/</guid>
      <description>New series for World Of Warcraft Ads. If they don&amp;rsquo;t make you start playing WOW then I don&amp;rsquo;t know what will&amp;hellip;.
Mr.T
[youtube]http://www.youtube.com/watch?v=AGBhnYA2h40[/youtube]
Vern Troyer , better known as Mini Me
[youtube]http://www.youtube.com/watch?v=FET09MYis_g[/youtube]
William Shatner , Scotty beem me up.
[youtube]http://www.youtube.com/watch?v=yCW58h49N50[/youtube]
Van Damme, his best movie in my view was &amp;ldquo;Blood Spot&amp;rdquo;
[youtube]http://www.youtube.com/watch?v=HNg5ysYd0zc[/youtube]
Willie Toledo
[youtube]http://www.youtube.com/watch?v=11jxKixFCRQ[/youtube]</description>
      <content:encoded><![CDATA[<p>New series for World Of Warcraft Ads. If they don&rsquo;t make you start playing WOW then I don&rsquo;t know what will&hellip;.</p>
<p>Mr.T</p>
<p>[youtube]http://www.youtube.com/watch?v=AGBhnYA2h40[/youtube]</p>
<p>Vern Troyer , better known as Mini Me</p>
<p>[youtube]http://www.youtube.com/watch?v=FET09MYis_g[/youtube]</p>
<p>William Shatner , Scotty beem me up.</p>
<p>[youtube]http://www.youtube.com/watch?v=yCW58h49N50[/youtube]</p>
<p>Van Damme, his best movie in my view was &ldquo;Blood Spot&rdquo;</p>
<p>[youtube]http://www.youtube.com/watch?v=HNg5ysYd0zc[/youtube]</p>
<p>Willie Toledo</p>
<p>[youtube]http://www.youtube.com/watch?v=11jxKixFCRQ[/youtube]</p>
]]></content:encoded>
    </item>
    <item>
      <title>150 inch HD Plasma TV</title>
      <link>https://thedaneshproject.com/posts/150-inch-hd-plasma-tv/</link>
      <pubDate>Sat, 12 Jan 2008 02:00:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/150-inch-hd-plasma-tv/</guid>
      <description>Panasonic introduced the world largest HD Plasma TV at CES this year.
The Plasma TV is 150-inches across which is roughly what you would get when 9 50-inch TVs are put together. It has an effective viesing distance of 11 feet which prevents it from ever getting into an apartment. Imagine how much head movement would be needed if it was any closer then 11 feet from you. As of now Panasonic has not released the cost for this baby.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img179.imageshack.us/img179/2211/rtpanasonictv080107msvp2.jpg" alt=""  />
</p>
<p>Panasonic introduced the world largest HD Plasma TV at <a href="http://www.cesweb.org/">CES</a> this year.</p>
<p>The Plasma TV is 150-inches across which is roughly what you would get when 9 50-inch TVs are put together. It has an effective viesing distance of 11 feet which prevents it from ever getting into an apartment. Imagine how much head movement would be needed if it was any closer then 11 feet from you. As of now Panasonic has not released the cost for this baby.</p>
<p>The next closes TV in the market today weighs in at 103-inch and has a price tag of RM220,000. Saw one in <a href="http://en.wikipedia.org/wiki/Suria_KLCC">Suria KLCC</a> the other day.</p>
]]></content:encoded>
    </item>
    <item>
      <title>I am 74% addicted to blogging</title>
      <link>https://thedaneshproject.com/posts/i-am-74-addicted-to-blogging/</link>
      <pubDate>Fri, 11 Jan 2008 07:17:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/i-am-74-addicted-to-blogging/</guid>
      <description>74%How Addicted to Blogging Are You?
Are you addicted to blogging or maybe you think so? Take the test&amp;hellip;.
Source: Delirium</description>
      <content:encoded><![CDATA[<p><!-- raw HTML omitted -->74%<!-- raw HTML omitted -->How Addicted to Blogging Are You?<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Are you addicted to blogging or maybe you think so? Take the test&hellip;.</p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/are-you-addicted/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Dawn Of The Net</title>
      <link>https://thedaneshproject.com/posts/the-dawn-of-the-net/</link>
      <pubDate>Fri, 11 Jan 2008 02:00:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-dawn-of-the-net/</guid>
      <description>&lt;p&gt;Ever wondered what the internet is and how it works or maybe how your notebook connects to the internet to shower you will all your desired content?&lt;/p&gt;
&lt;p&gt;CypherHackz had posted a 2 part video appropriately titled &amp;ldquo;The Dawn Of The Net&amp;rdquo; on his blog which I found to be super educational to those wanting to understand what happens and how in the network. From the time you hit enter right up till the page is displayed in your browser.&lt;/p&gt;
&lt;p&gt;Part 1/2&lt;/p&gt;
&lt;p&gt;[youtube]http://www.youtube.com/watch?v=mn6A0Y5aroc[/youtube]&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Ever wondered what the internet is and how it works or maybe how your notebook connects to the internet to shower you will all your desired content?</p>
<p>CypherHackz had posted a 2 part video appropriately titled &ldquo;The Dawn Of The Net&rdquo; on his blog which I found to be super educational to those wanting to understand what happens and how in the network. From the time you hit enter right up till the page is displayed in your browser.</p>
<p>Part 1/2</p>
<p>[youtube]http://www.youtube.com/watch?v=mn6A0Y5aroc[/youtube]</p>
<p>Part 2/2</p>
<p>[youtube]http://www.youtube.com/watch?v=H2GkIrWhZeQ[/youtube]</p>
<p>Don&rsquo;t thank me, thank <a href="http://www.cypherhackz.net/archives/2008/01/08/video-the-dawn-of-the-net/#more-1045">CypherHackz</a> for highlighting these awesome videos.</p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress Stickers giveaway</title>
      <link>https://thedaneshproject.com/posts/wordpress-stickers-giveaway/</link>
      <pubDate>Fri, 11 Jan 2008 02:00:13 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-stickers-giveaway/</guid>
      <description>I want those stickers!! Delirium&amp;rsquo;s first contest winners will receive those stickers.
Want in too? This is what you gotta do;
Subscribe to Delirium via RSS or Email. Link back to Delirium. Be the top commentator. Contest ends on the 13th Jan 2008 so if you want them then start moving.
Source: Delirium</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img172.imageshack.us/img172/6419/213795707946d03d6679ro5.jpg" alt=""  />
</p>
<p>I want those stickers!! <a href="http://www.abinesh.com/delirium/posts/contest/">Delirium&rsquo;s first contest</a> winners will receive those stickers.</p>
<p>Want in too? This is what you gotta do;</p>
<ol>
<li>Subscribe to Delirium via RSS or Email.</li>
<li>Link back to Delirium.</li>
<li>Be the top commentator.</li>
</ol>
<p>Contest ends on the 13th Jan 2008 so if you want them then start moving.</p>
<p>Source: <a href="http://www.abinesh.com/delirium/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bill Gates Steps Down</title>
      <link>https://thedaneshproject.com/posts/bill-gates-steps-down/</link>
      <pubDate>Thu, 10 Jan 2008 02:10:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bill-gates-steps-down/</guid>
      <description>The videos speaks for itself. Enjoy
[youtube]http://www.youtube.com/watch?v=1lE21kpE3M0[/youtube]
Source: Delirium</description>
      <content:encoded><![CDATA[<p>The videos speaks for itself. Enjoy<br>
[youtube]http://www.youtube.com/watch?v=1lE21kpE3M0[/youtube]<br>
Source: <a href="http://www.abinesh.com/delirium/posts/grand-exit/">Delirium</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Select all files but one on linux</title>
      <link>https://thedaneshproject.com/posts/select-all-files-but-one-on-linux/</link>
      <pubDate>Thu, 10 Jan 2008 02:00:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/select-all-files-but-one-on-linux/</guid>
      <description>&lt;p&gt;My friend wanted to know how to select all files but one on the CLI or in a bash script. This is how I normally do it, do you know a better way?&lt;br&gt;
**&lt;br&gt;
&lt;em&gt;From the command line&lt;/em&gt;**&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ls * | grep -v [pattern to ignore]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ls [!pattern to ignore]  *
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in a bash script it may look like this,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;for i in `ls * | grep -v [pattern to ignore]`
do
   do something here
done
&lt;/code&gt;&lt;/pre&gt;</description>
      <content:encoded><![CDATA[<p>My friend wanted to know how to select all files but one on the CLI or in a bash script. This is how I normally do it, do you know a better way?<br>
**<br>
<em>From the command line</em>**</p>
<pre><code>ls * | grep -v [pattern to ignore]
</code></pre>
<p>or</p>
<pre><code>ls [!pattern to ignore]  *
</code></pre>
<p>in a bash script it may look like this,</p>
<pre><code>for i in `ls * | grep -v [pattern to ignore]`
do
   do something here
done
</code></pre>
<p><img loading="lazy" src="http://img72.imageshack.us/img72/9606/ignorebi8.png" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>gOS Rocket Beta 1 released</title>
      <link>https://thedaneshproject.com/posts/gos-rocket-beta-1-released/</link>
      <pubDate>Wed, 09 Jan 2008 13:40:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gos-rocket-beta-1-released/</guid>
      <description>As promise, gOS 2.0 Beta1 codename &amp;ldquo;Rocket&amp;rdquo; was released today.
If you don&amp;rsquo;t already know, gOS is Ubuntu based and runs on theÃ‚Â Enlightenment 17 windows manager. With a Mac like dock, clean desktop and google&amp;rsquo;s search box integrated into the desktop, Rocket will a sure hit among new users.
Rocket is targeted for low cost distribution thus works reasonably well on low end machines. Currently all you need to run Rocket is 1GHz P3 with 256MB ram.</description>
      <content:encoded><![CDATA[<p>As promise, gOS 2.0 Beta1 codename &ldquo;Rocket&rdquo; was released today.</p>
<p><img loading="lazy" src="http://img292.imageshack.us/img292/6553/mainrocketsplashpngsx1.jpg" alt="gOS Rocket"  />
</p>
<p>If you don&rsquo;t already know, gOS is Ubuntu based and runs on theÃ‚Â  <a href="http://en.wikipedia.org/wiki/Enlightenment_%28window_manager%29">Enlightenment 17</a> windows manager. With a Mac like dock, clean desktop and google&rsquo;s search box integrated into the desktop, Rocket will a sure hit among new users.</p>
<p>Rocket is targeted for low cost distribution thus works reasonably well on low end machines. Currently all you need to run Rocket is 1GHz P3 with 256MB ram. <a href="http://en.wikipedia.org/wiki/GOS_(Linux_distribution)">gOS on Wikipedia</a></p>
<p>Rocket now supports virtual desktops for easy application grouping across desktops, Online storage from <a href="http://box.net/">Box.net</a>, Adobe Flash preloaded, gBooth webcam software and the &ldquo;Exalt&rdquo; WiFi manager for improved stablity. You will also realize some cosmetic changes to the desktop environment.</p>
<p>I&rsquo;m currently downloading gOS Rocket via torrents. Get your copy here.</p>
<p>Source: <a href="http://thinkgos.com/index.html">gOS</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>YouTorrent the new torrent search engine</title>
      <link>https://thedaneshproject.com/posts/youtorrent-the-new-torrent-search-engine/</link>
      <pubDate>Wed, 09 Jan 2008 02:10:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/youtorrent-the-new-torrent-search-engine/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img145.imageshack.us/img145/9259/logoke4.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.youtorrent.com/&#34;&gt;YouTorrent&lt;/a&gt; is the latest torrent search engine to hit the net. What&amp;rsquo;s different this time is that YouTorrent&amp;rsquo;s searches are real-time, meaning that no torrents files are hosted by YouTorrent but instead it goes out and graps meta information from other &lt;a href=&#34;http://torrentfreak.com/10-most-popular-torrent-sites-of-2007-071229/&#34;&gt;popular torrent search engines&lt;/a&gt; out there.&lt;/p&gt;
&lt;p&gt;YouTorrent currently works with Mininova, The Pirate Bay, IsoHunt, MyBitTorrent, NewTorrents, SuprNova, Monova, Vuze, BitTorrent, LegitTorrents, SeedPeer , BT Junkie, SumoTorrent. This list will keep growring over time to futher improve YouTerrent&amp;rsquo;s reach for torrents.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img246.imageshack.us/img246/429/youtorrent1ps4.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img145.imageshack.us/img145/9259/logoke4.png" alt=""  />
</p>
<p><a href="http://www.youtorrent.com/">YouTorrent</a> is the latest torrent search engine to hit the net. What&rsquo;s different this time is that YouTorrent&rsquo;s searches are real-time, meaning that no torrents files are hosted by YouTorrent but instead it goes out and graps meta information from other <a href="http://torrentfreak.com/10-most-popular-torrent-sites-of-2007-071229/">popular torrent search engines</a> out there.</p>
<p>YouTorrent currently works with Mininova, The Pirate Bay, IsoHunt, MyBitTorrent, NewTorrents, SuprNova, Monova, Vuze, BitTorrent, LegitTorrents, SeedPeer , BT Junkie, SumoTorrent. This list will keep growring over time to futher improve YouTerrent&rsquo;s reach for torrents.</p>
<p><img loading="lazy" src="http://img246.imageshack.us/img246/429/youtorrent1ps4.png" alt=""  />
</p>
<p>Enhancements we can expect in the future;</p>
<ul>
<li>Better blog design (naturally!)</li>
<li>Information pages (about, help, FAQ .etc)</li>
<li>Boolean Searches (support for AND, OR and + - )</li>
<li>Linux Firefox Support</li>
<li>Static Cached Results Pages</li>
<li>Advanced Search Features</li>
<li>Engine Customization Options</li>
<li>More Engine Selections</li>
<li>Official Firefox Search Plugin</li>
</ul>
<p><img loading="lazy" src="http://img246.imageshack.us/img246/7937/youtorrent2gh2.png" alt=""  />
 I am starting to like YouTorrent as the results are real time from multiple sources which saves me loads of time.Ã‚Â  I love to see the search results load in real time. I&rsquo;m not alone, in the past 3 days since it&rsquo;s launch YouTorrent as received 50,000 unique visits and 150,000 searches.</p>
<p>Source: <a href="http://www.youtorrent.com">YouTorrent</a></p>
<p>Source: <a href="http://torrentfreak.com/youtorrent-new-bittorrent-search-engine-080104/">TorrentFreak</a></p>]]></content:encoded>
    </item>
    <item>
      <title>BlinkList down with server issues</title>
      <link>https://thedaneshproject.com/posts/blinklist-down-with-server-issues/</link>
      <pubDate>Tue, 08 Jan 2008 12:23:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/blinklist-down-with-server-issues/</guid>
      <description>BlinkList has posted an update on yesterday&amp;rsquo;s service outage. The service disruption was caused by a crashed DB server which unfortunately hosted the main DB. Data is save but as we in IT know, DB restoration is tricky and takes time.
Blinklist is still down but service should be restored within a few hours.
Update (9th January 2008 12am)
BlinkList is back online. Back to bookmarking&amp;hellip;..</description>
      <content:encoded><![CDATA[<p><a href="http://img244.imageshack.us/img244/9563/blinklistmx6.png"><img loading="lazy" src="http://img244.imageshack.us/img244/4701/blinklistsmallxh1.png" alt=""  />
</a></p>
<p>BlinkList has posted an update on yesterday&rsquo;s service outage. The service disruption was caused by a crashed DB server which unfortunately hosted the main DB. Data is save but as we in IT know, DB restoration is tricky and takes time.</p>
<p>Blinklist is still down but service should be restored within a few hours.</p>
<p><strong><em>Update (9th January 2008 12am)</em></strong></p>
<p>BlinkList is back online. Back to bookmarking&hellip;..</p>
]]></content:encoded>
    </item>
    <item>
      <title>RedHat Virtual Training</title>
      <link>https://thedaneshproject.com/posts/redhat-virtual-training/</link>
      <pubDate>Tue, 08 Jan 2008 02:00:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/redhat-virtual-training/</guid>
      <description>Don&amp;rsquo;t have access to RedHat certified training centers or just fancy studying with the comforts of your own home? Which ever your choice maybe, RedHat has the answer for you.
Readhat&amp;rsquo;s latest offering, Virtual Training is live, instructor led and best of all online. The courses are conducted by RedHat certified instructors and feature the same content you would receive in the standard classroom sessions. The virtual classes will be thought in 4 hours incremental sessions which should provide your brain sufficient time to rest and wonder.</description>
      <content:encoded><![CDATA[<p>Don&rsquo;t have access to RedHat certified training centers or just fancy studying with the comforts of your own home? Which ever your choice maybe, RedHat has the answer for you.</p>
<p>Readhat&rsquo;s latest offering, Virtual Training is live, instructor led and best of all <em><strong>online.</strong></em> The courses are conducted by RedHat certified instructors and feature the same content you would receive in the standard classroom sessions. The virtual classes will be thought in 4 hours incremental sessions which should provide your brain sufficient time to rest and wonder.</p>
<p>Currently the cources provided are;</p>
<ul>
<li><a href="https://www.redhat.com/elearning/rh033vt_red_hat_linux_essentials/">RH033VT Red Hat Linux Essentials</a></li>
<li><a href="https://www.redhat.com/elearning/rh131vt_red_hat_linux_system_administration/">RH131VT Red Hat Linux System Administration<br>
</a></li>
</ul>
<p>courses planned for the future;</p>
<ul>
<li>RH253VT Red Hat Linux Networking and Security Administration</li>
<li>RH301VT RHCE Rapid Track Course</li>
</ul>
<p>Something I thought you might find interesting. There are currently 27,500 RedHat Certified Engineers (RHCE),Ã‚Â  18,500 RedHat Certified TechniciansÃ‚Â  (RHCT) andÃ‚Â  46,000 RedHat CertifiedÃ‚Â  ProfessionalsÃ‚Â  around the globe.Ã‚Â  Nothing when compared to Microsoft&rsquo;s certified engineers but it does help keep the Linux engineer&rsquo;s salary high. 😉<br>
<a href="https://www.redhat.com/elearning/virtual_training/faq.html">RedHat Virtual Training FAQ</a></p>
<p>Source: <a href="https://www.redhat.com/elearning/virtual_training/">Redhat Virtual TrainingÃ‚Â </a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Blinklist down</title>
      <link>https://thedaneshproject.com/posts/blinklist-down/</link>
      <pubDate>Mon, 07 Jan 2008 10:45:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/blinklist-down/</guid>
      <description>Blinklist my favourote social bookmarking tool has been down the whole day today.
I have about 20 bookmarks waiting to be blinked today which are currently sitting in my Firefox bookmarks list. I need to share!!!
I&amp;rsquo;ve dropped them an email, let&amp;rsquo;s see how it goes.
Update (7th December 2007 11:18pm)
![][2]
[2]: http://img111.imageshack.us/img111/1145/blinklisterroryy1.png)</description>
      <content:encoded><![CDATA[<p><a href="http://www.blinklist.com/">Blinklist</a> my favourote social bookmarking tool has been down the whole day today.</p>
<p>I have about 20 bookmarks waiting to be blinked today which are currently sitting in my Firefox bookmarks list. I need to share!!!</p>
<p>I&rsquo;ve dropped them an email, let&rsquo;s see how it goes.<br>
<img loading="lazy" src="http://img91.imageshack.us/img91/6282/blinklisterrornb6.png" alt=""  />
</p>
<p><img loading="lazy" src="http://img523.imageshack.us/img523/631/blinklisterror1iu0.png" alt=""  />
</p>
<p>Update (7th December 2007 11:18pm)</p>
<p>![][2]</p>
<p>[2]: <a href="http://img111.imageshack.us/img111/1145/blinklisterroryy1.png">http://img111.imageshack.us/img111/1145/blinklisterroryy1.png</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Upgraded to WordPress 2.3.2</title>
      <link>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.3.2/</link>
      <pubDate>Mon, 07 Jan 2008 02:10:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/upgraded-to-wordpress-2.3.2/</guid>
      <description>I finally upgraded to WordPress version 2.3.2.
Been really tired and busy since coming back from Langkawi last week. Found some time last night so this was the first thing I did.
WordPress 2.3.2 is a security release which fixes a hole that allows attackers to access your drafts and also attain your database structure information through error messages.
Better patch up quick!!
Source: WordPress Dev</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>I finally upgraded to WordPress version 2.3.2.</p>
<p>Been really tired and busy since coming back from <a href="/posts/yearly-pilgrimage/">Langkawi</a> last week. Found some time last night so this was the first thing I did.</p>
<p>WordPress 2.3.2 is a security release which fixes a hole that allows attackers to access your <a href="http://trac.wordpress.org/ticket/5487">drafts</a> and also attain your database structure information through <a href="http://trac.wordpress.org/ticket/5473">error messages</a>.</p>
<p>Better patch up quick!!</p>
<p>Source: <a href="http://wordpress.org/development/2007/12/wordpress-232/">WordPress Dev</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Looking for Linux Engineers</title>
      <link>https://thedaneshproject.com/posts/looking-for-linux-engineers/</link>
      <pubDate>Sun, 06 Jan 2008 02:10:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/looking-for-linux-engineers/</guid>
      <description>My cousin is urgently looking for Linux engineers to fill open positions for the broadcasting company he works for.
They are looking for candidates with Linux and Cisco experience. Best of all, chance to work in Dubai!! Yes, my cousin himself is currently based there but is missing his family back here and wants to come back.
The company is current working on multiple projects and needs more engineers.
For those interested please contact me.</description>
      <content:encoded><![CDATA[<p>My cousin is urgently looking for Linux engineers to fill open positions for the broadcasting company he works for.</p>
<p>They are looking for candidates with Linux and Cisco experience. Best of all, chance to work in Dubai!! Yes, my cousin himself is currently based there but is missing his family back here and wants to come back.</p>
<p>The company is current working on multiple projects and needs more engineers.</p>
<p>For those interested please <a href="/contact-me/">contact me</a>. Malaysians only guys.</p>
<p><a href="http://www.abinesh.com/">Abi</a> also has an opening for a <a href="http://www.abinesh.com/delirium/posts/job-hp/#comment-634">SMB Sales Consultant at Hp</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>I’m back from Langkawi</title>
      <link>https://thedaneshproject.com/posts/im-back-from-langkawi/</link>
      <pubDate>Thu, 03 Jan 2008 03:57:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/im-back-from-langkawi/</guid>
      <description>I&amp;rsquo;m back from Langkawi. Tired, hangover and back in the office 🙁
The parties were good, girls nice, booze wonderfull but best of all were my best pals. Thanks guys for another memorable new year in Langkawi.</description>
      <content:encoded><![CDATA[<p>I&rsquo;m back from Langkawi. Tired, hangover and back in the office 🙁</p>
<p>The parties were good, girls nice, booze wonderfull but best of all were my best pals. Thanks guys for another memorable new year in Langkawi.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to view line numbers in vi</title>
      <link>https://thedaneshproject.com/posts/how-to-view-line-numbers-in-vi/</link>
      <pubDate>Fri, 28 Dec 2007 02:05:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-view-line-numbers-in-vi/</guid>
      <description>&lt;p&gt;When editing large files in vi or vim line numbers become very important.&lt;/p&gt;
&lt;p&gt;This is how you turn on/off line numbers in vi or vim.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Turn on line numbers&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;While vi is in edit mode and not inserting type the following&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;:set number&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;_ &lt;strong&gt;Turn off line numbers&lt;/strong&gt;_&lt;/p&gt;
&lt;p&gt;While vi is in edit mode and not inserting type the following&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;:set nonumber&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Screenshots&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>When editing large files in vi or vim line numbers become very important.</p>
<p>This is how you turn on/off line numbers in vi or vim.</p>
<p><em><strong>Turn on line numbers</strong></em></p>
<p>While vi is in edit mode and not inserting type the following</p>
<blockquote>
<p>:set number</p>
</blockquote>
<p>_ <strong>Turn off line numbers</strong>_</p>
<p>While vi is in edit mode and not inserting type the following</p>
<blockquote>
<p>:set nonumber</p>
</blockquote>
<p><em><strong>Screenshots</strong></em></p>
<p><img loading="lazy" src="http://img186.imageshack.us/img186/813/vi1re4.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img186.imageshack.us/img186/8959/vi2mg4.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img186.imageshack.us/img186/9686/vi3mx6.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img186.imageshack.us/img186/4822/vi4oz2.jpg" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Your Gmail Exposed</title>
      <link>https://thedaneshproject.com/posts/your-gmail-exposed/</link>
      <pubDate>Fri, 28 Dec 2007 02:00:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/your-gmail-exposed/</guid>
      <description>Image taken from DavidAirey
What would you do if someone hacked into your Gmail account and stole valueble information like your user name and passwords?
This happened to David Airey a logo designer from http://www.davidairey.com which is now forced back to it&amp;rsquo;s secondary URL http://www.davidairey.co.uk. His site was getting about 2000 hits a day. His business cards need to be updated and clients need to be informed.
The attacker managed to leverage a security exploit in Gmail which allowed him to inject a mail filter into Gmail which forwards all mails with attachments to the attacker.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img182.imageshack.us/img182/3702/gmailhackedtl3.gif" alt=""  />
Image taken from <a href="http://www.davidairey.co.uk/StaticPage.html#comment-56454">DavidAirey</a></p>
<p>What would you do if someone hacked into your Gmail account and stole valueble information like your user name and passwords?</p>
<p>This happened to David Airey a logo designer from <a href="http://www.davidairey.com">http://www.davidairey.com</a> which is now forced back to it&rsquo;s secondary URL <a href="http://www.davidairey.co.uk">http://www.davidairey.co.uk</a>. His site was getting about 2000 hits a day. His business cards need to be updated and clients need to be informed.</p>
<p>The attacker managed to leverage a <a href="http://www.gnucitizen.org/blog/google-gmail-e-mail-hijack-technique/">security exploit in Gmail</a> which allowed him to inject a mail filter into Gmail which forwards all mails with attachments to the attacker. The attacker managed to obtain David&rsquo;s domain account credentials.</p>
<p>During David&rsquo;s recent holiday to India with his girlfriend, the attacker transfered &ldquo;<a href="https://www.davidairey.com">www.davidairey.com</a>&rdquo; to himself and is now holding it ransom till David decides to pay up the ransom fee of USD250 which initially was USD600.</p>
<p><a href="http://www.davidairey.co.uk/StaticPage.html#comment-56454">Read the full story here.</a></p>
<p><em><strong>My Advice:</strong></em> Google has since fixed this issue but still, make sure to check your Gmail filters. It could just save you your business and loads of time.</p>
<p>What would you do if this happened to you? How can we prevent this?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Yearly pilgrimage</title>
      <link>https://thedaneshproject.com/posts/yearly-pilgrimage/</link>
      <pubDate>Thu, 27 Dec 2007 02:10:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/yearly-pilgrimage/</guid>
      <description>Dropped my best friends Alan, Raja and Weesak off at the bus station last night. This is the beginning of the yearly pilgrimage we make to Langkawi. 5th year to Langkawi if memory serves me right.
Why now? Simple, new year in Langkawi!!! No jam, party with no dress code, chicks and best of all cheap BOOZE!!!!
Imagine 1 whole week without worries, phones, notebooks, city life, parents,clean rooms, schedules and every other pain in the ass reason you can find.</description>
      <content:encoded><![CDATA[<p>Dropped my best friends <a href="http://alanbernard.com/">Alan</a>, <a href="http://rajaseelan.com/?p=10">Raja</a> and <a href="http://thaweesak.com/">Weesak</a> off at the bus station last night. This is the beginning of the yearly pilgrimage we make to Langkawi. 5th year to Langkawi if memory serves me right.</p>
<p>Why now? Simple, new year in Langkawi!!! No jam, party with no dress code, chicks and best of all cheap BOOZE!!!!</p>
<p>Imagine 1 whole week without worries, phones, notebooks, city life, parents,clean rooms, schedules and every other pain in the ass reason you can find. Only us, the ocean, Mr. BEER, Mr. Liquor and reagea music&hellip;.. Woo Hoo!!!!</p>
<p>I&rsquo;m running late this year though, stuck with work so I&rsquo;ll be leaving this Friday the 28th and will be there till the 1st. So wish I could leave everything behind and join them on the bus, doesn&rsquo;t help that we just had some pre Lankawi beers just now.sigh&hellip;&hellip;</p>
<p>Well, I&rsquo;ll hang in there for 2 days&hellip;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.8RC2 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8rc2-released/</link>
      <pubDate>Thu, 27 Dec 2007 02:10:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.8rc2-released/</guid>
      <description>My favorite BitTorrent client Deluge has a new version out. 0.5.8rc2.
The new version is available for all the major OS platforms now. Linux, Mac OS X and also Windows.
Deluge 0.5.8RC2 (25 December 2007)
Change add torrent to ctrl+n Change notification plugin to not show the file list, but only the torrent name Allow removal of browser icon from toolbar Add buttons to browser to launch the main and footer frames into an external browser Fix removing torrents from deluge template of webui - vonck7 Set the advanced webui template as default Cut down significantly on the memory usage of the blocklist plugin Fix some UPnP bugs Fix &amp;ldquo;New version&amp;rdquo; alert from freezing sometimes Prioritizes local peers over non-local ones when finding connect Wish everyone a happy holiday 🙂 O ya, see my speed?</description>
      <content:encoded><![CDATA[<p>My favorite BitTorrent client <a href="http://deluge-torrent.org/">Deluge</a> has a new version out. 0.5.8rc2.</p>
<p>The new version is available for all the major OS platforms now. Linux, Mac OS X and also Windows.</p>
<blockquote>
<p>Deluge 0.5.8RC2 (25 December 2007)</p>
<ul>
<li>Change add torrent to ctrl+n</li>
<li>Change notification plugin to not show the file list, but only the torrent name</li>
<li>Allow removal of browser icon from toolbar</li>
<li>Add buttons to browser to launch the main and footer frames into an external browser</li>
<li>Fix removing torrents from deluge template of webui - vonck7</li>
<li>Set the advanced webui template as default</li>
<li>Cut down significantly on the memory usage of the blocklist plugin</li>
<li>Fix some UPnP bugs</li>
<li>Fix &ldquo;New version&rdquo; alert from freezing sometimes</li>
<li>Prioritizes local peers over non-local ones when finding connect</li>
<li>Wish everyone a happy holiday 🙂</li>
</ul>
</blockquote>
<p><img loading="lazy" src="http://img181.imageshack.us/img181/8806/delugespeedmu6sf3.jpg" alt=""  />
</p>
<p>O ya, see my speed? Yup I have access to a dedicated lease line now with no throttling Woo Hoo!!</p>
<p>Download the latest version <a href="http://deluge-torrent.org/downloads.php">here</a> or use your package manager if you are running Linux.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysian broadband providers</title>
      <link>https://thedaneshproject.com/posts/malaysian-broadband-providers/</link>
      <pubDate>Wed, 26 Dec 2007 02:00:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-broadband-providers/</guid>
      <description>If you ever wondered just how many different broadband providers we might have here in Malaysia, then this may help.
eBulding - http://www.eb.net.my/ Airzed - http://www.airzed.com/ Arcnet NTT MSC Sdn Bhd - http://www.arc.net.my/ Atlas One Broadband Internet Provider - http://www.atlasone.net/ Biz Surf - Broadband Internet services - http://www.bizsurf.com/ Celcom - http://www.celcom.net.my/ Digi - http://www.digi.com.my Giga Broadband VDSL - http://www.vdslnetwork.com/ Gold Information Systems Wireless broadband provider - http://www.gissb.com/ iDiGi Internet Services - http://www.</description>
      <content:encoded><![CDATA[<p>If you ever wondered just how many different broadband providers we might have here in Malaysia, then this may help.</p>
<ol>
<li>eBulding - <a href="http://www.eb.net.my/">http://www.eb.net.my/</a></li>
<li>Airzed - <a href="http://www.airzed.com/">http://www.airzed.com/</a></li>
<li>Arcnet NTT MSC Sdn Bhd - <a href="http://www.arc.net.my/">http://www.arc.net.my/</a></li>
<li>Atlas One Broadband Internet Provider - <a href="http://www.atlasone.net/">http://www.atlasone.net/</a></li>
<li>Biz Surf - Broadband Internet services - <a href="http://www.bizsurf.com/">http://www.bizsurf.com/</a></li>
<li>Celcom - <a href="http://www.celcom.net.my/">http://www.celcom.net.my/</a></li>
<li>Digi - <a href="http://www.digi.com.my">http://www.digi.com.my</a></li>
<li>Giga Broadband VDSL - <a href="http://www.vdslnetwork.com/">http://www.vdslnetwork.com/</a></li>
<li>Gold Information Systems Wireless broadband provider - <a href="http://www.gissb.com/">http://www.gissb.com/</a></li>
<li>iDiGi Internet Services - <a href="http://www.idigi.com.my/">http://www.idigi.com.my/</a></li>
<li>iZZi - Mobile wireless broadband, iBurst - <a href="http://www.izzi.com.my/">http://www.izzi.com.my/</a></li>
<li>Jaring - <a href="http://www.jaring.my/">http://www.jaring.my/</a></li>
<li>Maxis Broadband - <a href="http://www.maxis.net.my/">http://www.maxis.net.my/</a></li>
<li>Metro FON - <a href="http://www.metrofon.com.my/">http://www.metrofon.com.my/</a></li>
<li>NasionCom - <a href="http://www.nasioncom.com.my/">http://www.nasioncom.com.my/</a></li>
<li>Penang FON - <a href="http://www.penangfon.com/">http://www.penangfon.com/</a></li>
<li>PutraNet - <a href="http://www.putra.net.my/">http://www.putra.net.my/</a></li>
<li>Time Net - <a href="http://www.time.com.my/">http://www.time.com.my/</a></li>
<li>Time Broadband - <a href="http://timebroadband.time.net.my/">http://timebroadband.time.net.my/</a></li>
<li>TMnet - <a href="http://tm.net.my/">http://tm.net.my/</a></li>
<li>TMnet Streamyx - <a href="http://isp.tm.net.my/streamyx/">http://isp.tm.net.my/streamyx/</a></li>
<li>Webbit - Time Wireless Broadband - <a href="http://timebroadband.time.net.my/webbit/">http://timebroadband.time.net.my/webbit/</a></li>
<li>ZapZone Wireless Hotspot - <a href="http://www.zapzone.com.my/">http://www.zapzone.com.my/</a></li>
<li>Netlynx by TIME dotCom Berhad - <a href="http://www.netlynx.net.my/">http://www.netlynx.net.my/</a></li>
</ol>
<p>Updated on 27th December 2008</p>
<ol start="25">
<li>P1W1MAX - <a href="http://www.p1.com.my">http://www.p1.com.my</a></li>
<li>InfoLient - <a href="http://www.infolient.com">http://www.infolient.com</a></li>
</ol>
<p>Updated on 3rd January 2009</p>
<ol start="27">
<li>Amax - <a href="http://www.amax.my">http://www.amax.my</a></li>
</ol>
<p><strong>My Opinion:</strong> <em>MetroFon/PenangFon is the best provider I have ever used here in Malaysia. I was using them during my stay in Penang for more then a year. RM60 for 2mbps up/down. Can&rsquo;t beat that now can you damn Streamyx!!</em></p>
<p><em>If you realize, many of the providers above only offer up to a maximum of 2mbps and the prices are ridicules. Is there a limitation to what providers can give to end users set by the gov?</em></p>
<p><em>Source: <a href="http://www.planetlowyat.com/blog/malaysia-internet-broadband-providers-list/">PlanetLOWYAT</a></em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Alan Bernard’s F’kn Mayhem featured at WSMY</title>
      <link>https://thedaneshproject.com/posts/alan-bernards-fkn-mayhem-featured-at-wsmy/</link>
      <pubDate>Wed, 26 Dec 2007 02:00:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/alan-bernards-fkn-mayhem-featured-at-wsmy/</guid>
      <description>My best pal Alan has always been into alternative art. I knew him when he had nothin but now over the years he has matured into a self thought web designer, graphic designer, t shirt designer and the list goes on&amp;hellip;..
His blog, Alan Bernard&amp;rsquo;s F&amp;rsquo;kn Mayhem covers all kinds of street art. Shoes, shirts, caps, toys, grafit and much much. He has also been busy building social networks with overseas designers who share the same passion.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img175.imageshack.us/img175/9466/34vk2.jpg" alt=""  />
</p>
<p>My best pal Alan has always been into alternative art. I knew him when he had nothin but now over the years he has matured into a self thought web designer, graphic designer, t shirt designer and the list goes on&hellip;..<br>
His blog, <a href="http://alanbernard.com/mayhem/">Alan Bernard&rsquo;s F&rsquo;kn Mayhem</a> covers all kinds of street art. Shoes, shirts, caps, toys, grafit and much much. He has also been busy building social networks with overseas designers who share the same passion. This is clearly seen through the mountains of reviews and interviews he posts. Recently he has also been receiveing Ts, caps and other product from overseas designers asking to be reviewed on his blog. This is good!!</p>
<p>Today, I stumbled on to WSMY (Web Standards Malaysia). A web design best practices project for Malaysian designers. Alan&rsquo;s blog was featured here for being out of the standard mold.</p>
<blockquote>
<p>Every now and then we see a local website that is so rad that it makes us go Ã¢â‚¬ËœWhy didnÃ¢â‚¬â„¢t we see that earlier?Ã¢â‚¬?</p>
<p>quoted from WSMY</p>
</blockquote>
<p>It&rsquo;s good to see artists being appreciated for their art and given credit for it even if their art may sometimes come off as being weird or not mainstream as Alan normally says.</p>
<p>Thanks WSMY for the the coverage. Hope to see more reviews of grate Malaysian talents in the future.</p>
<p>Source: <a href="http://www.wsmy.org/creativity/alan-bernards-fkn-mayhem">WSMY</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>I’m a registered voter now.</title>
      <link>https://thedaneshproject.com/posts/im-a-registered-voter-now./</link>
      <pubDate>Mon, 24 Dec 2007 12:05:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/im-a-registered-voter-now./</guid>
      <description>Finally today I decided to register myself as a voter for my country, Malaysia. Register at the Post office in KLCC during lunch.
Things need to change and the only way to get the ball rolling is by registering yourself as a voter and voting for who you believe(hope) in. Even if you don&amp;rsquo;t vote, that will still send a message out saying you are not happy with the choice.</description>
      <content:encoded><![CDATA[<p>Finally today I decided to register myself as a voter for my country, Malaysia. Register at the Post office in KLCC during lunch.</p>
<p>Things need to change and the only way to get the ball rolling is by registering yourself as a voter and voting for who you believe(hope) in. Even if you don&rsquo;t vote, that will still send a message out saying you are not happy with the choice.</p>
<p>Please register as a voter as it&rsquo;s your duty as a citizen. 5mins at the nearest post office is not that much to ask now is it?</p>
<p>Don&rsquo;t bitch and whine if you not gonna at least register cause nothing will change and also don&rsquo;t hope for othes to do the work for you. Believe in what you want and go for it.</p>
<p><a href="http://img525.imageshack.us/img525/4905/cam0034ua6.jpg"><img loading="lazy" src="http://img525.imageshack.us/img525/4905/cam0034ua6.th.jpg" alt=""  />
</a> <a href="http://img525.imageshack.us/img525/1910/cam0035wp7.jpg"><img loading="lazy" src="http://img525.imageshack.us/img525/1910/cam0035wp7.th.jpg" alt=""  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Merry Christmas</title>
      <link>https://thedaneshproject.com/posts/merry-christmas/</link>
      <pubDate>Mon, 24 Dec 2007 12:00:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/merry-christmas/</guid>
      <description>Free Flash from www.tnpsc.com
It is that time of the year again, when you are thankful for everything merry and bright. May this Christmas be a delight! Wishing you a Merry Christmas!</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img167.imageshack.us/img167/2493/mech2ayk2.gif" alt=""  />
</p>
<p><a href="/wp-admin/" title="Click here to block this object with Adblock Plus"></a><a href="/wp-admin/" title="Click here to block this object with Adblock Plus"></a><a href="http://www.tnpsc.com/swf/Snowman_in_Snowfall.swf" title="Click here to block this object with Adblock Plus"></a><a href="/wp-admin/" title="Click here to block this object with Adblock Plus"></a><a href="http://www.tnpsc.com/swf/Snowman_in_Snowfall.swf" title="Click here to block this object with Adblock Plus"></a><a href="http://www.tnpsc.com/swf/Snowman_in_Snowfall.swf" title="Click here to block this object with Adblock Plus"></a><a href="/wp-admin/" title="Click here to block this object with Adblock Plus"></a><a href="http://www.tnpsc.com/swf/Snowman_in_Snowfall.swf" title="Click here to block this object with Adblock Plus"></a><br>
<a href="http://www.tnpsc.com/christmas">Free Flash from www.tnpsc.com</a></p>
<p>It is that time of the year again, when you are thankful for everything merry and bright. May this Christmas be a delight! Wishing you a Merry Christmas!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Scheduled Maintenance</title>
      <link>https://thedaneshproject.com/posts/scheduled-maintenance/</link>
      <pubDate>Sun, 23 Dec 2007 15:59:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/scheduled-maintenance/</guid>
      <description>There wasÃ‚Â scheduled maintenance workÃ‚Â carried out on the servers hosting The DaneshÃ‚Â Project these past 2 days.Ã‚Â The servers were gettingÃ‚Â new IPs and better infrastructure.
The outage was planned for the 22nd but somehow the hosting guys got the notification mails mixed up which explains why you did not see a post from me regarding the outage beforehand. The notification mail&amp;rsquo;s subject line read 22nd but the mail body stated 23rd.</description>
      <content:encoded><![CDATA[<p>There wasÃ‚Â  scheduled maintenance workÃ‚Â  carried out on the servers hosting The DaneshÃ‚Â  Project these past 2 days.Ã‚Â  The servers were gettingÃ‚Â  new IPs and better infrastructure.</p>
<p>The outage was planned for the 22nd but somehow the hosting guys got the notification mails mixed up which explains why you did not see a post from me regarding the outage beforehand. The notification mail&rsquo;s subject line read 22nd but the mail body stated 23rd.Ã‚Â  My mind was set on the 23rd. See below.</p>
<blockquote>
<p>Subject:Ã‚Â  Shared Server *\<em>*.***.***.**</em> IP Migration on 22/12/2007 at 8AM (GMT+8)</p>
<p>Dear Customer,<br>
Please take note that we will be performing IP migration on 23/12/2007 at 8AM (GMT+8). This means that we will switch IPs for the server. After the steps taken, there will be 5 to 10 hours of downtime period and propagation.<br>
If you encounter any problems after the IP migration, please reply to us in this email.<br>
Alternatively, you may submit a ticket to us at <!-- raw HTML omitted --><a href="https://247livesupport.biz/">https://247livesupport.biz/</a><!-- raw HTML omitted -->.</p>
<p>Thank you.<br>
247 Ticket Support Department</p>
<ul>
<li><!-- raw HTML omitted --><a href="http://247livesupport.biz">http://247livesupport.biz</a><!-- raw HTML omitted --> -</li>
</ul>
</blockquote>
<p>Well, I guess it was a genuine mistake that I would have made myself under pressure but what got to me was the 30hours outage that was initialy suppsed to only be 5-10hours. Apparently the DNS servers were propagating slower then expected.</p>
<p>Good thing is the site&rsquo;s back up with improved performance now and I have my smile back.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Upgrading RubyGems 0.9.5 to 1.0.1</title>
      <link>https://thedaneshproject.com/posts/upgrading-rubygems-0.9.5-to-1.0.1/</link>
      <pubDate>Sat, 22 Dec 2007 12:20:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/upgrading-rubygems-0.9.5-to-1.0.1/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img179.imageshack.us/img179/2953/railsdh7.png&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Upgraded my &lt;a href=&#34;http://weblog.rubyonrails.org/2007/12/17/rails-2-0-2-some-new-defaults-and-a-few-fixes&#34;&gt;Rails to 2.0.2&lt;/a&gt; and &lt;a href=&#34;http://weblog.rubyonrails.org/2007/12/19/trouble-installing-new-gems&#34;&gt;RubyGems to 1.0.1&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;gem -version&lt;/strong&gt;&lt;/em&gt; to check your gems version.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;sudo gem update&lt;/strong&gt;&lt;/em&gt; -system to update your gems.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;sudo gem install rails&lt;/strong&gt;&lt;/em&gt; to update rails to the latest version.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;See outputs on the next page&amp;hellip;..&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img179.imageshack.us/img179/2953/railsdh7.png" alt=""  />
</p>
<p>Upgraded my <a href="http://weblog.rubyonrails.org/2007/12/17/rails-2-0-2-some-new-defaults-and-a-few-fixes">Rails to 2.0.2</a> and <a href="http://weblog.rubyonrails.org/2007/12/19/trouble-installing-new-gems">RubyGems to 1.0.1</a>.</p>
<ol>
<li><em><strong>gem -version</strong></em> to check your gems version.</li>
<li><em><strong>sudo gem update</strong></em> -system to update your gems.</li>
<li><em><strong>sudo gem install rails</strong></em> to update rails to the latest version.</li>
</ol>
<p>See outputs on the next page&hellip;..</p>
<p><code>danny@pandora:~&gt; gem --version&lt;br /&gt; 0.9.5&lt;br /&gt; danny@pandora:~&gt; sudo gem update --system&lt;br /&gt; Updating RubyGems...&lt;br /&gt; Updating metadata for 130 gems from http://gems.rubyforge.org&lt;br /&gt; .........................................................................................&lt;br /&gt; .........................................&lt;br /&gt; complete&lt;br /&gt; Attempting remote update of rubygems-update&lt;br /&gt; Successfully installed rubygems-update-1.0.1&lt;br /&gt; 1 gem installed&lt;br /&gt; Updating version of RubyGems to 1.0.1&lt;br /&gt; Installing RubyGems 1.0.1&lt;br /&gt; install -c -m 0644 rubygems/dependency.rb /usr/lib/ruby/site_ruby/1.8/rubygems/dependency&lt;br /&gt; .rb&lt;br /&gt; install -c -m 0644 rubygems/source_index.rb /usr/lib/ruby/site_ruby/1.8/rubygems/source_i&lt;br /&gt; ndex.rb&lt;br /&gt; install -c -m 0644 rubygems/config_file.rb /usr/lib/ruby/site_ruby/1.8/rubygems/config_fi&lt;br /&gt; le.rb&lt;br /&gt; install -c -m 0644 rubygems/requirement.rb /usr/lib/ruby/site_ruby/1.8/rubygems/requireme&lt;br /&gt; nt.rb&lt;br /&gt; install -c -m 0644 rubygems/doc_manager.rb /usr/lib/ruby/site_ruby/1.8/rubygems/doc_manag&lt;br /&gt; er.rb&lt;br /&gt; install -c -m 0644 rubygems/ext/builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems/ext/build&lt;br /&gt; er.rb&lt;br /&gt; install -c -m 0644 rubygems/ext/configure_builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /ext/configure_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/ext/ext_conf_builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems/&lt;br /&gt; ext/ext_conf_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/ext/rake_builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems/ext/&lt;br /&gt; rake_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/source_info_cache_entry.rb /usr/lib/ruby/site_ruby/1.8/rubyge&lt;br /&gt; ms/source_info_cache_entry.rb&lt;br /&gt; install -c -m 0644 rubygems/gem_runner.rb /usr/lib/ruby/site_ruby/1.8/rubygems/gem_runner&lt;br /&gt; .rb&lt;br /&gt; install -c -m 0644 rubygems/builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems/builder.rb&lt;br /&gt; install -c -m 0644 rubygems/validator.rb /usr/lib/ruby/site_ruby/1.8/rubygems/validator.r&lt;br /&gt; b&lt;br /&gt; install -c -m 0644 rubygems/digest/digest_adapter.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /digest/digest_adapter.rb&lt;br /&gt; install -c -m 0644 rubygems/digest/sha1.rb /usr/lib/ruby/site_ruby/1.8/rubygems/digest/sh&lt;br /&gt; a1.rb&lt;br /&gt; install -c -m 0644 rubygems/digest/sha2.rb /usr/lib/ruby/site_ruby/1.8/rubygems/digest/sh&lt;br /&gt; a2.rb&lt;br /&gt; install -c -m 0644 rubygems/digest/md5.rb /usr/lib/ruby/site_ruby/1.8/rubygems/digest/md5&lt;br /&gt; .rb&lt;br /&gt; install -c -m 0644 rubygems/custom_require.rb /usr/lib/ruby/site_ruby/1.8/rubygems/custom&lt;br /&gt; _require.rb&lt;br /&gt; install -c -m 0644 rubygems/security.rb /usr/lib/ruby/site_ruby/1.8/rubygems/security.rb&lt;br /&gt; install -c -m 0644 rubygems/version.rb /usr/lib/ruby/site_ruby/1.8/rubygems/version.rb&lt;br /&gt; install -c -m 0644 rubygems/rubygems_version.rb /usr/lib/ruby/site_ruby/1.8/rubygems/ruby&lt;br /&gt; gems_version.rb&lt;br /&gt; install -c -m 0644 rubygems/server.rb /usr/lib/ruby/site_ruby/1.8/rubygems/server.rb&lt;br /&gt; install -c -m 0644 rubygems/defaults.rb /usr/lib/ruby/site_ruby/1.8/rubygems/defaults.rb&lt;br /&gt; install -c -m 0644 rubygems/timer.rb /usr/lib/ruby/site_ruby/1.8/rubygems/timer.rb&lt;br /&gt; install -c -m 0644 rubygems/source_info_cache.rb /usr/lib/ruby/site_ruby/1.8/rubygems/sou&lt;br /&gt; rce_info_cache.rb&lt;br /&gt; install -c -m 0644 rubygems/require_paths_builder.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /require_paths_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/dependency_list.rb /usr/lib/ruby/site_ruby/1.8/rubygems/depen&lt;br /&gt; dency_list.rb&lt;br /&gt; install -c -m 0644 rubygems/indexer/master_index_builder.rb /usr/lib/ruby/site_ruby/1.8/r&lt;br /&gt; ubygems/indexer/master_index_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/indexer/marshal_index_builder.rb /usr/lib/ruby/site_ruby/1.8/&lt;br /&gt; rubygems/indexer/marshal_index_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/indexer/abstract_index_builder.rb /usr/lib/ruby/site_ruby/1.8&lt;br /&gt; /rubygems/indexer/abstract_index_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/indexer/quick_index_builder.rb /usr/lib/ruby/site_ruby/1.8/ru&lt;br /&gt; bygems/indexer/quick_index_builder.rb&lt;br /&gt; install -c -m 0644 rubygems/specification.rb /usr/lib/ruby/site_ruby/1.8/rubygems/specifi&lt;br /&gt; cation.rb&lt;br /&gt; install -c -m 0644 rubygems/uninstaller.rb /usr/lib/ruby/site_ruby/1.8/rubygems/uninstall&lt;br /&gt; er.rb&lt;br /&gt; install -c -m 0644 rubygems/platform.rb /usr/lib/ruby/site_ruby/1.8/rubygems/platform.rb&lt;br /&gt; install -c -m 0644 rubygems/format.rb /usr/lib/ruby/site_ruby/1.8/rubygems/format.rb&lt;br /&gt; install -c -m 0644 rubygems/gem_path_searcher.rb /usr/lib/ruby/site_ruby/1.8/rubygems/gem&lt;br /&gt; _path_searcher.rb&lt;br /&gt; install -c -m 0644 rubygems/old_format.rb /usr/lib/ruby/site_ruby/1.8/rubygems/old_format&lt;br /&gt; .rb&lt;br /&gt; install -c -m 0644 rubygems/command.rb /usr/lib/ruby/site_ruby/1.8/rubygems/command.rb&lt;br /&gt; install -c -m 0644 rubygems/remote_fetcher.rb /usr/lib/ruby/site_ruby/1.8/rubygems/remote&lt;br /&gt; _fetcher.rb&lt;br /&gt; install -c -m 0644 rubygems/package.rb /usr/lib/ruby/site_ruby/1.8/rubygems/package.rb&lt;br /&gt; install -c -m 0644 rubygems/dependency_installer.rb /usr/lib/ruby/site_ruby/1.8/rubygems/&lt;br /&gt; dependency_installer.rb&lt;br /&gt; install -c -m 0644 rubygems/command_manager.rb /usr/lib/ruby/site_ruby/1.8/rubygems/comma&lt;br /&gt; nd_manager.rb&lt;br /&gt; install -c -m 0644 rubygems/indexer.rb /usr/lib/ruby/site_ruby/1.8/rubygems/indexer.rb&lt;br /&gt; install -c -m 0644 rubygems/ext.rb /usr/lib/ruby/site_ruby/1.8/rubygems/ext.rb&lt;br /&gt; install -c -m 0644 rubygems/gem_open_uri.rb /usr/lib/ruby/site_ruby/1.8/rubygems/gem_open&lt;br /&gt; _uri.rb&lt;br /&gt; install -c -m 0644 rubygems/install_update_options.rb /usr/lib/ruby/site_ruby/1.8/rubygem&lt;br /&gt; s/install_update_options.rb&lt;br /&gt; install -c -m 0644 rubygems/gem_openssl.rb /usr/lib/ruby/site_ruby/1.8/rubygems/gem_opens&lt;br /&gt; sl.rb&lt;br /&gt; install -c -m 0644 rubygems/version_option.rb /usr/lib/ruby/site_ruby/1.8/rubygems/versio&lt;br /&gt; n_option.rb&lt;br /&gt; install -c -m 0644 rubygems/local_remote_options.rb /usr/lib/ruby/site_ruby/1.8/rubygems/&lt;br /&gt; local_remote_options.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/generate_index_command.rb /usr/lib/ruby/site_ruby/1.&lt;br /&gt; 8/rubygems/commands/generate_index_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/outdated_command.rb /usr/lib/ruby/site_ruby/1.8/ruby&lt;br /&gt; gems/commands/outdated_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/sources_command.rb /usr/lib/ruby/site_ruby/1.8/rubyg&lt;br /&gt; ems/commands/sources_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/check_command.rb /usr/lib/ruby/site_ruby/1.8/rubygem&lt;br /&gt; s/commands/check_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/cleanup_command.rb /usr/lib/ruby/site_ruby/1.8/rubyg&lt;br /&gt; ems/commands/cleanup_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/specification_command.rb /usr/lib/ruby/site_ruby/1.8&lt;br /&gt; /rubygems/commands/specification_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/unpack_command.rb /usr/lib/ruby/site_ruby/1.8/rubyge&lt;br /&gt; ms/commands/unpack_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/build_command.rb /usr/lib/ruby/site_ruby/1.8/rubygem&lt;br /&gt; s/commands/build_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/rdoc_command.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /commands/rdoc_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/lock_command.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /commands/lock_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/environment_command.rb /usr/lib/ruby/site_ruby/1.8/r&lt;br /&gt; ubygems/commands/environment_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/search_command.rb /usr/lib/ruby/site_ruby/1.8/rubyge&lt;br /&gt; ms/commands/search_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/fetch_command.rb /usr/lib/ruby/site_ruby/1.8/rubygem&lt;br /&gt; s/commands/fetch_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/dependency_command.rb /usr/lib/ruby/site_ruby/1.8/ru&lt;br /&gt; bygems/commands/dependency_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/cert_command.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /commands/cert_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/help_command.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /commands/help_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/uninstall_command.rb /usr/lib/ruby/site_ruby/1.8/rub&lt;br /&gt; ygems/commands/uninstall_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/contents_command.rb /usr/lib/ruby/site_ruby/1.8/ruby&lt;br /&gt; gems/commands/contents_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/list_command.rb /usr/lib/ruby/site_ruby/1.8/rubygems&lt;br /&gt; /commands/list_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/install_command.rb /usr/lib/ruby/site_ruby/1.8/rubyg&lt;br /&gt; ems/commands/install_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/query_command.rb /usr/lib/ruby/site_ruby/1.8/rubygem                                                  s/commands/query_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/update_command.rb /usr/lib/ruby/site_ruby/1.8/rubyge                                                  ms/commands/update_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/pristine_command.rb /usr/lib/ruby/site_ruby/1.8/ruby                                                  gems/commands/pristine_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/mirror_command.rb /usr/lib/ruby/site_ruby/1.8/rubyge                                                  ms/commands/mirror_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/which_command.rb /usr/lib/ruby/site_ruby/1.8/rubygem                                                  s/commands/which_command.rb&lt;br /&gt; install -c -m 0644 rubygems/commands/server_command.rb /usr/lib/ruby/site_ruby/1.8/rubyge                                                  ms/commands/server_command.rb&lt;br /&gt; install -c -m 0644 rubygems/installer.rb /usr/lib/ruby/site_ruby/1.8/rubygems/installer.r                                                  b&lt;br /&gt; install -c -m 0644 rubygems/user_interaction.rb /usr/lib/ruby/site_ruby/1.8/rubygems/user                                                  _interaction.rb&lt;br /&gt; install -c -m 0644 rubygems/exceptions.rb /usr/lib/ruby/site_ruby/1.8/rubygems/exceptions                                                  .rb&lt;br /&gt; install -c -m 0644 rubygems/open-uri.rb /usr/lib/ruby/site_ruby/1.8/rubygems/open-uri.rb&lt;br /&gt; install -c -m 0644 rbconfig/datadir.rb /usr/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb&lt;br /&gt; install -c -m 0644 ubygems.rb /usr/lib/ruby/site_ruby/1.8/ubygems.rb&lt;br /&gt; install -c -m 0644 rubygems.rb /usr/lib/ruby/site_ruby/1.8/rubygems.rb&lt;br /&gt; cp gem /tmp/gem&lt;br /&gt; install -c -m 0755 /tmp/gem /usr/bin/gem&lt;br /&gt; rm /tmp/gem&lt;br /&gt; cp update_rubygems /tmp/update_rubygems&lt;br /&gt; install -c -m 0755 /tmp/update_rubygems /usr/bin/update_rubygems&lt;br /&gt; rm /tmp/update_rubygems&lt;br /&gt; rm /usr/lib/ruby/gems/1.8/source_cache&lt;br /&gt; Removing old RubyGems RDoc and ri...&lt;br /&gt; rm -rf /usr/lib/ruby/gems/1.8/doc/rubygems-0.9.5&lt;br /&gt; Installing rubygems-1.0.1 ri into /usr/lib/ruby/gems/1.8/doc/rubygems-1.0.1/ri...&lt;br /&gt; Installing rubygems-1.0.1 rdoc into /usr/lib/ruby/gems/1.8/doc/rubygems-1.0.1/rdoc...&lt;br /&gt; As of RubyGems 0.8.0, library stubs are no longer needed.&lt;br /&gt; Searching $LOAD_PATH for stubs to optionally delete (may take a while)...&lt;br /&gt; ...done.&lt;br /&gt; No library stubs found.&lt;br /&gt; RubyGems system software updated&lt;br /&gt; danny@pandora:~&gt; gem&lt;br /&gt; gem       gemtopbm  gemtopnm&lt;br /&gt; danny@pandora:~&gt; sudo gem install rails&lt;br /&gt; Bulk updating Gem source index for: http://gems.rubyforge.org&lt;br /&gt; Successfully installed rake-0.8.0&lt;br /&gt; Successfully installed activesupport-2.0.2&lt;br /&gt; Successfully installed activerecord-2.0.2&lt;br /&gt; Successfully installed actionpack-2.0.2&lt;br /&gt; Successfully installed actionmailer-2.0.2&lt;br /&gt; Successfully installed activeresource-2.0.2&lt;br /&gt; Successfully installed rails-2.0.2&lt;br /&gt; 7 gems installed&lt;br /&gt; Installing ri documentation for rake-0.8.0...&lt;br /&gt; Installing ri documentation for activesupport-2.0.2...&lt;br /&gt; Installing ri documentation for activerecord-2.0.2...&lt;br /&gt; Installing ri documentation for actionpack-2.0.2...&lt;br /&gt; Installing ri documentation for actionmailer-2.0.2...&lt;br /&gt; Installing ri documentation for activeresource-2.0.2...&lt;br /&gt; Installing RDoc documentation for rake-0.8.0...&lt;br /&gt; Installing RDoc documentation for activesupport-2.0.2...&lt;br /&gt; Installing RDoc documentation for activerecord-2.0.2...&lt;br /&gt; Installing RDoc documentation for actionpack-2.0.2...&lt;br /&gt; Installing RDoc documentation for actionmailer-2.0.2...&lt;br /&gt; Installing RDoc documentation for activeresource-2.0.2...&lt;br /&gt; danny@pandora:~&gt;</code></p>]]></content:encoded>
    </item>
    <item>
      <title>Malaysian toll rates from Jan 1 2008</title>
      <link>https://thedaneshproject.com/posts/malaysian-toll-rates-from-jan-1-2008/</link>
      <pubDate>Fri, 21 Dec 2007 12:00:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-toll-rates-from-jan-1-2008/</guid>
      <description>Get ready people, the increase may look small but for those who use these routes daily it&amp;rsquo;s gonna cost them dearly over a long period.</description>
      <content:encoded><![CDATA[<p>Get ready people, the increase may look small but for those who use these routes daily it&rsquo;s gonna cost them dearly over a long period.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to configure SSL on Tomcat 5</title>
      <link>https://thedaneshproject.com/posts/how-to-configure-ssl-on-tomcat-5/</link>
      <pubDate>Thu, 20 Dec 2007 12:00:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-configure-ssl-on-tomcat-5/</guid>
      <description>Had to SSL on a test server running Tomcat 5 yesterday. This is how I did it.
cd $CATALINA_HOME
$JAVA_HOME/keytool -genkey -alias tomcat -keyalg RSA -keystore mycert.jks
Enter keystore password:_ changeit_ What is your first and last name? [Unknown]: **Danesh Manoharan
** What is the name of your organizational unit? [Unknown]: IT What is the name of your organization? [Unknown]: My Comp. What is the name of your City or Locality?</description>
      <content:encoded><![CDATA[<p>Had to SSL on a test server running Tomcat 5 yesterday. This is how I did it.</p>
<ol>
<li>
<blockquote>
<p>cd <em><strong>$CATALINA_HOME</strong></em></p>
</blockquote>
</li>
<li>
<blockquote>
<p><em><strong>$JAVA_HOME/keytool -genkey -alias tomcat -keyalg RSA -keystore mycert.jks</strong></em></p>
</blockquote>
</li>
<li>Enter keystore password:_  <strong>changeit</strong>_</li>
<li>What is your first and last name? [Unknown]: <em>**Danesh Manoharan<br>
**</em></li>
<li>What is the name of your organizational unit? [Unknown]: <em><strong>IT</strong></em></li>
<li>What is the name of your organization? [Unknown]: <em><strong>My Comp</strong></em>.</li>
<li>What is the name of your City or Locality? [Unknown]: <em><strong>KL</strong></em></li>
<li>What is the name of your State or Province? [Unknown]: <em><strong>KL</strong></em></li>
<li>What is the two-letter country code for this unit? [Unknown]: <em><strong>MY</strong></em></li>
<li>US Is CN=Danesh Manoharan, OU=IT, O=&ldquo;My Comp.&rdquo;, L=KL, ST=KL, C=MY correct? [no]: <em><strong>yes</strong></em></li>
<li>Enter key password for <!-- raw HTML omitted --> (RETURN if same as keystore password): Hit Enter.<!-- raw HTML omitted --></li>
</ol>
<p>Tomcat will assume the password is &ldquo;changeit&rdquo; by default so it&rsquo;s advised to leave it that way. Now let&rsquo;s tell Tomcat to use the keystore file.</p>
<ol>
<li>cd $CATALINA_HOME/conf/</li>
<li>vi server.xml</li>
<li>Look for &ldquo;&lt;!- Define a SSL HTTP/1.1 Connector on port 8443 -&gt;&rdquo;. Remove the &lt;!- -&gt; comments indicator and add the keystore info.</li>
</ol>
<blockquote>
<p>&lt;!- Define a SSL HTTP/1.1 Connector on port 8443 -&gt;<br>
<!-- raw HTML omitted --></p>
</blockquote>
<p>Time to restart Tomcat and test.</p>
<ol>
<li>cd $CATALINA_HOME/bin/</li>
<li>./shutdown.sh to make sure Tomcat is down.</li>
<li>./startup.sh to start Tomcat.</li>
<li>Fire up your browser and test your new https site. <em><strong>https://localhost/</strong></em></li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Need a backlink?</title>
      <link>https://thedaneshproject.com/posts/need-a-backlink/</link>
      <pubDate>Mon, 17 Dec 2007 02:48:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/need-a-backlink/</guid>
      <description>Need a backlink? try NeedBacklinks
Source: Malaysia Tech Blog
Need Backlinks Web Directory</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img139.imageshack.us/img139/9640/logopx4.gif" alt=""  />
</p>
<p>Need a backlink? try <a href="http://www.needbacklinks.com/">NeedBacklinks</a></p>
<p>Source: <a href="http://www.cypherhackz.net/archives/2007/12/17/submit-your-links-to-need-backlinks-web-directory/">Malaysia Tech Blog</a><br>
<a href="http://www.needbacklinks.com/">Need Backlinks Web Directory</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Server time slow</title>
      <link>https://thedaneshproject.com/posts/server-time-slow/</link>
      <pubDate>Sun, 16 Dec 2007 18:43:15 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/server-time-slow/</guid>
      <description>&lt;p&gt;Another issue that popped up tonight. The time on a payroll server seem to be slower then usual. Futher troubleshooting on the box revealed that it took 4 seconds to move 1 second on the server. This caused the payroll servers to stop communicating between each other as time sync was part of a security measure built into the payroll software we run here.&lt;/p&gt;
&lt;p&gt;Some googling later it seem to be a BUG with the kernel. The fix, suggested to either update the kernel, recompile the kernel or add some kernel parameters in GRUB to fix the issue. I decided to go with the kernel parameters because this was a production server and the downtime window was very slim.&lt;/p&gt;
&lt;p&gt;The fix,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;vi /etc/boot/grub.conf&lt;/li&gt;
&lt;li&gt;Add to the end of the kernel line. &amp;ldquo;clock=pit noapic nolapic&amp;rdquo;&lt;/li&gt;
&lt;li&gt;reboot and check time. &amp;ldquo;watch date&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;</description>
      <content:encoded><![CDATA[<p>Another issue that popped up tonight. The time on a payroll server seem to be slower then usual. Futher troubleshooting on the box revealed that it took 4 seconds to move 1 second on the server. This caused the payroll servers to stop communicating between each other as time sync was part of a security measure built into the payroll software we run here.</p>
<p>Some googling later it seem to be a BUG with the kernel. The fix, suggested to either update the kernel, recompile the kernel or add some kernel parameters in GRUB to fix the issue. I decided to go with the kernel parameters because this was a production server and the downtime window was very slim.</p>
<p>The fix,</p>
<ol>
<li>vi /etc/boot/grub.conf</li>
<li>Add to the end of the kernel line. &ldquo;clock=pit noapic nolapic&rdquo;</li>
<li>reboot and check time. &ldquo;watch date&rdquo;</li>
</ol>
<h1 id="grubconf-generated-by-anaconda">grub.conf generated by anaconda</h1>
<pre><code>#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/md7
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.9-e.3smp)
root (hd0,0)
kernel /vmlinuz-2.4.9-e.3smp ro root=/dev/md7 clock=pit noapic nolapic
initrd /initrd-2.4.9-e.3smp.img
title Red Hat Linux Advanced Server (2.4.9-e.3)
root (hd0,0)
kernel /vmlinuz-2.4.9-e.3 ro root=/dev/md7 clock=pit noapic nolapic
initrd /initrd-2.4.9-e.3.img
</code></pre>
<p>Source: <a href="http://rextang.net/blogs/work/archive/2006/12/21/4516.aspx">Rexiology::Work</a></p>
<p>Source: <a href="http://www.cyberciti.biz/howto/question/static/linux-kernel-parameters.php">Linux Kernel Parameters</a></p>]]></content:encoded>
    </item>
    <item>
      <title>How to boot RS6000 in single user mode</title>
      <link>https://thedaneshproject.com/posts/how-to-boot-rs6000-in-single-user-mode/</link>
      <pubDate>Sun, 16 Dec 2007 15:15:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-boot-rs6000-in-single-user-mode/</guid>
      <description>We had a DC shutdown last night, been in the office for almost 20 hours now. I&amp;rsquo;m sleepy,tired,sticky,red eyedÃ‚Â and the damn 10 year old RS6000 box running AIX 4.3Ã‚Â decided to stay down.
The box was trying to connect to aÃ‚Â NFS share on the network before the network services came up. This cause the RS6000 to stall at boot up.
The fix the below fixed the problem.
Restart the machine.</description>
      <content:encoded><![CDATA[<p>We had a DC shutdown last night, been in the office for almost 20 hours now. I&rsquo;m sleepy,tired,sticky,red eyedÃ‚Â and the damn 10 year old RS6000 box running AIX 4.3Ã‚Â decided to stay down.</p>
<p>The box was trying to connect to aÃ‚Â NFS share on the network before the network services came up. This cause the RS6000 to stall at boot up.</p>
<p>The fix the below fixed the problem.</p>
<ol>
<li>Restart the machine.</li>
<li>Wait the the AIX splash screen to come up. Devices begin to initialize here.</li>
<li>When you see the [keyboard] word on screen hit the F5 button or the 5 key depending on your console.</li>
<li>Choose &ldquo;single user mode&rdquo; when the maintenance screen comes up.</li>
<li>Edit the /etc/filesystems file and remove the NFS entries.</li>
<li>Reboot.</li>
</ol>
<p>Hitting F1 or the 1 key will take you to the SMS (System Management Services)Ã‚Â menu where you can access system configurations liek the network settings, boot sequence, firmware update and others&hellip;.</p>
<p>Source: <a href="http://www.cs.fiu.edu/~tho01/psg/aix.html">Sys Admin Pocket Survival Guide</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>How to restart sendmail in AIX</title>
      <link>https://thedaneshproject.com/posts/how-to-restart-sendmail-in-aix/</link>
      <pubDate>Mon, 10 Dec 2007 15:29:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-restart-sendmail-in-aix/</guid>
      <description>I had to work with an AIX box today which was having some issues with the mailq getting filled up frequently. The issue was not with the AIX box but the out SMTP box. Damn those spammers!!
Anyway, I had to restart the sendmail daemon on the AIX box. Walk through below,
Verify if sendmail is running. &amp;ldquo;ps -ef | grep sendmail&amp;rdquo;. This should show: root 5704 1 0 11:08:42 - 0:00 sendmail: accepting connections on port 25</description>
      <content:encoded><![CDATA[<p>I had to work with an AIX box today which was having some issues with the mailq getting filled up frequently. The issue was not with the AIX box but the out SMTP box. Damn those spammers!!</p>
<p>Anyway, I had to restart the sendmail daemon on the AIX box. Walk through below,</p>
<ol>
<li>Verify if sendmail is running. &ldquo;<em><strong>ps -ef | grep sendmail</strong></em>&rdquo;.</li>
</ol>
<p>This should show: <!-- raw HTML omitted -->root 5704 1 0 11:08:42 - 0:00 sendmail: accepting connections on port 25<!-- raw HTML omitted --></p>
<ol start="2">
<li>
<p>Stop sendmail. &ldquo;<em><strong>stopsrc -s sendmail</strong></em>&rdquo; or &ldquo;<em><strong>kill -1 `cat /etc/senamail.pid</strong></em>`.</p>
</li>
<li>
<p>Verify if sendmail is running. &ldquo;<em><strong>ps -ef | grep sendmail</strong></em>&rdquo;.</p>
</li>
</ol>
<p>No process should be returned.</p>
<ol start="4">
<li>Start sendmail. &ldquo;<em><strong>startsrc -s sendmail -a &ldquo;-bd -q30m&rdquo;</strong></em>&rdquo;.</li>
</ol>
<p>-bd will start the sendmail as a SMTP mail relay router.</p>
<p>-q will the the interval in which the sendmail daemon will process save messages. If none is provided the daemon will default to instant processing.</p>
<ol start="5">
<li>Verify if sendmail is running. &ldquo;<em><strong>ps -ef | grep sendmail</strong></em>&rdquo;.</li>
</ol>
<p>This should show: <!-- raw HTML omitted -->root 5704 1 0 11:30:23 - 0:00 sendmail: accepting connections on port 25<!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Are you a geek?</title>
      <link>https://thedaneshproject.com/posts/are-you-a-geek/</link>
      <pubDate>Fri, 07 Dec 2007 04:10:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/are-you-a-geek/</guid>
      <description>This is me,Ã‚Â a Linux geek and a RC geek.
Scott Johnson is working on a geek poster which currently has 57 different types of geeks on it. This poster will keep growing as new geeks get added so if you don&amp;rsquo;t find your geek now chances are you will down the road.
He has the full poster on Flickr and and individual geek avatars made available through Flickr too.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img100.imageshack.us/img100/7033/1143705079b858f266a1pb5.jpg" alt=""  />
<img loading="lazy" src="http://img100.imageshack.us/img100/6368/145999250908ae309755kv2.jpg" alt=""  />
</p>
<p>This is me,Ã‚Â  a Linux geek and a RC geek.</p>
<p>Scott Johnson is working on a geek poster which currently has 57 different types of geeks on it. This poster will keep growing as new geeks get added so if you don&rsquo;t find your geek now chances are you will down the road.</p>
<p>He has the <a href="http://www.flickr.com/photo_zoom.gne?id=2086153791&amp;context=set-72157601200807582&amp;size=l">full poster</a> on Flickr and and <a href="http://www.flickr.com/photos/scottjohnson/sets/72157601200807582/">individual geek</a> avatars made available through Flickr too.</p>
<p>So, what kind of geek are you?</p>
<p>Source: <a href="http://www.hongkiat.com/blog/which-type-of-geek-are-you/">HongKiat</a></p>
<p>Source: <a href="http://www.flickr.com/photos/scottjohnson/sets/72157601200807582/">ScottJohnson</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Defensio Anti Spam 1.2 released</title>
      <link>https://thedaneshproject.com/posts/defensio-anti-spam-1.2-released/</link>
      <pubDate>Wed, 05 Dec 2007 16:04:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/defensio-anti-spam-1.2-released/</guid>
      <description>The latest update for the Defensio Anti Spam WordPress was released today.
This update fixed all the issues me and other Defensio users were experiencing recently. The previous version broke and caused the plugin editor and theme editor to stop working. Bug Report
I have the latest version installed and running now. So far nothing seems to be broken.
Source: Defensio Anti Spam</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img156.imageshack.us/img156/9283/derfensiobanneryv1.jpg" alt=""  />
</p>
<p>The latest update for the Defensio Anti Spam WordPress was released today.</p>
<p>This update fixed all the issues me and other Defensio users were experiencing recently. The previous version broke and caused the plugin editor and theme editor to stop working. Bug Report</p>
<p>I have the latest version installed and running now. So far nothing seems to be broken.</p>
<p>Source: <a href="http://blog.defensio.com/2007/12/04/time-to-update/">Defensio Anti Spam</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.11 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.11-released/</link>
      <pubDate>Mon, 03 Dec 2007 15:30:58 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.11-released/</guid>
      <description>A new update for Firefox was released just 4 days after the 2.0.0.10 update was made available to the public. The latest update 2.0.0.11 fixes a few compatibulity issues that showed up after upgrading to 20.0.0.10. Nothing serious, justÃ‚Â minor extension issues and website compatibility issues.
Make sure you have the latest version. This will happen automatically but if it does not then get the latest version here.
Source: Mozilla</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>A new update for Firefox was released just 4 days after the 2.0.0.10 update was made available to the public. The latest update 2.0.0.11 fixes a few compatibulity issues that showed up after upgrading to 20.0.0.10. Nothing serious, justÃ‚Â  minor extension issues and website compatibility issues.<br>
Make sure you have the latest version. This will happen automatically but if it does not then get the latest version <a href="http://www.mozilla.com/en-US/firefox/">here</a>.</p>
<p>Source: <a href="http://www.mozilla.com/en-US/firefox/2.0.0.11/releasenotes/">Mozilla</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>$60 Million for Facebook</title>
      <link>https://thedaneshproject.com/posts/60-million-for-facebook/</link>
      <pubDate>Sun, 02 Dec 2007 09:53:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/60-million-for-facebook/</guid>
      <description>Asia&amp;rsquo;s richest man, MrLi Ka Shing has invested $60Million in Facebook, the current favourite soscial networking around the world.Ã‚Â Microsoft also did show interest by investing $240Million in the estimated $15Billion comapany not too long ago.
My current fav is Facebook but yes sometimes it does get overwhelming with the 100&amp;rsquo;s of applications being passed around. But the idea behind it and how quick it&amp;rsquo;s being adapted by end users around the world is what&amp;rsquo;s molding Facebook into a investor&amp;rsquo;s prime target.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img47.imageshack.us/img47/5894/obat491limed20071101180et4.jpg" alt=""  />
<img loading="lazy" src="http://img205.imageshack.us/img205/239/200pxfacebooklogosvgjc6.png" alt=""  />
</p>
<p>Asia&rsquo;s richest man, MrLi Ka Shing has invested $60Million in Facebook, the current favourite soscial networking around the world.Ã‚Â  Microsoft also did show interest by investing $240Million in the estimated $15Billion comapany not too long ago.</p>
<p>My current fav is Facebook but yes sometimes it does get overwhelming with the 100&rsquo;s of applications being passed around. But the idea behind it and how quick it&rsquo;s being adapted by end users around the world is what&rsquo;s molding Facebook into a investor&rsquo;s prime target.</p>
<p>Source: ScreenShots</p>
]]></content:encoded>
    </item>
    <item>
      <title>I’m done with the Arkayne Related Posts plugin</title>
      <link>https://thedaneshproject.com/posts/im-done-with-the-arkayne-related-posts-plugin/</link>
      <pubDate>Wed, 28 Nov 2007 13:47:07 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/im-done-with-the-arkayne-related-posts-plugin/</guid>
      <description>It&amp;rsquo;s been over 24 hours since I activated my Arkayne Related Posts plugin but no related posts have even shown up so far. I expected 30 mins as stated by Arkayned eventually 24 hours later and nothing is happening.
Arkayne parses and links your blog in 30 min flat.
I sent 4 mails asking for support but never heard back from Arkayne.
Apparently the Arkayne Related plugin is not working as advertised.</description>
      <content:encoded><![CDATA[<p>It&rsquo;s been over 24 hours since I activated my Arkayne Related Posts plugin but no related posts have even shown up so far. I expected 30 mins as stated by Arkayned eventually 24 hours later and nothing is happening.</p>
<blockquote>
<p>Arkayne parses and links your blog in 30 min flat.</p>
</blockquote>
<p><img loading="lazy" src="http://img263.imageshack.us/img263/8481/arkayneerrorgb2.jpg" alt=""  />
</p>
<p>I sent 4 mails asking for support but never heard back from Arkayne.</p>
<p>Apparently the Arkayne Related plugin is not working as advertised. The only thing left to do now is to drop the plugin. Till then I&rsquo;m back to <a href="http://wordpress.org/extend/plugins/simple-tags">Simple Tags&rsquo;s</a> related posts feature.</p>
<p>I love the concept behind Arkayne and hope they get it running soon.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.10 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.10-released/</link>
      <pubDate>Wed, 28 Nov 2007 07:55:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.10-released/</guid>
      <description>Firefox 2.0.0.10 has been released. This is a security update which fixes the issues listed below.
MFSA 2007-39{.high} Referer-spoofing via window.location race condition
MFSA 2007-38{.high} Memory corruption vulnerabilities (rv:1.8.1.10)
MFSA 2007-37{.high} jar: URI scheme XSS hazard
Firefox will automatically update itself to the latest version but if it does not you can download the latest version from the Firefox homepage. My Firefox is up2date, is yours?
Source: Mozilla Developer News</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Firefox 2.0.0.10 has been released. This is a security update which fixes the issues listed below.</p>
<blockquote>
<p><a href="http://www.mozilla.org/security/announce/2007/mfsa2007-39.html">MFSA 2007-39</a>{.high} Referer-spoofing via window.location race condition<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-38.html">MFSA 2007-38</a>{.high} Memory corruption vulnerabilities (rv:1.8.1.10)<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-37.html">MFSA 2007-37</a>{.high} jar: URI scheme XSS hazard</p>
</blockquote>
<p>Firefox will automatically update itself to the latest version but if it does not you can download the latest version from the <a href="http://www.mozilla.com/en-US/firefox/">Firefox homepage</a>. My Firefox is up2date, is yours?</p>
<p>Source: <a href="http://developer.mozilla.org/devnews/index.php/2007/11/26/firefox-20010-stability-update-now-available-for-download/">Mozilla Developer News</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Arkayne related posts plugin for WordPress</title>
      <link>https://thedaneshproject.com/posts/arkayne-related-posts-plugin-for-wordpress/</link>
      <pubDate>Tue, 27 Nov 2007 17:49:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/arkayne-related-posts-plugin-for-wordpress/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m trying out a new related posts plugin called &amp;ldquo;Arkayne&amp;rdquo; for a few weeks on my blog.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been looking around for related posts plugins and been testing a few recently but most of them either only use tags or categories to find related posts. So far my favorite has been &lt;a href=&#34;http://wasabi.pbwiki.com/Related+Entries&#34;&gt;Related Entrie by WASABI&lt;/a&gt; because it uses keywords instead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is Arkayne?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Arkayne is an online service that collects and automatically links similar content from the Arkayne network. The Arkayne network is made up of sites/blogs which are connected via the Arkayne plugins or java scripts. Their posts get registered by Arakyne and the magic happens. The Arkayne engine consists of a set of rules and algorithm the relates pages based on content and not just tags, keywords or categories. If Arkayne functions as advertised, someone surfing a PHP related site should only see posts related to the PHP world.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I&rsquo;m trying out a new related posts plugin called &ldquo;Arkayne&rdquo; for a few weeks on my blog.</p>
<p>I&rsquo;ve been looking around for related posts plugins and been testing a few recently but most of them either only use tags or categories to find related posts. So far my favorite has been <a href="http://wasabi.pbwiki.com/Related+Entries">Related Entrie by WASABI</a> because it uses keywords instead.</p>
<p><strong>What is Arkayne?</strong></p>
<p>Arkayne is an online service that collects and automatically links similar content from the Arkayne network. The Arkayne network is made up of sites/blogs which are connected via the Arkayne plugins or java scripts. Their posts get registered by Arakyne and the magic happens. The Arkayne engine consists of a set of rules and algorithm the relates pages based on content and not just tags, keywords or categories. If Arkayne functions as advertised, someone surfing a PHP related site should only see posts related to the PHP world.</p>
<p>There is a link stat page that is accessible by clicking on the &ldquo;more links at Arkayne&rdquo; link at the bottom of the related posts section. Here you can get stats about your posts and other posts that are similar to it. Hits, clicks, links conversion, similarities and much more information is at your disposal here.</p>
<p><a href="http://img509.imageshack.us/img509/7467/arkaynestatsqe4.png"><img loading="lazy" src="http://img509.imageshack.us/img509/7467/arkaynestatsqe4.th.png" alt=""  />
</a></p>
<p>Some of the benefits of Arkayne,</p>
<ul>
<li>spam filtering feature built in.</li>
<li>save users time by always providing only relevant content.</li>
<li>generate relevant traffic.</li>
<li>build niche interest by linking to similar content.</li>
<li>simple plugin to enable Arkayne.</li>
</ul>
<p><strong>WordPress Plugin</strong></p>
<p>The Arkayne widget will add a section with related posts to the bottom of every post when viewed in single page mode. For new post you will have to wait about 30 minutes before related posts start showing up. This is because Arkayne takes about 30minutes to scan through it&rsquo;s database of posts and find the most relevant posts for the newly added post.</p>
<p>When displaying related posts, the Arkayne widget will always list your own blog posts near the top followed by relevant posts from other blogs at the bottom.</p>
<p>Have you tried Arkayne before? I would love to hear about your experience.</p>
<p><a href="http://wordpress.org/extend/plugins/arkayne-site-to-site-related-content/">Download the WordPress plugin here.Ã‚Â </a></p>
<p>Source: <a href="http://www.arkayne.com/">Arkayne</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Why HINDRAF? A Malaysians’ answer!</title>
      <link>https://thedaneshproject.com/posts/why-hindraf-a-malaysians-answer/</link>
      <pubDate>Mon, 26 Nov 2007 15:22:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/why-hindraf-a-malaysians-answer/</guid>
      <description>&lt;p&gt;Before I begin, this is my first official post in my bro&amp;rsquo;s blog. Just for the record, I am Azlina Manoharan and my bro is Danesh Manoharan. I guess you see the MUHIBAH-ness of my family mirrored through our names!&lt;/p&gt;
&lt;p&gt;Okay, back to my view.&lt;/p&gt;
&lt;p&gt;I share the same view as you &lt;a href=&#34;http://www.abinesh.com/delirium/posts/hindraf-rally-the-way-i-see-it/&#34;&gt;Abi&lt;/a&gt;! We can already see that everyone who was not in support of this rally blaming HINDRAF and their supporters for causing chaos on a calm and peaceful country.&lt;/p&gt;
&lt;p&gt;We are accused of being racial! Come on. Grow up! Find some other reasons to look down on us. We are not fighting for Indian rites you fools. Its about the rights of Malaysians. It is not only Indians that are suffering in this country. Everyone who has got no contacts or strings to pull in the government are basically citizens who are non-existent in the this country.&lt;/p&gt;
&lt;p&gt;Yes, there are things done to benefit the poor but in the process of giving to the poor, 3/4 of the funds are lost midway, and we know where it all goes. Everyone knows this as a fact but no one wants to question this. Why? Because those who are in the position to ask and be heard don&amp;rsquo;t want to loose their income and position in society. On the other hand, those who are willing to ask don&amp;rsquo;t have anyone who is willing to take them seriously. How then are we to ask for our rights. A simple example, we asked for a permit to just hand in this Petition, but no, we were refused. I wonder what would have happened if Azalina would have wanted to organize a rally in a similar nature to make a request to the British Govt to allow the development of the sports complex for the training of our athletes. That would have been allowed rite? No chaos would have been caused isn&amp;rsquo;t it?&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Before I begin, this is my first official post in my bro&rsquo;s blog. Just for the record, I am Azlina Manoharan and my bro is Danesh Manoharan. I guess you see the MUHIBAH-ness of my family mirrored through our names!</p>
<p>Okay, back to my view.</p>
<p>I share the same view as you <a href="http://www.abinesh.com/delirium/posts/hindraf-rally-the-way-i-see-it/">Abi</a>! We can already see that everyone who was not in support of this rally blaming HINDRAF and their supporters for causing chaos on a calm and peaceful country.</p>
<p>We are accused of being racial! Come on. Grow up! Find some other reasons to look down on us. We are not fighting for Indian rites you fools. Its about the rights of Malaysians. It is not only Indians that are suffering in this country. Everyone who has got no contacts or strings to pull in the government are basically citizens who are non-existent in the this country.</p>
<p>Yes, there are things done to benefit the poor but in the process of giving to the poor, 3/4 of the funds are lost midway, and we know where it all goes. Everyone knows this as a fact but no one wants to question this. Why? Because those who are in the position to ask and be heard don&rsquo;t want to loose their income and position in society. On the other hand, those who are willing to ask don&rsquo;t have anyone who is willing to take them seriously. How then are we to ask for our rights. A simple example, we asked for a permit to just hand in this Petition, but no, we were refused. I wonder what would have happened if Azalina would have wanted to organize a rally in a similar nature to make a request to the British Govt to allow the development of the sports complex for the training of our athletes. That would have been allowed rite? No chaos would have been caused isn&rsquo;t it?</p>
<p>Let&rsquo;s see whether this HINDRAF gathering was racial in nature or was is it an attempt to voice out the grievances of people who have been long neglected! The BERSIH rally was mainly composed of Malays and HINDRAF was mainly Indians. In both these rallies there were other races involved too though not many. Both this rallies were treated the same by the govt and police. But when Khairy had a rally for God knows what, FRU was present but no water cannons or tear gas was used. Nothing was done to break this gathering. To my knowledge no permit was given for this gathering though there have been those that have said that permit was given. When Johari was questioned about this, he said he has to check. So, I am pretty sure no permit was given. However, there was no force used to dis[erse the crowd because they were people in power. Not only that, those attending the gathering also had some kind of power. But those involved in the BERSIH and HINDRAF rallies were ordinary people with no power wahtsoever, opposition members who in the eyes of the govt are trouble causers and have supporters who are good for nothing other than creating unrest and chaos in the country. Isn&rsquo;t this clear to those of you out there! We don&rsquo;t have a racial problem. It is purely a problem caused by greed for power and fame. You can be a Malay, Indian, Chinese, Sikh, Bajau or anything. You are all insignificant unless you can make those in power more popular or you have the money to give them to develop themselves.</p>
<p>It has always been the politicians using racism as their stronghold. Those in power use the police like puppets. The integrity of the police force itself is tarnished. We have a very good police force actually but today we do not respect them at all. Why? Because of this politicians. These police officers are forced to follow orders from these people of power. If they do not do as ordered, they have to suffer the severe consequences. They are not rich people. They also have their families to take care. End of the day, every decision made by them is influenced by their family. They had succumbed to bribery. Who is to be blamed? Thonk before you answer?</p>
<p>The hard work and good intentions of our fore fathers have been forgotten. During my father&rsquo;s generation, no one use to talk about racial harmony and neither was there the need to tell a Muslim friend that the food was halal or inform their Hindu friend that beef was not served. It was a general and common knowledge that when a person of a different religion was invited, he need to be taken care and first class treatment was given. Today, everything has to be asked, informed and sometimes a big issue is made if beef or non-halal food is served. A complaint that the host was insensitive to their religion becomes an issue. Guess who makes these remarks? The more we talk about racial harmony the more we are growing apart. Look here. If I invite you to my home, you are my guest and rest assured you will be well take care off. The only important thing for those in power is money and fame. They will do anything for that.</p>
<p>These people have forgotten what is humanity. They have no feelings any more. How could one spray tear gas and use chemical laced water cannons on people who have not caused any harm at all. Fine. The authorities said it was used to disperse the crowd. It was an illegal rally and thus had to disperse the crowd before it got unruly. That is just crap! Devamany, in answering the interviewer from AlJazeera said it was &ldquo;the type of crowd&rdquo;. I wonder what he meant by that?</p>
<p>Just take a second and think, what would have happened if permit was granted by the police for the gathering. A bunch of people would have gathered in front of the embassy, handed over the petition and crowd dispersed. Everything would have been over in less than 2 hours. But guess what, all this so called chaos that our government and police accused HINDRAF of was caused by their own doing and not HINDRAF. They gave free publicity of the whole event.<br>
When I got an SMS 3 weeks ago about this rally, I just ignored it. I told my bro n dad that it must be a hoax. Only a week ago, when I read it in the papers and how worked up the government and their puppets&hellip;ie the police got&hellip;..that it finally hit me that it was all for real. I would like to take this opportunity to thank the govt and police for their &ldquo;charitable action&rdquo; of spreading the news. You were the reason why so many people turned up. Thanks!!!!!!</p>]]></content:encoded>
    </item>
    <item>
      <title>Pictures from the recent Hindraf gathering</title>
      <link>https://thedaneshproject.com/posts/pictures-from-the-recent-hindraf-gathering/</link>
      <pubDate>Mon, 26 Nov 2007 08:41:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pictures-from-the-recent-hindraf-gathering/</guid>
      <description>My friend Abi over at abinesh.com has a collection of pictures taken from the recent Hindraf gathering held on 25th November 2007. Check them out at abinesh.com
Source: abinesh.com</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm3.static.flickr.com/2303/2064030768_79f0ac5973.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://farm3.static.flickr.com/2256/2063235909_5015cd50d1.jpg" alt=""  />
</p>
<p>My friend Abi over at <a href="http://www.abinesh.com/delirium/posts/hindraf-25-11-07-pictures/">abinesh.com</a> has a collection of pictures taken from the recent Hindraf gathering held on 25th November 2007. Check them out at <a href="http://www.abinesh.com/delirium/posts/hindraf-25-11-07-pictures/">abinesh.com</a></p>
<p>Source: <a href="http://www.abinesh.com/delirium/posts/hindraf-25-11-07-pictures/">abinesh.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hindraf, proud day for Malaysian Indians</title>
      <link>https://thedaneshproject.com/posts/hindraf-proud-day-for-malaysian-indians/</link>
      <pubDate>Sun, 25 Nov 2007 06:41:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hindraf-proud-day-for-malaysian-indians/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img264.imageshack.us/img264/453/1234006151ia7.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;br&gt;
Images taken from &lt;a href=&#34;http://english.aljazeera.net/NR/exeres/53685CBD-40D4-4AC3-B354-73BBC2DA7D51.htm&#34;&gt;AlJazeera&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My Dad and sis were at the Hindraf(Hindu Rights Action Force) gathering this morning to support the Petition being submitted to the British High Commission. This is her story.&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;!-- raw HTML omitted --&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img264.imageshack.us/img264/453/1234006151ia7.jpg" alt=""  />
<br>
Images taken from <a href="http://english.aljazeera.net/NR/exeres/53685CBD-40D4-4AC3-B354-73BBC2DA7D51.htm">AlJazeera</a></p>
<p>My Dad and sis were at the Hindraf(Hindu Rights Action Force) gathering this morning to support the Petition being submitted to the British High Commission. This is her story.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Others covering this great event.</p>
<p>Poobalan <a href="http://english.aljazeera.net/NR/exeres/53685CBD-40D4-4AC3-B354-73BBC2DA7D51.htm">AlJazeera</a> <a href="http://www.policewatchmalaysia.com/">PoliceWatchMalaysia</a> <a href="http://www.malaysiakini.com/">Malaysiakini</a> <a href="http://mahaguru58.blogspot.com/">Mahaguru5</a> <a href="http://www.abinesh.com/delirium/">Abinesh</a> <a href="http://www.bmahendran.com/blog/index.php">BMahendra</a> <a href="http://novinthen.com/blog/">BMahendra(Tempsite)</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Downloading gOS</title>
      <link>https://thedaneshproject.com/posts/downloading-gos/</link>
      <pubDate>Sat, 24 Nov 2007 10:27:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/downloading-gos/</guid>
      <description>We all want it but no it&amp;rsquo;s not Google OS.
gOS is the latest Linux based OS for budget PCs. WalMart was selling gPC(gOS powered PCs) at only USD199 and the developer kit at only USD59.99. More here
gOS is developed by Good OS LLC out of Los Angeles. Based on Ubuntu Linux 7.10 and runs the Enlightenment E17 interface instead of KDE or Gnome. Despite not being created by Google, gOS uses Google&amp;rsquo;s online applications such as GMail, Google News, Google Maps, Google Calendar, YouTube, etc.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img214.imageshack.us/img214/8881/headerlogoleftky3.jpg" alt=""  />
</p>
<p>We all want it but no it&rsquo;s not Google OS.</p>
<p>gOS is the latest Linux based OS for budget PCs. WalMart was selling gPC(gOS powered PCs) at only USD199 and the developer kit at only USD59.99. More here</p>
<p><!-- raw HTML omitted -->gOS is developed by Good OS LLC out of Los Angeles. Based on Ubuntu Linux 7.10 and runs the <!-- raw HTML omitted -->Enlightenment E17 interface<!-- raw HTML omitted --> instead of KDE or Gnome. Despite not being created by Google, gOS uses Google&rsquo;s online applications such as GMail, Google News, Google Maps, Google Calendar, YouTube, etc. It&rsquo;s a neat concept for a Linux distribution, but how practical is it? One thing for sure, since the cost is low everyone will now have the opportunity to own a PC. <!-- raw HTML omitted --></p>
<p>I am currently downloading my copy of gOS via BitTorrent. You can look forward to a review from me within the next few days.</p>
<p>Get you own copy of gOS via BitTorrent or direct download from the gOS download page.</p>
<p>Source: <a href="http://www.thinkgos.com/index.html">gOS</a></p>
<p>Souurce: ExtremeTech</p>
]]></content:encoded>
    </item>
    <item>
      <title>Defensio anti spam 1.1.3 released</title>
      <link>https://thedaneshproject.com/posts/defensio-anti-spam-1.1.3-released/</link>
      <pubDate>Thu, 22 Nov 2007 04:35:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/defensio-anti-spam-1.1.3-released/</guid>
      <description>Defensio anti spam plugin version 1.1.3 for WordPress was released yesterday to fix a few bugs.
This update fixes the broken link issue in the WordPress admin dashboard activity area. See Bug Report. The link was still pointing the the old directory structure &amp;ldquo;/defensio/&amp;rdquo;, the fix will change this to &amp;ldquo;/defensio-anti-spam&amp;rdquo;.
There are still a few pending issues I wrote about in my previous post which the Defensio team is working to resolve now.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img156.imageshack.us/img156/9283/derfensiobanneryv1.jpg" alt=""  />
</p>
<p>Defensio anti spam plugin version 1.1.3 for WordPress was released yesterday to fix a few bugs.</p>
<p>This update fixes the broken link issue in the WordPress admin dashboard activity area. See Bug Report. The link was still pointing the the old directory structure &ldquo;/defensio/&rdquo;, the fix will change this to &ldquo;/defensio-anti-spam&rdquo;.</p>
<p>There are still a few pending issues I wrote about in my <a href="/posts/bug-in-the-new-defensio-plugin-for-wordpress/">previous post</a> which the Defensio team is working to resolve now. Thanks Carl Mercier</p>
<p>Download the latest version <a href="http://downloads.wordpress.org/plugin/defensio-anti-spam.1.1.3.zip">here</a>.</p>
<p>Source: <a href="http://defensio.com/downloads">Defensio</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bug in the new Defensio plugin for WordPress</title>
      <link>https://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/</link>
      <pubDate>Wed, 21 Nov 2007 17:40:47 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bug-in-the-new-defensio-plugin-for-wordpress/</guid>
      <description>Found my first bug in the latest Defensio plugin version 1.1.2. Upon activating the plugin a few things stop working in my WordPress admin section.
Can&amp;rsquo;t load the Defensio quarantine page from the dash board. Can&amp;rsquo;t load the plugin editor anymore. Can&amp;rsquo;t load the theme editor anymore. Once I have the Defension-anti-spam plugin turned off everything is back to normal.
I ain&amp;rsquo;t no php specialist so I can&amp;rsquo;t operate on the source files but I&amp;rsquo;ve submitted a bug report at Defensio&amp;rsquo;s Community site in hopes for a quick response.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img156.imageshack.us/img156/9283/derfensiobanneryv1.jpg" alt=""  />
</p>
<p>Found my first bug in the latest Defensio plugin version 1.1.2. Upon activating the plugin a few things stop working in my WordPress admin section.</p>
<ol>
<li>Can&rsquo;t load the Defensio quarantine page from the dash board.</li>
</ol>
<p><a href="http://img232.imageshack.us/img232/131/defensio5xm0.jpg"><img loading="lazy" src="http://img232.imageshack.us/img232/131/defensio5xm0.th.jpg" alt=""  />
</a> <a href="http://img107.imageshack.us/img107/7007/defensio6pb2.jpg"><img loading="lazy" src="http://img107.imageshack.us/img107/7007/defensio6pb2.th.jpg" alt=""  />
</a></p>
<ol start="2">
<li>Can&rsquo;t load the plugin editor anymore.</li>
</ol>
<p><a href="http://img220.imageshack.us/img220/2669/defensio2fd1.jpg"><img loading="lazy" src="http://img220.imageshack.us/img220/2669/defensio2fd1.th.jpg" alt=""  />
</a></p>
<ol start="3">
<li>Can&rsquo;t load the theme editor anymore.</li>
</ol>
<p><a href="http://img231.imageshack.us/img231/2618/defensio4nj2.jpg"><img loading="lazy" src="http://img231.imageshack.us/img231/2618/defensio4nj2.th.jpg" alt=""  />
</a></p>
<p>Once I have the Defension-anti-spam plugin turned off everything is back to normal.</p>
<p>I ain&rsquo;t no php specialist so I can&rsquo;t operate on the source files but I&rsquo;ve submitted a bug report at Defensio&rsquo;s Community site in hopes for a quick response.</p>
<p><a href="http://img111.imageshack.us/img111/2853/defensio7yc7.jpg"><img loading="lazy" src="http://img111.imageshack.us/img111/2853/defensio7yc7.th.jpg" alt=""  />
</a> <a href="http://img156.imageshack.us/img156/9646/defensio8pk7.jpg"><img loading="lazy" src="http://img156.imageshack.us/img156/9646/defensio8pk7.th.jpg" alt=""  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Defensio releases new WordPress plugin</title>
      <link>https://thedaneshproject.com/posts/defensio-releases-new-wordpress-plugin/</link>
      <pubDate>Wed, 21 Nov 2007 05:46:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/defensio-releases-new-wordpress-plugin/</guid>
      <description>There is an updated version of the Defensio WordPress plugin available for download from Defensio website or WordPress Extend. The plugin is now officially hosted on WordPress Extend.
Changes in this release;
New plugin name.
Formerly Defensio but now it&amp;rsquo;s Defensio-anti-spam. &amp;ldquo;/wp-content/plugins/defensio&amp;rdquo; -&amp;gt; /wp-content/plugins/defensio-anti-spam
Make sure to delete the old Defensio folder within the plugin folder before installing this update.
Unprocessed comment notification.
If the Defensio service goes down spam will be queued and can be resubmitted through the interface shown below.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img156.imageshack.us/img156/9283/derfensiobanneryv1.jpg" alt=""  />
</p>
<p>There is an updated version of the Defensio WordPress plugin available for download from <a href="http://defensio.com/downloads/wordpress">Defensio website</a> or <a href="http://wordpress.org/extend/plugins/defensio-anti-spam/">WordPress Extend</a>. The plugin is now officially hosted on <a href="http://wordpress.org/extend/plugins/defensio-anti-spam/">WordPress Extend</a>.</p>
<p>Changes in this release;</p>
<p><strong>New plugin name.</strong></p>
<p>Formerly Defensio but now it&rsquo;s Defensio-anti-spam. &ldquo;/wp-content/plugins/defensio&rdquo; -&gt; /wp-content/plugins/defensio-anti-spam</p>
<p>Make sure to delete the old Defensio folder within the plugin folder before installing this update.</p>
<p><strong>Unprocessed comment notification.</strong></p>
<p>If the Defensio service goes down spam will be queued and can be resubmitted through the interface shown below.</p>
<p><img loading="lazy" src="http://img156.imageshack.us/img156/243/defensiowpunprocessedam7.png" alt=""  />
</p>
<p><strong>New defensio counter widget.</strong></p>
<p>Just like what Askimet&rsquo;s widget does, it shows the total spam count in quarantine. I have the widget turned on, I like Defensio so I&rsquo;ll help spread the word too.</p>
<p><img loading="lazy" src="http://img156.imageshack.us/img156/9753/defensiocounterdarkexamlc1.png" alt=""  />
<img loading="lazy" src="http://img156.imageshack.us/img156/6929/defensiocounterlightexaxc9.png" alt=""  />
</p>
<p>**Quarantine status in Dashboard<br>
**</p>
<p>Defensio quarantine stats now shows up in the WordPress admin dashboard under latest activity. Askimet always had this and it&rsquo;s good that Defensio now has it too as admins love quick access to the stats.</p>
<p><img loading="lazy" src="http://img156.imageshack.us/img156/8854/defensiowpactivityboxuo2.png" alt=""  />
</p>
<p>Strong start for Defensio. The plugin added some much needed enhancements. Again, I stress that simplicity is the main goal and if Defensio keeps doing what they are doing now, Defensio&rsquo;s user base will surely skyrocket. Kudos.</p>
<p>Source: <a href="http://blog.defensio.com/2007/11/20/wordpress-plugin-update-available/">Defensio Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Defensio a week later</title>
      <link>https://thedaneshproject.com/posts/defensio-a-week-later/</link>
      <pubDate>Tue, 20 Nov 2007 04:06:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/defensio-a-week-later/</guid>
      <description>I have been running Defensio for a week now.
253 positive spam comments and only 8 false positive hits. Not bad in my book as the current accuracy is at 97.05%.
What I seem to be loving about Defensio is it&amp;rsquo;s simplicity in spam management.
Color code comments based on spaminess Obvious spam is hidden Spam statistics made available through the WordPress admin page. Enhanced statistics, reports and graphs accessible through the Defensio Account Management page on the Defensio&amp;rsquo;s site.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img156.imageshack.us/img156/9283/derfensiobanneryv1.jpg" alt=""  />
</p>
<p>I have been running <a href="http://defensio.com/">Defensio</a> for a week now.</p>
<p>253 positive spam comments and only 8 false positive hits. Not bad in my book as the current accuracy is at 97.05%.</p>
<p>What I seem to be loving about Defensio is it&rsquo;s simplicity in spam management.</p>
<ul>
<li>Color code comments based on spaminess</li>
<li>Obvious spam is hidden</li>
<li>Spam statistics made available through the WordPress admin page.</li>
<li>Enhanced statistics, reports and graphs accessible through the Defensio Account Management page on the Defensio&rsquo;s site.</li>
<li>RSS feeds for spam and comments.</li>
</ul>
<p>Spam is something every Blog owner has to deal with on a daily basis. I had 253 positive spam and only 18 legitimate comments. Everyday I spend a few minutes going through the possible spam list and comb out the false positives. <a href="http://akismet.com/">Askimet</a> was good but Defensio went one step further by incorporating the color codes and hiding confirmed spam. This dramatically reduced the amount of data I had to go trough now thus improving my admin experience.</p>
<p>The RSS feed option for comments and spam further simplifies access to your spam and comments. Everything through Google reader for me.</p>
<p><a href="http://img510.imageshack.us/img510/2087/defensioadminkv5.png"><img loading="lazy" src="http://img510.imageshack.us/img510/2087/defensioadminkv5.th.png" alt=""  />
</a></p>
<p>The Enhanced statistic made available through the Account Management page on Defensio&rsquo;s site is also pretty neat. Not the most important but admin&rsquo;s love looking at historically data presented through use of graphs and diagrams. Simplification again.</p>
<p>Source: <a href="http://defensio.com/">Defensio</a></p>
<p>Source: <a href="http://blog.defensio.com/">Defensio Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 10.3 live cd</title>
      <link>https://thedaneshproject.com/posts/opensuse-10.3-live-cd/</link>
      <pubDate>Fri, 16 Nov 2007 06:58:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-10.3-live-cd/</guid>
      <description>openSUSE 10.3 is now available in the form of live cd. Both the KDE and GNOME live cds contain the same software as the single cd installation versions. Both are distributed in 32bit versions and only available in US english.
openSUSE is currently my favorite desktop distro due it&amp;rsquo;s speed, clean interface and superb community support. The openSUSE official site andÃ‚Â openSUSE community wiki both have an abandonce of articles to help you setupÃ‚Â and configure your perfect openSUSE desktop.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img265.imageshack.us/img265/5113/livethumblm2jv2.jpg" alt=""  />
</p>
<p>openSUSE 10.3 is now available in the form of live cd. Both the KDE and GNOME live cds contain the same software as the single cd installation versions. Both are distributed in 32bit versions and only available in US english.</p>
<p>openSUSE is currently my favorite desktop distro due it&rsquo;s speed, clean interface and superb community support. The <a href="http://www.opensuse.org/">openSUSE official site</a> andÃ‚Â  <a href="http://opensuse-community.org/">openSUSE community</a> wiki both have an abandonce of articles to help you setupÃ‚Â  and configure your perfect openSUSE desktop.</p>
<p>Give it a spin, try one of the live cd. You don&rsquo;t have to install so there is nothing to worry about.</p>
<p>Download the latest images.</p>
<p>openSUSE 10.3 GNOME live image</p>
<p>openSUSE 10.3 KDE live imageÃ‚Â </p>
<p>Source : <a href="http://news.opensuse.org/?p=489">openSUSE News</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>More XWilling than meets the eye…</title>
      <link>https://thedaneshproject.com/posts/more-xwilling-than-meets-the-eye/</link>
      <pubDate>Thu, 15 Nov 2007 14:57:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/more-xwilling-than-meets-the-eye/</guid>
      <description>&lt;p&gt;I was configuring XDMCP for some of my linux boxes today, when I noticed that &lt;a href=&#34;http://en.wikipedia.org/wiki/GNOME_Display_Manager&#34;&gt;gdm&lt;/a&gt; only returns the kernel version, and not some useful info like the amount of users &amp;amp; machine load that Solaris does.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I was configuring XDMCP for some of my linux boxes today, when I noticed that <a href="http://en.wikipedia.org/wiki/GNOME_Display_Manager">gdm</a> only returns the kernel version, and not some useful info like the amount of users &amp; machine load that Solaris does.</p>
<p>Thats when I realised scouring around</p>
<p><a href="http://en.tldp.org/HOWTO/XDMCP-HOWTO/">The Linux XDMCP HOWTO</a> would be a good idea. GDM provides a method of displaying additional text info as part of the replies. This is done by place a shell script that outputs certain info depending on what you script.</p>
<p>The howto contained a link to a <a href="http://www.penguinlovers.net/linux/xwilling.html">script</a> that gave exactly what I needed.</p>
<pre tabindex="0"><code>#!/bin/sh

#

# $XFree86$
</code></pre><pre tabindex="0"><code># The output of this script is displayed in the chooser window.
</code></pre><pre tabindex="0"><code># (instead of &#34;Willing to manage&#34;)

load=&#34;`uptime|sed -e &#39;s/^.*load[^0-9]*//&#39;`&#34;

nrusers=&#34;`who|cut -c 1-8|sort -u|wc -l|sed &#39;s/^[        ]*//&#39;`&#34;

s=&#34;&#34;; [ &#34;$nrusers&#34; != 1 ] &amp;&amp; s=s

echo &#34;${nrusers} user${s}, load: ${load}&#34;
</code></pre><ol>
<li>Just copy the script to <!-- raw HTML omitted --><!-- raw HTML omitted -->/etc/X11/gdm/XWilling<!-- raw HTML omitted --><!-- raw HTML omitted --></li>
<li><strong>chmod 755</strong> it</li>
<li>Walla!! Users &amp; Load Averages</li>
</ol>
<p>In this picture here, you can see the difference between the hosts with the XWilling script and those without.</p>
<p>P.S. Don&rsquo;t let your inner BOFH script something &lsquo;funny&rsquo; for your users 😉</p>]]></content:encoded>
    </item>
    <item>
      <title>My trip to Cameron Highlands</title>
      <link>https://thedaneshproject.com/posts/my-trip-to-cameron-highlands/</link>
      <pubDate>Thu, 15 Nov 2007 12:22:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-trip-to-cameron-highlands/</guid>
      <description>&lt;p&gt;I am from Cameron Highlands, leaved there my whole life and moved to the city about 6 years back. It was good to go home and enjoy the weather, food and the people there. If I could find something to do there in IT I would move back now.&lt;/p&gt;
&lt;p&gt;The trip was fun but at the same time I felt sad to see my once beautiful hometown now being transformed into a tourist attraction. There are shops all over the place now like mushrooms, prices going up, buildings coming up all over the place blocking the beautiful views, camping grounds being changed to food stores and souvenirs shops, waterfalls disappearing and much much more&amp;hellip;&amp;hellip;..&lt;/p&gt;
&lt;p&gt;The only thing left to enjoy now is the cold weather and the clean air. This will not be for long, over the past 6 years the temperature has raised about 3 degrees. So, imagine with all the new destruction in the name of tourismÃ‚Â  what would happen in the next 10 years.&lt;/p&gt;
&lt;p&gt;O ya one more thing, Camerons once boasted that it was a favorite amongst foreigners but not anymore. I hardly saw any foreigners this time. They come for the nature, you take it away and they have no reason to come back. It&amp;rsquo;s all for the local tourist now. They come, mess the place up and leave. sigh&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;.&lt;/p&gt;
&lt;p&gt;See come pictures from my trip on the next page.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I am from Cameron Highlands, leaved there my whole life and moved to the city about 6 years back. It was good to go home and enjoy the weather, food and the people there. If I could find something to do there in IT I would move back now.</p>
<p>The trip was fun but at the same time I felt sad to see my once beautiful hometown now being transformed into a tourist attraction. There are shops all over the place now like mushrooms, prices going up, buildings coming up all over the place blocking the beautiful views, camping grounds being changed to food stores and souvenirs shops, waterfalls disappearing and much much more&hellip;&hellip;..</p>
<p>The only thing left to enjoy now is the cold weather and the clean air. This will not be for long, over the past 6 years the temperature has raised about 3 degrees. So, imagine with all the new destruction in the name of tourismÃ‚Â  what would happen in the next 10 years.</p>
<p>O ya one more thing, Camerons once boasted that it was a favorite amongst foreigners but not anymore. I hardly saw any foreigners this time. They come for the nature, you take it away and they have no reason to come back. It&rsquo;s all for the local tourist now. They come, mess the place up and leave. sigh&hellip;&hellip;&hellip;&hellip;.</p>
<p>See come pictures from my trip on the next page.</p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3.1 upgrade completed</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3.1-upgrade-completed/</link>
      <pubDate>Tue, 13 Nov 2007 14:40:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3.1-upgrade-completed/</guid>
      <description> Finally managed to upgrade to WordPress 2.3.1 today. Needed quite a few tweaks here and there but everything seems to be holding togather now.
Over the next week I&amp;rsquo;ll be fine tuning the functionality side of things so expect to see some errors. Learning the whole new Tags phenomenon now 🙂
For now these are the plug ins I have running on my shiny new WordPress installation.
All in One SEO Pack Cforms II Defensio Anti-Spam FeedBurner FeedSmith Get Recent Comments Google XML Sitemaps My Dashboard Related Posts (Will be replaced by Simple Tags) Simple Tags Sociable Subscribe To Comments Tag Suggest Thing Ultimate Google Analytics WordPress Reports WordPress Reports Most Active Widget </description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>Finally managed to upgrade to WordPress 2.3.1 today. Needed quite a few tweaks here and there but everything seems to be holding togather now.</p>
<p>Over the next week I&rsquo;ll be fine tuning the functionality side of things so expect to see some errors. Learning the whole new Tags phenomenon now 🙂</p>
<p>For now these are the plug ins I have running on my shiny new WordPress installation.</p>
<ol>
<li><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/">All in One SEO Pack</a></li>
<li><a href="http://www.deliciousdays.com/cforms-plugin">Cforms II</a></li>
<li><a href="http://defensio.com/">Defensio Anti-Spam</a></li>
<li>FeedBurner FeedSmith</li>
<li><a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/">Get Recent Comments</a></li>
<li><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a></li>
<li><a href="http://dev.clearskys.net/Wordpress/MyDashboard">My Dashboard</a></li>
<li><a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Posts</a> (Will be replaced by Simple Tags)</li>
<li><a href="http://wordpress.org/extend/plugins/simple-tags">Simple Tags</a></li>
<li><a href="http://push.cx/sociable">Sociable</a></li>
<li><a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments</a></li>
<li><a href="http://www.neato.co.nz/wordpress-things/tag-suggest-thing">Tag Suggest Thing</a></li>
<li><a href="http://www.oratransplant.nl/uga">Ultimate Google Analytics</a></li>
<li>WordPress Reports</li>
<li>WordPress Reports Most Active Widget</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>New player to fight spam, Defensio</title>
      <link>https://thedaneshproject.com/posts/new-player-to-fight-spam-defensio/</link>
      <pubDate>Mon, 12 Nov 2007 11:43:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/new-player-to-fight-spam-defensio/</guid>
      <description>Defensio is the latest comment spam filtering service for blogs and web applications. Blogging platforms currently supported are WordPress, PixelPost, Umbraco, Drupal, Mephisto, Movable Type and TextPattern. Web applications can see integration through the following platforms, Ruby On Rails, .Net, Java, PHP and Python.
Currently, the only big player out there doing the same is Askimet. Askimet surprisingly was very positive about the new competitor on the block.
Quoted from them, read more here.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/defensio.jpg" alt=""  />
</p>
<p>Defensio is the latest comment spam filtering service for blogs and web applications. Blogging platforms currently supported are <a href="http://defensio.com/downloads/wordpress/">WordPress</a>, <a href="http://defensio.com/downloads/pixelpost/">PixelPost</a>, <a href="http://defensio.com/downloads/umbraco/">Umbraco</a>, <a href="http://defensio.com/downloads/drupal/">Drupal</a>, <a href="http://defensio.com/downloads/mephisto/">Mephisto</a>, <a href="http://defensio.com/downloads/movabletype/">Movable Type</a> and <a href="http://defensio.com/downloads/textpattern/">TextPattern</a>. Web applications can see integration through the following platforms, <a href="http://defensio.com/downloads/rails/">Ruby On Rails</a>, <a href="http://defensio.com/downloads/dotnet/">.Net</a>, <a href="http://defensio.com/downloads/java/">Java</a>, <a href="http://defensio.com/downloads/php/">PHP</a> and <a href="http://defensio.com/downloads/python/">Python</a>.</p>
<p>Currently, the only big player out there doing the same is Askimet. Askimet surprisingly was very positive about the new competitor on the block.</p>
<p>Quoted from them, read more <a href="http://blog.akismet.com/2007/11/08/new-competitor/">here</a>.</p>
<blockquote>
<p>ItÃ¢â‚¬â„¢s hard to have a market with only one player.</p>
</blockquote>
<p>Denfensio and Askimet both use centralized APIs to validate comment spams but Denfensio currently goes a bit further with some additional features.</p>
<blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>Defensio is a replacement for Askimet but I don&rsquo;t see this happening anytime soon and Askimet has been around for sometime now. It&rsquo;s going to be hard to get users to switch.</p>
<p>The latest plugin for Defensio can be downloaded <a href="http://defensio.com/downloads">here</a> if you would like to take it for a spin. I&rsquo;ve installed it at home today so it&rsquo;s going to take sometime to come to a conclusion to see which path I will follow. For now Askimet works best for me.</p>
<p>Source : <a href="http://defensio.com/">Defensio</a></p>
<p>Source : <a href="http://blog.akismet.com/2007/11/08/new-competitor/">Askimet</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Password protect single user mode</title>
      <link>https://thedaneshproject.com/posts/password-protect-single-user-mode/</link>
      <pubDate>Mon, 12 Nov 2007 09:53:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/password-protect-single-user-mode/</guid>
      <description>You forget your root password and get locked out of your own box. What do you do? Typically, you would reboot into single user mode and change the password there.
When booting into single user mode you will not be prompted for the root password. This is something every attacker knows and prays on once he has gained physical access to you box. So what do you do?
Firstly, a good sys admin knows not to forget the root password.</description>
      <content:encoded><![CDATA[<p>You forget your root password and get locked out of your own box. What do you do? Typically, you would reboot into single user mode and change the password there.</p>
<p>When booting into single user mode you will not be prompted for the root password. This is something every attacker knows and prays on once he has gained physical access to you box. So what do you do?</p>
<p>Firstly, a good sys admin knows not to forget the root password. Login in as root is never a good idea so using <em><strong>sudo</strong></em> is always advised. This still leaves the single user mode vulnerable, to secure it you will have to append the following line &ldquo;<em><strong>su:S:wait:/sbin/sulogin</strong></em>&rdquo; to your &ldquo;<em><strong>/etc/inittab</strong></em>&rdquo; file. Now, every time you boot into single user mode you will be prompted for the root password.</p>
<p>See sample below,</p>
<blockquote>
<p># password protect single user mode<br>
su:S:wait:/sbin/sulogin</p>
</blockquote>
<p>PS: Always remember you password, if you can&rsquo;t then write in down in a safe place.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Demonoid goes down</title>
      <link>https://thedaneshproject.com/posts/demonoid-goes-down/</link>
      <pubDate>Mon, 12 Nov 2007 05:34:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/demonoid-goes-down/</guid>
      <description>The popular BitTorrent tracker Demonoid was forced to go offline. This time by the CRIA (Canadian Recording Industry Association).
Demonoid is currently down and below the quoted from there index page.
The CRIA threatened the company renting the servers to us, and because of this it is not possible to keep the site online. Sorry for the inconvenience and thanks for your understanding.
Source : Mashable</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/demonoid.jpg" alt=""  />
</p>
<p>The popular BitTorrent tracker <a href="http://en.wikipedia.org/wiki/Demonoid">Demonoid</a> was forced to go offline. This time by the <a href="http://www.cria.ca/">CRIA</a> (Canadian Recording Industry Association).</p>
<p>Demonoid is currently down and below the quoted from there index page.</p>
<blockquote>
<p>The CRIA threatened the company renting the servers to us, and because of this it is not possible to keep the site online. Sorry for the inconvenience and thanks for your understanding.</p>
</blockquote>
<p>Source : <a href="http://mashable.com/2007/11/09/bittorrent-tracker-demonoid-down/">Mashable</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Welcoming the new author Raja</title>
      <link>https://thedaneshproject.com/posts/welcoming-the-new-author-raja/</link>
      <pubDate>Mon, 12 Nov 2007 05:06:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/welcoming-the-new-author-raja/</guid>
      <description>Raja, my buddy for the past 6 years is now part of The Danesh Project. We started off working in the same company for about 4 years and now have moved on to different places but our passion or Linux,open-source and beer keeps the friendship going.
Raja is new to the the blogging arena so I thought this would be a good place for him to get started. He will primarily be posting about Linux, open-source, IT news and occasionally some local news from Malaysia.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://profile.ak.facebook.com/profile6/121/7/s737288015_2101.jpg" alt=""  />
</p>
<p>Raja, my buddy for the past 6 years is now part of The Danesh Project. We started off working in the same company for about 4 years and now have moved on to different places but our passion or Linux,open-source and beer keeps the friendship going.</p>
<p>Raja is new to the the blogging arena so I thought this would be a good place for him to get started. He will primarily be posting about Linux, open-source, IT news and occasionally some local news from Malaysia.</p>
<p>Raja&rsquo;s first post : <a href="/posts/fedora-core-8-officially-released/">Fedora 8 Officially Released</a></p>
<p>Welcome Raja 🙂</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fedora 8 Officially Released</title>
      <link>https://thedaneshproject.com/posts/fedora-8-officially-released/</link>
      <pubDate>Sun, 11 Nov 2007 10:54:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fedora-8-officially-released/</guid>
      <description>Ars Technica has a rundown on whats new with it. Being a firm believer of clean installs, its time for me to &amp;lsquo;prepare&amp;rsquo; my machine for this upgrade.
Considering its Sunday, I guess my switch will have to wait till next weekend 🙁</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img223.imageshack.us/img223/2623/fedoralogoup3.png" alt=""  />
</p>
<p><a href="http://arstechnica.com/news.ars/post/20071108-an-old-hat-with-new-tricks-fedora-8-officially-released.html">Ars Technica</a> has a rundown on whats new with it. Being a firm believer of clean installs, its time for me to &lsquo;prepare&rsquo; my machine for this upgrade.</p>
<p>Considering its Sunday, I guess my switch will have to wait till next weekend 🙁</p>
]]></content:encoded>
    </item>
    <item>
      <title>The Danesh Project is now PR4</title>
      <link>https://thedaneshproject.com/posts/the-danesh-project-is-now-pr4/</link>
      <pubDate>Tue, 06 Nov 2007 23:11:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-danesh-project-is-now-pr4/</guid>
      <description>Woo hoo!! The Danesh Project is now PR4.
Need to check your page rank? Go here.</description>
      <content:encoded><![CDATA[<p>Woo hoo!! The Danesh Project is now PR4.</p>
<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/pr4.png" alt=""  />
</p>
<p>Need to check your page rank? <a href="http://www.iwebtool.com/pagerank_checker">Go here</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.9 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.9-released/</link>
      <pubDate>Tue, 06 Nov 2007 08:22:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.9-released/</guid>
      <description>Firefox 2.0.0.9 was released today. 2.0.0.9 is a stability release to attention some bugs that surfaced after the recent security update 2.0.0.8. Fixes for this release as quoted from Mozilla below,
Bug 400406 - Firefox will ignore the Ã¢â‚¬Å“clearÃ¢â‚¬? CSS property when used beneath a box that is using the Ã¢â‚¬Å“floatÃ¢â‚¬? property. There is a temporary workaround JS/CSS code available for web developers with affected layouts. Bug 400467 - Windows Vista users will get Ã¢â‚¬Å“Java not foundÃ¢â‚¬?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Firefox 2.0.0.9 was released today. 2.0.0.9 is a stability release to attention some bugs that surfaced after the recent security update 2.0.0.8. Fixes for this release as quoted from Mozilla below,</p>
<blockquote>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400406">Bug 400406</a> - Firefox will ignore the Ã¢â‚¬Å“clearÃ¢â‚¬? CSS property when used beneath a box that is using the Ã¢â‚¬Å“floatÃ¢â‚¬? property. There is a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400406#c23">temporary workaround JS/CSS code</a> available for web developers with affected layouts.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400467">Bug 400467</a> - Windows Vista users will get Ã¢â‚¬Å“Java not foundÃ¢â‚¬? or Ã¢â‚¬Å“Java not workingÃ¢â‚¬? errors when trying to load Java applets after updating. To fix this, users can right-click the Firefox icon and Ã¢â‚¬Å“Run as administratorÃ¢â‚¬?, then browse to a page with a Java applet Ã¢â‚¬â€ doing this once will fix the problem and permanently restore Java functionality.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=396695">Bug 396695</a> - Add-ons are disabled after updating. Users can fix this problem by opening their <a href="http://kb.mozillazine.org/Profile_folder_-_Firefox#Finding_the_profile_folder">profile folder</a> and removing <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=396695#c26">three files</a> (extensions.rdf, extensions.ini and extensions.cache)</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400421">Bug 400421</a> - Removing a single area element from an image map will cause the entire map to disappear. There is no workaround available at this time.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=400735">Bug 400735</a> - Some Windows users may experience crashes at startup. There is no workaround available at this time.</li>
</ul>
</blockquote>
<p>Firefox will automatically run the update tool and bring your Firefox up to the current version but if for some reason that does not work for you then get the latest release <a href="http://www.mozilla.com/products/download.html?product=firefox-2.0.0.9&amp;os=win&amp;lang=en-US">here</a>.</p>
<p>Source : <a href="http://developer.mozilla.org/devnews/index.php/2007/10/22/firefox-2008-update-to-be-updated/">Mozilla Developer News</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Free brands and logos</title>
      <link>https://thedaneshproject.com/posts/free-brands-and-logos/</link>
      <pubDate>Mon, 05 Nov 2007 08:38:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-brands-and-logos/</guid>
      <description>Above were taken from BrandsOfTheWorld.
BransOfTheWorld is a central repository for all the popular brands and logos from around the globe. Nike, Coke, Adidas just to name a few. The logos shown above were found within the Malaysia category and there are thousands more to browse through.
The site enables designers and anyone else to utilize the vector based logos in their presentations or any other purposes provided they have permission from the copyright owner to do so.</description>
      <content:encoded><![CDATA[<p>Above were taken from <a href="http://brandsoftheworld.com/">BrandsOfTheWorld</a>.</p>
<p>BransOfTheWorld is a central repository for all the popular brands and logos from around the globe. Nike, Coke, Adidas just to name a few. The logos shown above were found within the Malaysia category and there are thousands more to browse through.</p>
<p>The site enables designers and anyone else to utilize the vector based logos in their presentations or any other purposes provided they have permission from the copyright owner to do so.</p>
<p>Designers can also upload their own logos to be shared others from around the world.</p>
<p>Source : <a href="http://brandsoftheworld.com/">BrandsOfTheWorld</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Alias command in Linux</title>
      <link>https://thedaneshproject.com/posts/alias-command-in-linux/</link>
      <pubDate>Sun, 04 Nov 2007 14:32:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/alias-command-in-linux/</guid>
      <description>The alias command is used to create shortcuts to commands. Let&amp;rsquo;s see how it works.
I use the alias command to create shortcuts for commands I use frequently. For example the cp(copy) and mv(move) commands, my alias simply adds -i to cp and mv commands causing them to be interactive thus preventing any accidental deletes or file overwrites.
Running the alias command will show you all the current aliases available.</description>
      <content:encoded><![CDATA[<p>The alias command is used to create shortcuts to commands. Let&rsquo;s see how it works.</p>
<p>I use the alias command to create shortcuts for commands I use frequently. For example the <em><strong>cp</strong></em>(copy) and <em><strong>mv</strong></em>(move) commands, my alias simply adds <em><strong>-i</strong></em> to <em><strong>cp</strong></em> and <em><strong>mv</strong></em> commands causing them to be interactive thus preventing any accidental deletes or file overwrites.</p>
<p>Running the <em><strong>alias</strong></em> command will show you all the current aliases available.</p>
<blockquote>
<p>[dummy@macho ~]$ alias<br>
alias l.=&lsquo;ls -d .* -color=tty&rsquo;<br>
alias ll=&lsquo;ls -l -color=tty&rsquo;<br>
alias ls=&lsquo;ls -color=tty&rsquo;<br>
alias vi=&lsquo;vim&rsquo;</p>
</blockquote>
<p><em><strong>alias cp=&lsquo;cp -i&rsquo;</strong></em>. This command will ad <em><strong>-i</strong></em> to the_ <strong>cp</strong>_(copy) command. Now, every time the <em><strong>cp</strong></em> command is executed it will be interactive. No more accidental deletes 🙂</p>
<p><em><strong>alias mv=&lsquo;mv -i&rsquo;</strong></em>. This command will ad <em><strong>-i</strong></em> to the <em><strong>mv</strong></em>(move) command. Now, every time the <em><strong>mv</strong></em> command is executed it will be interactive. No more accidental overwrites 🙂</p>
<blockquote>
<p>[dummy@macho ~]$ alias cp=&lsquo;cp -i&rsquo;<br>
[dummy@macho ~]$ alias mv=&lsquo;mv-i&rsquo;<br>
[dummy@macho ~]$ alias<br>
alias cp=&lsquo;cp -i&rsquo;<br>
alias l.=&lsquo;ls -d .* -color=tty&rsquo;<br>
alias ll=&lsquo;ls -l -color=tty&rsquo;<br>
alias ls=&lsquo;ls -color=tty&rsquo;<br>
alias mv=&lsquo;mv-i&rsquo;<br>
alias vi=&lsquo;vim&rsquo;</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>Special Streamyx packages for Disabled Citizen (OKU)</title>
      <link>https://thedaneshproject.com/posts/special-streamyx-packages-for-disabled-citizen-oku/</link>
      <pubDate>Sat, 03 Nov 2007 10:32:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/special-streamyx-packages-for-disabled-citizen-oku/</guid>
      <description>TMNET has new Streamyx packages out for disabled citizens in Malaysia. The packages are the same as those made available to the general public except for the price which has been brought down almost 50%.
Those interested in applying should be aware for the terms as quoted from TMNET. Read more here.
i. This package targeted only for DISABLED CITIZEN who registered under Social Welfare Department, Ministry of Women, Family and Community Development.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/OKU.png" alt=""  />
</p>
<p>TMNET has new Streamyx packages out for disabled citizens in Malaysia. The packages are the same as those made available to the general public except for the price which has been brought down almost 50%.</p>
<p>Those interested in applying should be aware for the terms as quoted from TMNET. Read more here.</p>
<blockquote>
<p>i. This package targeted only for DISABLED CITIZEN who registered under Social Welfare Department, Ministry of Women, Family and Community Development.<br>
ii. Registration is available at TMpoint only.<br>
iii. Upon registration, applicant must present the OKU identification card issued by Social Welfare Department, Ministry of Women, Family and Community Development to verify the status of DISABLED CITIZEN and submit a copy of OKU ID card.<br>
iv. Applicants may send representative to TMpoint to register for the package on behalf him/her. Representative should present the OKU ID card &amp; submit a copy of the card.<br>
v. The 1st bill received will include one month subscription fee (from the date of service activation) and an advance charge of the second month subscription fee.</p>
</blockquote>
<p>I have a question. How long before some smart ass Malaysian exploits this privilege? Knowing Malaysians, we tend to do anything just to safe a buck. Even if it mean burning in HELL!!</p>
<p>Source : TMNET</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.6 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.6-released/</link>
      <pubDate>Fri, 26 Oct 2007 08:22:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.6-released/</guid>
      <description>What is Deluge?
BitTorrent Client for Linux, Mac, and now Windows. Works on almost all desktop environments. KDE, GNOME, XFCE, Windows and others. Deluge is lightweight with low system resource requirements and this makes it standout better when compared with others.
Deluge boasts an extensive list of features applied through the use of plugins. My favorite would be the full stream encryption feature which disables my ISP&amp;rsquo;s throttling capabilities on BitTorrent traffic.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img91.imageshack.us/img91/3434/deluge056hl7.png" alt=""  />
</p>
<p>What is <a href="http://deluge-torrent.org/">Deluge</a>?</p>
<p>BitTorrent Client for Linux, Mac, and now Windows. Works on almost all desktop environments. KDE, GNOME, XFCE, Windows and others. Deluge is lightweight with low system resource requirements and this makes it standout better when compared with others.</p>
<p>Deluge boasts an extensive list of features applied through the use of plugins. My favorite would be the full stream encryption feature which disables my ISP&rsquo;s throttling capabilities on BitTorrent traffic.</p>
<ul>
<li>Web UI</li>
<li>BitTorrent Protocol Encryption</li>
<li>Mainline DHT</li>
<li>FAST protocol extension</li>
<li>Ã‚ÂµTorrent Peer Exchange</li>
<li>UPnP and NAT-PMP</li>
<li>Proxy support</li>
<li>Web seed</li>
<li>Private Torrents</li>
<li>Global and per-torrent speed limits</li>
<li>Configurable bandwidth scheduler</li>
<li>Password protection</li>
<li>RSS</li>
<li>And much more!</li>
</ul>
<p>Changelog for version 0.5.6</p>
<p>Download below;</p>
<p>Source, Ubuntu, Debian, Gentoo, Windows</p>
<p>Source : <a href="http://wingloon.com/2007/10/26/deluge-056-released/">WingLoon</a><br>
Source : <a href="http://deluge-torrent.org/">Deluge</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Left Brain Right Brain</title>
      <link>https://thedaneshproject.com/posts/left-brain-right-brain/</link>
      <pubDate>Thu, 25 Oct 2007 19:24:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/left-brain-right-brain/</guid>
      <description>&lt;p&gt;Look at the lady in the picture below. Is she spinning clockwise or anti-clockwise?&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img140.imageshack.us/img140/125/0569329700mn1.gif&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;We use both sides of our brains to understand what we see, feel and smell. In this example your brain will either tell you that she is spinning clockwise or anti-clockwise. If you use your right brain then she would spin clockwise and if you use your left brain you&amp;rsquo;ll see her spin anti-clockwise, this is what most people see but I saw her spin clockwise initially.&lt;/p&gt;
&lt;p&gt;Can you change the direction she spins? The answer is yes. Concentrate and you might pull it off, I did 🙂&lt;/p&gt;
&lt;p&gt;So what does this all mean? &lt;a href=&#34;./posts/left-brain-right-brain/#more-342&#34;&gt;Read on&lt;/a&gt; to find out but not till you have done the above.&lt;/p&gt;
&lt;p&gt;Source : &lt;a href=&#34;http://www.news.com.au/couriermail/story/0,23739,22556678-23272,00.html?from=mostpop&#34;&gt;news.com.au&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Look at the lady in the picture below. Is she spinning clockwise or anti-clockwise?</p>
<p><img loading="lazy" src="http://img140.imageshack.us/img140/125/0569329700mn1.gif" alt=""  />
</p>
<p>We use both sides of our brains to understand what we see, feel and smell. In this example your brain will either tell you that she is spinning clockwise or anti-clockwise. If you use your right brain then she would spin clockwise and if you use your left brain you&rsquo;ll see her spin anti-clockwise, this is what most people see but I saw her spin clockwise initially.</p>
<p>Can you change the direction she spins? The answer is yes. Concentrate and you might pull it off, I did 🙂</p>
<p>So what does this all mean? <a href="/posts/left-brain-right-brain/#more-342">Read on</a> to find out but not till you have done the above.</p>
<p>Source : <a href="http://www.news.com.au/couriermail/story/0,23739,22556678-23272,00.html?from=mostpop">news.com.au</a></p>
<p>LEFT BRAIN FUNCTIONS || RIGHT BRAIN FUNCTIONS<br>
uses logic || uses feeling<br>
detail oriented || &ldquo;big picture&rdquo; oriented<br>
facts rule || imagination rules<br>
words and language || symbols and images<br>
present and past || present and future<br>
maths and science || philosophy &amp; religion<br>
can comprehend || can &ldquo;get it&rdquo; (i.e. meaning)<br>
knowing || believes<br>
acknowledges || appreciates<br>
order/pattern perception || spatial perception<br>
knows object name || knows object function<br>
reality based || fantasy based<br>
forms strategies presents possibilities<br>
practical impetuous<br>
safe risk taking</p>]]></content:encoded>
    </item>
    <item>
      <title>Cool photos from Malaysia</title>
      <link>https://thedaneshproject.com/posts/cool-photos-from-malaysia/</link>
      <pubDate>Wed, 24 Oct 2007 18:01:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cool-photos-from-malaysia/</guid>
      <description>![](http://farm3.static.flickr.com/2249/1558668456_ba9501f707_m.jpg&amp;quot; border=&amp;ldquo;0&amp;rdquo; height=&amp;ldquo;240&amp;rdquo; width=&amp;ldquo;240&amp;rdquo; /&amp;gt;]1
See more here.
See more here.
Some really cool photos by Malaysians. Azli Jamil and Kazzie</description>
      <content:encoded><![CDATA[<p>![](<a href="http://farm3.static.flickr.com/2249/1558668456_ba9501f707_m.jpg%22">http://farm3.static.flickr.com/2249/1558668456_ba9501f707_m.jpg&quot;</a> border=&ldquo;0&rdquo; height=&ldquo;240&rdquo; width=&ldquo;240&rdquo; /&gt;]<a href="http://www.flickr.com/photos/azlijamil01/">1</a></p>
<p><a href="http://www.flickr.com/photos/azlijamil01/">See more here.<br>
</a></p>
<p><img loading="lazy" src="http://i62.photobucket.com/albums/h100/vwvr9/kazzie.png" alt=""  />
</p>
<p><a href="http://www.flickr.com/photos/kazzielah/">See more here.</a></p>
<p>Some really cool photos by Malaysians. <a href="http://www.flickr.com/people/azlijamil01/">Azli Jamil</a> and <a href="http://www.flickr.com/people/kazzielah/">Kazzie</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Users, Shutdowns and Reboots</title>
      <link>https://thedaneshproject.com/posts/users-shutdowns-and-reboots/</link>
      <pubDate>Wed, 24 Oct 2007 09:29:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/users-shutdowns-and-reboots/</guid>
      <description>The &amp;ldquo;last&amp;rdquo; command. Not many people I know use it but there are a quite a few things one could do with it often. Let&amp;rsquo;s look at users, shutdowns and reboots.
The &amp;ldquo;last or lastb&amp;rdquo; command is typically used to show a listing of the last logged in/out users. To view when a particular user last logged in run &amp;ldquo;last [username]&amp;rdquo;. See output below.
[root@nosebleed ~]# last dannydanny pts/1 ftmtj1s.</description>
      <content:encoded><![CDATA[<p>The &ldquo;last&rdquo; command. Not many people I know use it but there are a quite a few things one could do with it often. Let&rsquo;s look at users, shutdowns and reboots.</p>
<p>The &ldquo;last or lastb&rdquo; command is typically used to show a listing of the last logged in/out users. To view when a particular user last logged in run &ldquo;last [username]&rdquo;. See output below.</p>
<pre tabindex="0"><code>[root@nosebleed ~]# last danny
danny    pts/1        ftmtj1s.crib     Wed Oct 24 16:51   still logged in
danny    pts/0        python.crib      Wed Oct 24 16:10   still logged in
danny    pts/0        ftmtj1s.crib     Wed Oct 24 14:44 - crash  (01:07)
danny    pts/0        python.crib      Tue Oct 23 16:59 - 17:22  (00:22)
danny    pts/2        python.crib      Tue Oct 23 16:25 - down   (00:32)
danny    pts/1        python.crib      Tue Oct 23 16:09 - down   (00:47)
danny    pts/1        python.crib      Tue Oct 23 16:09 - 16:09  (00:00)
danny    pts/0        ftmtj1s.crib     Tue Oct 23 13:22 - down   (03:34)
danny    pts/0        ftmtj1s.crib     Mon Oct 22 01:18 - 01:43  (00:25)
danny    pts/0        ftmtj1s.crib     Sun Oct 21 01:34 - 21:06  (19:31)
danny    pts/0        ftmtj1s.crib     Sat Oct 20 13:58 - 14:01  (00:03)
danny    pts/0        ftmtj1s.crib     Fri Oct 19 16:52 - 00:23  (07:31)
danny    pts/0        python.crib      Fri Oct 19 11:49 - 14:15  (02:25)
danny    pts/0        python.crib      Thu Oct 18 15:27 - 15:37  (00:09)
danny    pts/0        python.crib      Thu Oct 18 15:22 - 15:23  (00:01)
danny    pts/1        192.168.0.65     Thu Oct 18 15:13 - 15:18  (00:05)
danny    pts/1        192.168.0.65     Thu Oct 18 14:38 - 15:13  (00:35)
</code></pre><p>Each time time the &ldquo;reboot&rdquo; command is executed the &ldquo;reboot&rdquo; user logs in. Running the &ldquo;last reboot&rdquo; command would then show the last reboot events. See out put below.</p>
<pre tabindex="0"><code>[root@nosebleed ~]# last reboot
reboot   system boot  2.6.18-8.1.14.el Wed Oct 24 15:51          (01:28)
reboot   system boot  2.6.18-8.1.14.el Tue Oct 23 16:59         (1+00:20)
reboot   system boot  2.6.18-8.1.10.el Thu Oct 18 14:30         (5+02:27)
reboot   system boot  2.6.18-8.1.10.el Wed Oct 17 02:05         (1+11:36)
reboot   system boot  2.6.18-8.1.10.el Tue Oct 16 23:00         (1+14:41)
reboot   system boot  2.6.18-8.1.10.el Tue Oct 16 21:05          (01:52)
reboot   system boot  2.6.18-8.1.10.el Fri Oct 12 22:27         (3+16:41)
</code></pre><p>If you only need halt and shutdown information. Running &ldquo;last -x | grep down&rdquo; will do that. See output below.</p>
<pre tabindex="0"><code>[root@nosebleed ~]# last -x | grep down
shutdown system down  2.6.18-8.1.10.el Tue Oct 23 16:58 - 17:22 (1+00:24)
danny    pts/2        python.crib      Tue Oct 23 16:25 - down   (00:32)
danny    pts/1        python.crib      Tue Oct 23 16:09 - down   (00:47)
danny    pts/0        ftmtj1s.crib     Tue Oct 23 13:22 - down   (03:34)
shutdown system down  2.6.18-8.1.10.el Thu Oct 18 13:42 - 16:57 (5+03:15)
danny    pts/3        ftmtj1s.crib     Thu Oct 18 13:28 - down   (00:12)
danny    pts/2        ftmtj1s.crib     Thu Oct 18 13:11 - down   (00:30)
danny    pts/1        192.168.0.65     Thu Oct 18 00:51 - down   (12:49)
danny    pts/0        192.168.0.65     Wed Oct 17 22:08 - down   (15:32)
shutdown system down  2.6.18-8.1.10.el Tue Oct 16 22:58 - 13:41 (1+14:42)
root     tty1                          Tue Oct 16 21:06 - down   (01:51)
shutdown system down  2.6.18-8.1.10.el Tue Oct 16 15:09 - 22:58  (07:48)
danny    pts/0        192.168.0.65     Tue Oct 16 15:04 - down   (00:04)
shutdown system down  2.6.18-8.1.10.el Fri Oct 12 22:25 - 15:08 (3+16:43)
</code></pre><p>Hope this helped, drop me a comment if you need info.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3.1 Beta 1 Released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3.1-beta-1-released/</link>
      <pubDate>Sun, 21 Oct 2007 18:46:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3.1-beta-1-released/</guid>
      <description>The first maintenance release for WordPress 2.3(Dexter) was released a few days back. WordPress 2.3.1.
This release covers over 20 bugs. The list of bugs fixed can be viewed here.
Tagging support for Windows Live Writer A login bug that affected those with a Blog Address different than their WordPress Address is fixed Faster taxonomy database queries, especially tag intersection queries Link importer fixes The Danesh Project is running 2.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>The first maintenance release for WordPress 2.3(Dexter) was released a few days back. <a href="http://wordpress.org/">WordPress 2.3.1</a>.</p>
<p>This release covers over 20 bugs. The list of bugs fixed can be viewed <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.1&amp;resolution=fixed&amp;order=priority">here</a>.</p>
<blockquote>
<ol>
<li>Tagging support for Windows Live Writer</li>
<li>A login bug that affected those with a Blog Address different than</li>
<li>their WordPress Address is fixed</li>
<li>Faster taxonomy database queries, especially tag intersection queries</li>
<li>Link importer fixes</li>
</ol>
</blockquote>
<p>The Danesh Project is running 2.2.3 as I have not found a good reason to upgrade yet. Maybe in a month or so. For now I have it running on my Dev machines at home.</p>
<p>How&rsquo;s your experience been with Dexter?</p>
<p>Source : <a href="http://boren.nu/archives/2007/10/17/wordpress-231-beta-1/">boren.nu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.8 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.8-released/</link>
      <pubDate>Fri, 19 Oct 2007 04:17:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.8-released/</guid>
      <description>Firefox 2.0.0.8 has been released. 2.0.0.8 is a security patch so make sure your firefox browser is up2date.
Below are the list of fixes in this release taken from the Mozilla Foundation Security Advisories page.
MFSA 2007-36{.moderate} URIs with invalid %-encoding mishandled by Windows
MFSA 2007-35{.critical} XPCNativeWrapper pollution using Script object
MFSA 2007-34{.moderate} Possible file stealing through sftp protocol
MFSA 2007-33{.low} XUL pages can hide the window titlebar
MFSA 2007-32{.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>Firefox 2.0.0.8 has been released. 2.0.0.8 is a security patch so make sure your firefox browser is up2date.</p>
<p>Below are the list of fixes in this release taken from the <a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.8">Mozilla Foundation Security Advisories</a> page.</p>
<blockquote>
<p><a href="http://www.mozilla.org/security/announce/2007/mfsa2007-36.html">MFSA 2007-36</a>{.moderate} URIs with invalid %-encoding mishandled by Windows<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-35.html">MFSA 2007-35</a>{.critical} XPCNativeWrapper pollution using Script object<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-34.html">MFSA 2007-34</a>{.moderate} Possible file stealing through sftp protocol<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-33.html">MFSA 2007-33</a>{.low} XUL pages can hide the window titlebar<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-32.html">MFSA 2007-32</a>{.moderate} File input focus stealing vulnerability<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-31.html">MFSA 2007-31</a>{.moderate} Browser digest authentication request splitting<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-30.html">MFSA 2007-30</a>{.low} onUnload Tailgating<br>
<a href="http://www.mozilla.org/security/announce/2007/mfsa2007-29.html">MFSA 2007-29</a>{.critical} Crashes with evidence of memory corruption (rv:1.8.1.8)</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>Running previous commands in Linux</title>
      <link>https://thedaneshproject.com/posts/running-previous-commands-in-linux/</link>
      <pubDate>Wed, 17 Oct 2007 16:38:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/running-previous-commands-in-linux/</guid>
      <description>Most non linux people tend to be taunted by the Linux command line, it&amp;rsquo;s no beast nor is the user behind it a super geek just because you see him hammering away at the keyboard with lines after lines of commands. Chances are he is repeating commands or changing commands here and there to get some results. In Linux the first time takes time and practice to produce accurate results. This is what most sysadmins spend their time doing but once you get the hang of it, it became a walk in the park.</description>
      <content:encoded><![CDATA[<p>Most non linux people tend to be taunted by the Linux command line, it&rsquo;s no beast nor is the user behind it a super geek just because you see him hammering away at the keyboard with lines after lines of commands. Chances are he is repeating commands or changing commands here and there to get some results. In Linux the first time takes time and practice to produce accurate results. This is what most sysadmins spend their time doing but once you get the hang of it, it became a walk in the park.</p>
<p>How often do you repeat commands while using the command line? I do this all the time but sometimes it&rsquo;s good to learn some shortcuts now and then to reduce repetitive tasks and improve efficiency.</p>
<p>When you type a command in the command line, it&rsquo;s saved into the .bash_history file within the home directory. The history file will hold the last 500 commands. To view them you can use &ldquo;<strong><em>history</em></strong>&rdquo; or &ldquo;<em><strong>history | less</strong></em>&rdquo; if the result is too long. The history file is also frequently use for user/security audits and RCA work.</p>
<p>You will that within the output below each line is numbered, these numbers will come in handy later in this tutorial.</p>
<pre><code>danny@python:~&gt; history
1  uname -r
2  man mount
3  PS -EF
4  ps -ef
5  ps -ef | grep kopete
6  kill -9 22632
7  /sbin/ifconfig
8  ping google.com
9  ping 192.168.0.1
</code></pre>
<p>If you want to execute the last command you typed in again you would normally have to scroll up with the arrow key but this can also be done with &ldquo;<em><strong>!!</strong></em>&rdquo;. See sample below.</p>
<pre><code>danny@python:~&gt; ls -l
total 40
drwxr-xr-x 2 danny users 4096 2007-10-11 13:16 bin
drwxr-xr-x 4 danny users 4096 2007-10-11 16:11 deluge
drwx------ 4 danny users 4096 2007-10-17 22:38 Desktop
drwx------ 2 danny users 4096 2007-10-11 13:16 Documents
drwxr-xr-x 2 danny users 4096 2007-10-11 13:16 public_html
danny@python:~&gt; !!
ls -l
total 40
drwxr-xr-x 2 danny users 4096 2007-10-11 13:16 bin
drwxr-xr-x 4 danny users 4096 2007-10-11 16:11 deluge
drwx------ 4 danny users 4096 2007-10-17 22:38 Desktop
drwx------ 2 danny users 4096 2007-10-11 13:16 Documents
drwxr-xr-x 2 danny users 4096 2007-10-11 13:16 public_html
</code></pre>
<p>You could also execute a command from the history file by referring to the corresponding line number by using &ldquo;<em><strong>![##]</strong></em>&rdquo;. See sample below.</p>
<pre><code>danny@python:~&gt; history
1  ls -l
2  ls -la
3  history
4  cd /
5  cd -
6  cd /nfs
7  cd /sto
8  ls
9  history
danny@python:~&gt; !3
history
1  ls -l
2  ls -la
3  history
4  cd /
5  cd -
6  cd /nfs
7  cd /sto
8  ls
9  history
10  history
</code></pre>
<p>Using a string in place of the line number is also possible. The syntax for this is &ldquo;<em><strong>![string]</strong></em>&rdquo;. See sample below. The string value is matched against entries in the .bash_history file and the first matching entry will be excuted. For example if the &ldquo;history&rdquo; command existed on line 10, 100 and 450, line 450 would be returned.</p>
<pre><code>danny@python:~&gt; history
1  ls -l
2  ls -la
3  history
4  cd /
5  cd -
6  cd /nfs
7  cd /sto
8  ls
9  history
10  history
danny@python:~&gt; !history
history
1  ls -l
2  ls -la
3  history
4  cd /
5  cd -
6  cd /nfs
7  cd /sto
8  ls
9  history
10  history
</code></pre>
<p>Hope you find this helpful. Drop me a comment if you have questions or comments.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Kings Of Chaos</title>
      <link>https://thedaneshproject.com/posts/kings-of-chaos/</link>
      <pubDate>Mon, 08 Oct 2007 07:40:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/kings-of-chaos/</guid>
      <description>Into online text based roll playing games? If your answer is yes then it will certainly be worth your time checking out Kings Of Chaos.
In Kings of Chaos, you are in command of an army of humans, elves, dwarves, orcs, or undead. To be successful, you must manage your army and defeat your enemies. You must keep your troops in top condition and recover from losses. A powerful army will be strong in all four aspects of the game: attacking, defending, spying, and counter-intelligence.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img50.imageshack.us/img50/8800/kocho8.jpg" alt=""  />
</p>
<p>Into online text based roll playing games? If your answer is yes then it will certainly be worth your time checking out <a href="http://www.kingsofchaos.com/recruit.php?uniqid=u5s2nda8">Kings Of Chaos</a>.</p>
<blockquote>
<p><em>In Kings of Chaos, you are in command of an army of humans, elves, dwarves, orcs, or undead. To be successful, you must manage your army and defeat your enemies. You must keep your troops in top condition and recover from losses. A powerful army will be strong in all four aspects of the game: attacking, defending, spying, and counter-intelligence. This makes it important to keep your forces and efforts relatively balanced in all these areas. There are a number of ways to build your army and thus generate more gold and become more powerful: you can get people to click on your Unique Link, giving you an additional soldier each time it is clicked. In this age, you can click links up to 5 times per 24 hours. You can also recruit other people as your officers - for every two soldiers your officers gain from their links, you will gain an extra soldier. You may also buy mercenaries - soldiers that will fight for you but will not generate extra gold.</em></p>
</blockquote>
<p>KOC started out as a simple experiment with PHP and MySQL by 4 high school juniors. It was a hit on campus and eventually out grew the high school servers it was hosted on with over 15,000 page views a day. KOC moved onto it&rsquo;s own server and domain was really to take on the world.</p>
<p>Me, <a href="http://www.alanbernard.com/">Alan</a>, <a href="http://www.abinesh.com/delirium/">Abi</a> and few others started playing KOC about 2 years back. It spread like wild fire through the office. Everyone and anyone was on KOC. Strategizing, building alliances, planning take overs, recruiting members, clicking to get more soldiers. Man, I miss those days.</p>
<p>Sounnd good? <a href="http://www.kingsofchaos.com/recruit.php?uniqid=u5s2nda8">Get started here</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>/usr/local/bin/oinkmaster.pl: Error: the output directory “/etc/snort/rules” isn’t writable by you.</title>
      <link>https://thedaneshproject.com/posts/usr/local/bin/oinkmaster.pl-error-the-output-directory-/etc/snort/rules-isnt-writable-by-you./</link>
      <pubDate>Sat, 29 Sep 2007 08:21:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/usr/local/bin/oinkmaster.pl-error-the-output-directory-/etc/snort/rules-isnt-writable-by-you./</guid>
      <description>I recently upgrade my IPCop to version 1.4.16 but my Snort (Intrusion Detection System) failed to load the latest rules set. The install logs revealed the error below.
/usr/local/bin/oinkmaster.pl: Error: the output directory &amp;ldquo;/etc/snort/rules&amp;rdquo; isn&amp;rsquo;t writable by you.
The fix was simple. simply change the permission for the &amp;ldquo;/etc/snort/rules&amp;rdquo; folder so that the owner is &amp;ldquo;snort&amp;rdquo; using the command below.
# chown -R snort:snort /etc/snort/rules
# ls -l /etc/snort/ | grep drw</description>
      <content:encoded><![CDATA[<p>I recently upgrade my <a href="http://www.ipcop.org/">IPCop</a> to version 1.4.16 but my Snort (Intrusion Detection System) failed to load the latest rules set. The install logs revealed the error below.</p>
<blockquote>
<p>/usr/local/bin/oinkmaster.pl: Error: the output directory &ldquo;/etc/snort/rules&rdquo; isn&rsquo;t writable by you.</p>
</blockquote>
<p>The fix was simple. simply change the permission for the &ldquo;/etc/snort/rules&rdquo; folder so that the owner is &ldquo;snort&rdquo; using the command below.</p>
<blockquote>
<p># chown -R snort:snort /etc/snort/rules<br>
# ls -l /etc/snort/ | grep drw<br>
drwxr-xr-x 2 snort snort 4096 2007-09-18 18:20 rules</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>How to enable DMA in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-enable-dma-in-linux/</link>
      <pubDate>Thu, 20 Sep 2007 17:06:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-enable-dma-in-linux/</guid>
      <description>&lt;p&gt;While loading &lt;a href=&#34;http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fk3b.plainblack.com%2F&amp;amp;ei=JajyRqmCOKTCgQPa2d2QBA&amp;amp;usg=AFQjCNHnlacA3NccoXPjdhymYM5l6xu8GA&amp;amp;sig2=psTGSoQ1O7ptA2_eQ7etCg&#34;&gt;K3b&lt;/a&gt; to burn a DVD earlier today I received a warning that my DMA support had been turned off and write speeds would be slow. DMA is normally enabled by default, provided the disk supports it and is handled by the OS.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img229.imageshack.us/img229/7562/k3bhdparmin9.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is DMA?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;DMA (Direct Memory Access) is the mechanism which allow your disk device to move data directly to memory without passing through the CPU. This shortens the distance the data needs to travel and reduces the load on the CPU thus improving performance and quality of the data. DMA eliminates errors that might occur when data is passed through the CPU. For example, you might hear pops and click while playing an audio CD or your video quality might be distorted when reading directly from a cdrom/dvd drive with DMA turned off.&lt;/p&gt;
&lt;p&gt;I will have to investigate what happen later. But for now this is how I enabled DMA support for the DVD+-drive the manual way.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>While loading <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fk3b.plainblack.com%2F&amp;ei=JajyRqmCOKTCgQPa2d2QBA&amp;usg=AFQjCNHnlacA3NccoXPjdhymYM5l6xu8GA&amp;sig2=psTGSoQ1O7ptA2_eQ7etCg">K3b</a> to burn a DVD earlier today I received a warning that my DMA support had been turned off and write speeds would be slow. DMA is normally enabled by default, provided the disk supports it and is handled by the OS.</p>
<p><img loading="lazy" src="http://img229.imageshack.us/img229/7562/k3bhdparmin9.jpg" alt=""  />
</p>
<p><strong>What is DMA?</strong></p>
<p>DMA (Direct Memory Access) is the mechanism which allow your disk device to move data directly to memory without passing through the CPU. This shortens the distance the data needs to travel and reduces the load on the CPU thus improving performance and quality of the data. DMA eliminates errors that might occur when data is passed through the CPU. For example, you might hear pops and click while playing an audio CD or your video quality might be distorted when reading directly from a cdrom/dvd drive with DMA turned off.</p>
<p>I will have to investigate what happen later. But for now this is how I enabled DMA support for the DVD+-drive the manual way.</p>
<ol>
<li>Locate my DVD +- drive</li>
</ol>
<blockquote>
<p># sudo su - / su - (change user to root)</p>
<p># ls -l /dev/dvdrecorder</p>
<p># lrwxrwxrwx 1 root root 3 Sep 19 16:38 /dev/dvdrecorder -&gt; hda</p>
</blockquote>
<ol start="2">
<li>Check if DMA is on/off</li>
</ol>
<blockquote>
<p># hdparm -d /dev/hda:<br>
using_dma = 0 (off)</p>
</blockquote>
<ol start="3">
<li>Turn DMA on</li>
</ol>
<blockquote>
<p># hdparm -d 1 /dev/hda</p>
<p>/dev/hda:<br>
setting using_dma to 1 (on)<br>
using_dma = 1 (on)</p>
</blockquote>]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.7 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.7-released/</link>
      <pubDate>Wed, 19 Sep 2007 15:35:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.7-released/</guid>
      <description>The is a new version of Firefox out. Firefox 2.0.07.
2.0.0.7 is a security update to prevent an attacker from executing code via Quick Time Media Link file. MFSA 2007-28
Firefox will automatically download the latest update and prompt you to install. If you prefer the manual approach the Firefox is available download here. Release notes for 2.0.0.7 are availble here.
I&amp;rsquo;m running 2.0.0.7 now, are you?</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img230.imageshack.us/img230/4551/firefoxlogopi9.png" alt=""  />
</p>
<p>The is a new version of Firefox out. Firefox 2.0.07.</p>
<p>2.0.0.7 is a security update to prevent an attacker from executing code via Quick Time Media Link file. <a href="http://www.mozilla.org/security/announce/2007/mfsa2007-28.html">MFSA 2007-28</a></p>
<p>Firefox will automatically download the latest update and prompt you to install. If you prefer the manual approach the Firefox is available download here. Release notes for 2.0.0.7 are availble <a href="http://en-us.www.mozilla.com/en-US/">here</a>.</p>
<p>I&rsquo;m running 2.0.0.7 now, are you?</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Release Candidate 1 Released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-release-candidate-1-released/</link>
      <pubDate>Wed, 19 Sep 2007 09:57:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-release-candidate-1-released/</guid>
      <description>This will be the only release candidate before the final release before the 2.3 final release scheduled for 24th September 2007.
Download WordPress 2.3 RC1 here and report any lingering bugs here. Also, if you have multiple plugins installed then update the plugin compatibility list. This will helpful to the plugin authors fixing incompatible plugins and also users looking for plugins.
Personal Note : I am 5 hours behind on this post.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>This will be the only release candidate before the final release before the 2.3 final release scheduled for 24th September 2007.</p>
<p>Download WordPress 2.3 RC1 <a href="http://wordpress.org/wordpress-2.3-RC1.zip">here</a> and report any lingering bugs here. Also, if you have multiple plugins installed then update the plugin compatibility list. This will helpful to the plugin authors fixing incompatible plugins and also users looking for plugins.</p>
<p>Personal Note : I am 5 hours behind on this post. Slept at 9am today and it&rsquo;s now 6pm. I need more rest!!</p>
<p>Source : <a href="http://wordpress.org/development/2007/09/wordpress-23-release-candidate-1/">WordPress</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hot Ubuntu Wallpapers</title>
      <link>https://thedaneshproject.com/posts/hot-ubuntu-wallpapers/</link>
      <pubDate>Tue, 18 Sep 2007 16:53:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hot-ubuntu-wallpapers/</guid>
      <description>Like to see ladies on your desktop? Ravi over at All About Linux (Thanks Ravi!!)has compiled a list of hot Ubuntu wallpapers from gnome-look.org. I&amp;rsquo;m quite sure that your manager won&amp;rsquo;t be happy if he saw a pair butt chicks with Ubuntu tattooed on them on your workstation.
My favorite 2 would be the bent over devil and the butt chick with Ubuntu tattooed on it. Hot!!
I don&amp;rsquo;t feel the wallpapers are suitable for children so please be cautious while viewing them.</description>
      <content:encoded><![CDATA[<p>Like to see ladies on your desktop? Ravi over at <a href="http://linuxhelp.blogspot.com/2007/09/sexy-ubuntu-wallpapers-um-nsfw.html">All About Linux</a> (Thanks Ravi!!)has compiled a list of hot Ubuntu wallpapers from gnome-look.org. I&rsquo;m quite sure that your manager won&rsquo;t be happy if he saw a pair butt chicks with Ubuntu tattooed on them on your workstation.</p>
<p>My favorite 2 would be the bent over devil and the butt chick with Ubuntu tattooed on it. Hot!!</p>
<p>I don&rsquo;t feel the wallpapers are suitable for children so please be cautious while viewing them.</p>
<p><img loading="lazy" src="http://img503.imageshack.us/img503/7656/52405pure3xganw6.th.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img529.imageshack.us/img529/9637/56226ariaelfe02bishx4.th.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img215.imageshack.us/img215/2403/61310terrificredlu0.th.jpg" alt=""  />
</p>
<p><img loading="lazy" src="http://img219.imageshack.us/img219/3650/65629exoticasxgaht2.th.jpg" alt=""  />
</p>
<p>Source : <a href="http://linuxhelp.blogspot.com/2007/09/sexy-ubuntu-wallpapers-um-nsfw.html">All About Linux</a></p>
<p>[2]: <a href="http://img503.imageshack.us/img503/892/52404systemimmunizedsxgvc8.jpg">http://img503.imageshack.us/img503/892/52404systemimmunizedsxgvc8.jpg</a>)
[3]: <a href="http://img503.imageshack.us/img503/7656/52405pure3xganw6.jpg">http://img503.imageshack.us/img503/7656/52405pure3xganw6.jpg</a>)
[4]: <a href="http://img503.imageshack.us/img503/8679/52597regard1oy8.jpg">http://img503.imageshack.us/img503/8679/52597regard1oy8.jpg</a>)
[5]: <a href="http://img529.imageshack.us/img529/9637/56226ariaelfe02bishx4.jpg">http://img529.imageshack.us/img529/9637/56226ariaelfe02bishx4.jpg</a>)
[6]: <a href="http://img212.imageshack.us/img212/355/58870terrificsystemxga1de5.jpg">http://img212.imageshack.us/img212/355/58870terrificsystemxga1de5.jpg</a>)
[7]: <a href="http://img215.imageshack.us/img215/2403/61310terrificredlu0.jpg">http://img215.imageshack.us/img215/2403/61310terrificredlu0.jpg</a>)
[8]: <a href="http://img218.imageshack.us/img218/7751/63962ubunkusxgadf7.jpg">http://img218.imageshack.us/img218/7751/63962ubunkusxgadf7.jpg</a>)
[9]: <a href="http://img219.imageshack.us/img219/3650/65629exoticasxgaht2.jpg">http://img219.imageshack.us/img219/3650/65629exoticasxgaht2.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Plugin Compatibility List</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-plugin-compatibility-list/</link>
      <pubDate>Mon, 17 Sep 2007 05:46:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-plugin-compatibility-list/</guid>
      <description>WordPress 2.3 Release Candidate 1 will be released later today. Since I&amp;rsquo;m in Malaysia where it&amp;rsquo;s 13 hours ahead of the US, I will have to wait till tomorrow to read the official announcement.
There are quite a few changes being implemented into 2.3 that are concerning a lot of people especially in the plugin compatibility area . The biggest change has to be the addition of Taxonomy support and the DB schema changes that come with it.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>WordPress 2.3 Release Candidate 1 will be released later today. Since I&rsquo;m in Malaysia where it&rsquo;s 13 hours ahead of the US, I will have to wait till tomorrow to read the official announcement.</p>
<p>There are quite a few changes being implemented into 2.3 that are concerning a lot of people especially in the plugin compatibility area . The biggest change has to be the addition of Taxonomy support and the DB schema changes that come with it.</p>
<p>Plugins that depend on categories are most likely to break. Life will be difficult for some but this is where the beta releases and release candidates come into play. Plugin developers will have sufficient time to play and test the latest release and update their plugins accordingly.</p>
<p>Rest assure that since WordPress has a large user base and great community support, updates for broken plugins will be released within a matter of hours if not days from the release date.</p>
<p>As an end user what can you do?</p>
<p>I would suggest getting comfortable with the new upcoming 2.3 release and understanding the changes. Test run the betas and release candidates to identify bugs or incompatibility issues with plugins.</p>
<p>Also think about contributing to the Community maintained WordPress 2.3 Plugin Compatibility List. The list is made up of plugins that work and break with the new release. The goal of the list is to ease the discovery of working plugins and those that need work.</p>
<p>I am certainly looking forward to 2.3. I get excited every time a new version of my favorite softwares get released. Boy&rsquo;s toys effect I guess 😉</p>
<p>Source : WordPress 2.3 Plugin Compatibility List</p>
]]></content:encoded>
    </item>
    <item>
      <title>Save the dogs, sign the petition</title>
      <link>https://thedaneshproject.com/posts/save-the-dogs-sign-the-petition/</link>
      <pubDate>Sun, 16 Sep 2007 04:48:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/save-the-dogs-sign-the-petition/</guid>
      <description>Image reads: The people&amp;rsquo;s dog catching competition.
Who on earth would start a competiton to catch stray dogs? Let me tell you who, the municipal of Selayang, Malaysia. This is crap and to add injury to insult they are throwing in 15K,13K and 11K in prize money to the winners(jackasses who catch the most dogs!!).
The Selayang municipal council is doing the wrong thing and from the looks of it trouble coming their way.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img120.imageshack.us/img120/2694/hanjingap6.jpg" alt=""  />
<br>
Image reads: The people&rsquo;s dog catching competition.</p>
<p>Who on earth would start a competiton to catch stray dogs? Let me tell you who, the municipal of Selayang, Malaysia. This is crap and to add injury to insult they are throwing in 15K,13K and 11K in prize money to the winners(jackasses who catch the most dogs!!).</p>
<p>The Selayang municipal council is doing the wrong thing and from the looks of it trouble coming their way. We live in a country where people would rob an old lady for cash so imagine what would happen when they find out there is 15k on the table for catching dogs. Will your dogs at home be spared by these people?</p>
<p>I agree that stray dogs need to be taken off the streets and given a home but not in this manner. They are such loving and gentle animals. Can&rsquo;t we show compassion? SPCA, PAW should be ready to handle this, where are they?</p>
<p>I live in an area filled with cats and I hate cats. They get into your home and take a dump, eee!!! I&rsquo;ve tried complaining to the neighbors but they decide to ignore. What kind of pet owners are these people? I want a pet but not the responsibility that comes along with it. Sometimes I feel like putting shotgun to the cat&rsquo;s head when my dog has them cornered and pulling the trigger but I don&rsquo;t. Why? Well I believe no one on planet earth has the right to taken the life of another being. Simple&hellip;</p>
<p>We need your support to save these poor animals. Please sign the &ldquo;<a href="http://www.petitiononline.com/doghunt1/petition.html">Stop The Hunt petition</a>&rdquo; to stop the competition.</p>
<p><img loading="lazy" src="http://img120.imageshack.us/img120/4857/m6tangjq2.jpg" alt=""  />
<br>
Look at the smile on his face. What is he so proud of?</p>
<p>Source : <a href="http://alanbernard.com/mayhem/blog/other_news/dog-catching-petition/">AlanBernard.Com</a><br>
Source : Selayang Municipal Council<br>
Source : <a href="http://www.petitiononline.com/doghunt1/petition.html">Stop The Hunt petitionÃ‚Â </a></p>
]]></content:encoded>
    </item>
    <item>
      <title>No space left on device</title>
      <link>https://thedaneshproject.com/posts/no-space-left-on-device/</link>
      <pubDate>Fri, 14 Sep 2007 12:44:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/no-space-left-on-device/</guid>
      <description>&lt;p&gt;The DBA I work with was reporting this error on the server she was working on. Every time she tried to add a new cron job the error would come up.&lt;/p&gt;
&lt;blockquote&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;/blockquote&gt;
&lt;!-- raw HTML omitted --&gt;</description>
      <content:encoded><![CDATA[<p>The DBA I work with was reporting this error on the server she was working on. Every time she tried to add a new cron job the error would come up.</p>
<blockquote>
<!-- raw HTML omitted -->
</blockquote>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Next I ran &ldquo;df -i&rdquo; and the result painted a different picture instead, the server had hit the maximum inodes allowed for the &ldquo;/var&rdquo; partition. <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FInode&amp;ei=iX_qRo73DpecgQO3z4zMBg&amp;usg=AFQjCNFS15lNcW09k9Cz2nvOs9Cb4EhxDA&amp;sig2=QPfVs13Tnvl0-iUpk6xBFA">What are inodes?<br>
</a><br>
<a href="http://img462.imageshack.us/img462/4995/inode1cw0.png"><img loading="lazy" src="http://img462.imageshack.us/img462/4995/inode1cw0.th.png" alt=""  />
</a> <a href="http://img462.imageshack.us/img462/8674/inode2lm8.png"><img loading="lazy" src="http://img462.imageshack.us/img462/8674/inode2lm8.th.png" alt=""  />
</a> <a href="http://img462.imageshack.us/img462/3202/inode3xt0.png"><img loading="lazy" src="http://img462.imageshack.us/img462/3202/inode3xt0.th.png" alt=""  />
</a></p>
<p>Ok, so now I know the issue was in &ldquo;/var&rdquo;. There&rsquo;s most likely a directory within &ldquo;/var&rdquo; with a whole bunch of files in it causing the problem.</p>
<p>Running &ldquo;find /var -size -8k&rdquo; would return me all files within &ldquo;/var&rdquo; smaller then 8k. What I found was a long list of unsent mails in the &ldquo;/var/spool/mquee&rdquo; directory. 261517 files to be exact.</p>
<p>How I got &ldquo;261517&rdquo; ?</p>
<blockquote>
<p>find /var/spool/mquee -size -8k | wc -l</p>
</blockquote>
<p>The next step was to remove all these files. The &ldquo;rm&rdquo; command would not work because the amount files I was trying to delete would exceed the maximum argument count allowed for &ldquo;rm&rdquo;.</p>
<p><a href="http://img142.imageshack.us/img142/9492/node6ci2.png"><img loading="lazy" src="http://img142.imageshack.us/img142/9492/node6ci2.th.png" alt=""  />
</a></p>
<p>A different approach had to be taken. The command would search for files within &ldquo;/var/spool/mquee&rdquo; that were smaller then 8k and removed them 1 by 1.</p>
<blockquote>
<p>find /var/spool/mqueue -size -8k -exec rm -f {} ;</p>
</blockquote>
<p>The command ran for 30 minutes and fixed the problem and now I have a happy DBA again.</p>
<p>Have you faced familiar situations before? I would love to hear about them and how you fixed them.</p>]]></content:encoded>
    </item>
    <item>
      <title>Holy month of Ramadan begins today</title>
      <link>https://thedaneshproject.com/posts/holy-month-of-ramadan-begins-today/</link>
      <pubDate>Thu, 13 Sep 2007 03:29:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/holy-month-of-ramadan-begins-today/</guid>
      <description>Muslims around the world begin fasting today as it marks the beginning of the Holy month of Ramadan. Fasting is not easy task, it takes motivation, determination, faith and willpower. I have never fasted for more then a day. Maybe I&amp;rsquo;ll try it with my Muslim pals this time.
Ramadan will end with the festival of &amp;ldquo;Eid al-Fitr&amp;rdquo; or &amp;ldquo;Hari Raya Aidilfitri&amp;rdquo; as we know it here. New clothes, big feasts, cookies galore and my favourite, visiting my Muslim friends.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img389.imageshack.us/img389/9236/puasa3sa.jpg" alt=""  />
</p>
<p>Muslims around the world begin fasting today as it marks the beginning of the Holy month of Ramadan. Fasting is not easy task, it takes motivation, determination, faith and willpower. I have never fasted for more then a day. Maybe I&rsquo;ll try it with my Muslim pals this time.</p>
<p>Ramadan will end with the festival of &ldquo;Eid al-Fitr&rdquo; or &ldquo;Hari Raya Aidilfitri&rdquo; as we know it here. New clothes, big feasts, cookies galore and my favourite, visiting my Muslim friends.</p>
<p>To all my Muslim friends in Malaysia, &ldquo;SELAMAT BERPUASA&rdquo;. To my Muslim friends around the world &ldquo;HAPPY FASTING&rdquo;</p>
<p>If you want to know more about Ramadan or fasting then visitÃ‚Â  <a href="http://www.infoplease.com/spot/ramadan1.html">Ramadan and Eid al-Fitr by Holly Hartman</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Burger King discount coupons</title>
      <link>https://thedaneshproject.com/posts/burger-king-discount-coupons/</link>
      <pubDate>Tue, 11 Sep 2007 13:45:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/burger-king-discount-coupons/</guid>
      <description>A gift for all Burger King lovers. Burger King Malaysia is giving away free discount coupons.
Download, print the desired coupons and then present them at the nearest Burger King branch to enjoy great discounts.
Please note that the coupon are only valid in Malaysia.
Grab Coupon Here UPDATE!! coupon no longer available 🙁</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img473.imageshack.us/img473/4174/bkcouponbz3.jpg" alt=""  />
</p>
<p>A gift for all Burger King lovers. Burger King Malaysia is giving away free discount coupons.</p>
<p>Download, print the desired coupons and then present them at the nearest Burger King branch to enjoy great discounts.</p>
<p>Please note that the coupon are only valid in Malaysia.</p>
<p>Grab Coupon Here UPDATE!! coupon no longer available 🙁</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Beta 3 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-beta-3-released/</link>
      <pubDate>Tue, 11 Sep 2007 06:48:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-beta-3-released/</guid>
      <description>WordPress 2.3 Beta 3 released a few hours ago. This will be the final beta before the first release candidate is released next Monday 17th September 2007.
The bughunt will be on as usual on IRC&amp;rsquo;sÃ‚Â #wordpress-bugs channel so join in if you feel like contributing. You could also report bugs or join the wp-testers mailing list.
Download WordPress 2.3 Beta here.
Source : WordPress</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt=""  />
</p>
<p>WordPress 2.3 Beta 3 released a few hours ago. This will be the final beta before the first release candidate is released next Monday 17th September 2007.</p>
<p>The <a href="http://codex.wordpress.org/WordPress_Bug_Hunts">bughunt</a> will be on as usual on IRC&rsquo;sÃ‚Â  <!-- raw HTML omitted -->#wordpress-bugs<!-- raw HTML omitted --> channel so join in if you feel like contributing. You could also report bugs or join the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a>.</p>
<p><a href="http://wordpress.org/wordpress-2.3-beta3.zip">Download WordPress 2.3 Beta here.</a></p>
<p>Source : <a href="http://wordpress.org/development/2007/09/wordpress-23-beta-3/">WordPress</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Free anime online at AnimeMafia</title>
      <link>https://thedaneshproject.com/posts/free-anime-online-at-animemafia/</link>
      <pubDate>Mon, 10 Sep 2007 12:46:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-anime-online-at-animemafia/</guid>
      <description>Watch your favorite anime online for free at AnimeMafia. Over 200 full length popular anime episodes like Bleach, Naruto Shippuden, Death Note, One Piece, Full Metal Alchemist are available for your viewing pleasure.
The page has quite a few ads on it but I guess the free videos make up for them.
I am not an anime fan but most of you are so enjoy.
Source : AnimeMafia</description>
      <content:encoded><![CDATA[<p>Watch your favorite anime online for free at <a href="http://www.animemafia.net/">AnimeMafia</a>. Over 200 full length popular anime episodes like Bleach, Naruto Shippuden, Death Note, One Piece, Full Metal Alchemist are available for your viewing pleasure.</p>
<p>The page has quite a few ads on it but I guess the free videos make up for them.</p>
<p>I am not an anime fan but most of you are so enjoy.</p>
<p>Source : <a href="http://www.animemafia.net/">AnimeMafia</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client 0.5.5 released</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.5-released/</link>
      <pubDate>Mon, 10 Sep 2007 01:26:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client-0.5.5-released/</guid>
      <description>Deluge BitTorrent Client 0.5.5 has been released.
Deluge is by far the best GTK based BitTorrent client available today for the Linux platform(Currently Windows version is in Alpha).
Highlights for the new version,
0.5.5 has been released. Here&amp;rsquo;s a quick changelog:
Editing a torrent&amp;rsquo;s tracker list is now persistent between sessions Persistence between sessions for Speed Limiter, Web Seed and Desired Ratio
plugins New wizard to aid first-time users with configuration Reorderable tabs and remember order (with exception of details tab) Fix losing data and having to re-download parts Fix password lock showing when main window is not hidden Get rid of the plugin manager and integrate it into preferences New Move torrent plugin - takes over for &amp;ldquo;move completed downloads&amp;rdquo; feature</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img299.imageshack.us/img299/6152/delugebanneras9.png" alt=""  />
</p>
<p>Deluge BitTorrent Client 0.5.5 has been released.</p>
<p>Deluge is by far the best GTK based BitTorrent client available today for the Linux platform(<a href="http://www.slurdge.org/deluge-on-windows">Currently Windows version is in Alpha</a>).</p>
<p>Highlights for the new version,</p>
<blockquote>
<p>0.5.5 has been released. Here&rsquo;s a quick changelog:</p>
<ul>
<li>Editing a torrent&rsquo;s tracker list is now persistent between sessions</li>
<li>Persistence between sessions for Speed Limiter, Web Seed and Desired Ratio<br>
plugins</li>
<li>New wizard to aid first-time users with configuration</li>
<li>Reorderable tabs and remember order (with exception of details tab)</li>
<li>Fix losing data and having to re-download parts</li>
<li>Fix password lock showing when main window is not hidden</li>
<li>Get rid of the plugin manager and integrate it into preferences</li>
<li>New Move torrent plugin - takes over for &ldquo;move completed downloads&rdquo; feature<br>
and provides a &ldquo;Move Torrent&rdquo; option when right-clicking on a torrent</li>
<li>Save column widths</li>
<li>Queue order after restart fixes.</li>
<li>Use payload instead of including protocol overhead to ease user confusion<br>
of seeding torrents &ldquo;downloading&rdquo;</li>
<li>New Web Seed plugin for adding URLs to torrents for http seeding</li>
<li>Add FAST-extension (<!-- raw HTML omitted --><a href="http://www.bittorrent.org/fast_extensions.html">http://www.bittorrent.org/fast_extensions.html</a></li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><a href="http://download.deluge-torrent.org/">http://download.deluge-torrent.org/</a>{.postlink}</p>
</blockquote>
<p><a href="http://deluge-torrent.org/downloads">Download the latest version here.</a></p>
<p>Deluge is now available for Windows also. It&rsquo;s still in alpha so don&rsquo;t expect a beautiful installer or a simple install. If you are feeling adventures then go ahead and grab it at <a href="http://www.slurdge.org/deluge-on-windows">Slurdge.org</a></p>
<p>Source : <a href="http://deluge-torrent.org/">deluge-torrent.org</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>ScriptLance freelance developers</title>
      <link>https://thedaneshproject.com/posts/scriptlance-freelance-developers/</link>
      <pubDate>Sat, 08 Sep 2007 15:05:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/scriptlance-freelance-developers/</guid>
      <description>A good resource for freelance web developers.
ScriptLance is a tool to match businesses with developments needs to freelance developers. It simplifies the process of locating a developer, saves money, saves time and most important provides a platform for all freelance developers out there to leverage and showcase their skills.
Check it out and tell me what you think.
Other similiar services,
Elance RentACoder GetaFreelancer oDesk Source : ScriptLance</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img409.imageshack.us/img409/651/scriptlancevi4.jpg" alt=""  />
</p>
<p>A good resource for freelance web developers.</p>
<p>ScriptLance is a tool to match businesses with developments needs to freelance developers. It simplifies the process of locating a developer, saves money, saves time and most important provides a platform for all freelance developers out there to leverage and showcase their skills.</p>
<p>Check it out and tell me what you think.</p>
<p>Other similiar services,</p>
<ol>
<li><a href="http://www.elance.com/">Elance</a></li>
<li><a href="http://www.rentacoder.com">RentACoder</a></li>
<li><a href="http://www.getafreelancer.com/">GetaFreelancer</a></li>
<li><a href="http://www.odesk.com/">oDesk</a></li>
</ol>
<p>Source : <a href="https://www.scriptlance.com/">ScriptLance</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.2.3 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.2.3-released/</link>
      <pubDate>Sat, 08 Sep 2007 14:06:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.2.3-released/</guid>
      <description>WordPress 2.2.3 released was released today. It&amp;rsquo;s a security patch and bug fix release so make sure you get your WordPress updated ASAP.
If you are interested in knowing hat changed then take a look at the bugs closed and files changed.
Download WordPress 2.2.3 here.
Upgrade instructions | Extended upgrade instructions
The Danesh Project is now running on WordPress 2.2.3
Source : WordPress</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://img212.imageshack.us/img212/1458/wp20squarebuttonhm5.gif" alt=""  />
</p>
<p>WordPress 2.2.3 released was released today. It&rsquo;s a security patch and bug fix release so make sure you get your WordPress updated ASAP.</p>
<p>If you are interested in knowing hat changed then take a look at the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.2.3">bugs closed</a> and files changed.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.2.3 here.</a></p>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrade instructions</a> | <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">Extended upgrade instructions</a></p>
<p>The Danesh Project is now running on WordPress 2.2.3</p>
<p>Source : <a href="http://wordpress.org/development/2007/09/wordpress-223/">WordPress</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>The Danesh Project outage</title>
      <link>https://thedaneshproject.com/posts/the-danesh-project-outage/</link>
      <pubDate>Fri, 07 Sep 2007 03:56:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-danesh-project-outage/</guid>
      <description>My blog was experincing some outage last night. Sorry for the inconvenience.
The IP block my site belongs to was experiencing heavy DDOS attacks so the data center was forced to bring down the specific network range till the issue was resolved. Official response from my hosting company below,
Update on xxx.xxx.xxx.xxx/xxx and xxx.xxx.xxx.xxx/xxx Experiencing Connection Issues
Hi,
We&amp;rsquo;ve got the latest update on this issue. Currently upstream of data center is blocking the IPs which are determined to cause the DDOS attack.</description>
      <content:encoded><![CDATA[<p>My blog was experincing some outage last night. Sorry for the inconvenience.</p>
<p>The IP block my site belongs to was experiencing heavy DDOS attacks so the data center was forced to bring down the specific network range till the issue was resolved. Official response from my hosting company below,</p>
<blockquote>
<p><!-- raw HTML omitted -->Update on <!-- raw HTML omitted --><!-- raw HTML omitted -->xxx.xxx.xxx.xxx/xxx<!-- raw HTML omitted --> <!-- raw HTML omitted -->and <!-- raw HTML omitted --><!-- raw HTML omitted -->xxx.xxx.xxx.xxx/xxx<!-- raw HTML omitted --> <!-- raw HTML omitted -->Experiencing Connection Issues<!-- raw HTML omitted --></p>
<p>Hi,</p>
<p>We&rsquo;ve got the latest update on this issue. Currently upstream of data center is blocking the IPs which are determined to cause the DDOS attack. Once the data center receive notification from upstream confirmed the blockage, they will release these 2 blocks of IP.</p>
<p>However, it might takes hours in investigation, configuration and testing between upstream and data center. Thus, we appreciate the understanding and patience while waiting the issue to be resolved.</p>
<p>Thank you.</p>
<p>Regards,<br>
livesupport</p>
</blockquote>
<blockquote>
<p><!-- raw HTML omitted -->xxx.xxx.xxx.xxx/xxx and xxx.xxx.xxx.xxx/xxx Experiencing Connection Issues Resolved<!-- raw HTML omitted --></p>
<p>Hi,</p>
<p>Glad to inform that <!-- raw HTML omitted -->xxx.xxx.xxx.xxx/xxx<!-- raw HTML omitted --> <!-- raw HTML omitted -->and <!-- raw HTML omitted --><!-- raw HTML omitted -->xxx.xxx.xxx.xxx/xxx<!-- raw HTML omitted --> <!-- raw HTML omitted -->Experiencing Connection Issues has been resolved. If you still having connectivity issues to your website, VPS or Server, do submit us a ticket attach with tracert and ping result.<!-- raw HTML omitted --></p>
<p>Thank you for being understanding and patience during this hard period.</p>
<p>Regards,<br>
livesupport</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>Wink free people search</title>
      <link>https://thedaneshproject.com/posts/wink-free-people-search/</link>
      <pubDate>Thu, 06 Sep 2007 12:28:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wink-free-people-search/</guid>
      <description>Wink let&amp;rsquo;s you find people from other social networks like MySpace,Bebo, Friendster and others from one central location. You will need to register a profile at Wink and also register the the social networks you belong to into your Wink profile.
Your people search can be based on name, location,school,work,interest and more&amp;hellip;.
Tools from Wink,
Wink has a Firefox extension that will allow you to directly search for individuals from Firefox and also a widget to integrate into your blog/site.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/09/wink1.png" alt="wink1.png"  />
</p>
<p>Wink let&rsquo;s you find people from other social networks like MySpace,Bebo, Friendster and others from one central location. You will need to register a profile at Wink and also register the the social networks you belong to into your Wink profile.</p>
<p>Your people search can be based on name, location,school,work,interest and more&hellip;.</p>
<p>Tools from Wink,</p>
<p>Wink has a Firefox extension that will allow you to directly search for individuals from Firefox and also a widget to integrate into your blog/site.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/09/wink_search_extension.jpg" alt="wink_search_extension.jpg"  />
</p>
<p>The Wink widget is similiar to the <a href="http://www.dbachrach.com/showyourself/">ShowYourself</a> widget I introduced in my <a href="/posts/showyourself-widget/">previous post</a>. See sample below.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/09/wink-widget.png" alt="wink-widget.png"  />
</p>
<p>Source : <a href="http://wink.com">Wink</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>ShowYourself widget</title>
      <link>https://thedaneshproject.com/posts/showyourself-widget/</link>
      <pubDate>Thu, 06 Sep 2007 12:26:55 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/showyourself-widget/</guid>
      <description>&lt;p&gt;![showyourself_v11.png)&lt;/p&gt;
&lt;p&gt;ShowYourself is a widget for for websites that displays all the web 2.0 sites or any social networks you belong to. For example Friendster, MySpace, YouTube, etc&amp;hellip;..&lt;/p&gt;
&lt;p&gt;What I like about the ShowYourself widget is the fact that I don&amp;rsquo;t need to register a profile to utilize the widget. There is a similiar widget from the people at [Wink][2] that I will talk about in my next post. Wink needs you to register for a profile but it&amp;rsquo;s functionality differs when compared with ShowYourself.&lt;/p&gt;
&lt;p&gt;Generate your own ShowYourself widget using the simple template and copy the resulting code into your blog/site to have the widget show up.&lt;/p&gt;
&lt;p&gt;[Start working on your widget here.][3]&lt;/p&gt;
&lt;p&gt;Screenshot of the widget available on the next page.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>![showyourself_v11.png)</p>
<p>ShowYourself is a widget for for websites that displays all the web 2.0 sites or any social networks you belong to. For example Friendster, MySpace, YouTube, etc&hellip;..</p>
<p>What I like about the ShowYourself widget is the fact that I don&rsquo;t need to register a profile to utilize the widget. There is a similiar widget from the people at [Wink][2] that I will talk about in my next post. Wink needs you to register for a profile but it&rsquo;s functionality differs when compared with ShowYourself.</p>
<p>Generate your own ShowYourself widget using the simple template and copy the resulting code into your blog/site to have the widget show up.</p>
<p>[Start working on your widget here.][3]</p>
<p>Screenshot of the widget available on the next page.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/09/showyourself.png" alt=""  />
</p>
<p>Comments about the widget?</p>
<p>Source : [ShowYourself][3]</p>
<p>[1]: /wp-content/uploads/2007/09/showyourself_v11.png)
[2]: <a href="http://wink.com">http://wink.com</a>
[3]: <a href="http://www.dbachrach.com/showyourself/">http://www.dbachrach.com/showyourself/</a>
[4]: /wp-content/uploads/2007/09/showyourself.png)</p>]]></content:encoded>
    </item>
    <item>
      <title>Extract ZIP files in Linux</title>
      <link>https://thedaneshproject.com/posts/extract-zip-files-in-linux/</link>
      <pubDate>Wed, 05 Sep 2007 17:12:59 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/extract-zip-files-in-linux/</guid>
      <description>ZIP archives are most commonly used in Windows/MS-DOS based environments.
In Linux, you can use the &amp;ldquo;unzip&amp;rdquo; command to extract,list or test ZIP files. Below are the common tasks I use &amp;ldquo;unzip&amp;rdquo; for.
Extract the contents of a ZIP file into it&amp;rsquo;s own directory and also create subdirectories as needed.
# unzip [filename].zip
Extract the contents of a ZIP file into the current directory only. No subdirectories will be created.</description>
      <content:encoded><![CDATA[<p>ZIP archives are most commonly used in Windows/MS-DOS based environments.</p>
<p>In Linux, you can use the &ldquo;unzip&rdquo; command to extract,list or test ZIP files. Below are the common tasks I use &ldquo;unzip&rdquo; for.</p>
<p>Extract the contents of a ZIP file into it&rsquo;s own directory and also create subdirectories as needed.</p>
<blockquote>
<p># unzip [filename].zip</p>
</blockquote>
<p>Extract the contents of a ZIP file into the current directory only. No subdirectories will be created.</p>
<blockquote>
<p># unzip -j [filename].zip</p>
</blockquote>
<p>Extract the contents of a ZIp file into a custom directory.</p>
<blockquote>
<p># unzip -d [target directory] [filename].zip</p>
</blockquote>
<p>List the contents of a ZIP file.</p>
<blockquote>
<p># unzip -l [filename].zip</p>
</blockquote>
<p>Test the integrity of a ZIP file and it&rsquo;s contents.</p>
<blockquote>
<p>Ã‚Â # unzip -t [filename].zip</p>
<p># unzip -tq [filename].zip (Only shows summary)</p>
</blockquote>
<p>Extract the contents of a ZIP file only if the files already exist in the target directory. Good for upgrades.</p>
<blockquote>
<p># unzip -f [filename].zip</p>
<p># unzip -fo [filename].zip (non interactive. Yes to all)</p>
</blockquote>
<p>Extract the contents of a ZIP file if the contents are newer then what&rsquo;s available in the target directory or don&rsquo;t exist yet. Good for upgrades.</p>
<blockquote>
<p># unzip -u [filename].zip</p>
<p># unzip -uo [filename].zip (non interactive. Yes to all)</p>
</blockquote>
<p>Did this help? If you need further information please drop me a comment.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Beta 2 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-beta-2-released/</link>
      <pubDate>Tue, 04 Sep 2007 21:01:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-beta-2-released/</guid>
      <description>WordPress 2.3 Beta 2 was released yesterday.
New features in this release,
Improved AtomPub (Atom Publishing Format and Protocol). Tag importers for Jerome&amp;rsquo;s keywords. Tag importers for Simple Tagging plugin. The bughunt will be on as usual today in the #wordpress-bugs channel so join in if you feel like contributing.
Source : boren.nu</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt=""  />
</p>
<p>WordPress 2.3 Beta 2 was released yesterday.</p>
<p>New features in this release,</p>
<ol>
<li>Improved AtomPub (Atom Publishing Format and Protocol).</li>
<li>Tag importers for Jerome&rsquo;s keywords.</li>
<li>Tag importers for Simple Tagging plugin.</li>
</ol>
<p>The <a href="http://codex.wordpress.org/WordPress_Bug_Hunts">bughunt</a> will be on as usual today in the <!-- raw HTML omitted -->#wordpress-bugs<!-- raw HTML omitted --> channel so join in if you feel like contributing.</p>
<p>Source : <a href="http://boren.nu/archives/2007/09/04/wordpress-23-beta-2/">boren.nu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My free sketch is ready</title>
      <link>https://thedaneshproject.com/posts/my-free-sketch-is-ready/</link>
      <pubDate>Mon, 03 Sep 2007 16:51:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-free-sketch-is-ready/</guid>
      <description>My free sketch by Samsudin Ismail is ready. Check it out above.
If you want your own caricature then head on over to free sketch and request one.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/09/daneshpreview02.jpg" title="daneshpreview02.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/daneshpreview02.jpg" alt="daneshpreview02.jpg"  />
</a></p>
<p>My free sketch by <a href="http://myfreesketch.blogspot.com/">Samsudin Ismail</a> is ready. Check it out above.</p>
<p>If you want your own caricature then head on over to <a href="http://myfreesketch.blogspot.com">free sketch</a> and request one.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to configure Gtalk in Kopete</title>
      <link>https://thedaneshproject.com/posts/how-to-configure-gtalk-in-kopete/</link>
      <pubDate>Sun, 02 Sep 2007 17:53:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-configure-gtalk-in-kopete/</guid>
      <description>Almost everyone I know uses Gtalk. You can use Gtalk online through gmail or by using one of the many jabber capable chat clients out there.Ã‚Â Today I&amp;rsquo;ll show you how to configure Kopete to work with Gtalk. If you didn&amp;rsquo;t already know, Kopete is the most popular multi protocol chant client for KDE.
Launch Kopete and goto &amp;ldquo;Settings&amp;rdquo; &amp;gt; &amp;ldquo;Configure&amp;hellip;&amp;rdquo;
Goto &amp;ldquo;accounts&amp;rdquo;
Click on &amp;ldquo;New&amp;rdquo;
Select &amp;ldquo;Jabber&amp;rdquo; from the account wizard and click &amp;ldquo;next&amp;rdquo; On the &amp;ldquo;basic setup&amp;rdquo; page, Ã‚Â &amp;ldquo;Jabber ID&amp;rdquo; is your gmail user ID followed by &amp;ldquo;gmail.</description>
      <content:encoded><![CDATA[<p>Almost everyone I know uses Gtalk. You can use Gtalk online through gmail or by using one of the many jabber capable chat clients out there.Ã‚Â  Today I&rsquo;ll show you how to configure Kopete to work with Gtalk. If you didn&rsquo;t already know, Kopete is the most popular multi protocol chant client for KDE.</p>
<ol>
<li>
<p>Launch Kopete and goto &ldquo;Settings&rdquo; &gt; &ldquo;Configure&hellip;&rdquo;</p>
</li>
<li>
<p>Goto &ldquo;accounts&rdquo;</p>
</li>
<li>
<p>Click on &ldquo;New&rdquo;</p>
</li>
</ol>
<p><a href="/wp-content/uploads/2007/09/kopete-accounts.jpg" title="kopete-accounts.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/kopete-accounts.thumbnail.jpg" alt="kopete-accounts.jpg"  />
</a></p>
<ol start="4">
<li>Select &ldquo;Jabber&rdquo; from the account wizard and click &ldquo;next&rdquo;</li>
</ol>
<p><a href="/wp-content/uploads/2007/09/kopete-accounts.jpg" title="kopete-accounts.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/kopete-accounts.thumbnail.jpg" alt="kopete-accounts.jpg"  />
</a></p>
<ol start="5">
<li>On the &ldquo;basic setup&rdquo; page,</li>
</ol>
<ul>
<li>Ã‚Â &ldquo;Jabber ID&rdquo; is your gmail user ID followed by &ldquo;gmail.com&rdquo;. Example &ldquo;<a href="mailto:john@gmail.com">john@gmail.com</a>&rdquo;</li>
<li>Ã‚Â Check &ldquo;remember password&rdquo; and fill in your password.</li>
</ul>
<p><a href="/wp-content/uploads/2007/09/kopete-jabber1.jpg" title="kopete-jabber1.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/kopete-jabber1.thumbnail.jpg" alt="kopete-jabber1.jpg"  />
</a></p>
<ol start="6">
<li>On the &ldquo;connection page&rdquo;</li>
</ol>
<ul>
<li>Check &ldquo;use protocol encryption&rdquo; (SSL)</li>
<li>Check &ldquo;allow plain text password authentication&rdquo;</li>
<li>Check &ldquo;overide default server settings&rdquo; and replace with the values below.</li>
<li>Server : &ldquo;talk.google.com&rdquo;</li>
<li>Port : &ldquo;5223&rdquo;</li>
</ul>
<p><a href="/wp-content/uploads/2007/09/kopete-jabber2.jpg" title="kopete-jabber2.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/kopete-jabber2.thumbnail.jpg" alt="kopete-jabber2.jpg"  />
</a></p>
<ol start="7">
<li>Click &ldquo;Ok&rdquo; and enjoy Gtalk through Kopete.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>ZYB free online mobile backup</title>
      <link>https://thedaneshproject.com/posts/zyb-free-online-mobile-backup/</link>
      <pubDate>Sun, 02 Sep 2007 09:53:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/zyb-free-online-mobile-backup/</guid>
      <description>ZYB is currently the only web service providing a one stop mobile data backup solution through zyb.com. The service was started back in 2005 by 3 friends (About ZYB) and is 100% free.
ZYB enables you to backup and share your mobile data (contacts, sms, and calendar) online easily without the need for bluetooth or any other software. You will then be able to share your mobile data (contacts, sms, and calendar) with other ZYB users.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/09/zyb.gif" title="zyb.gif"><img loading="lazy" src="/wp-content/uploads/2007/09/zyb.gif" alt="zyb.gif"  />
</a></p>
<p>ZYB is currently the only web service providing a one stop mobile data backup solution through zyb.com. The service was started back in 2005 by 3 friends (About ZYB) and is 100% free.</p>
<p>ZYB enables you to backup and share your mobile data (contacts, sms, and calendar) online easily without the need for bluetooth or any other software. You will then be able to share your mobile data (contacts, sms, and calendar) with other ZYB users.</p>
<p>Currently ZYB supports over <!-- raw HTML omitted -->200<!-- raw HTML omitted --> 400 mobile phone models and the list is keeps growing. Currently my Samsung X700 is not fully supported so I can&rsquo;t utilize the service.</p>
<p>Ok, so now you have your mobile data online and you can share them with others, what next?</p>
<p>ZYB decided to go further and ZYB eventually evolved into a social networking tool. The data on your mobile phone is part of your life and what better way to keep it up to date then by bringing everyone on you mobile together in one place sharing and updating data between each other. ZYB | Life</p>
<p>Currently ZYB will enables you to,</p>
<ol>
<li>Backup your mobile contacts.</li>
<li>Backup your mobile calendar items.</li>
<li>Share your contacts and calendar items with friends and family members.</li>
<li>Import public calendars to you mobile.</li>
<li>Easily manage your contact list.</li>
<li>Synchronize your mobile data with other devices . (iPod, Outlook, etc&hellip;.)</li>
<li>Invite others.</li>
<li>Post shouts. (something like twitter)</li>
<li>Upload photos from your mobile and tag them.</li>
<li>More to come &hellip;..</li>
</ol>
<p>This is a brilliant idea and I am surprised that no one had used it before till now. Please test the service if you are interested. I would love to hear your comments on this great tool.</p>
<p>Watch a presentation on ZYB | Life titled &ldquo;<a href="http://blog.zyb.com/2007/06/07/contact-is-king/">Contact Is King!!</a>&rdquo; at <a href="http://blog.zyb.com">ZYB&rsquo;s blog</a>.</p>
<p>Source : ZYB</p>
<p>Source : <a href="http://blog.zyb.com">ZYB Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Happy 50th birthday Malaysia</title>
      <link>https://thedaneshproject.com/posts/happy-50th-birthday-malaysia/</link>
      <pubDate>Sat, 01 Sep 2007 18:48:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/happy-50th-birthday-malaysia/</guid>
      <description>Happy 50th birthday Malaysia. I&amp;rsquo;m late to wish you but better late then never right.
You have been good to me but even though everything is not perfect I won&amp;rsquo;t complain now. We have so much more then what many others out there have. It&amp;rsquo;s time for us us to wake up and start doing the smaller things in live that matter the most. Help those in need, give them education, give them hope, give them a future as if they were your own family.</description>
      <content:encoded><![CDATA[<p>Happy 50th birthday Malaysia. I&rsquo;m late to wish you but better late then never right.</p>
<p>You have been good to me but even though everything is not perfect I won&rsquo;t complain now. We have so much more then what many others out there have. It&rsquo;s time for us us to wake up and start doing the smaller things in live that matter the most. Help those in need, give them education, give them hope, give them a future as if they were your own family.</p>
<p>Never looking at the colour of your skin, your language, your religion, your race or what your do for a leaving. That&rsquo;s a true Malaysian.</p>
<p>Happy 50th Birthday Malaysia!!</p>
<p><a href="/wp-content/uploads/2007/09/myflag.jpg" title="myflag.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/myflag.jpg" alt="myflag.jpg"  />
</a></p>
<p><a href="/wp-content/uploads/2007/09/tunku.jpg" title="tunku.jpg"><img loading="lazy" src="/wp-content/uploads/2007/09/tunku.jpg" alt="tunku.jpg"  />
</a></p>
<p>Merdeka!! Merdeka!! Merdeka!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu Month Of Screencasts</title>
      <link>https://thedaneshproject.com/posts/ubuntu-month-of-screencasts/</link>
      <pubDate>Sat, 01 Sep 2007 17:59:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-month-of-screencasts/</guid>
      <description>Ubuntu has chosen September to be it&amp;rsquo;s &amp;ldquo;Month Of Screencasts&amp;rdquo; for this year.
One full length screencast will be release everyday by the ScreencastTeam for the whole month. A wide range of topics will be covered but mainly focusing at improving the user experience for new Ubuntu users or those looking to get into Ubuntu.
All approved screencasts will be made available to the public through the Ubuntu Screencast site in 3 different sizes, 2 formats (OGG and Flash) and an audio only version.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/09/headerlogo.png" title="headerlogo.png"><img loading="lazy" src="/wp-content/uploads/2007/09/headerlogo.png" alt="headerlogo.png"  />
</a></p>
<p>Ubuntu has chosen September to be it&rsquo;s &ldquo;Month Of Screencasts&rdquo; for this year.</p>
<p>One full length screencast will be release everyday by the <a href="https://wiki.ubuntu.com/ScreencastTeam">ScreencastTeam</a> for the whole month. A wide range of topics will be covered but mainly focusing at improving the user experience for new Ubuntu users or those looking to get into Ubuntu.</p>
<p>All approved screencasts will be made available to the public through the <a href="http://screencasts.ubuntu.com/">Ubuntu Screencast site</a> in 3 different sizes, 2 formats (OGG and Flash) and an audio only version.</p>
<p>HowTo videos are always a new user&rsquo;s best friend. What do you think?</p>
<p>Source : <a href="http://screencasts.ubuntu.com/">Ubuntu Screencasts</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Flash based comics</title>
      <link>https://thedaneshproject.com/posts/flash-based-comics/</link>
      <pubDate>Thu, 30 Aug 2007 06:54:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flash-based-comics/</guid>
      <description>Stumbled onto this site today. Lizzy Webcomic at Cybernetic Evil Studios.
They produce some really cool flash based comics based on cybernetic story lines. The one I was checking out today was Lizzy . Every page follows the traditional comic style of having multiple frames and word bubbles but with additional sound and animation to spice it up.
Check it out for your self at Lizzy Webcomic and tell me what ya think.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/lizzy.jpg" title="lizzy.jpg"><img loading="lazy" src="/wp-content/uploads/2007/08/lizzy.jpg" alt="lizzy.jpg"  />
</a></p>
<p>Stumbled onto this site today. <a href="http://comics.cyberneticevilstudios.com/">Lizzy Webcomic</a> at <a href="http://www.cyberneticevilstudios.com/">Cybernetic Evil Studios</a>.</p>
<p>They produce some really cool flash based comics based on cybernetic story lines. The one I was checking out today was <a href="http://comics.cyberneticevilstudios.com/">Lizzy</a> . Every page follows the traditional comic style of having multiple frames and word bubbles but with additional sound and animation to spice it up.</p>
<p>Check it out for your self at <a href="http://comics.cyberneticevilstudios.com/">Lizzy Webcomic</a> and tell me what ya think.</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Beta 1 released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-beta-1-released/</link>
      <pubDate>Wed, 29 Aug 2007 02:47:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-beta-1-released/</guid>
      <description>WordPress 2.3 Beta 1 released is available for testing now.
The jewel in this version has to be the built in tagging support. What happens to all those using Ultimate tag warrior then? No worries as there is an Ultimate Tag Warrior importer bundled within version 2.3. If you choose to continue to stick with Ultimate Tag Warrior or Simple Tags you could certainly do so too. There is also a built in converter to help convert your current categories to tags.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt=""  />
</p>
<p>WordPress 2.3 Beta 1 released is available for testing now.</p>
<p>The jewel in this version has to be the built in tagging support. What happens to all those using Ultimate tag warrior then? No worries as there is an Ultimate Tag Warrior importer bundled within version 2.3. If you choose to continue to stick with Ultimate Tag Warrior or Simple Tags you could certainly do so too. There is also a built in converter to help convert your current categories to tags.</p>
<p>I just had 2.3 installed at home so not much testing has been done. Plan to start later tonight.</p>
<p>If you are already running 2.3 make sure it is not production and only for testing. Have your bugs or concerns submitted at the <a href="http://trac.wordpress.org/">bug tracker</a> to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">tester list</a>. You could also join <!-- raw HTML omitted -->#wordpress-bugs<!-- raw HTML omitted --> channel on IRC to participate in the first <!-- raw HTML omitted -->bug hunt<!-- raw HTML omitted --> for WordPress 2.3</p>
<p>Source : <!-- raw HTML omitted -->WordPress 2.3 Beta 1<!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>YouTube down?</title>
      <link>https://thedaneshproject.com/posts/youtube-down/</link>
      <pubDate>Mon, 27 Aug 2007 13:03:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/youtube-down/</guid>
      <description>Can you access YouTube? I can&amp;rsquo;t. All I get is &amp;ldquo;Http/1.1 Service Unavailable&amp;rdquo;
Mashable had an update stating that YouTube was down but came back after a 6 hour outage but somehow I still can&amp;rsquo;t get throug.
Sorry guys, Mashable&amp;rsquo;s post was from 2006. My bad, totally missed that. Thanks David.
Update (21:11 GMT +8) : YouTube is back up.
Update (22:18 GMT +8) : You Tube is down again. It was up like 20 minutes ago.</description>
      <content:encoded><![CDATA[<p>Can you access <a href="http://www.youtube.com/">YouTube</a>? I can&rsquo;t. All I get is <em><strong>&ldquo;Http/1.1 Service Unavailable&rdquo;</strong></em></p>
<p><a href="/wp-content/uploads/2007/08/youtubedown.png" title="youtubedown.png"><img loading="lazy" src="/wp-content/uploads/2007/08/youtubedown.png" alt="youtubedown.png"  />
</a></p>
<p><!-- raw HTML omitted --><a href="http://mashable.com/?p=842">Mashable</a> had an update stating that YouTube was down but came back after a 6 hour outage but somehow I still can&rsquo;t get throug.<!-- raw HTML omitted --></p>
<p>Sorry guys, Mashable&rsquo;s post was from 2006. My bad, totally missed that. Thanks David.</p>
<p>Update (21:11 GMT +8) : YouTube is back up.</p>
<p>Update (22:18 GMT +8) : You Tube is down again. It was up like 20 minutes ago.</p>
<p><a href="/wp-content/uploads/2007/08/youtubedown1.png" title="youtubedown1.png"><img loading="lazy" src="/wp-content/uploads/2007/08/youtubedown1.png" alt="youtubedown1.png"  />
</a></p>
<p>Update (09:13 GMT +8) : YouTube is back to normal.</p>
<p>Anyone else facing this?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Skype’s recent outage explained</title>
      <link>https://thedaneshproject.com/posts/skypes-recent-outage-explained/</link>
      <pubDate>Sun, 26 Aug 2007 18:28:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skypes-recent-outage-explained/</guid>
      <description>Skype&amp;rsquo;s back now.
The major outage experienced by millions of Skype users a few days back was a results of Skype&amp;rsquo;s load balancingÃ‚Â algorithm not being able to coupe with a sudden surge of login requests.
Why the sudden surge in login request? Microsoft had released a patch through windows update and most of the Windows boxes out set to auto update decided to reboot at the same time. Imagine.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/skype30thumbnail.png" alt=""  />
</p>
<p>Skype&rsquo;s back now.</p>
<p>The major outage experienced by millions of Skype users a few days back was a results of Skype&rsquo;s load balancingÃ‚Â  algorithm not being able to coupe with a sudden surge of login requests.<br>
Why the sudden surge in login request? Microsoft had released a patch through windows update and most of the Windows boxes out set to auto update decided to reboot at the same time. Imagine.</p>
<p>Skype has since fixed their algorithm and are quite confident that this glitch will not repeat itself. I can&rsquo;t really blame them for this, Skype&rsquo;s always been good to me. I am quite sure that their infrastructure was setup to hale sudden spike but just not as high as what was experienced this time.</p>
<p>At least we can be happy that the outage was not caused by a security glitch or anything else in that manner. Skype&rsquo;s been good to me all this time and I&rsquo;m glad to see them back up and running.</p>
<p>Source : <a href="http://heartbeat.skype.com/2007/08/what_happened_on_august_16.html">What happened on August 16 - Heartbeat</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.3 Release</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.3-release/</link>
      <pubDate>Fri, 24 Aug 2007 21:47:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.3-release/</guid>
      <description>WordPress 2.3 went into it&amp;rsquo;s feature freeze cycle on Wednesday August 23rd in preparation for it&amp;rsquo;s final release this September 27th.
All focus has been shifted from development work into testing and bug fixing. The first beta release is due this Monday August 27th. Beta release will be release every Mondays followed by bug hunts on Wednesdays. What are WordPress bug hunts?
Some of the new features coming out with this release,</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt="wp-2.0-square-button.gif"  />
</p>
<p>WordPress 2.3 went into it&rsquo;s feature freeze cycle on Wednesday August 23rd in preparation for it&rsquo;s final release this September 27th.</p>
<p>All focus has been shifted from development work into testing and bug fixing. The first beta release is due this Monday August 27th. Beta release will be release every Mondays followed by bug hunts on Wednesdays. <a href="http://codex.wordpress.org/WordPress_Bug_Hunts">What are WordPress bug hunts?</a></p>
<p>Some of the new features coming out with this release,</p>
<ol>
<li>Tagging. (Finally!!)</li>
<li>Improved post and draft management engine.</li>
<li>WordPress version check and notification. (Automatically informs of new version availability)</li>
</ol>
<p>Full feature list available at <a href="http://codex.wordpress.org/Version_2.3">What&rsquo;s new in WordPress 2.3?</a> .<br>
Source : <a href="http://boren.nu/archives/2007/08/24/wordpress-23-release-timeline/">Ã‚Â» WordPress 2.3 Release Timeline boren.nu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Malaysian Ubuntu repository</title>
      <link>https://thedaneshproject.com/posts/malaysian-ubuntu-repository/</link>
      <pubDate>Fri, 24 Aug 2007 04:22:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-ubuntu-repository/</guid>
      <description>Good news toÃ‚Â Malaysian Ubuntu users. Inigo-Tech has setup a local Ubuntu repository mirror.Ã‚Â &amp;quot; http://mirror.inigo-tech/ubuntu &amp;quot;
To use the repository simply add it suing the Synaptic Package Manager or you could edit the /etc/apt/sources.list file to include the line below,
&amp;quot; deb http://mirror.inigo-tech.com/ubuntu/ feisty feisty-backports universe multiverse &amp;quot;
I can&amp;rsquo;t test the performance gain as I don&amp;rsquo;t have an ubuntu box at home but I am quite sure you would see improvements since we don&amp;rsquo;t need to access the super fast (ya right!</description>
      <content:encoded><![CDATA[<p>Good news toÃ‚Â  Malaysian Ubuntu users. <a href="http://inigo-tech.com">Inigo-Tech</a> has setup a local Ubuntu repository mirror.Ã‚Â  &quot; <a href="http://mirror.inigo">http://mirror.inigo</a>-tech/ubuntu &quot;</p>
<p>To use the repository simply add it suing the Synaptic Package Manager or you could edit the /etc/apt/sources.list file to include the line below,</p>
<blockquote>
<p>&quot; <code>deb http://mirror.inigo-tech.com/ubuntu/ feisty feisty-backports universe multiverse &quot;</code></p>
</blockquote>
<p>I can&rsquo;t test the performance gain as I don&rsquo;t have an ubuntu box at home but I am quite sure you would see improvements since we don&rsquo;t need to access the super fast (ya right!!) international gateway.</p>
<p>Please drop me a note on your experience with this new mirror.</p>
<p><a href="http://inigo-tech.com">Inigo-Tech</a> also has a mirror for FreeBSD setup. Read more here.</p>
<p>Source : Malaysian Ubuntu Package Mirror</p>
]]></content:encoded>
    </item>
    <item>
      <title>No posts today</title>
      <link>https://thedaneshproject.com/posts/no-posts-today/</link>
      <pubDate>Thu, 23 Aug 2007 12:02:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/no-posts-today/</guid>
      <description>Sorry guys,
I won&amp;rsquo;t be posting anything new today.
First, freaking Streamyx has been screwed for the past 2 days. I call them up and all I got was the damn machine. &amp;quot; Users might experience slow access to international sites&amp;quot;, &amp;ldquo;regular maintenance work is being carried out from 12am till 6am for 4 day&amp;rdquo;. SIGH&amp;hellip;&amp;hellip;&amp;hellip;&amp;hellip;..
Second, I was playing around with Compiz Fusion on my NB and desktop and some how managed to screw them both up.</description>
      <content:encoded><![CDATA[<p>Sorry guys,</p>
<p>I won&rsquo;t be posting anything new today.</p>
<p>First, freaking Streamyx has been screwed for the past 2 days. I call them up and all I got was the damn machine. &quot; Users might experience slow access to international sites&quot;, &ldquo;regular maintenance work is being carried out from 12am till 6am for 4 day&rdquo;. SIGH&hellip;&hellip;&hellip;&hellip;..</p>
<p>Second, I was playing around with Compiz Fusion on my NB and desktop and some how managed to screw them both up. Guess this is what happens when you try too many things and can&rsquo;t remember what you changed.</p>
<p>See you tomorrow.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Top 10 Worst Company URLs</title>
      <link>https://thedaneshproject.com/posts/top-10-worst-company-urls/</link>
      <pubDate>Tue, 21 Aug 2007 22:05:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/top-10-worst-company-urls/</guid>
      <description>Picked this up from my forum Hangout@TheDaneshProject thanks to maccaroni n cheese.
What happens when you don&amp;rsquo;t put enough thought into you company&amp;rsquo;s domain name. Apprently these domain names were not examined from all possible angles before put out there for the public.
A site called &amp;lsquo;Who Represents &amp;rsquo; where you can find the name of the agent that represents a celebrity. Their domain nameÃ¢â‚¬Â¦ wait for itÃ¢â‚¬Â¦ is
www.whorepresents.com</description>
      <content:encoded><![CDATA[<p>Picked this up from my forum Hangout@TheDaneshProject thanks to <strong>maccaroni n cheese.</strong></p>
<p>What happens when you don&rsquo;t put enough thought into you company&rsquo;s domain name. Apprently these domain names were not examined from all possible angles before put out there for the public.</p>
<ol>
<li>
<p>A site called &lsquo;Who Represents &rsquo; where you can find the name of the agent that represents a celebrity. Their domain nameÃ¢â‚¬Â¦ wait for itÃ¢â‚¬Â¦ is<br>
<a href="http://www.whorepresents.com/">www.whorepresents.com</a></p>
</li>
<li>
<p>Experts Exchange, a knowledge base where programmers can exchange advice and views at<br>
<a href="http://www.expertsexchange.com/">www.expertsexchange.com</a> , it&rsquo;s <a href="http://www.experts-exchange.com/">www.experts-exchange.com</a> now. Not sure if they used to beÃ‚Â  <a href="http://www.expertsexchange.com/">www.expertsexchange.com</a>. Superb name for company if you looking to start a business in Thailand.</p>
</li>
<li>
<p>Looking for a pen? Look no further than Pen Island at<br>
<a href="http://www.penisland.net/">www.penisland.ne</a> , They didn&rsquo;t see that?<a href="http://www.penisland.net/"><br>
</a></p>
</li>
<li>
<p>Need a therapist? Try Therapist Finder at<br>
<a href="http://www.therapistfinder.com/">www.therapistfinder.com</a> , Where the rapist?<a href="http://www.therapistfinder.com/"><br>
</a></p>
</li>
<li>
<p>Then of course, there&rsquo;s the Italian Power Generator companyÃ¢â‚¬Â¦<br>
<a href="http://www.powergenitalia.com/">www.powergenitalia.com</a> , problems in bed? <a href="http://www.powergenitalia.com/"><br>
</a></p>
</li>
<li>
<p>And now, we have the Mole Station Native Nursery, based in New South Wales:<br>
<a href="http://www.molestationnursery.com/">www.molestationnursery.com</a></p>
</li>
<li>
<p>If you&rsquo;re looking for computer software, there&rsquo;s always<br>
<a href="http://www.ipanywhere.com/">www.ipanywhere.com</a></p>
</li>
<li>
<p>Welcome to the First Cumming Methodist Church. Their website is<br>
<a href="http://www.cummingfirst.com/">www.cummingfirst.com</a> , located in Cumming, Georgia.<a href="http://www.cummingfirst.com/"><br>
</a></p>
</li>
<li>
<p>Then, of course, there&rsquo;s these brainless art designers, and their whacky website:<br>
<a href="http://www.speedofart.com/">www.speedofart.com</a> , the site blinks. For real!<img loading="lazy" src="http://www.speedofart.com/" alt="&lt;br&gt;
"  />
</p>
</li>
<li>
<p>Want to holiday in Lake Tahoe? Try their brochure website at<br>
<a href="http://www.gotahoe.com/">www.gotahoe.com</a> , they realized and bought a new domain <a href="http://www.gotahoenorth.com/index.php">www.gotahoenorth.com</a>.</p>
</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Remove Zenworks Management Daemon</title>
      <link>https://thedaneshproject.com/posts/remove-zenworks-management-daemon/</link>
      <pubDate>Tue, 21 Aug 2007 03:20:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/remove-zenworks-management-daemon/</guid>
      <description>openSUSE is an awesome OS but has a few annoyance. We will look at the Zenworks Management Daemon today. Somehow every time I install or update a package through YaST or the updater the the process will stall at &amp;ldquo;synchronizing with Zen&amp;rdquo; or something like that.
I am not the first person to face this problem so hopefully openSUSE 10.3 which is coming out soon will address this.
Follow the steps below to remove ZMD,</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/opensuse-friendly.png" title="opensuse-friendly.png"><img loading="lazy" src="/wp-content/uploads/2007/08/opensuse-friendly.png" alt="opensuse-friendly.png"  />
</a></p>
<p>openSUSE is an awesome OS but has a few annoyance. We will look at the Zenworks Management Daemon today. Somehow every time I install or update a package through YaST or the updater the the process will stall at &ldquo;synchronizing with Zen&rdquo; or something like that.</p>
<p>I am not the first person to face this problem so hopefully openSUSE 10.3 which is coming out soon will address this.</p>
<p>Follow the steps below to remove ZMD,</p>
<blockquote>
<p>#&gt; sudo su -</p>
<p>#&gt; rczmd stop</p>
<p>#&gt; rpm -e zmd libzypp-zmd-backend sqlite-zmd rug zen-updater</p>
</blockquote>
<p>Ok, now the built in openSUSE updater will kick in the next time you run an update.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Shell script scripts to restart firefox</title>
      <link>https://thedaneshproject.com/posts/shell-script-scripts-to-restart-firefox/</link>
      <pubDate>Mon, 20 Aug 2007 22:30:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/shell-script-scripts-to-restart-firefox/</guid>
      <description>My Firefox freezes up when I have too many flash videos loading at the same time. Wrote a simple script to restart Firefox every time this happens.
#!/bin/bash
#simple script to kill and restart firefox
#20th August 2007
#Writen by Danesh aka Danny
#
#``` #look for the firefox PID `` PID=ps -ef | grep firefox-bin | grep -v grep | awk Ã¢â‚¬Ëœ{print $2}Ã¢â‚¬â„¢`` #locate firefox executable `` FIRE=which firefox`` #kill firefox CMD=Ã¢â‚¬?</description>
      <content:encoded><![CDATA[<p>My Firefox freezes up when I have too many flash videos loading at the same time. Wrote a simple script to restart Firefox every time this happens.</p>
<blockquote>
<p><code>#!/bin/bash</code><br>
<code>#simple script to kill and restart firefox</code><br>
<code>#20th August 2007</code><br>
<code>#Writen by Danesh aka Danny</code><br>
<code>#</code><br>
<code>#```   </code>#look for the firefox PID<code>   `` PID=</code>ps -ef | grep firefox-bin | grep -v grep | awk Ã¢â‚¬Ëœ{print $2}Ã¢â‚¬â„¢<code>``  </code>#locate firefox executable<code>   `` FIRE=</code>which firefox<code>``  </code>#kill firefox<code>   </code>CMD=Ã¢â‚¬?kill -9 $PIDÃ¢â‚¬?<code>  ``</code>$CMD<code>``  </code>#pause for 2 seconds<code>  ``</code>sleep 2<code>``  </code>#start firefox<code>   </code>CMD=Ã¢â‚¬?$FIREÃ¢â‚¬?<code>  ``</code>$CMD &amp;<code>``  </code>#End of script`</p>
</blockquote>
<p>I will be adding more functionality to the script in the future. Once sure feature will be the ability to choose either to kill all running instances or just kill a specific instance.</p>
]]></content:encoded>
    </item>
    <item>
      <title>My free sketch</title>
      <link>https://thedaneshproject.com/posts/my-free-sketch/</link>
      <pubDate>Mon, 20 Aug 2007 16:34:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-free-sketch/</guid>
      <description>My free sketch by Samsudin Ismail is in progress.
It took him only 7 minutes to iron out this rough sketch. There is still some work to be done before the final caricature is ready. Can&amp;rsquo;t wait 😉
Samsudin offers low-res sketches for free but if you are looking for something hi-res, it will run you USD 5. I find that to be a bargain.
How to get your caricature?</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/dineshinprogress02.jpg" title="My free sketch"><img loading="lazy" src="/wp-content/uploads/2007/08/dineshinprogress02.jpg" alt="My free sketch"  />
</a></p>
<p>My <a href="http://myfreesketch.blogspot.com/2007/08/dinesh-mahonaran-in-progress.html">free sketch</a> by <a href="http://myfreesketch.blogspot.com">Samsudin Ismail</a> is in progress.</p>
<p>It took him only 7 minutes to iron out this rough sketch. There is still some work to be done before the final caricature is ready. Can&rsquo;t wait 😉</p>
<p>Samsudin offers low-res sketches for free but if you are looking for something hi-res, it will run you USD 5. I find that to be a bargain.</p>
<p>How to get your caricature? Head on over to <a href="http://myfreesketch.blogspot.com">Free Sketch</a> or drop Samsudin an email at <a href="mailto:samsudin.ismail@gmail.com">samsudin.ismail@gmail.com</a>. Remember to have your picture attached with the mail.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Changing my permalinks structure</title>
      <link>https://thedaneshproject.com/posts/changing-my-permalinks-structure/</link>
      <pubDate>Sun, 19 Aug 2007 18:55:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/changing-my-permalinks-structure/</guid>
      <description>I decided to change my permalinks structure to no longer include %category% as part the url. I was thinking about long term maintenance and noticed a possible flaw in the current structure which is /category/post/. What happens if I decide to remove or rename a category? My url structure would change and break all incoming links. This is not a good experience for my readers.
I made the change transparent and this is how I did it.</description>
      <content:encoded><![CDATA[<p>I decided to change my permalinks structure to no longer include %category% as part the url. I was thinking about long term maintenance and noticed a possible flaw in the current structure which is /category/post/. What happens if I decide to remove or rename a category? My url structure would change and break all incoming links. This is not a good experience for my readers.</p>
<p>I made the change transparent and this is how I did it.</p>
<p>Changed my permalinks structure through <em><strong>WP-Admin-&gt;Options-&gt;Permalinks</strong></em> to reflect the new structure shown below.</p>
<p>Old structure : <em><strong>/%category%/%postname%/</strong></em></p>
<p>New structure : <em><strong>/posts/%postname%/</strong></em></p>
<p>[![permalink structure][1]][2]</p>
<p>What happens to all the incoming links from other sites? Fixed that by using the [permalink-redirect][3] plug in by [Scott Yang][4]. See screenshot below.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/08/permalink-redirect.jpg" alt=""  />
</p>
<p>The plug in was initially installed to help add a trailing slash &ldquo;/&rdquo; to all my posts url(s) and also redirect all <a href="https://www.thedaneshproject.com">www.thedaneshproject.com</a> to thedaneshproject.com. This was to help improve the accuracy of traffic tracking through [Google Analytics][6] and [Google Webmaster][7]. Now it is playing a larger role by making my permalink changes transparent to all incoming links which may be pointing to my old structure. A sample of what it is doing,</p>
<p>&ldquo;/voip/major-skype-outage/&rdquo; will now point to &ldquo;/posts/major-skype-outage/&rdquo;</p>
<p>That&rsquo;s it, now I&rsquo;ll have to wait and if anything broke.</p>
<p>If you need any help applying the same changes to your WP blog please leave a comment or get in touch with me though the [Contact Me][8] form and I&rsquo;ll be glad to help.</p>
<p>[1]: /wp-content/uploads/2007/08/permalink-structure.jpg)
[2]: /wp-content/uploads/2007/08/permalink-structure.jpg)
[3]: <a href="http://fucoder.com/code/permalink-redirect/">http://fucoder.com/code/permalink-redirect/</a>
[4]: <a href="http://scott.yang.id.au/">http://scott.yang.id.au/</a>
[5]: /wp-content/uploads/2007/08/permalink-redirect.jpg)
[6]: <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.google.com%2Fanalytics%2F&amp;ei=X4zIRrXoM5COgAPl7bDPBg&amp;usg=AFQjCNFz3Lrd3h9xlat60IUur_H8rmADdw&amp;sig2=ZXTu2Sb2qxBUXQztQD0f5Q">http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.google.com%2Fanalytics%2F&amp;ei=X4zIRrXoM5COgAPl7bDPBg&amp;usg=AFQjCNFz3Lrd3h9xlat60IUur_H8rmADdw&amp;sig2=ZXTu2Sb2qxBUXQztQD0f5Q</a>
[7]: <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.google.com%2Fwebmasters%2F&amp;ei=c4zIRsKtBpXWgQOo8vXoBg&amp;usg=AFQjCNHRdsvJbOWLCqMoLtM0kUyTiNOzdw&amp;sig2=W4zAuqv-I55JYnfEIWrsUA">http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.google.com%2Fwebmasters%2F&amp;ei=c4zIRsKtBpXWgQOo8vXoBg&amp;usg=AFQjCNHRdsvJbOWLCqMoLtM0kUyTiNOzdw&amp;sig2=W4zAuqv-I55JYnfEIWrsUA</a>
[8]: /contact-me/</p>
]]></content:encoded>
    </item>
    <item>
      <title>Skype service fully restored.</title>
      <link>https://thedaneshproject.com/posts/skype-service-fully-restored./</link>
      <pubDate>Sun, 19 Aug 2007 08:46:17 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skype-service-fully-restored./</guid>
      <description>Skype service has been fully restored after 2 days of outage due to problems with the login system.
The people at Skype will be providing an announcement on what actually caused the outage on their blog, Heartbeat, this Monday 20th August 2007. Everything is back to normal now. All my Skype calls are going through fine but quality as usual just OK due to the excellent bandwidth provided by our brilliant ISP here in Malaysia.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/skype30thumbnail.png" alt=""  />
</p>
<p>Skype service has been fully restored after 2 days of outage due to problems with the login system.</p>
<p>The people at Skype will be providing an announcement on what actually caused the outage on their blog, <a href="http://heartbeat.skype.com/2007/08/the_words_weve_all_been_waitin.html">Heartbeat</a>, this Monday 20th August 2007. <a href="http://heartbeat.skype.com/2007/08/the_words_weve_all_been_waitin.html"></a></p>
<p>Everything is back to normal now. All my Skype calls are going through fine but quality as usual just OK due to the excellent bandwidth provided by our brilliant ISP here in Malaysia.</p>
<p>I&rsquo;ve been on my land line for the past 2 days, I don&rsquo;t even want to imagine what my bill is going to look like. Thank god Skype is back.</p>
<p>Back to productive telephony for me 🙂</p>
<p>Thanks Skype for promptly rectifying the issue.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free GSC movie tickets</title>
      <link>https://thedaneshproject.com/posts/free-gsc-movie-tickets/</link>
      <pubDate>Fri, 17 Aug 2007 14:59:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-gsc-movie-tickets/</guid>
      <description>The GSC fun break promotion is back!!
Print the coupon below and present it at the nearest GSC cinema to get a free ticket for every ticket you buy. The promotion runs from 18th August till 30th September.
Please note that the promotion is only valid for movies marked with an asterisk(*). Each patron is limited to 2 coupons each which totals 4 tickets.
See the list of (*) movies here.</description>
      <content:encoded><![CDATA[<p>The GSC fun break promotion is back!!</p>
<p>Print the coupon below and present it at the nearest GSC cinema to get a free ticket for every ticket you buy. The promotion runs from 18th August till 30th September.</p>
<p>Please note that the promotion is only valid for movies marked with an asterisk(*). Each patron is limited to 2 coupons each which totals 4 tickets.</p>
<p><a href="http://www.gsc.com.my/RD/offers2.asp?search=funbreak07">See the list of (*) movies here.</a></p>
<p><img loading="lazy" src="/wp-content/uploads/2007/08/gsc-promotion.jpg" alt=""  />
</p>
<p>I planning to catch all 3 movies over the weekend with my sister since it will only cost me RM30. <strong>Ratatouille</strong>, <strong>Disturbia</strong> and <strong>Rush Hour 3</strong></p>
<p>[2]: /wp-content/uploads/2007/08/gsc-promotion.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Major Skype outage</title>
      <link>https://thedaneshproject.com/posts/major-skype-outage/</link>
      <pubDate>Thu, 16 Aug 2007 19:04:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/major-skype-outage/</guid>
      <description>I&amp;rsquo;ve been having trouble with skype for the past few hours. I can log in to skype, make a call but when I key in my meeting number it does not go through. I keep getting errors saying &amp;ldquo;no key was entered&amp;rdquo;. The DMTF tones are not going through. Sigh&amp;hellip; I had to go back to my land line with no headphones or speaker phone capabilities.
Apparently Skype is experience some major issues within it&amp;rsquo;s network which is going to take them 12-24 hours to rectify.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/skype30thumbnail.png" alt=""  />
</p>
<p>I&rsquo;ve been having trouble with skype for the past few hours. I can log in to skype, make a call but when I key in my meeting number it does not go through. I keep getting errors saying &ldquo;no key was entered&rdquo;. The DMTF tones are not going through. Sigh&hellip; I had to go back to my land line with no headphones or speaker phone capabilities.</p>
<p>Apparently Skype is experience some major issues within it&rsquo;s network which is going to take them 12-24 hours to rectify. Skype has posted a notice regarding the outage. <a href="http://heartbeat.skype.com/2007/08/problems_with_skype_login.html">See notice here</a>.</p>
<p>Are you having issues with Skype today?</p>
<p>Sources;</p>
<p><a href="http://heartbeat.skype.com/2007/08/problems_with_skype_login.html">Skype</a></p>
<p><a href="http://arstechnica.com/news.ars/post/20070816-major-skype-outage-in-progress-12-24-hours-for-a-fix.html">ars technica</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Do The Evolution by downrodeo</title>
      <link>https://thedaneshproject.com/posts/do-the-evolution-by-downrodeo/</link>
      <pubDate>Wed, 15 Aug 2007 20:46:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/do-the-evolution-by-downrodeo/</guid>
      <description>This is a t-shirt design by my buddy Alan that he had submitted to Designs by Humans, an online t-shirt store recently.
The design &amp;ldquo;Do The Evolution&amp;rdquo; depicts the skateboarding scene during the 80s and 90s. I love the concept, being aÃ‚Â skateboarder my self during the 90&amp;rsquo;s, My crew always ran into issues with the authorities. We fought back every single time and won a few battles. Then, came along X-games, made all our hard work seem like a waste of time.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/835.jpg" title="835.jpg"><img loading="lazy" src="/wp-content/uploads/2007/08/835.jpg" alt="835.jpg"  />
</a></p>
<p>This is a t-shirt design by my buddy <a href="http://alanbernard.com/">Alan</a> that he had submitted to <a href="http://www.designbyhumans.com/vote/detail/835">Designs by Humans</a>, an online t-shirt store recently.</p>
<p>The design &ldquo;Do The Evolution&rdquo; depicts the skateboarding scene during the 80s and 90s. I love the concept, being aÃ‚Â  skateboarder my self during the 90&rsquo;s, My crew always ran into issues with the authorities. We fought back every single time and won a few battles. Then, came along X-games, made all our hard work seem like a waste of time. Extreme sports suddenly seemed like the &ldquo;IN&rdquo; sport. Why? Tv coverage and the chance to host international events. 2 major contributors to our tourism industry.</p>
<p>On the bright side, this once negative sport is now widely accepted and as a result more participation can be seen. Parents love it as it is helping keep their kids away from drugs and negative social activities and in return leaving a an active lifestyle.</p>
<p>Ok, back to the design. If you like it then please drop a vote at <a href="http://www.designbyhumans.com/vote/detail/835">Designs by Humans</a> for <a href="http://alanbernard.com/">Alan</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Extract rar files in Linux</title>
      <link>https://thedaneshproject.com/posts/extract-rar-files-in-linux/</link>
      <pubDate>Wed, 15 Aug 2007 01:33:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/extract-rar-files-in-linux/</guid>
      <description>RAR is a proprietary compression format widely used today. It&amp;rsquo;s supposedly has 30% higher compression rate when compared with WinZip. If you download large torrent then chances are you are are already well acquainted with RAR.
I use RAR on my Windows and Linux boxes everyday and today I&amp;rsquo;ll show you how to extract RAR files from the Linux command line.
In Linux, to extract a RAR file you would use the unrar command.</description>
      <content:encoded><![CDATA[<p>RAR is a proprietary compression format widely used today. It&rsquo;s supposedly has 30% higher compression rate when compared with <a href="http://www.winzip.com/index.htm">WinZip</a>. If you download large torrent then chances are you are are already well acquainted with RAR.</p>
<p>I use RAR on my Windows and Linux boxes everyday and today I&rsquo;ll show you how to extract RAR files from the Linux command line.</p>
<p>In Linux, to extract a RAR file you would use the unrar command. The unrar binaries are typically not included with the default Linux install so you will have to install them either through the package manager or by downloading binaries from rarlab.com</p>
<p>Let&rsquo;s get to the HowTo now,</p>
<p>Extract a RAR file into the curren directory.</p>
<blockquote>
<p># unrar e [filename].rar</p>
</blockquote>
<p>Extract a RAR file with the full file path.</p>
<blockquote>
<p># unrar x [filename].rar</p>
</blockquote>
<p>List contents of a RAR file</p>
<blockquote>
<p># unrar l [filename].rar</p>
</blockquote>
<p>Test intergruty of a RAR file</p>
<blockquote>
<p># unrar t [filename].rar</p>
</blockquote>
<p>If you face any problems obtaining,installing or using unrar please contact me. I will be glad to help.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Automount</title>
      <link>https://thedaneshproject.com/posts/automount/</link>
      <pubDate>Mon, 13 Aug 2007 18:02:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/automount/</guid>
      <description>Decided to drop my permanent mounts and go with automount instead. Why? Well I don&amp;rsquo;t access those folders all the time, they are mainly for backup so mounting only when I need them seemed like a better idea.
I modified the /etc/auto.master file and created a new file named /etc/auto.nosebleed. Contents shown below.
# auto.master file
/mnt/nosebleed /etc/auto.nosebleed -timeout=60 -ghost
# auto.nosebleed file
mp3 -fstype=cifs,rw,noperm,guest ://10.0.0.200/Mp3
ebooks -fstype=cifs,rw,noperm,guest ://10.0.0.200/eBooks
movies -fstype=cifs,rw,noperm,guest ://10.</description>
      <content:encoded><![CDATA[<p>Decided to drop my permanent mounts and go with automount instead. Why? Well I don&rsquo;t access those folders all the time, they are mainly for backup so mounting only when I need them seemed like a better idea.</p>
<p>I modified the /etc/auto.master file and created a new file named /etc/auto.nosebleed. Contents shown below.</p>
<blockquote>
<p><code># auto.master file</code></p>
<p>/mnt/nosebleed /etc/auto.nosebleed -timeout=60 -ghost</p>
</blockquote>
<blockquote>
<p><code># auto.nosebleed file</code></p>
<p>mp3 -fstype=cifs,rw,noperm,guest ://10.0.0.200/Mp3<br>
ebooks -fstype=cifs,rw,noperm,guest ://10.0.0.200/eBooks<br>
movies -fstype=cifs,rw,noperm,guest ://10.0.0.200/Movies<br>
scratch -fstype=cifs,rw,noperm,guest ://10.0.0.200/Scratch<br>
software -fstype=cifs,rw,noperm,guest ://10.0.0.200/Software<br>
tv-shows -fstype=cifs,rw,noperm,guest ://10.0.0.200/Tv-Shows<br>
videos -fstype=cifs,rw,noperm,guest ://10.0.0.200/Videos</p>
</blockquote>
<p>My options,</p>
<p><em><strong>-timeout=60</strong></em> will set the ideal time for the mount. If there is not activity for 60 seconds the path will be unmounted.</p>
<p><em><strong>-ghost</strong></em> will enable the user to see the mountable directory without mounting them.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free Software Sticker Book</title>
      <link>https://thedaneshproject.com/posts/free-software-sticker-book/</link>
      <pubDate>Sun, 12 Aug 2007 19:15:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-software-sticker-book/</guid>
      <description>Yes, free.
I have searched for something like this for a long time and now thanks to Ravi I found it.
Free software sticker book from PIKAO.ORG. The book is licensed under the MIT license There is no limitation to what you can do with the book. Print,use,copy,merge,publish,distribute, sub-license or even sell it.
If you design stickers of your own, you can submit them to stickers@pikao.org. Your stickers will then be included into the sticker book as part for the free sticker book project.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/free-stickers.jpg" title="free-stickers.jpg"><img loading="lazy" src="/wp-content/uploads/2007/08/free-stickers.jpg" alt="free-stickers.jpg"  />
</a></p>
<p>Yes, free.</p>
<p>I have searched for something like this for a long time and now thanks to <a href="http://linuxhelp.blogspot.com/2007/08/free-software-sticker-book-free.html">Ravi</a> I found it.</p>
<p>Free software sticker book from PIKAO.ORG. The book is licensed under the MIT license There is no limitation to what you can do with the book. Print,use,copy,merge,publish,distribute, sub-license or even sell it.</p>
<p>If you design stickers of your own, you can submit them to <a href="mailto:stickers@pikao.org">stickers@pikao.org</a>. Your stickers will then be included into the sticker book as part for the free sticker book project.</p>
<p><em><strong>Why do I want stickers?</strong></em></p>
<p>I have so much real estate available on my nb covers and my desktop towers. I hate to see them plain, I already have a few stickers on them like Ubuntu, Linux and few others. Now I get to fill the space up with even more meaningful stickers. No designed for WinXP / Vista stickers.</p>
<p>I would love to distribute free CDs and stickers moving forward. All in the name of <a href="http://en.wikipedia.org/wiki/Open_source">opensource.</a></p>
<p><em><strong>Do you want free stickers?</strong></em></p>
<p>4 easy steps to get you sticker(s). Make sure to download the book first.</p>
<ol>
<li>Remove the current sticker on your computer.</li>
<li>Print the sticker you like from the book.</li>
<li>Cut sticker(s) out.</li>
<li>Stick sticker(s) onto your computer.</li>
</ol>
<p>Sources:</p>
<p><a href="http://linuxhelp.blogspot.com/2007/08/free-software-sticker-book-free.html">All About Linux</a></p>
<p>Free Software Sticker Book</p>
]]></content:encoded>
    </item>
    <item>
      <title>Mounting CIFS shares</title>
      <link>https://thedaneshproject.com/posts/mounting-cifs-shares/</link>
      <pubDate>Sun, 12 Aug 2007 18:26:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mounting-cifs-shares/</guid>
      <description>I was playing around with Samba and CIFS mounts last night.
I needed to mount a directory on my openSUSE 10.2 box to my samba server where all my mp3 are stored. Since smbfs will be dropped soon I decided to go with CIFS. Note, smbfs will depreciated starting with kernel version 2.6.20.
There are 2 ways to mount, examples below.
The first method shown below is normally used for temporary mounts.</description>
      <content:encoded><![CDATA[<p>I was playing around with Samba and CIFS mounts last night.</p>
<p>I needed to mount a directory on my openSUSE 10.2 box to my samba server where all my mp3 are stored. Since smbfs will be dropped soon I decided to go with CIFS. Note, smbfs will depreciated starting with kernel version 2.6.20.</p>
<p>There are 2 ways to mount, examples below.</p>
<p>The first method shown below is normally used for temporary mounts. Mounts will be discarded upon reboot or execution of the <em><strong>umount</strong></em> command.</p>
<blockquote>
<p><code>mount -t cifs -o rw,guest,noperm //10.0.0.200/Mp3    /mnt/mp3 umount</code></p>
<p><code>/mnt/mp3 (this will unmount)&lt;br /&gt; </code></p>
</blockquote>
<p>If you are looking for a permanent mount, you will need to add the following line into your /etc/fstab file.</p>
<blockquote>
<p><code>//10.0.0.200/Mp3        /mnt/mp3      cifs    rw,guest,noperm</code></p>
</blockquote>
<p>Options I used for my mounts,</p>
<p>rw - read write access. My shares are public so everyone has read/write access.<br>
guest - no password prompt.</p>
<p>noperm - client does not perform permission checks. Needed if uid and gid are not the same on client and server.</p>
<p>Sources:</p>
<p><a href="http://pserver.samba.org/samba/ftp/cifs-cvs/linux-cifs-client-guide.pdf">Linux CIFS client guide by Steve French</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Suse Linux Stickers</title>
      <link>https://thedaneshproject.com/posts/suse-linux-stickers/</link>
      <pubDate>Thu, 09 Aug 2007 16:32:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/suse-linux-stickers/</guid>
      <description>Stumbled upon these Suse Linux stickers at kde-look.org. The stickers are the work of anubisg1.
They would look pretty cool on my NB and desktop replacing the current Vista and XP stickers.
If you like the stickers, they are available at kde-look.org.</description>
      <content:encoded><![CDATA[<p>Stumbled upon these Suse Linux stickers at <a href="http://www.kde-look.org">kde-look.org</a>. The stickers are the work of <a href="http://www.kde-look.org/usermanager/search.php?username=anubisg1">anubisg1</a>.</p>
<p>They would look pretty cool on my NB and desktop replacing the current Vista and XP stickers.</p>
<p><a href="/wp-content/uploads/2007/08/capable21.png" title="capable21.png"><img loading="lazy" src="/wp-content/uploads/2007/08/capable21.png" alt="capable21.png"  />
</a><a href="/wp-content/uploads/2007/08/capable2.png" title="capable2.png"><img loading="lazy" src="/wp-content/uploads/2007/08/capable2.png" alt="capable2.png"  />
</a><a href="/wp-content/uploads/2007/08/capable.png" title="capable.png"><img loading="lazy" src="/wp-content/uploads/2007/08/capable.png" alt="capable.png"  />
</a></p>
<p>If you like the stickers, they are available at <a href="http://www.kde-look.org/content/show.php/Suse+Linux+Sticker?content=62479">kde-look.org</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Deluge BitTorrent Client</title>
      <link>https://thedaneshproject.com/posts/deluge-bittorrent-client/</link>
      <pubDate>Wed, 08 Aug 2007 09:02:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/deluge-bittorrent-client/</guid>
      <description>I was talking to Wing Loon a few days back about how to bypass all the bandwidth throttling being enforced by our magnificent ISPs here. He recommended to try Deluge as he heard that it managed to bypass the bandwidth throttling.
I decided to try it out last night on my openSUSE 10.2 desktop. Install was pretty simple as the rpm was made available through YaST2 by adding the Guru source.</description>
      <content:encoded><![CDATA[<p>I was talking to <a href="http://wingloon.com/2007/08/07/deluge-054/">Wing Loon</a> a few days back about how to bypass all the bandwidth throttling being enforced by our magnificent ISPs here. He recommended to try <a href="http://deluge-torrent.org/">Deluge</a> as he heard that it managed to bypass the bandwidth throttling.</p>
<p>I decided to try it out last night on my openSUSE 10.2 desktop. Install was pretty simple as the rpm was made available through YaST2 by adding the <a href="http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.2/">Guru source</a>. Configured some ports to be forwarded though my <a href="http://www.ipcop.org/">IPCop</a> and finally added torrents from <a href="http://rlslog.net/">releaselog</a> and <a href="http://thepiratebay.org/">thepiratebay</a>, my 2 favorite torrent sites.</p>
<p>Immediately, I saw a miracle unfold in front of me, something I thought I would never see again since moving back from PenangFon to Streamyx when I moved back to KL. I was getting 100kB ++ download speeds. At first, I did not believe it, so I cross checked by looking at my network utilization through IPCop and truly enough it was also showing speeds in access of 100kB.(See screenshot below to believe). Well, I know 100kB ain&rsquo;t much when compared to what other ISP&rsquo;s provide in other countries but for now 100kB is a luxury here.</p>
<p>Woo Wee!!! My torrenting mood is back on now&hellip;..!!</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/08/deluge.jpg" alt="deluge.jpg"  />
</p>
<p>Deluge is currently Linux only but ports might be coming out soon.</p>
<p><a href="http://deluge-torrent.org/downloads">Get Deluge BitTorrent Client</a> (0.5.4 is the latest stable release at the time of this post. )</p>
<p><a href="http://deluge-torrent.org/">Deluge BitTorrent Client Home</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dogathon 2007</title>
      <link>https://thedaneshproject.com/posts/dogathon-2007/</link>
      <pubDate>Tue, 07 Aug 2007 13:25:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dogathon-2007/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/08/dogathon2007.jpg&#34; alt=&#34;dogathon2007.jpg&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Calling all animal lovers, especially dog lovers like me. Dogathon 2007 is 5 days away. 12th August at &lt;em&gt;&lt;strong&gt;Bukit Ekspo UPM&lt;/strong&gt;&lt;/em&gt;. Map of the venu available here.&lt;br&gt;
Dogathon was stared about 10 years back by the veterinary students of the &lt;a href=&#34;http://vet.upm.edu.my/&#34;&gt;Faculty of Veterinary Medicine at UPM&lt;/a&gt; to raise awareness of stray dogs. We can&amp;rsquo;t blame the dogs, we are the only ones to blame. Stray dogs, we see them everywhere. It&amp;rsquo;s a social issue that needs to be addresses by us. We have to help give these magnificent animals a good life by supporting events lilke this one to raise awareness for the future generations to come.&lt;/p&gt;
&lt;p&gt;Events you can aspect at he Dogathon,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Dogathon Race&lt;/li&gt;
&lt;li&gt;Fastest Eating Duo&lt;/li&gt;
&lt;li&gt;EmperorÃ¢â‚¬â„¢s New Clothes&lt;/li&gt;
&lt;li&gt;Master Hunt&lt;/li&gt;
&lt;li&gt;Best Trick&lt;/li&gt;
&lt;li&gt;&lt;!-- raw HTML omitted --&gt;Agility Challenge&lt;!-- raw HTML omitted --&gt;&lt;/li&gt;
&lt;li&gt;MKA Demo (Obedience training)&lt;/li&gt;
&lt;li&gt;Dog and Owner Look-A-Like&lt;/li&gt;
&lt;li&gt;Lucky Shot&lt;/li&gt;
&lt;li&gt;CastlesÃ¢â‚¬â„¢ Joy&lt;/li&gt;
&lt;li&gt;Lucky Draw&lt;/li&gt;
&lt;li&gt;Introductory Class to Agility by Pet-N-You&lt;/li&gt;
&lt;li&gt;Physical Examination&lt;/li&gt;
&lt;li&gt;Vet consultation and First Aid&lt;/li&gt;
&lt;li&gt;Horse Back Riding&lt;/li&gt;
&lt;li&gt;Doggy playzone and Drinking Station&lt;/li&gt;
&lt;li&gt;SPCA and PAWS support booths.&lt;/li&gt;
&lt;li&gt;Grooming demo/ services by Yuri Grooming&lt;/li&gt;
&lt;li&gt;Heartgard and Frontline&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What is the fees you ask? Well don&amp;rsquo;t worry as you will not be spending more then RM30. There will be 4 packages priced at RM 10 each, each packages will consist of different fun events. See packages here.&lt;/p&gt;
&lt;p&gt;Read about Project &lt;em&gt;&lt;strong&gt;Pro Kasih&lt;/strong&gt;&lt;/em&gt; on the next page.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/08/dogathon2007.jpg" alt="dogathon2007.jpg"  />
</p>
<p>Calling all animal lovers, especially dog lovers like me. Dogathon 2007 is 5 days away. 12th August at <em><strong>Bukit Ekspo UPM</strong></em>. Map of the venu available here.<br>
Dogathon was stared about 10 years back by the veterinary students of the <a href="http://vet.upm.edu.my/">Faculty of Veterinary Medicine at UPM</a> to raise awareness of stray dogs. We can&rsquo;t blame the dogs, we are the only ones to blame. Stray dogs, we see them everywhere. It&rsquo;s a social issue that needs to be addresses by us. We have to help give these magnificent animals a good life by supporting events lilke this one to raise awareness for the future generations to come.</p>
<p>Events you can aspect at he Dogathon,</p>
<ol>
<li>Dogathon Race</li>
<li>Fastest Eating Duo</li>
<li>EmperorÃ¢â‚¬â„¢s New Clothes</li>
<li>Master Hunt</li>
<li>Best Trick</li>
<li><!-- raw HTML omitted -->Agility Challenge<!-- raw HTML omitted --></li>
<li>MKA Demo (Obedience training)</li>
<li>Dog and Owner Look-A-Like</li>
<li>Lucky Shot</li>
<li>CastlesÃ¢â‚¬â„¢ Joy</li>
<li>Lucky Draw</li>
<li>Introductory Class to Agility by Pet-N-You</li>
<li>Physical Examination</li>
<li>Vet consultation and First Aid</li>
<li>Horse Back Riding</li>
<li>Doggy playzone and Drinking Station</li>
<li>SPCA and PAWS support booths.</li>
<li>Grooming demo/ services by Yuri Grooming</li>
<li>Heartgard and Frontline</li>
</ol>
<p>What is the fees you ask? Well don&rsquo;t worry as you will not be spending more then RM30. There will be 4 packages priced at RM 10 each, each packages will consist of different fun events. See packages here.</p>
<p>Read about Project <em><strong>Pro Kasih</strong></em> on the next page.</p>
<p>Project <em><strong>Pro Kasih</strong></em> was setup to reduce the number of strays suffering on pour streets everyday by neutering existing strays populations and releasing them to live out their natural lives.</p>
<p>Aims of neutering strays:</p>
<ol>
<li>Reduce number of unwanted animals.</li>
<li>Reduce nuisance caused by strays</li>
<li>Prevent recolonization by other un-neutered strays</li>
<li>Reduce transmission of diseases</li>
<li>Reduce stress of unwanted pregnancies</li>
</ol>
<p>I love animals, any kind actually but my favourite has to be dogs. Dogs are and always will be man&rsquo;s best friends for their loyalty and love.</p>
<p>I am thinking of participating in the Dogathon this Sunday. Anyone else interested?</p>
<p>I have a question for you. Are we humans really so superior compared to all other leaving beings? Why do so many people abandon their dogs once they get old and big? Will they do the same to their own kids?</p>]]></content:encoded>
    </item>
    <item>
      <title>Pownce invites for grabs</title>
      <link>https://thedaneshproject.com/posts/pownce-invites-for-grabs/</link>
      <pubDate>Mon, 06 Aug 2007 16:55:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pownce-invites-for-grabs/</guid>
      <description>_ What is Pownce?_
Pownce is the latest tool to come from the creator of the Digg. Kevin Rose(The kid who made 60million in 18months). It&amp;rsquo;s a social-networking and micro blogging tool. Pownce let&amp;rsquo;s you share messages, links, events and files with those who are within your friends circle in Pownce.
The free version has a 10MB file size limit whereas the pro version is priced at USD20/year and 100MB file size limit.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/08/pownce.png" title="pownce.png"><img loading="lazy" src="/wp-content/uploads/2007/08/pownce.png" alt="pownce.png"  />
</a></p>
<p>_ <strong>What is Pownce?</strong>_</p>
<p><a href="http://pownce.com/">Pownce</a> is the latest tool to come from the creator of the Digg. Kevin Rose(The kid who made 60million in 18months). It&rsquo;s a social-networking and micro blogging tool. Pownce let&rsquo;s you share messages, links, events and files with those who are within your friends circle in Pownce.</p>
<p>The free version has a 10MB file size limit whereas the pro version is priced at USD20/year and 100MB file size limit.</p>
<p>Pownce accounts are currently by invite only. <a href="http://praveenrajan.com/blog/">Praveen Rajan</a> was kind enough to share an invite with me so now it&rsquo;s my turn to spread the love.</p>
<p>I have 4 invites for from my Pownce account left. If you are interested please drop me a comment and a link back to you site/blog and I will send you an invite within a day or so.</p>
<p><a href="http://pownce.com">Pownce</a></p>
<p>Edit 1 : I am currently out of invites. Sorry</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.2.2 and 2.0.11</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.2.2-and-2.0.11/</link>
      <pubDate>Mon, 06 Aug 2007 03:06:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.2.2-and-2.0.11/</guid>
      <description>Yet another new release for WordPress to promote the current versions to 2.2.2 and 2.0.11. The release covers bug fixes and also security fixes.
Bugs fixed.
Files changed.
Get the late release.
Upgrade instructions.
Upgrade instructions extended.
** TheDaneshProject.Com is now running version 2.2.2 **</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/02/wp-20-square-button.gif" title="wp-2.0-square-button.gif"><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt="wp-2.0-square-button.gif"  />
</a></p>
<p>Yet another new release for WordPress to promote the current versions to 2.2.2 and 2.0.11. The release covers bug fixes and also security fixes.</p>
<p><a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.2.2">Bugs fixed.</a></p>
<p>Files changed.</p>
<p><a href="http://wordpress.org/download/">Get the late release.</a></p>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrade instructions.</a></p>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">Upgrade instructions extended.</a></p>
<p>** TheDaneshProject.Com is now running version 2.2.2 **</p>
]]></content:encoded>
    </item>
    <item>
      <title>Thank you note</title>
      <link>https://thedaneshproject.com/posts/thank-you-note/</link>
      <pubDate>Fri, 03 Aug 2007 16:50:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/thank-you-note/</guid>
      <description>I received a mail from emoryu2 today. It was a thank you mail for posting his wallpaper here not too long ago. Anti Vista Wallpaper. I&amp;rsquo;m a not a windows person so naturally his wallpaper appealed to me the moment I saw it.
I know my blog does not contribute a significant amount of traffic his work but it&amp;rsquo;s nice to see individuals appreciating us now and then for sharing their work with the world.</description>
      <content:encoded><![CDATA[<p>I received a mail from <a href="http://emoryu21.deviantart.com/">emoryu2</a> today. It was a thank you mail for posting his wallpaper here not too long ago. Anti Vista Wallpaper. I&rsquo;m a not a windows person so naturally his wallpaper appealed to me the moment I saw it.</p>
<p>I know my blog does not contribute a significant amount of traffic his work but it&rsquo;s nice to see individuals appreciating us now and then for sharing their work with the world.</p>
<p>I&rsquo;m a strong believer in the open source concept and respecting intellectual properties of others. Credit should always be given to those who put their heart and soul into their work. In today&rsquo;s world this is hard to practice as everyone is busy chasing success and money in the quickest way possible.</p>
<blockquote>
<p>Thank you for posting my work. I&rsquo;ve gotten a lot of attention on that<br>
wallpaper. I&rsquo;m sure you posting it had an impact on it. At this moment<br>
I&rsquo;ve had 757 views and 181 downloads. You&rsquo;ve given me some exposure and<br>
for that I thank you. Also thanks for giving me credit for it. As well<br>
as a link to the page it can be downloaded from. It was very respectable<br>
for you to do that. Very nice. Somethings that seem to be lacking these<br>
days.</p>
<p>I found your post only because I did a web search using Yahoo. I wanted<br>
to see how far my work had branched on the net. ^_^ Once again thank you.</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>Sneak Peak at Amarok 2</title>
      <link>https://thedaneshproject.com/posts/sneak-peak-at-amarok-2/</link>
      <pubDate>Thu, 02 Aug 2007 08:50:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sneak-peak-at-amarok-2/</guid>
      <description>Amarok2 is the latest installment to the popular media player all Linux users are familiar with, Amarok.Ã‚Â Amarok2 will be released for the much anticipated KDE4 desktop environment which is planned to be released October 2007.
New feature to be inlcuded with Amarok2,
New playlist. Cover Flow. Cool album selector at the bottom utilizing opengl. Plasma, the new desktop and widgets is used for the dashboard. (Middle area) Better service integration with Magnatune.</description>
      <content:encoded><![CDATA[<p>Amarok2 is the latest installment to the popular media player all Linux users are familiar with, Amarok.Ã‚Â  Amarok2 will be released for the much anticipated KDE4 desktop environment which is planned to be released October 2007.</p>
<p>New feature to be inlcuded with Amarok2,</p>
<ol>
<li>New playlist.</li>
<li>Cover Flow. Cool album selector at the bottom utilizing opengl.</li>
<li>Plasma, the new desktop and widgets is used for the dashboard. (Middle area)</li>
<li>Better service integration with Magnatune. The online media store. Better album cover discovery and album cover support for streaming media.</li>
</ol>
<p>Check out the screenshots of the old and new.</p>
<p><a href="/wp-content/uploads/2007/08/amarok2.png" title="amarok2.png"><img loading="lazy" src="/wp-content/uploads/2007/08/amarok2.thumbnail.png" alt="amarok2.png"  />
</a></p>
<p><a href="/wp-content/uploads/2007/08/amarok.png" title="amarok.png"><img loading="lazy" src="/wp-content/uploads/2007/08/amarok.thumbnail.png" alt="amarok.png"  />
</a></p>
<p>Source : <a href="http://amarok.kde.org/blog/archives/456-Sneak-peak,-pretty-playlist,-raw-plasma.html">Amarok Blog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Poder Social / Red Social</title>
      <link>https://thedaneshproject.com/posts/poder-social-/-red-social/</link>
      <pubDate>Tue, 31 Jul 2007 18:07:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/poder-social-/-red-social/</guid>
      <description>No Idea what the Video says but it&amp;rsquo;s freaking cool. Something to do with traveling the globe and coming together. People from different parts of the world contribute by adding a short dancing scene&amp;hellip;..
Picked this up at Poder Social / Red Social</description>
      <content:encoded><![CDATA[<p>No Idea what the Video says but it&rsquo;s freaking cool. Something to do with traveling the globe and coming together. People from different parts of the world contribute by adding a short dancing scene&hellip;..</p>
<p>Picked this up at <a href="http://ramirobm.wordpress.com/2007/07/31/poder-social-red-social/">Poder Social / Red Social</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Streamyx Merdeka Bash 2007 Promotion</title>
      <link>https://thedaneshproject.com/posts/streamyx-merdeka-bash-2007-promotion/</link>
      <pubDate>Tue, 31 Jul 2007 12:09:40 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/streamyx-merdeka-bash-2007-promotion/</guid>
      <description>&lt;p&gt;A friend sent this to me today. Streamyx Merdeka bash 2007 promotion.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/07/streamyx.gif&#34; alt=&#34;streamyx.gif&#34;  title=&#34;streamyx.gif&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;Streamyx Basic 1MB&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Monthly subscription fee at RM77 per month for 24 months. Thereafter, revert to standard of RM88.&lt;/li&gt;
&lt;li&gt;FREE Modem&lt;/li&gt;
&lt;li&gt;FREE 100 Samsung MP3 player to be given for every 350th subscribers&lt;/li&gt;
&lt;li&gt;FREE Online publication (e-browse - The Sun newspaper) for 12 months&lt;/li&gt;
&lt;li&gt;FREE Online publication (e-browse - Virtual Malaysia &amp;amp; Traverama magazines) for 3 months&lt;/li&gt;
&lt;li&gt;FREE Online Education (b-smart - Britannica Encyclopedia) for 12 months&lt;/li&gt;
&lt;li&gt;FREE Music Download via music.bluehyppo.com (10 songs - one time download)&lt;/li&gt;
&lt;li&gt;FREE Jumbo Play Games on Demand for 3 months&lt;/li&gt;
&lt;li&gt;FREE Sports Update Barclays Premier League for 12 months.&lt;/li&gt;
&lt;/ul&gt;</description>
      <content:encoded><![CDATA[<p>A friend sent this to me today. Streamyx Merdeka bash 2007 promotion.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/07/streamyx.gif" alt="streamyx.gif"  title="streamyx.gif"  />
</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Streamyx Basic 1MB<!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<ul>
<li>Monthly subscription fee at RM77 per month for 24 months. Thereafter, revert to standard of RM88.</li>
<li>FREE Modem</li>
<li>FREE 100 Samsung MP3 player to be given for every 350th subscribers</li>
<li>FREE Online publication (e-browse - The Sun newspaper) for 12 months</li>
<li>FREE Online publication (e-browse - Virtual Malaysia &amp; Traverama magazines) for 3 months</li>
<li>FREE Online Education (b-smart - Britannica Encyclopedia) for 12 months</li>
<li>FREE Music Download via music.bluehyppo.com (10 songs - one time download)</li>
<li>FREE Jumbo Play Games on Demand for 3 months</li>
<li>FREE Sports Update Barclays Premier League for 12 months.</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted -->Terms<!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<ul>
<li>Promo period will be effective from 1st August - 30th September 2007.</li>
<li>One time activation fee of RM75 and installation fee of RM88 (if applicable will be charged to the customer).</li>
<li>Modem warranty is 12 months.</li>
<li>FREE 100 Samsung MP3 Player to be given for every 350th successful subscribers only. TM will notify lucky subscibers to arrange for delivery.</li>
<li>Customers must provide a valid e-mail address during registration for e-mail notifications on the free services.</li>
<li>This promotion is applicable to new &amp; successful application only.</li>
<li>Minimum subscription period is 24 months.</li>
</ul>
<p>Franly speaking the package does not appeal to me. All I see diferrent is the opportunity to win a MP3 player. WOW.</p>]]></content:encoded>
    </item>
    <item>
      <title>Firefox 2.0.0.6 released</title>
      <link>https://thedaneshproject.com/posts/firefox-2.0.0.6-released/</link>
      <pubDate>Tue, 31 Jul 2007 11:46:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-2.0.0.6-released/</guid>
      <description>30th July 2007. Firefox receives another update. This time bumping it up to version 2.0.0.6.
The fixes with this update are security related. See below,
Unescaped URIs passed to external programs Privilege escalation through chrome-loaded about:blank windows Firefox 2.0.0.6 release notes.
Get the latest Firefox.
Firefox will automattically check for the latest updates and apply them. If this does not work for you, you can go to the help menu in Firefox and run &amp;ldquo;Check for updates&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p><a href="http://getfirefox.com/"><img loading="lazy" src="http://www.mozilla.org/products/firefox/buttons/header.png" alt="Get Firefox - The Browser, Reloaded."  title="Get Firefox - The Browser, Reloaded."  />
</a></p>
<p>30th July 2007. Firefox receives another update. This time bumping it up to version 2.0.0.6.</p>
<p>The fixes with this update are security related. See below,</p>
<ol>
<li>Unescaped URIs passed to external programs</li>
<li>Privilege escalation through chrome-loaded about:blank windows</li>
</ol>
<p><a href="http://en-us.www.mozilla.com/en-US/firefox/2.0.0.6/releasenotes/">Firefox 2.0.0.6 release notes.</a><br>
<a href="http://getfirefox.com/">Get the latest Firefox.</a></p>
<p>Firefox will automattically check for the latest updates and apply them. If this does not work for you, you can go to the help menu in Firefox and run &ldquo;Check for updates&rdquo;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How does Gmail get your email to you</title>
      <link>https://thedaneshproject.com/posts/how-does-gmail-get-your-email-to-you/</link>
      <pubDate>Mon, 30 Jul 2007 02:19:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-does-gmail-get-your-email-to-you/</guid>
      <description>How does Gmail get your email to you?
The people at Gmail want you to come up with your own short video depicting how your Gmail message travels around the world before it reaches you or it&amp;rsquo;s destination.
Submit your creations by August 13th at Gmail: A Behind The Scenes Video. Your videos will be regularly rotated on this page.
3 steps to get you video submitted.
Print out the M envelop.</description>
      <content:encoded><![CDATA[<p>How does Gmail get your email to you?</p>
<p>The people at Gmail want you to come up with your own short video depicting how your Gmail message travels around the world before it reaches you or it&rsquo;s destination.</p>
<p>Submit your creations by August 13th at <a href="http://mail.google.com/mail/help/gmail_video.html">Gmail: A Behind The Scenes Video</a>. Your videos will be regularly rotated on this page.</p>
<p>3 steps to get you video submitted.</p>
<ol>
<li>Print out the M envelop.</li>
<li>Make your short 10 second movie.</li>
<li>Upload your video.</li>
</ol>
<p>I am thinking of working on a short video myself.I have a good line-up of casts I can use. I use Gmail everyday so it&rsquo;s time to give back.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Temporarily disable user logins in Linux</title>
      <link>https://thedaneshproject.com/posts/temporarily-disable-user-logins-in-linux/</link>
      <pubDate>Sun, 29 Jul 2007 12:27:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/temporarily-disable-user-logins-in-linux/</guid>
      <description>As a Linux administrator it is sometimes necessary to stop users from login in to your box. This scenario is typically seen during system maintenance cycles, critical updates or scheduled/unscheduled software installs.
The easiest way to accomplish this is to simply create a nologin file in /etc/ .
To stop users from login in run the following command.
# touch /etc/nologin To reverse the effect and allow users to log in run the following command.</description>
      <content:encoded><![CDATA[<p>As a Linux administrator it is sometimes necessary to stop users from login in to your box. This scenario is typically seen during system maintenance cycles, critical updates or scheduled/unscheduled software installs.</p>
<p>The easiest way to accomplish this is to simply create a nologin file in /etc/ .</p>
<p>To stop users from login in run the following command.</p>
<pre><code># touch /etc/nologin
</code></pre>
<p>To reverse the effect and allow users to log in run the following command.</p>
<pre><code># rm /etc/nologin
</code></pre>
<p>The above commands work fine on my CenOS5 and openSUSE 10.2 machines.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Cows Crossing</title>
      <link>https://thedaneshproject.com/posts/cows-crossing/</link>
      <pubDate>Wed, 25 Jul 2007 18:30:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/cows-crossing/</guid>
      <description>Ran into some cows during lunch near Batu Maung in Penang today. You never see this in KL anymore.
They had the roads to them self 🙂</description>
      <content:encoded><![CDATA[<p>Ran into some cows during lunch near Batu Maung in Penang today. You never see this in KL anymore.</p>
<p>They had the roads to them self 🙂</p>
<p><a href="/wp-content/uploads/2007/07/cam-0010.jpg" title="cam-0010.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0010.jpg" alt="cam-0010.jpg"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/cam-0011.jpg" title="cam-0011.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0011.jpg" alt="cam-0011.jpg"  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>PayPal phishing</title>
      <link>https://thedaneshproject.com/posts/paypal-phishing/</link>
      <pubDate>Tue, 24 Jul 2007 18:14:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/paypal-phishing/</guid>
      <description>Received this mail in my Gmail yesterday. Supposedly from PayPal. The pretend PayPal wanted me to update my credentials by login into a fake PayPal lookalike page.
Too most unsuspecting users the mail would have seem 100% legitimate as seen In the screenshots below. They would have given up their user names and passwords without even knowing what they had done.
Imagine the damage if IE, Firefox and most newer browsers have no phishing protection built in to alert the user about possible phishing alerts.</description>
      <content:encoded><![CDATA[<p>Received this mail in my Gmail yesterday. Supposedly from PayPal. The pretend PayPal wanted me to update my credentials by login into a fake PayPal lookalike page.</p>
<p>Too most unsuspecting users the mail would have seem 100% legitimate as seen In the screenshots below. They would have given up their user names and passwords without even knowing what they had done.</p>
<p>Imagine the damage if IE, Firefox and most newer browsers have no phishing protection built in to alert the user about possible phishing alerts. You can see the alert in the screenshots below.</p>
<p><a href="/wp-content/uploads/2007/07/paypal1.png" title="paypal1.png"><img loading="lazy" src="/wp-content/uploads/2007/07/paypal1.thumbnail.png" alt="paypal1.png"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/paypal2.png" title="paypal2.png"><img loading="lazy" src="/wp-content/uploads/2007/07/paypal2.thumbnail.png" alt="paypal2.png"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/paypal4.png" title="paypal4.png"><img loading="lazy" src="/wp-content/uploads/2007/07/paypal4.thumbnail.png" alt="paypal4.png"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/paypal3.png" title="paypal3.png"><img loading="lazy" src="/wp-content/uploads/2007/07/paypal3.thumbnail.png" alt="paypal3.png"  />
</a></p>
<p>My Advice: Be very cautious when working on your financial sites. If you havethe slightest hint of suspicious activity, abort what you are doing and get in touch wiht service provider.</p>
<p>Remember, almost all financial and secure service providers never send out emails to their clients to verify user credential. If you do receive one then chances are it&rsquo;s a phishing attempt.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Spotted Dick</title>
      <link>https://thedaneshproject.com/posts/spotted-dick/</link>
      <pubDate>Mon, 23 Jul 2007 08:44:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/spotted-dick/</guid>
      <description>Seen any weird names on food products lately. Check out what my colleague Elvin found in Tesco yesterday.
Spotted dick, damn!!
Had your laugh? I did.
Ok, now the truth. Spotted Dick is actually a dessert. It&amp;rsquo;s a steamed pudding with dried fruits made popular in the UK. The popular dessert also goes by other names. Spotted Dog, Plum Duff, Figgy Dowdy, Plum Bolster and Spotted Richard.
Spotted Dick at WikePedia</description>
      <content:encoded><![CDATA[<p>Seen any weird names on food products lately. Check out what my colleague Elvin found in Tesco yesterday.</p>
<p>Spotted dick, damn!!</p>
<p><a href="/wp-content/uploads/2007/07/tesco-spotted-dick.jpg" title="tesco-spotted-dick.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/tesco-spotted-dick.thumbnail.jpg" alt="tesco-spotted-dick.jpg"  />
</a></p>
<p>Had your laugh? I did.</p>
<p>Ok, now the truth. Spotted Dick is actually a dessert. It&rsquo;s a steamed pudding with dried fruits made popular in the UK. The popular dessert also goes by other names. Spotted Dog, Plum Duff, Figgy Dowdy, Plum Bolster and Spotted Richard.</p>
<p><a href="http://en.wikipedia.org/wiki/Spotted_Dick">Spotted Dick at WikePedia</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Condom Dispenser</title>
      <link>https://thedaneshproject.com/posts/condom-dispenser/</link>
      <pubDate>Mon, 23 Jul 2007 06:03:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/condom-dispenser/</guid>
      <description>I have been in Penang for the past week now attending training for EMC, ORACLE and VMWare. I am into my second week now and should be back in KL late this week.
Stumbled upon a cool vending machine near USM last night. A condom dispenser, something I&amp;rsquo;ve thought of starting myself before.
Malaysian generally are not too open to the idea of walking into 7eleven and picking up a pack of condoms.</description>
      <content:encoded><![CDATA[<p>I have been in Penang for the past week now attending training for EMC, ORACLE and VMWare. I am into my second week now and should be back in KL late this week.</p>
<p>Stumbled upon a cool vending machine near USM last night. A condom dispenser, something I&rsquo;ve thought of starting myself before.</p>
<p>Malaysian generally are not too open to the idea of walking into 7eleven and picking up a pack of condoms. I myself don&rsquo;t have a problem walking into 7eleven and picking up a pack of condoms. Why should I feel embarrassed? I am proud actually, I&rsquo;m only buying it to promote safe sex with my partner and in return we have a healthy relationships as my act shows that I respect her.</p>
<p>The condom dispenser is a good idea as there is no human interaction needed when purchasing the condom. The human interaction part is what keeps most people away.</p>
<p>My advice to the general public is, learn to be open. If you are doing something right then there is no need to be shy or embarrassed. In fact we should do our part in society to promote safe sex by making the act of purchasing a pack of condoms a common scene.</p>
<p><a href="/wp-content/uploads/2007/07/cam-0037.jpg" title="cam-0037.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0037.thumbnail.jpg" alt="cam-0037.jpg"  />
Ã‚Â </a> <a href="/wp-content/uploads/2007/07/cam-0038.jpg" title="cam-0038.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0038.thumbnail.jpg" alt="cam-0038.jpg"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/cam-0039.jpg" title="cam-0039.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0039.thumbnail.jpg" alt="cam-0039.jpg"  />
Ã‚Â </a> <a href="/wp-content/uploads/2007/07/cam-0040.jpg" title="cam-0040.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/cam-0040.thumbnail.jpg" alt="cam-0040.jpg"  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hosting move complete.</title>
      <link>https://thedaneshproject.com/posts/hosting-move-complete./</link>
      <pubDate>Wed, 18 Jul 2007 08:53:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hosting-move-complete./</guid>
      <description>My domain and hosting transfer from godaddy to shinjiru was successful.
I am currently moving my forum and gallery over ans should be done later today.
How&amp;rsquo;s the site speed now?</description>
      <content:encoded><![CDATA[<p>My domain and hosting transfer from <a href="http://www.godaddy.com/">godaddy</a> to <a href="https://www.shinjiru.com.my/">shinjiru</a> was successful.</p>
<p>I am currently moving my forum and gallery over ans should be done later today.</p>
<p>How&rsquo;s the site speed now?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Moving hosting</title>
      <link>https://thedaneshproject.com/posts/moving-hosting/</link>
      <pubDate>Mon, 16 Jul 2007 08:10:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/moving-hosting/</guid>
      <description>Hi all,
My site will be down for a few days. My domain is up for renewal and I am moving to a new hosting company closer to home.
I will keep you updated.
See you soon&amp;hellip;.</description>
      <content:encoded><![CDATA[<p>Hi all,</p>
<p>My site will be down for a few days. My domain is up for renewal and I am moving to a new hosting company closer to home.</p>
<p>I will keep you updated.</p>
<p>See you soon&hellip;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Anti Vista wallpaper</title>
      <link>https://thedaneshproject.com/posts/anti-vista-wallpaper/</link>
      <pubDate>Sun, 15 Jul 2007 06:24:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/anti-vista-wallpaper/</guid>
      <description>Stumbled upon this cool wallpaper while browsing through deviantart. I is the handy work of emoryu21.
I love the anti Vista message embedded in it. It&amp;rsquo;s the
The full size image is 1024px by 640px.
Download the wallpaper at deviantart.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://tn3-2.deviantart.com/fs18/300W/i/2007/195/b/4/Windows_and_its_Many_colors_by_emoryu21.jpg" alt=""  />
</p>
<p>Stumbled upon this cool wallpaper while browsing through deviantart. I is the handy work of <a href="http://emoryu21.deviantart.com/">emoryu21</a>.</p>
<p>I love the anti Vista message embedded in it. It&rsquo;s the</p>
<p>The full size image is 1024px by 640px.</p>
<p>Download the wallpaper at deviantart.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing Pidgin on openSUSE 10.2</title>
      <link>https://thedaneshproject.com/posts/installing-pidgin-on-opensuse-10.2/</link>
      <pubDate>Sat, 14 Jul 2007 21:04:20 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-pidgin-on-opensuse-10.2/</guid>
      <description>&lt;p&gt;Decided to install Pidgin on my notebook running openSUSE 10.2 today. If you didn&amp;rsquo;t already know Pidgin was previously know as GAIM.&lt;/p&gt;
&lt;p&gt;The install was pretty simple but I decided to share it with you anyway. If you are new to openSUSE then this may come in handy.&lt;/p&gt;
&lt;p&gt;To start off you will need to get the following repository added to YaST. Start -&amp;gt; Computer -&amp;gt; Administrator Settings(Yast) -&amp;gt; Software -&amp;gt; Installation Source .&lt;/p&gt;
&lt;p&gt;Protocol : HTTP&lt;br&gt;
Server : software.opensuse.org&lt;br&gt;
Directory : /download/GNOME:/Community/openSUSE_10.2/&lt;a href=&#34;./wp-content/uploads/2007/07/snapshot3.png&#34; title=&#34;snapshot3.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;./wp-content/uploads/2007/07/snapshot5.png&#34; title=&#34;snapshot5.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/07/snapshot5.thumbnail.png&#34; alt=&#34;snapshot5.png&#34;  /&gt;
&lt;/a&gt;&lt;a href=&#34;./wp-content/uploads/2007/07/snapshot3.png&#34; title=&#34;snapshot3.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;./wp-content/uploads/2007/07/snapshot4.png&#34; title=&#34;snapshot4.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/07/snapshot4.thumbnail.png&#34; alt=&#34;snapshot4.png&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Decided to install Pidgin on my notebook running openSUSE 10.2 today. If you didn&rsquo;t already know Pidgin was previously know as GAIM.</p>
<p>The install was pretty simple but I decided to share it with you anyway. If you are new to openSUSE then this may come in handy.</p>
<p>To start off you will need to get the following repository added to YaST. Start -&gt; Computer -&gt; Administrator Settings(Yast) -&gt; Software -&gt; Installation Source .</p>
<p>Protocol : HTTP<br>
Server : software.opensuse.org<br>
Directory : /download/GNOME:/Community/openSUSE_10.2/<a href="/wp-content/uploads/2007/07/snapshot3.png" title="snapshot3.png"></a></p>
<p><a href="/wp-content/uploads/2007/07/snapshot5.png" title="snapshot5.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot5.thumbnail.png" alt="snapshot5.png"  />
</a><a href="/wp-content/uploads/2007/07/snapshot3.png" title="snapshot3.png"></a></p>
<p><a href="/wp-content/uploads/2007/07/snapshot4.png" title="snapshot4.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot4.thumbnail.png" alt="snapshot4.png"  />
</a></p>
<p>Next step is to install the Pidgin package using YaST. Strart -&gt; Computer -&gt; Administrator Settings (Yast) -&gt; Software Management .</p>
<p>Search for &ldquo;Pidgin&rdquo; in the search box and then look for &ldquo;Pidgin&rdquo; in he result box to the right. Select Pidgin and libpurple and hit the Accept button.</p>
<p><a href="/wp-content/uploads/2007/07/snapshot1.png" title="snapshot1.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot1.thumbnail.png" alt="snapshot1.png"  />
</a></p>
<p>That&rsquo;s it for the install portion. You now have Pidgin installed. Let&rsquo;s start it up.</p>
<p>Start -&gt; Applications -&gt; Internet -&gt; Chat -&gt; Pidgin .</p>
<p>Launching Pidgin for the first time will bring up the accounts maintenance page. Start adding your accounts.</p>
<p><a href="/wp-content/uploads/2007/07/snapshot2.png" title="snapshot2.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot2.thumbnail.png" alt="snapshot2.png"  />
</a></p>
<p><a href="/wp-content/uploads/2007/07/snapshot6.png" title="snapshot6.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot6.thumbnail.png" alt="snapshot6.png"  />
</a></p>
<p>Once you are done with the accounts Pidgin should launch. That&rsquo;s it, you have successfully installed Pidgin.</p>
<p><a href="/wp-content/uploads/2007/07/snapshot3.png" title="snapshot3.png"><img loading="lazy" src="/wp-content/uploads/2007/07/snapshot3.thumbnail.png" alt="snapshot3.png"  />
</a></p>
<p>I personally feel that Pidgin feels like <a href="http://www.google.com/talk/">Gtalk</a> but I love the <a href="http://www.google.com/talk/">Gtalk</a> interface so I can&rsquo;t complain. Clean, simple yet elegant.</p>
<p>Some cool Pidgin plugins you would want to try.</p>
<ul>
<li><a href="http://plugins.guifications.org/trac/wiki/Guifications">Guifications for Pidgin</a></li>
<li><a href="http://plugins.guifications.org/trac/wiki/PluginPack">30+ plugins for Pidgin</a></li>
</ul>
<p>Sources:</p>
<ul>
<li><a href="http://pidgin.im/pidgin/home/">Pidgin Home</a></li>
<li><a href="http://i-nz.net/2007/05/06/pidgin-plugins-opensuse-rpms/">i-nZ BLoG</a></li>
<li><a href="http://kenno.wordpress.com/2007/06/10/installing-pidgin-on-opensuse-102/">Kenno&rsquo;s OpenNote</a></li>
<li><a href="http://www.opensuse.org/">openSUSE</a></li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>Flodeo photo blog</title>
      <link>https://thedaneshproject.com/posts/flodeo-photo-blog/</link>
      <pubDate>Thu, 12 Jul 2007 00:00:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flodeo-photo-blog/</guid>
      <description>Received an invite to Flodeo this morning.
What is Flodeo?
Flodeo is another photo blog. Currently in beta, who isn&amp;rsquo;t?
3 Steps to successfully Flodeo-ing,
Create your own personalized photo blog. Upload a maximum of 6 photos a day. Invite your friends to comment. Try it out at Flodeo</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/07/flodeo.jpg" title="flodeo.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/flodeo.jpg" alt="flodeo.jpg"  />
</a><br>
Received an invite to Flodeo this morning.</p>
<p>What is Flodeo?</p>
<p>Flodeo is another photo blog. Currently in beta, who isn&rsquo;t?</p>
<p>3 Steps to successfully Flodeo-ing,</p>
<ol>
<li>Create your own personalized photo blog.</li>
<li>Upload a maximum of 6 photos a day.</li>
<li>Invite your friends to comment.</li>
</ol>
<p>Try it out at Flodeo</p>
]]></content:encoded>
    </item>
    <item>
      <title>Free SMS with Mobik</title>
      <link>https://thedaneshproject.com/posts/free-sms-with-mobik/</link>
      <pubDate>Wed, 11 Jul 2007 07:24:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/free-sms-with-mobik/</guid>
      <description>What is Mobik?
Mobik is a community with members from all around the globe. Mobik members can send SMS to each other for free via mobile to mobile or online to mobile.
Mobik also has a reward plan. The goal is to accumulate as much &amp;ldquo;K&amp;rdquo; (Mobik Currency) as possible by inviting friends, completing surveys and participating in competitions. &amp;ldquo;K&amp;rdquo; can then be used to redeem cool gadgets like mp3 players and ipods and many others.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/07/mobik.jpg" alt=""  />
</p>
<p>What is Mobik?</p>
<p>Mobik is a community with members from all around the globe. Mobik members can send SMS to each other for free via mobile to mobile or online to mobile.</p>
<p>Mobik also has a reward plan. The goal is to accumulate as much &ldquo;K&rdquo; (Mobik Currency) as possible by inviting friends, completing surveys and participating in competitions. &ldquo;K&rdquo; can then be used to redeem cool gadgets like mp3 players and ipods and many others.</p>
<p>Mobk is running of ads so don&rsquo;t be suprised to see them. Don&rsquo;t worry the ads are mostly non intrusive. For example, after sending and sms your will get a short ad show up withing the sms screen for about 10 seconds or less. Not too bad I say.</p>
<p>[Mobik is free so Join fast to start enjoying the great service.][2]</p>
<p>Sources:</p>
<p>[WingLoon.com][3]</p>
<p>[1]: /wp-content/uploads/2007/07/mobik.jpg)
[2]: <a href="http://www.mobik.com">http://www.mobik.com</a>
[3]: <a href="http://wingloon.com/2007/07/09/send-unlimited-free-sms-with-mobik/">http://wingloon.com/2007/07/09/send-unlimited-free-sms-with-mobik/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Sleep sleep</title>
      <link>https://thedaneshproject.com/posts/sleep-sleep/</link>
      <pubDate>Mon, 09 Jul 2007 22:25:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/sleep-sleep/</guid>
      <description>Been awake since yesterday morning. This is what happens when you mix your freelance projects together with your office work. Should I reply my office mail first or my client&amp;rsquo;s mail? Well anyway, I managed to get them both sorted out now&amp;hellip;. finally!!!
I&amp;rsquo;m getting too old for this now. Forgetting lot&amp;rsquo;s of stuff and constant tiredness. O wait the tiredness could be my ciggies&amp;hellip;
Think I&amp;rsquo;ll head off to bed now or maybe kena nasi lemak first 🙂 yum yum&amp;hellip;.</description>
      <content:encoded><![CDATA[<p>Been awake since yesterday morning. This is what happens when you mix your freelance projects together with your office work. Should I reply my office mail first or my client&rsquo;s mail? Well anyway, I managed to get them both sorted out now&hellip;. finally!!!</p>
<p>I&rsquo;m getting too old for this now. Forgetting lot&rsquo;s of stuff and constant tiredness. O wait the tiredness could be my ciggies&hellip;</p>
<p>Think I&rsquo;ll head off to bed now or maybe kena nasi lemak first 🙂 yum yum&hellip;.</p>
<p>I&rsquo;m out&hellip;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Watermarks for WordPress</title>
      <link>https://thedaneshproject.com/posts/watermarks-for-wordpress/</link>
      <pubDate>Mon, 09 Jul 2007 04:15:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/watermarks-for-wordpress/</guid>
      <description>Installed Marekki s Watermark plugin today. Sample output above.
I did not modify the upload_functions.php as I wanted to control over which images I watermark.
Get the plugin here. Marekkis Watermark plugin</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/07/daneshprojectlogo_ori.jpg" title="daneshprojectlogo_ori.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/daneshprojectlogo_ori.jpg" alt="daneshprojectlogo_ori.jpg"  />
</a><a href="/wp-content/uploads/2007/07/daneshprojectlogo.jpg" title="daneshprojectlogo.jpg"><img loading="lazy" src="/wp-content/uploads/2007/07/daneshprojectlogo.jpg" alt="daneshprojectlogo.jpg"  />
</a>Installed Marekki s Watermark plugin today. Sample output above.</p>
<p>I did not modify the upload_functions.php as I wanted to control over which images I watermark.</p>
<p>Get the plugin here. <a href="http://watermark.malcherek.com/">Marekkis Watermark plugin</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Dell in Korea</title>
      <link>https://thedaneshproject.com/posts/dell-in-korea/</link>
      <pubDate>Sat, 07 Jul 2007 06:24:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dell-in-korea/</guid>
      <description>More pictures here.
The new inspiron notebooks look quite slick with the colored skins and the girls showing them off look equally hot. The pictures are from the Inspiron product launch held in Korea recently.
Retailing at RM1999 for the entry level specs and going up to RM5000++ for the higher performance specs, the inspiron caters to all user level. Be it the gamer who needs a portable gaming solution or the urban housewife who spends time emailing,blogging and looking for new recipes online.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://farm2.static.flickr.com/1167/744842281_25ba5da269.jpg?v=0" alt=""  />
</p>
<p><a href="http://www.flickr.com/photos/dannyportal/tags/dellinpironkorea/">More pictures here.</a></p>
<p>The new inspiron notebooks look quite slick with the colored skins and the girls showing them off look equally hot. The pictures are from the Inspiron product launch held in Korea recently.</p>
<p>Retailing at RM1999 for the entry level specs and going up to RM5000++ for the higher performance specs, the inspiron caters to all user level. Be it the gamer who needs a portable gaming solution or the urban housewife who spends time emailing,blogging and looking for new recipes online.</p>
<p>I am happy with my Dell notebooks. I have a Latitude D610 running Vista and another Latitude D620 running openSUSE10.2.Â  They have served me well till now and I hope they continue to stay that way.</p>
<p><a href="http://www1.ap.dell.com/content/products/category.aspx/notebooks?c=my&amp;cs=mydhs1&amp;l=en&amp;s=dhs">Notebooks at Dell</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattoo and piercing shops in Malaysia</title>
      <link>https://thedaneshproject.com/posts/tattoo-and-piercing-shops-in-malaysia/</link>
      <pubDate>Fri, 06 Jul 2007 12:21:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattoo-and-piercing-shops-in-malaysia/</guid>
      <description>List of tattoo and piercing shops located around Malaysia. At the time of this post only 16 shops are registered at TattoJoy.com
I know there are loads of shops out there and freelance tattoo artist who are not registered online or registered on any directory services but I&amp;rsquo;ll try to digg up some information on them and get some future posts up on them.
Access the list of tattoo and piercing shops in Malaysia at TattoJoy.</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/07/tattojoy.gif" title="tattojoy.gif"><img loading="lazy" src="/wp-content/uploads/2007/07/tattojoy.gif" alt="tattojoy.gif"  />
</a></p>
<p>List of tattoo and piercing shops located around Malaysia. At the time of this post only 16 shops are registered at <a href="http://tattoojoy.com/tattoo_shops/malaysia,1.htm">TattoJoy.com</a></p>
<p>I know there are loads of shops out there and freelance tattoo artist who are not registered online or registered on any directory services but I&rsquo;ll try to digg up some information on them and get some future posts up on them.</p>
<p><a href="http://tattoojoy.com/tattoo_shops/malaysia,1.htm">Access the list of tattoo and piercing shops in Malaysia at TattoJoy.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>LPIC-1 Questions</title>
      <link>https://thedaneshproject.com/posts/lpic-1-questions/</link>
      <pubDate>Fri, 06 Jul 2007 06:18:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/lpic-1-questions/</guid>
      <description>Planning to sit the LPIC-1 exams soon? Need to get a feel for the questions?
Exja at Planet Malaysia has a brain dump of his LPIC-1 questions and answers for you to review and get comfortable with.
Here are some of the questions you can expect to see,
No.1 You want to save vi changes to the file myfile with : w!. but vi complains it can not write to the file.</description>
      <content:encoded><![CDATA[<p>Planning to sit the LPIC-1 exams soon? Need to get a feel for the questions?</p>
<p>Exja at Planet Malaysia has a brain dump of his LPIC-1 questions and answers for you to review and get comfortable with.</p>
<p>Here are some of the questions you can expect to see,</p>
<p><strong>No.1 You want to save vi changes to the file myfile with : w!. but vi complains it can not write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:</strong></p>
<p>A. :!ls -l myfile<br>
B. :\s -l myfile<br>
C. esc:ls -l myfile<br>
D. :?ls -l myfile</p>
<p>Answer: A</p>
<p><strong>No.2 You are writing text in vi. Now you want to save your changes and exit. Which TWO sequence of inputs will accomplish this?</strong></p>
<p>A. esc ZZ<br>
B. ctrl : w!<br>
C. esc zz<br>
D. esc :wq!<br>
E. ctrl XX</p>
<p>Answer:AD</p>
<p><strong>No.3 After starting vi to edit an existing text file. you press Ã¯Â¿Â½AÃ¯Â¿Â½ (shift + a). This will let you:</strong></p>
<p>A. insert text at the end of the current line<br>
B. insert text at the end of the current sentence<br>
C. insert text after your current cursor position<br>
D. insert text at the end of the file<br>
E. insert text at the end of your current paragraph</p>
<p>Answer:A</p>
<p><strong>No.4 Which keystrokes will move the cursor 3 lines down and 4 characters to the right?</strong></p>
<p>A. 3j4l<br>
B. 3k4m<br>
C. 3h4j<br>
D. 3l4k<br>
E. 3m4k</p>
<p>Answer:A</p>
<p><strong>No.5 Select all the ways of exiting and saving a vi session.</strong></p>
<p>A. :wq<br>
B. :w<br>
C. :ZZ<br>
D. Shift zz<br>
E. : x<br>
F. :exit</p>
<p>Answer:ADE</p>
<p><em><strong>Source:</strong></em></p>
<p>LPIC-1 Questions &amp; Answers (1 - 50)</p>
<p>LPIC-1 Questions &amp; Answers (51 -100)</p>
<p>LPIC-1 Questions &amp; Answers (101 -150)</p>
<p>LPIC-1 Questions &amp; Answers (151 -200)</p>
<p>LPIC-1 Questions &amp; Answers (201 -250)</p>
]]></content:encoded>
    </item>
    <item>
      <title>F’kn Mischief had a makeover</title>
      <link>https://thedaneshproject.com/posts/fkn-mischief-had-a-makeover/</link>
      <pubDate>Thu, 05 Jul 2007 16:32:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fkn-mischief-had-a-makeover/</guid>
      <description>My buddy Alan gave his site an extreme makeover. It looks awesome now with the new layout, color scheme and graphics.
Make sure to drop by his site when you have some time. Pick up a Tee maybe&amp;hellip;.Â AlanBernard
If you like his WP theme design, then maybe you could get him to design a custom theme for your site.</description>
      <content:encoded><![CDATA[<p>My buddy Alan gave his site an extreme makeover. It looks awesome now with the new layout, color scheme and graphics.</p>
<p>Make sure to drop by his site when you have some time. Pick up a Tee maybe&hellip;.Â  AlanBernard</p>
<p>If you like his WP theme design, then maybe you could get him to design a custom theme for your site.</p>
]]></content:encoded>
    </item>
    <item>
      <title>My domain name appraisal</title>
      <link>https://thedaneshproject.com/posts/my-domain-name-appraisal/</link>
      <pubDate>Thu, 05 Jul 2007 03:24:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-domain-name-appraisal/</guid>
      <description>thedaneshproject.com is worth USD224.00 based on LeapFish.
I looked up my friend&amp;rsquo;s sites too. Check them out,
alanbernard.com - $576.00
earlmarcus.com - $252.00
thaweesak.com - $147.00
wingloon.wordpress.com - $41.00
AlanBernard - USD12.00 EarMarcus - USD23.00 Thaweesak - USD 34.00 WingLoon - USD42.00 What&amp;rsquo;s your&amp;rsquo;s? Look it up at LeapFish
Source : ScreenShots
(Updated as the initial values were not accurate. thanks Wing Loon)</description>
      <content:encoded><![CDATA[<p>thedaneshproject.com is worth USD224.00 based on <a href="http://leapfish.com">LeapFish</a>.</p>
<p>I looked up my friend&rsquo;s sites too. Check them out,</p>
<p>alanbernard.com - $576.00<br>
earlmarcus.com - $252.00<br>
thaweesak.com - $147.00<br>
wingloon.wordpress.com - $41.00</p>
<ol>
<li><!-- raw HTML omitted -->AlanBernard - USD12.00<!-- raw HTML omitted --></li>
<li><!-- raw HTML omitted --><a href="http://earlmarcus.com/">EarMarcus</a> - USD23.00<!-- raw HTML omitted --></li>
<li><!-- raw HTML omitted --><a href="http://thaweesak.com/">Thaweesak</a> - USD 34.00<!-- raw HTML omitted --></li>
<li><!-- raw HTML omitted --><a href="http://wingloon.wordpress.com/">WingLoon</a> - USD42.00<!-- raw HTML omitted --></li>
</ol>
<p>What&rsquo;s your&rsquo;s? Look it up at <a href="http://leapfish.com">LeapFish</a></p>
<p>Source : ScreenShots</p>
<p>(Updated as the initial values were not accurate. thanks Wing Loon)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Finally watched Transformers the movie</title>
      <link>https://thedaneshproject.com/posts/finally-watched-transformers-the-movie/</link>
      <pubDate>Mon, 02 Jul 2007 17:18:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/finally-watched-transformers-the-movie/</guid>
      <description>144minutes of pure entertainment. My eyes were glued to the screen from start to end trying to soak in every bit of detail. The movie was filled with just the right amount for drama, humor and action scenes which get complimented by the excellent graphics.
Megan Fox, new to the big screen managed to look hot throughout the whole movie working side by side with Shia LaBeouf and guardian Bumble Bee who transforms into an awesome yellow Chevy with racing stripes.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/07/transformers.jpg" alt=""  />
</p>
<p>144minutes of pure entertainment. My eyes were glued to the screen from start to end trying to soak in every bit of detail. The movie was filled with just the right amount for drama, humor and action scenes which get complimented by the excellent graphics.</p>
<p>Megan Fox, new to the big screen managed to look hot throughout the whole movie working side by side with Shia LaBeouf and guardian Bumble Bee who transforms into an awesome yellow Chevy with racing stripes.Â  Josh Duhamel and Tyrese Gibson played good soldiers working together with the autobots.</p>
<p>The autobots with their land vehicles were really something. Optimus prime, Mr.nice looked awesome as usual with his blue, red and flames to finish. Megatron on the other hand look liked he came straight from hell. Brutal totally brutal.</p>
<p>I came out of the movie with the feeling of total satisfaction. I was expecting as always a bad adaptation of a good comic but I was wrong big time. All the hype was totally worth it. The best part is, rumor has it that we will get 2 more sequels to the movie to look forward to in the future. I am planning to watch it again but in true IMAX.</p>
<p>Awesome movie, that was me and my opiniion being a die hard transformers fand since I was a kid. What about you, what&rsquo;s your opinion?</p>
<p>[Â Transformers | Transformers Movie | Official Site][2]</p>
<p>[Â IMDB - Transformers Movie][3]</p>
<p>[1]: /wp-content/uploads/2007/07/transformers.jpg)
[2]: <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.transformersmovie.com%2F&amp;ei=ojKJRsjeDMjwiwHRpN3UBg&amp;usg=AFQjCNENEaU7A6Z8dz-iT299u8KyKhVHbg&amp;sig2=dEgYF1-Iy99gpZKt7WVpaQ">http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.transformersmovie.com%2F&amp;ei=ojKJRsjeDMjwiwHRpN3UBg&amp;usg=AFQjCNENEaU7A6Z8dz-iT299u8KyKhVHbg&amp;sig2=dEgYF1-Iy99gpZKt7WVpaQ</a>
[3]: <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0418279%2F&amp;ei=ojKJRsjeDMjwiwHRpN3UBg&amp;usg=AFQjCNHIEgKfxC1eAdp4zFofCY7rHfMCgg&amp;sig2=fLgbPMY7R4O_FRY9mMUmyg">http://www.google.com/url?sa=t&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fwww.imdb.com%2Ftitle%2Ftt0418279%2F&amp;ei=ojKJRsjeDMjwiwHRpN3UBg&amp;usg=AFQjCNHIEgKfxC1eAdp4zFofCY7rHfMCgg&amp;sig2=fLgbPMY7R4O_FRY9mMUmyg</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My password manager</title>
      <link>https://thedaneshproject.com/posts/my-password-manager/</link>
      <pubDate>Sat, 30 Jun 2007 21:18:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-password-manager/</guid>
      <description>&lt;p&gt;I have always been using &lt;a href=&#34;http://keepass.info/index.html&#34;&gt;KeePass&lt;/a&gt; on my notebook as my password manager till recently when I moved back to KL. Read on to find out why.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The problem;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have 3 windows based machines that I use regularly. 2 at home and 1 for the road. They all have access to the net. Firefox with &lt;a href=&#34;http://www.google.com/tools/firefox/browsersync/&#34;&gt;Google&amp;rsquo;s browser sync&lt;/a&gt; extension is what I use to keep my bookmarks, urls and forms synchronized between them.&lt;/p&gt;
&lt;p&gt;All the login details for my banking sites and secure work sites are stored in my trusty &lt;a href=&#34;http://keepass.info/index.html&#34;&gt;KeePass&lt;/a&gt;. When I get back I normally work on my desktops. I have to export the &lt;a href=&#34;http://keepass.info/index.html&#34;&gt;KeePass&lt;/a&gt; database from my notebook and import it into my into my notebooks and every time I have a new login added I have to repeat the export/import process all over again. This prompted me to start seaching for an alternative solution. Online password managers!!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Solutions,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I found 2 possible solutions. &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; and &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;PassPack&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; has been around for some time now(Dec 2006). It is feature packed,secure and I love the simple,functional and clean interface. The learning curve needed to get used to &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; is almost 0 to none.&lt;/p&gt;
&lt;p&gt;[![passkey_demo.gif)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Some of the features that stand out to me are;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Auto Lock - &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; will automatically save and lock my passwords with the packing key whenever the page if left ideal for 2 minutes.&lt;/li&gt;
&lt;li&gt;Anonymous - I never provided my email addresses.&lt;/li&gt;
&lt;li&gt;Password generator - cool built in password generator.&lt;/li&gt;
&lt;li&gt;Scramble - Scrambles my password field on command when someone is passing by. On by default.&lt;/li&gt;
&lt;li&gt;AES - AES is the encryption method approved by the US Gov.&lt;/li&gt;
&lt;li&gt;Import/Export - Ability to easily import and export my password list. I used this in import from KeyPass.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; Blog - Covers everything about &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I have using &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; for a few days now and it&amp;rsquo;s awesome!!&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://passpack.files.wordpress.com/2007/04/passpackbutton_180x60.gif&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;Clipperz&lt;!-- raw HTML omitted --&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; is the new kid on the block who is out to give &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; a run for it&amp;rsquo;s money. It boosts a colorful and simple interface but I feel &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; has a simpler interface.&lt;/p&gt;
&lt;p&gt;[![clipperz_screenshot.png][7]][8]&lt;/p&gt;
&lt;p&gt;Cool features;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Cool interface - The interface is simple with a good color scheme.&lt;/li&gt;
&lt;li&gt;Direct Logins - Single sign on. Allows me to log in directly to a site directly provided yo have the site credentials already saved.&lt;/li&gt;
&lt;li&gt;Bookmarklet - I can easily add a new website to my &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Anonymous - No email address require.&lt;/li&gt;
&lt;li&gt;Encrypt by browser - Data is encrypted by my browser before being sent to the &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; servers. &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; only stores my encrypted data.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What&amp;rsquo;s lacking;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Import/Export - No import feature yet. Export only exports to a printable version. I have to use the offline copy feature to save an offline copy.&lt;/li&gt;
&lt;li&gt;Mozilla only - Only mozilla based browsers supported. Mozilla, Sea monkey and Firefox.&lt;/li&gt;
&lt;li&gt;Java script - &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; uses opesource based cryptographic functions. [Read more at Ajaxian][9]. Who will I blame and take to court when my passwords are exploited?&lt;/li&gt;
&lt;li&gt;Direct Login - Honey pot for hackers to reverse engineer? I think so.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; is a good tool. They are not quite there yet but I believe with other solutions out there like &lt;a href=&#34;https://www.passpack.com&#34;&gt;PassPack&lt;/a&gt; the developrers at &lt;a href=&#34;https://www.clipperz.com&#34;&gt;Clipperz&lt;/a&gt; will surely push the envelope on futher enhancements.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I have always been using <a href="http://keepass.info/index.html">KeePass</a> on my notebook as my password manager till recently when I moved back to KL. Read on to find out why.</p>
<p><strong>The problem;</strong></p>
<p>I have 3 windows based machines that I use regularly. 2 at home and 1 for the road. They all have access to the net. Firefox with <a href="http://www.google.com/tools/firefox/browsersync/">Google&rsquo;s browser sync</a> extension is what I use to keep my bookmarks, urls and forms synchronized between them.</p>
<p>All the login details for my banking sites and secure work sites are stored in my trusty <a href="http://keepass.info/index.html">KeePass</a>. When I get back I normally work on my desktops. I have to export the <a href="http://keepass.info/index.html">KeePass</a> database from my notebook and import it into my into my notebooks and every time I have a new login added I have to repeat the export/import process all over again. This prompted me to start seaching for an alternative solution. Online password managers!!</p>
<p><strong>The Solutions,</strong></p>
<p>I found 2 possible solutions. <a href="https://www.passpack.com">PassPack</a> and <a href="https://www.clipperz.com">Clipperz</a> .</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->PassPack<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><a href="https://www.passpack.com">PassPack</a> has been around for some time now(Dec 2006). It is feature packed,secure and I love the simple,functional and clean interface. The learning curve needed to get used to <a href="https://www.passpack.com">PassPack</a> is almost 0 to none.</p>
<p>[![passkey_demo.gif)</p>
<p><strong>Some of the features that stand out to me are;</strong></p>
<ol>
<li>Auto Lock - <a href="https://www.passpack.com">PassPack</a> will automatically save and lock my passwords with the packing key whenever the page if left ideal for 2 minutes.</li>
<li>Anonymous - I never provided my email addresses.</li>
<li>Password generator - cool built in password generator.</li>
<li>Scramble - Scrambles my password field on command when someone is passing by. On by default.</li>
<li>AES - AES is the encryption method approved by the US Gov.</li>
<li>Import/Export - Ability to easily import and export my password list. I used this in import from KeyPass.</li>
<li><a href="https://www.passpack.com">PassPack</a> Blog - Covers everything about <a href="https://www.passpack.com">PassPack</a>.</li>
</ol>
<p>I have using <a href="https://www.passpack.com">PassPack</a> for a few days now and it&rsquo;s awesome!!</p>
<p><img loading="lazy" src="http://passpack.files.wordpress.com/2007/04/passpackbutton_180x60.gif" alt=""  />
</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Clipperz<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><a href="https://www.clipperz.com">Clipperz</a> is the new kid on the block who is out to give <a href="https://www.passpack.com">PassPack</a> a run for it&rsquo;s money. It boosts a colorful and simple interface but I feel <a href="https://www.passpack.com">PassPack</a> has a simpler interface.</p>
<p>[![clipperz_screenshot.png][7]][8]</p>
<p>Cool features;</p>
<ol>
<li>Cool interface - The interface is simple with a good color scheme.</li>
<li>Direct Logins - Single sign on. Allows me to log in directly to a site directly provided yo have the site credentials already saved.</li>
<li>Bookmarklet - I can easily add a new website to my <a href="https://www.clipperz.com">Clipperz</a>.</li>
<li>Anonymous - No email address require.</li>
<li>Encrypt by browser - Data is encrypted by my browser before being sent to the <a href="https://www.clipperz.com">Clipperz</a> servers. <a href="https://www.clipperz.com">Clipperz</a> only stores my encrypted data.</li>
</ol>
<p>What&rsquo;s lacking;</p>
<ol>
<li>Import/Export - No import feature yet. Export only exports to a printable version. I have to use the offline copy feature to save an offline copy.</li>
<li>Mozilla only - Only mozilla based browsers supported. Mozilla, Sea monkey and Firefox.</li>
<li>Java script - <a href="https://www.clipperz.com">Clipperz</a> uses opesource based cryptographic functions. [Read more at Ajaxian][9]. Who will I blame and take to court when my passwords are exploited?</li>
<li>Direct Login - Honey pot for hackers to reverse engineer? I think so.</li>
</ol>
<p><a href="https://www.clipperz.com">Clipperz</a> is a good tool. They are not quite there yet but I believe with other solutions out there like <a href="https://www.passpack.com">PassPack</a> the developrers at <a href="https://www.clipperz.com">Clipperz</a> will surely push the envelope on futher enhancements.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->What&rsquo;s the difference between Clipperz and Passkey?<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>I have made my choice. Sorry <a href="http://keepass.info/index.html">KeePass</a> and <a href="https://www.clipperz.com">Clipperz</a> but going with <a href="https://www.passpack.com">PassPack</a> for now. It has convenience, functionality and security on it&rsquo;s side and those are the 3 factors I looked at.</p>
<p>Which will you choose? I suggest all 3 and see which works best for you.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->Sources:<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p><a href="https://www.clipperz.com">Clipperz</a></p>
<p><a href="https://www.passpack.com">PassPack</a></p>
<p>[PassPack - The Blog][10]</p>
<p>[Clipperz - Competition for PassPack?][11]</p>
<p>[PassPack: Holding Your Keys for the 2.0 Kingdom][12]</p>
<p>[Clipperz Crypto Library and Online Password Manager][9]</p>
<p>Clipperz and PassPack : Online password storage is still a fear</p>
<p>[PassPack and Clipperz: The Difference?][13]</p>
<p>[5]: /wp-content/uploads/2007/07/passkey_demo.gif)
[6]: /wp-content/uploads/2007/07/passkey_demo.gif)
[7]: /wp-content/uploads/2007/07/clipperz_screenshot.png
[8]: /wp-content/uploads/2007/07/clipperz_screenshot.png &ldquo;clipperz_screenshot.png&rdquo;
[9]: <a href="http://ajaxian.com/archives/clipperz-crypto-library-and-online-password-manager">http://ajaxian.com/archives/clipperz-crypto-library-and-online-password-manager</a>
[10]: <a href="http://passpack.wordpress.com/">http://passpack.wordpress.com/</a>
[11]: <a href="http://www.profy.com/2007/04/03/clipperz-competition-for-passpack/">http://www.profy.com/2007/04/03/clipperz-competition-for-passpack/</a>
[12]: <a href="http://www.profy.com/2007/03/22/passpack/">http://www.profy.com/2007/03/22/passpack/</a>
[13]: <a href="http://passpack.wordpress.com/2007/04/10/passpack-and-clipperz-the-difference/">http://passpack.wordpress.com/2007/04/10/passpack-and-clipperz-the-difference/</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Dosh Dosh’s List of 17 Sponsored Blogging Networks</title>
      <link>https://thedaneshproject.com/posts/dosh-doshs-list-of-17-sponsored-blogging-networks/</link>
      <pubDate>Sat, 30 Jun 2007 17:57:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/dosh-doshs-list-of-17-sponsored-blogging-networks/</guid>
      <description>I was researching on the net last night and stumbled upon this post at DoshDosh. It talks about how to best utilize the various sponsored blogging services available today. 17 in total. The services covered are PayPerPost, ReviewMe ,SponsoredReview and 15 others.
My blog is still new and so am I to the whole blogging scene. I have to work hard for some time before I consider start looking at advertising on my blog.</description>
      <content:encoded><![CDATA[<p>I was researching on the net last night and stumbled upon this post at DoshDosh. It talks about how to best utilize the various sponsored blogging services available today. 17 in total. The services covered are <a href="https://payperpost.com">PayPerPost</a>, <a href="http://www.reviewme.com/">ReviewMe</a> ,<a href="http://www.sponsoredreview.com/">SponsoredReview</a> and 15 others.</p>
<p>My blog is still new and so am I to the whole blogging scene. I have to work hard for some time before I consider start looking at advertising on my blog.</p>
<p>For now I&rsquo;m thinking of looking at sponsered posts. I think it will help me discipline myself in the blogging space by forcing me to blog frequently and with quality.</p>
<p>Are you into sponsored post? Tell me bout them&hellip;</p>
<p>Source: <a href="http://www.doshdosh.com">DoshDosh</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Live traffic images by ITIS</title>
      <link>https://thedaneshproject.com/posts/live-traffic-images-by-itis/</link>
      <pubDate>Thu, 28 Jun 2007 14:44:35 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/live-traffic-images-by-itis/</guid>
      <description>Stay up2date with the current traffic situations around KL with ITIS (Integrated Transport Information system).
There are 2 services I like from ITIS. First is the &amp;ldquo;traffic images&amp;rdquo; which are live images from the various CCTV cameras setup along our roads. Second being &amp;ldquo;real time traffic information&amp;rdquo; areas.
Areas currently covered in traffic images;
KL-Seremban Highway
Federal Highway
Jalan Tun Razak
Jalan TAR
Jalan Kinabalu
Bukit Jalil
Jalan Kuching</description>
      <content:encoded><![CDATA[<p><a href="/wp-content/uploads/2007/06/cctv_c034_2.jpg" title="cctv_c034_2.jpg"><img loading="lazy" src="/wp-content/uploads/2007/06/cctv_c034_2.jpg" alt="cctv_c034_2.jpg"  />
</a> <a href="/wp-content/uploads/2007/06/cctv_c101_2.jpg" title="cctv_c101_2.jpg"><img loading="lazy" src="/wp-content/uploads/2007/06/cctv_c101_2.jpg" alt="cctv_c101_2.jpg"  />
</a></p>
<p>Stay up2date with the current traffic situations around KL with <a href="http://www.itis.com.my">ITIS (Integrated Transport Information system).</a></p>
<p>There are 2 services I like from ITIS. First is the &ldquo;<a href="">traffic images</a>&rdquo; which are live images from the various CCTV cameras setup along our roads. Second being &ldquo;<a href="http://www.itis.com.my/itis/index.jsp#">real time traffic information</a>&rdquo; areas.</p>
<p>Areas currently covered in traffic images;</p>
<p>KL-Seremban Highway<br>
Federal Highway<br>
Jalan Tun Razak<br>
Jalan TAR<br>
Jalan Kinabalu<br>
Bukit Jalil<br>
Jalan Kuching<br>
Jalan Raja Laut<br>
Jalan Loke Yew<br>
MRR2<br>
Lebuhraya Mahameru<br>
Jalan Duta<br>
Jalan Damansara</p>
]]></content:encoded>
    </item>
    <item>
      <title>HongKiat.com defaced</title>
      <link>https://thedaneshproject.com/posts/hongkiat.com-defaced/</link>
      <pubDate>Tue, 26 Jun 2007 09:24:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hongkiat.com-defaced/</guid>
      <description>You thought it will never happens to you but when it does are you prepared?
HongKiat.com was defaced yesterday. He lost his database and 2-3 days of posts.
Hong Kiat&amp;rsquo;s Fix:
Upgrade to WordPress 2.2.1
Restore the backup of the database. He was lucky to have one.
I visit Hong Kiat.comÂ almost everyday, his posts are quite good. It&amp;rsquo;s to know that he is back online.
Lesson to learn:
Make sure to always upgrade when a security patch is released.</description>
      <content:encoded><![CDATA[<p>You thought it will never happens to you but when it does are you prepared?</p>
<p><img loading="lazy" src="http://www.hongkiat.com/blog/wp-content/uploads/defaced.png" alt=""  />
</p>
<p>HongKiat.com was defaced yesterday. He lost his database and 2-3 days of posts.</p>
<p><strong>Hong Kiat&rsquo;s Fix:</strong></p>
<ol>
<li>
<p>Upgrade to <a href="http://wordpress.org/development/2007/06/wordpress-221/">WordPress 2.2.1</a></p>
</li>
<li>
<p>Restore the backup of the database. He was lucky to have one.</p>
</li>
</ol>
<p>I visit Hong Kiat.comÂ  almost everyday, his posts are quite good. It&rsquo;s to know that he is back online.</p>
<p><strong>Lesson to learn:</strong></p>
<p>Make sure to always upgrade when a security patch is released. We don&rsquo;t live in a perfect world anymore where people are nice and decent. Your best friend is prevention.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to change the hostname in Linux</title>
      <link>https://thedaneshproject.com/posts/how-to-change-the-hostname-in-linux/</link>
      <pubDate>Mon, 25 Jun 2007 20:50:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-change-the-hostname-in-linux/</guid>
      <description>Changing your Linux machine&amp;rsquo;s hostname is easy. Just follow the steps below.
root# hostname [new-host-name]
root# vi /etc/sysconfig/network
HOSTNAME=[new-host-name]
root# vi /etc/hosts
Make sure your new host is updated in the hosts file.
root# service network restart
Done!!</description>
      <content:encoded><![CDATA[<p>Changing your Linux machine&rsquo;s hostname is easy. Just follow the steps below.</p>
<p><strong><em>root# hostname [new-host-name]</em></strong></p>
<p><strong><em>root# vi /etc/sysconfig/network</em></strong></p>
<p>HOSTNAME=[new-host-name]</p>
<p><strong><em>root# vi /etc/hosts</em></strong></p>
<p>Make sure your new host is updated in the hosts file.</p>
<p><strong><em>root# service network restart</em></strong></p>
<p>Done!!</p>
]]></content:encoded>
    </item>
    <item>
      <title>Duplicate ssh sessions without password prompt</title>
      <link>https://thedaneshproject.com/posts/duplicate-ssh-sessions-without-password-prompt/</link>
      <pubDate>Fri, 15 Jun 2007 03:33:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/duplicate-ssh-sessions-without-password-prompt/</guid>
      <description>&lt;p&gt;I work with multiple ssh sessions whenever I connect to a server. Typically I would have about 3 sessions initiated from my host machine to the destination server.&lt;/p&gt;
&lt;p&gt;Found away to duplicate my session without retyping my password every time I initiate a connection the the server from my host machine thanks toÂ  &lt;a href=&#34;http://linux.byexamples.com/archives/286/duplicate-ssh-session/&#34;&gt;Linux By Examples.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Add the following 2 lines to your /etc/ssh/ssh_config file and feature will be ready for you to use once you restart the sshd service.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;ControlMaster auto&lt;br&gt;
ControlPath ~/.ssh/socket-%r@%h:%p&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;./wp-content/uploads/2007/06/ssh-dup.jpg&#34; title=&#34;ssh-dup.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/06/ssh-dup.jpg&#34; alt=&#34;ssh-dup.jpg&#34;  /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I work with multiple ssh sessions whenever I connect to a server. Typically I would have about 3 sessions initiated from my host machine to the destination server.</p>
<p>Found away to duplicate my session without retyping my password every time I initiate a connection the the server from my host machine thanks toÂ  <a href="http://linux.byexamples.com/archives/286/duplicate-ssh-session/">Linux By Examples.</a></p>
<p>Add the following 2 lines to your /etc/ssh/ssh_config file and feature will be ready for you to use once you restart the sshd service.</p>
<p><em><strong>ControlMaster auto<br>
ControlPath ~/.ssh/socket-%r@%h:%p</strong></em></p>
<p><a href="/wp-content/uploads/2007/06/ssh-dup.jpg" title="ssh-dup.jpg"><img loading="lazy" src="/wp-content/uploads/2007/06/ssh-dup.jpg" alt="ssh-dup.jpg"  />
</a></p>
<p><strong>ControlMaster</strong><br>
Enables the sharing of multiple sessions over aÂ  single<br>
networkÂ  connection.Â Â  WhenÂ  setÂ  toÂ  &ldquo;yes&quot;Â  ssh will<br>
listen for connections on aÂ  controlÂ  socketÂ  specified<br>
usingÂ  theÂ  ControlPathÂ  argument.Â  Additional sessions<br>
can connect to this socket using theÂ  sameÂ  ControlPath<br>
withÂ  ControlMaster set to &ldquo;no&rdquo; (the default).Â  These<br>
sessions will reuse the master instance&rsquo;s networkÂ  con-<br>
nectionÂ  rather than initiating new ones.Â  Setting this<br>
to &ldquo;ask&rdquo; will cause ssh to listen for control connec-<br>
tions,Â  butÂ  require confirmation using the SSH_ASKPASS<br>
program before they are acceptedÂ  (seeÂ  ssh-add(1)Â  for<br>
details).</p>
<p><strong>ControlPath</strong><br>
SpecifyÂ  theÂ  pathÂ  toÂ  theÂ  controlÂ  socketÂ  usedÂ  for<br>
connection sharing.Â  See ControlMaster above.</p>]]></content:encoded>
    </item>
    <item>
      <title>Picasa Web Albums now 1GB</title>
      <link>https://thedaneshproject.com/posts/picasa-web-albums-now-1gb/</link>
      <pubDate>Sat, 19 May 2007 11:25:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/picasa-web-albums-now-1gb/</guid>
      <description>If you need more storage you will need to pay and I have the price list. See below.
7GB (25USD/year)
26GB (100USD/year)
101GB (300USD/year)
251GB (500USD/year)
[Upgrade Storage][2]
[Picasa Web Albums][3]
[1]: /wp-content/uploads/2007/05/picasa-web1.png)
[2]: http://picasaweb.google.com/lh/upgradeStorage
[3]: http://picasaweb.google.com</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/05/picasa-web1.png" alt=""  />
</p>
<p>If you need more storage you will need to pay and I have the price list. See below.</p>
<p>7GB (25USD/year)<br>
26GB (100USD/year)<br>
101GB (300USD/year)<br>
251GB (500USD/year)</p>
<p>[Upgrade Storage][2]</p>
<p>[Picasa Web Albums][3]</p>
<p>[1]: /wp-content/uploads/2007/05/picasa-web1.png)<br>
[2]: <a href="http://picasaweb.google.com/lh/upgradeStorage">http://picasaweb.google.com/lh/upgradeStorage</a><br>
[3]: <a href="http://picasaweb.google.com">http://picasaweb.google.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Streamyx 4.0 mbps</title>
      <link>https://thedaneshproject.com/posts/streamyx-4.0-mbps/</link>
      <pubDate>Thu, 17 May 2007 12:47:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/streamyx-4.0-mbps/</guid>
      <description>The current promotion package is priced at RM198 /month, RM70 cheaper then the normal price 268/month. Promotion ends till June 17, 2007.
I&amp;rsquo;m thinkin hard if I sould jump on the deal or wait for feedback from others before I decide. Anyone out there interested or already running the new 4.0mbps package? I need your advice.
Source: Streamyx 4.0mbps
[1]: /wp-content/uploads/2007/05/streamyx_40mbps_promo.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/05/streamyx_40mbps_promo.thumbnail.png" alt=""  />
</p>
<p>The current promotion package is priced at RM198 /month, RM70 cheaper then the normal price 268/month. Promotion ends till June 17, 2007.</p>
<p>I&rsquo;m thinkin hard if I sould jump on the deal or wait for feedback from others before I decide. Anyone out there interested or already running the new 4.0mbps package? I need your advice.</p>
<p>Source: Streamyx 4.0mbps</p>
<p>[1]: /wp-content/uploads/2007/05/streamyx_40mbps_promo.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>I want the Wii!!</title>
      <link>https://thedaneshproject.com/posts/i-want-the-wii/</link>
      <pubDate>Thu, 17 May 2007 05:42:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/i-want-the-wii/</guid>
      <description>John Chow dot com is blog that helps you [make money online][4] .
The Wii is sponsored by [1234Pens.com][5] and they make [promotional pens][5] .
[1]: /wp-content/uploads/2007/05/260px-wii_wiimotea.png) [2]: http://www.johnchow.com/evil-blog-contest-win-a-nintendo-wii/ [3]: http://www.johnchow.com [4]: http://www.johnchow.com/ [5]: http://www.1234pens.com/</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/05/260px-wii_wiimotea.png" alt=""  />
</p>
<p>John Chow dot com is blog that helps you [make money online][4] .</p>
<p>The Wii is sponsored by [1234Pens.com][5] and they make [promotional pens][5] .</p>
<p>[1]: /wp-content/uploads/2007/05/260px-wii_wiimotea.png)
[2]: <a href="http://www.johnchow.com/evil-blog-contest-win-a-nintendo-wii/">http://www.johnchow.com/evil-blog-contest-win-a-nintendo-wii/</a>
[3]: <a href="http://www.johnchow.com">http://www.johnchow.com</a>
[4]: <a href="http://www.johnchow.com/">http://www.johnchow.com/</a>
[5]: <a href="http://www.1234pens.com/">http://www.1234pens.com/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Latest in the digg labs “arc”</title>
      <link>https://thedaneshproject.com/posts/latest-in-the-digg-labs-arc/</link>
      <pubDate>Thu, 17 May 2007 04:13:29 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/latest-in-the-digg-labs-arc/</guid>
      <description>Arc gets it&amp;rsquo;s name from lines that link related stories in the outer ring across topics. Stories are linked when an user diggs 2 or more different stories. This makes for a more effective way to discover new topics and stories.
To finish off, Arc has a full screen view that makes use of your whole screen. Nice feature. Now you can see how information grows. Literally.
My View</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/05/arc.png" alt=""  />
</p>
<p>Arc gets it&rsquo;s name from lines that link related stories in the outer ring across topics. Stories are linked when an user diggs 2 or more different stories. This makes for a more effective way to discover new topics and stories.</p>
<p>To finish off, Arc has a full screen view that makes use of your whole screen. Nice feature. Now you can see how information grows. Literally.</p>
<p><em><!-- raw HTML omitted --><!-- raw HTML omitted -->My View<!-- raw HTML omitted --><!-- raw HTML omitted --></em></p>
<p>I like the idea behind the tool very much. It&rsquo;s a new way to present and discover information.</p>
<p>Source: Digg Labs</p>
<p>[1]: /wp-content/uploads/2007/05/arc.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.2 “Getz” released</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.2-getz-released/</link>
      <pubDate>Wed, 16 May 2007 08:57:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.2-getz-released/</guid>
      <description>Earlier this morning WordPress 2.2 &amp;ldquo;Getz&amp;rdquo; was officially released.
Over 200 bug fixes, widget support, ATOM support, blogger importer, speed optimization and a few other goodies bundled with this release.
Download WordPress 2.2
Install Manual
Upgrade Manual
The Danesh Project is now running on WordPress 2.2 .</description>
      <content:encoded><![CDATA[<p>Earlier this morning WordPress 2.2 <em><strong>&ldquo;Getz&rdquo;</strong></em> was officially released.</p>
<p>Over 200 bug fixes, widget support, ATOM support, blogger importer, speed optimization and a few other goodies bundled with this release.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.2</a></p>
<p><a href="http://codex.wordpress.org/Installing_WordPress">Install Manual</a></p>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrade Manual</a></p>
<p>The Danesh Project is now running on WordPress 2.2 .</p>
]]></content:encoded>
    </item>
    <item>
      <title>Build your own TUX toy</title>
      <link>https://thedaneshproject.com/posts/build-your-own-tux-toy/</link>
      <pubDate>Wed, 16 May 2007 03:23:30 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/build-your-own-tux-toy/</guid>
      <description>Interested in building your own Linux penguin?
Print the template in full size, put it togather and finally unleash the penguin within&amp;hellip;.</description>
      <content:encoded><![CDATA[<p>Interested in building your own Linux penguin?</p>
<p>Print the template in full size, put it togather and finally unleash the penguin within&hellip;.</p>
<p><a href="/wp-content/uploads/2007/05/maquettetuxlinuxentouraky2.jpg" title="maquettetuxlinuxentouraky2.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/maquettetuxlinuxentouraky2.thumbnail.jpg" alt="maquettetuxlinuxentouraky2.jpg"  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Windows Vista Upgrade Decision made simple</title>
      <link>https://thedaneshproject.com/posts/windows-vista-upgrade-decision-made-simple/</link>
      <pubDate>Tue, 15 May 2007 19:37:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/windows-vista-upgrade-decision-made-simple/</guid>
      <description>Thinking about upgrading to vista? This flowchart will help yo understand what&amp;rsquo;s needed, do you have it and finally force you to make a decision.
Source: earlmarcus.com</description>
      <content:encoded><![CDATA[<p>Thinking about upgrading to vista? This flowchart will help yo understand what&rsquo;s needed, do you have it and finally force you to make a decision.</p>
<p><a href="/wp-content/uploads/2007/05/vistaupgradebig.jpg" title="vistaupgradebig.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/vistaupgradebig.thumbnail.jpg" alt="vistaupgradebig.jpg"  />
</a></p>
<p>Source: <a href="http://earlmarcus.com/index.php/2007/05/09/do-you-need-a-vista-upgrade/">earlmarcus.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>10 Things a Linux person will not tell you</title>
      <link>https://thedaneshproject.com/posts/10-things-a-linux-person-will-not-tell-you/</link>
      <pubDate>Tue, 15 May 2007 06:20:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/10-things-a-linux-person-will-not-tell-you/</guid>
      <description>Talk to any Linux guy and this is what you will hear; Linux is good, Linux is stable, Linux is cool, I rebooted my box 3 years ago (my personal favorite), but there is a dark side see for your self.
If you install Linux;
You will lose all your athletic abilities. You will be glue to you screen.
Your new God will be Linus Torvalds and he requests to burn [in flames] a copy of Windows every first Monday of April at Midnight</description>
      <content:encoded><![CDATA[<p>Talk to any Linux guy and this is what you will hear; <em><strong>Linux is good, Linux is stable, Linux is cool, I rebooted my box 3 years ago (my personal favorite),</strong></em> but there is a dark side see for your self.</p>
<p>If you install Linux;</p>
<ol start="10">
<li>
<p>You will lose all your athletic abilities. You will be glue to you screen.</p>
</li>
<li>
<p>Your new God will be Linus Torvalds and he requests to burn [in flames] a copy of Windows every first Monday of April at Midnight</p>
</li>
<li>
<p>You will sell your High-End, Uber-Powered PC to buy an 8088 machine because Linux don&rsquo;t need a fast computer!. Why waste a 386?</p>
</li>
<li>
<p>You will stay 10 hours a day on the web writing phrases like: Microsoft is the Devil, Linux is free as in beeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeer!!</p>
</li>
<li>
<p>You will be fired because OpenOffice will not open your Boss&rsquo;s presentation during an Intergalactic meeting.</p>
</li>
<li>
<p>You will lose 10 days of your life to configure Wine just to play a game which under Windows requested 2 clicks and yes, it will lose frames.</p>
</li>
<li>
<p>You will try 10^10 Linux distributions and in the meantime you will use Windows to have some work done</p>
</li>
<li>
<p>You will buy again your High-End PC spending 10 times more because you have installed Gentoo and you need to recompile all-the-sources-in-the-universe</p>
</li>
<li>
<p>Your electricity bill will jump to new highs because you can&rsquo;t be owned by that guy on irc on uptime!</p>
</li>
<li>
<p>After 5 years without a real-life you will understand that BSDs are better!</p>
</li>
</ol>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->My Opiniion;<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>I agree on certain things. The whole desktop experience on Linux is still lacking. Please don&rsquo;t get me wrong, I love XGL and Berly and everything else. The GUI in Linux has come a long way but somehow I don&rsquo;t get a polished feel out of the box and this is where MS is overtaking Linux.</p>
<p>I always wanted to Linux to remain a CLI only OS and not worry about he desktop market but branching into the desktop arena will give Linux super exposure to the world.</p>
<p>If you are like me then you spend more time evaluating and testing different distros then actually using them. I mean desktop oriented distros.</p>
<p>I have few Linux boxes at home and they are all CLI only, mainly used for file sharing and web hosting. I love the CLI.</p>
<p>I have 1 Windows machine, my office notebook actually. This is what I use to for everything else&hellip;..</p>
<p>Well, whatever the outcome is in the future I will always choose Linux over Windows&hellip;&hellip;.. What&rsquo;s your comments?<br>
Source: <a href="http://www.mv-v.com/blog/">MV-V.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Crash Masters at MRR2</title>
      <link>https://thedaneshproject.com/posts/crash-masters-at-mrr2/</link>
      <pubDate>Mon, 14 May 2007 03:36:22 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/crash-masters-at-mrr2/</guid>
      <description>I have been commuting to Cyber Jaya for the past 3 weeks and yesterday I heard some disturbing news about a new syndicate operating along the MRR2 highway. People call them the &amp;ldquo;Crash Masters&amp;rdquo;.
The &amp;ldquo;Crash Masters&amp;rdquo; drive recklessly along the highway and get you to crash into their vehicle from the back by applying emergency breaks. They are not after your cash or your vehicle, what they want is your insurance claims and towing business.</description>
      <content:encoded><![CDATA[<p>I have been commuting to Cyber Jaya for the past 3 weeks and yesterday I heard some disturbing news about a new syndicate operating along the <a href="http://en.wikipedia.org/wiki/Kuala_Lumpur_Middle_Ring_Road_2">MRR2</a> highway. People call them the &ldquo;<em><strong>Crash Masters</strong></em>&rdquo;.</p>
<p>The &ldquo;<em><strong>Crash Masters</strong></em>&rdquo; drive recklessly along the highway and get you to crash into their vehicle from the back by applying emergency breaks. They are not after your cash or your vehicle, what they want is your insurance claims and towing business. Don&rsquo;t be surprised if the tow truck gets there within 5 minutes. Most times you will find the tow guy immediately recommending you which mechanic to go to for your claims and also get your vehicle prep up for towing without even getting approval from you beforehand.</p>
<p>I am not sure if this really happens as I&rsquo;ve not experienced it and don&rsquo;t intend to but would want to advice everyone to be careful anyway. Make sure to keep a good distance between you and the car in front of you at all time to give you sufficient room to break when needed.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Hijackers using eggs.</title>
      <link>https://thedaneshproject.com/posts/hijackers-using-eggs./</link>
      <pubDate>Mon, 14 May 2007 03:14:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hijackers-using-eggs./</guid>
      <description>Got this in my mail today&amp;hellip; read on,
_&amp;lt;span style=&amp;ldquo;font-size: 10pt; font-family: &amp;ldquo;Tahoma&amp;rdquo;,&amp;ldquo;sans-serif&amp;rdquo;; color: #003366&amp;rdquo;&amp;gt;Hi Everyone,
I want to bring a very serious issueÂ to your attention:Â &amp;lt;span style=&amp;ldquo;font-size: 12pt; font-family: &amp;ldquo;Times New Roman&amp;rdquo;,&amp;ldquo;serif&amp;rdquo;&amp;quot;&amp;gt; &amp;lt;span style=&amp;ldquo;font-size: 10pt; font-family: &amp;ldquo;Tahoma&amp;rdquo;,&amp;ldquo;sans-serif&amp;rdquo;; color: #003366&amp;rdquo;&amp;gt;
The hijackers throw eggs at your vehicle, hoping that you then slow down andÂ turn your wipers on. Once youÂ turn your wipers on,
you cannot see anything. This is just what the hi-jackers want.</description>
      <content:encoded><![CDATA[<p>Got this in my mail today&hellip; read on,</p>
<p>_&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: #003366&rdquo;&gt;Hi Everyone,<!-- raw HTML omitted --></p>
<p>I want to bring a very serious issueÂ to your attention:Â <!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 12pt; font-family: &ldquo;Times New Roman&rdquo;,&ldquo;serif&rdquo;&quot;&gt; <!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: #003366&rdquo;&gt;</p>
<p>The hijackers throw eggs at your vehicle, hoping that you then slow down andÂ turn your wipers on. Once youÂ turn your wipers on,<br>
you cannot see anything. This is just what the hi-jackers want. They stand a few meters away, and once you have pulled over,<br>
they attack and take your car. Maybe even your life.<!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 12pt; font-family: &ldquo;Times New Roman&rdquo;,&ldquo;serif&rdquo;&quot;&gt; <!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: #003366&rdquo;&gt;</p>
<p>In the event of this happening to you, just keep going. <!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: navy&rdquo;&gt;You&rsquo;re advised to o<!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: #003366&rdquo;&gt; pen your window slightly, put your head out the window<!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 12pt; font-family: &ldquo;Times New Roman&rdquo;,&ldquo;serif&rdquo;&quot;&gt; <!-- raw HTML omitted -->&lt;span style=&ldquo;font-size: 10pt; font-family: &ldquo;Tahoma&rdquo;,&ldquo;sans-serif&rdquo;; color: #003366&rdquo;&gt;<br>
for vision and just keep driving, until you are safe.<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Do you thing this really happens? I bet your wind screen gonna smell like rotten eggs.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Transformers Movie Update</title>
      <link>https://thedaneshproject.com/posts/transformers-movie-update/</link>
      <pubDate>Fri, 11 May 2007 09:52:11 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/transformers-movie-update/</guid>
      <description>7 . 4 . 7 is the date to remember. I bet you already know why&amp;hellip;.
Source: Jalopnik
Official Site</description>
      <content:encoded><![CDATA[<p>7 . 4 . 7 is the date to remember. I bet you already know why&hellip;.</p>
<p><a href="/wp-content/uploads/2007/05/optimus_prime_transformed_top.jpg" title="optimus_prime_transformed_top.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/optimus_prime_transformed_top.jpg" alt="optimus_prime_transformed_top.jpg"  />
</a></p>
<p>Source: <a href="http://www.jalopnik.com/">Jalopnik</a></p>
<p><a href="http://www.transformersmovie.com/">Official Site</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Only in Malaysia</title>
      <link>https://thedaneshproject.com/posts/only-in-malaysia/</link>
      <pubDate>Thu, 10 May 2007 07:37:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/only-in-malaysia/</guid>
      <description>Some fun pics I got in my mail. Only in Malaysia.
Awesome street sign. Let&amp;rsquo;s say it in English and BM in the same sentence. This is what happens when it rains in KL Astro in Johor Clown on Kesas Don&amp;rsquo;t litter, the right way!! Ah long!! Cicak Man!! Rempit Crew in action..sigh&amp;hellip;. GPS tracking? Is it worth it or is he just dumb? 11.Ã¯Â¿Â½ Hmmmm&amp;hellip; for sale?</description>
      <content:encoded><![CDATA[<p>Some fun pics I got in my mail. Only in Malaysia.</p>
<ol>
<li>Awesome street sign. Let&rsquo;s say it in English and BM in the same sentence.</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/thisroadsignislocatedinsungaibesikualalumpur.jpg" title="thisroadsignislocatedinsungaibesikualalumpur.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/thisroadsignislocatedinsungaibesikualalumpur.thumbnail.jpg" alt="thisroadsignislocatedinsungaibesikualalumpur.jpg"  />
</a></p>
<ol start="2">
<li>This is what happens when it rains in KL</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/kotadamansarainpetalingjayarecently.jpg" title="kotadamansarainpetalingjayarecently.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/kotadamansarainpetalingjayarecently.thumbnail.jpg" alt="kotadamansarainpetalingjayarecently.jpg"  />
</a></p>
<ol start="3">
<li>Astro in Johor</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/takeninkampungmajidibarujohorbaru.jpg" title="takeninkampungmajidibarujohorbaru.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/takeninkampungmajidibarujohorbaru.thumbnail.jpg" alt="takeninkampungmajidibarujohorbaru.jpg"  />
</a></p>
<ol start="4">
<li>Clown on Kesas</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/takenalongthekesashighwayrecently.jpg" title="takenalongthekesashighwayrecently.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/takenalongthekesashighwayrecently.thumbnail.jpg" alt="takenalongthekesashighwayrecently.jpg"  />
</a></p>
<ol start="5">
<li>Don&rsquo;t litter, the right way!!</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/sign.jpg" title="sign.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/sign.thumbnail.jpg" alt="sign.jpg"  />
</a></p>
<ol start="6">
<li>Ah long!!</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/rosli_1202-1.jpg" title="rosli_1202-1.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/rosli_1202-1.thumbnail.jpg" alt="rosli_1202-1.jpg"  />
</a></p>
<ol start="7">
<li>Cicak Man!!</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/realcicakman.jpg" title="realcicakman.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/realcicakman.thumbnail.jpg" alt="realcicakman.jpg"  />
</a></p>
<ol start="8">
<li>Rempit Crew in action..sigh&hellip;.</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/motorcyclistperformingawheelieatahighway.jpg" title="motorcyclistperformingawheelieatahighway.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/motorcyclistperformingawheelieatahighway.thumbnail.jpg" alt="motorcyclistperformingawheelieatahighway.jpg"  />
</a></p>
<ol start="9">
<li>GPS tracking?</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/keeptrackofthecompany_strucks.jpg" title="keeptrackofthecompany_strucks.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/keeptrackofthecompany_strucks.thumbnail.jpg" alt="keeptrackofthecompany_strucks.jpg"  />
</a></p>
<ol start="10">
<li>Is it worth it or is he just dumb?</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/guan_0902a-1.jpg" title="guan_0902a-1.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/guan_0902a-1.thumbnail.jpg" alt="guan_0902a-1.jpg"  />
</a></p>
<p>11.Ã¯Â¿Â½ Hmmmm&hellip; for sale?</p>
<p><a href="/wp-content/uploads/2007/05/freeschoolinpenang.jpg" title="freeschoolinpenang.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/freeschoolinpenang.thumbnail.jpg" alt="freeschoolinpenang.jpg"  />
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bash Completion on CentOS 5</title>
      <link>https://thedaneshproject.com/posts/bash-completion-on-centos-5/</link>
      <pubDate>Wed, 09 May 2007 07:19:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bash-completion-on-centos-5/</guid>
      <description>I use the command line everyday at for work and home. Command switches a part of life but the problem is remembering switches. The man files have always helped and always will continue doing so.
Bash-completion came along to help in this area. It displays a list of a available switched for a specific command by simply hitting the TAB key twice. See screenshots below for clearer picture.
Download the rpm .</description>
      <content:encoded><![CDATA[<p>I use the command line everyday at for work and home. Command switches a part of life but the problem is remembering switches. The man files have always helped and always will continue doing so.</p>
<p><a href="http://freshmeat.net/projects/bashcompletion/">Bash-completion</a> came along to help in this area. It displays a list of a available switched for a specific command by simply hitting the <em><strong>TAB key</strong></em> twice. See screenshots below for clearer picture.</p>
<ol>
<li>
<p>Download the rpm . Currently no packages available from the CentOS repos.<br>
<em><strong>#&ldquo;wget <a href="http://www.caliban.org/files/redhat/RPMS/noarch/bash-completion-20060301-1.noarch.rpm%22">http://www.caliban.org/files/redhat/RPMS/noarch/bash-completion-20060301-1.noarch.rpm&quot;</a></strong></em></p>
</li>
<li>
<p>Install the rpm<br>
<em><strong>#&ldquo;rpm -ivh bash-completion-20060301-1.noarch.rpm&rdquo;</strong></em></p>
</li>
<li>
<p>Start a new shell or execute the command below<br>
<em><strong>#&rdquo;. /etc/bash_completion&quot;</strong></em></p>
</li>
<li>
<p>Test out your new shell enhancement<br>
<em><strong>#&ldquo;ls — [TAB][TAB]&rdquo;</strong></em></p>
</li>
</ol>
<p><a href="/wp-content/uploads/2007/05/bash-completion1.jpg" title="bash-completion1.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/bash-completion1.thumbnail.jpg" alt="bash-completion1.jpg"  />
</a></p>
<p><a href="/wp-content/uploads/2007/05/bash-completion2.jpg" title="bash-completion2.jpg"><img loading="lazy" src="/wp-content/uploads/2007/05/bash-completion2.thumbnail.jpg" alt="bash-completion2.jpg"  />
</a></p>
<p>Other Sources:</p>
<p><a href="http://linuxhelp.blogspot.com/2005/09/bash-completion-makes-life-easier-for.html">All About Linux</a></p>
<p><a href="http://www.debian-administration.org/articles/316">Debian Administration</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing yum fastest mirror plugin on CentOS 5</title>
      <link>https://thedaneshproject.com/posts/installing-yum-fastest-mirror-plugin-on-centos-5/</link>
      <pubDate>Tue, 08 May 2007 07:02:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-yum-fastest-mirror-plugin-on-centos-5/</guid>
      <description>Being in Malaysia don&amp;rsquo;t expect the best speeds when running &amp;ldquo;yum -y update&amp;rdquo;. I recommend installing the yum fastest mirror plugin to see some better results.
The plugin basically goes through the list of mirrors and determines which mirrors have the best response time. The results are then sorted and stored in a local cached copy.
Installation is simple,
&amp;ldquo;yum install yum-fastestmirror&amp;rdquo; for CentOS 5 and &amp;ldquo;yum -y install yum-plugin-fastestmirror&amp;rdquo; for previous versions.</description>
      <content:encoded><![CDATA[<p>Being in Malaysia don&rsquo;t expect the best speeds when running &ldquo;<strong><em>yum -y update</em></strong>&rdquo;. I recommend installing the yum fastest mirror plugin to see some better results.</p>
<p>The plugin basically goes through the list of mirrors and determines which mirrors have the best response time. The results are then sorted and stored in a local cached copy.</p>
<p>Installation is simple,</p>
<ol>
<li>
<h1 id="_yum-install-yum-fastestmirror_-for-centos-5-and-_yum--y-install-yum-plugin-fastestmirror_-for-previous-versions">&ldquo;<em><strong>yum install yum-fastestmirror</strong></em>&rdquo; for CentOS 5 and &ldquo;<em><strong>yum -y install yum-plugin-fastestmirror</strong></em>&rdquo; for previous versions.</h1>
</li>
<li>
<h1 id="_vi-etcyumpluginconfdfastestmirrorconf_-ensure-the-settings-described-below-and-set-properly">&ldquo;<strong><em>vi /etc/yum/pluginconf.d/fastestmirror.conf</em></strong>&rdquo; ensure the settings described below and set properly.</h1>
</li>
</ol>
<blockquote>
<p><em>[main]<br>
enabled=1<br>
verbose=0<br>
socket_timeout=3<br>
hostfilepath=/var/cache/yum/timedhosts.txt<br>
maxhostfileage=1</em></p>
</blockquote>
<ol start="3">
<li>
<h1 id="_yum--y-update_-and-you-should-start-seeing-a-difference">&ldquo;<strong><em>yum -y update</em></strong>&rdquo; and you should start seeing a difference.</h1>
</li>
</ol>
<blockquote>
<p><em># yum -y update<br>
Loading &ldquo;fastestmirror&rdquo; plugin<br>
Loading &ldquo;installonlyn&rdquo; plugin<br>
Setting up Update Process<br>
Setting up repositories<br>
Loading mirror speeds from cached hostfile</em></p>
</blockquote>
<p>More help available at the <a href="http://wiki.centos.org/PackageManagement/Yum/FastestMirror">CentOs Wiki</a> .</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux guide for a windows user</title>
      <link>https://thedaneshproject.com/posts/linux-guide-for-a-windows-user/</link>
      <pubDate>Mon, 07 May 2007 07:02:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-guide-for-a-windows-user/</guid>
      <description>An awesome book for the average Windows user who is thinking about getting started in Linux or maybe just curious about what Linux looks and feels like. The book will show you how, where and what is needed to get youÂ started on you Linux journey.
The book is authored by Scott Morris from openSUSE Linux Rant. 25 versions from 5 different OS platforms and 20 years of experince is what he bring to the table.</description>
      <content:encoded><![CDATA[<p>An awesome book for the average Windows user who is thinking about getting started in Linux or maybe just curious about what Linux looks and feels like. The book will show you how, where and what is needed to get youÂ  started on you Linux journey.</p>
<p>The book is authored by <a href="http://www.suseblog.com/?page_id=2">Scott Morris</a> from <a href="http://www.suseblog.com/">openSUSE Linux Rant.</a> 25 versions from 5 different OS platforms and 20 years of experince is what he bring to the table. <a href="http://www.suseblog.com/?page_id=2">Read his bio</a>.</p>
<p>I have gone through the book and personally found it to be really good for those who are eager to get started in the Linux world but don&rsquo;t want to be overwhelmed by too much information. The information is simple and supported by detailed screenshots. One can never go wrong with screenshots.</p>
<p>The book stresses that Linux today is fully functional through it GUI interface alone and the need for the command line is more suitable for those with more experience who prefer working in the CLI environment. Limited packages and complicated installation procedures are something of the past as now there are tons of quality software packages bundled with Linux and with the addition of the GUI based package managers the end user is able to easily install/uninstall the packages of their choice.</p>
<p>If you eager to start then please add this book to your <em>&ldquo;must have&rdquo;</em> list of books.</p>
<p><a href="/downloads/easiest_linux_guide_ever.pdf">Get the the book</a></p>
<p>Source: <a href="http://www.suseblog.com/?p=141">openSUSE Linux Rants</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Top Antivirus Applications</title>
      <link>https://thedaneshproject.com/posts/top-antivirus-applications/</link>
      <pubDate>Tue, 24 Apr 2007 02:16:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/top-antivirus-applications/</guid>
      <description>Antivirus applications are installed on almost every computer today. The threat of virus attacks is always growing and the technology evolving. The best defense anyone can have today is a good antivirus application.
PC World has published a list of the top performers in the antivirus space. This is helpful information for those looking to get antivirus application to secure their computers.
The Top Performers are;
Kaspersky Anti-Virus 6
Symantec Norton AntiVirus 2007</description>
      <content:encoded><![CDATA[<p>Antivirus applications are installed on almost every computer today. The threat of virus attacks is always growing and the technology evolving. The best defense anyone can have today is a good antivirus application.</p>
<p><a href="http://www.pcworld.com/">PC World</a> has published a list of the top performers in the antivirus space. This is helpful information for those looking to get antivirus application to secure their computers.</p>
<p>The Top Performers are;</p>
<ol>
<li>
<p><a href="http://www.pcworld.com/article/id,130873-page,1/article.html">Kaspersky Anti-Virus 6</a></p>
</li>
<li>
<p><a href="http://www.pcworld.com/article/id,130903-page,1/article.html">Symantec Norton AntiVirus 2007</a></p>
</li>
<li>
<p><a href="http://www.pcworld.com/article/id,130904-page,1/article.html">BitDefender Antivirus 10</a></p>
</li>
<li>
<p><a href="http://www.pcworld.com/article/id,130906-page,1/article.html">Eset NOD32</a></p>
</li>
</ol>
<p>Source: PC World - Top Antivirus Performers</p>
]]></content:encoded>
    </item>
    <item>
      <title>Funny Comics</title>
      <link>https://thedaneshproject.com/posts/funny-comics/</link>
      <pubDate>Mon, 23 Apr 2007 02:52:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/funny-comics/</guid>
      <description>Got these comics in my mail today.
![][1]![][2]
![][3]![][4]
![][5]![][6]
[1]: http://farm1.static.flickr.com/187/469332918_eba5048d39.jpg) [2]: http://farm1.static.flickr.com/218/469332916_c8a01802dd.jpg) [3]: http://farm1.static.flickr.com/222/469347411_97f3057a92.jpg) [4]: http://farm1.static.flickr.com/231/469347401_b2be864327.jpg) [5]: http://farm1.static.flickr.com/219/469347395_9de123d8d9.jpg) [6]: http://farm1.static.flickr.com/173/469347369_a533e76085.jpg)</description>
      <content:encoded><![CDATA[<p>Got these comics in my mail today.</p>
<p>![][1]![][2]</p>
<p>![][3]![][4]</p>
<p>![][5]![][6]</p>
<p><img loading="lazy" src="http://farm1.static.flickr.com/224/469347357_e6879be389.jpg" alt=""  />
</p>
<p>[1]: <a href="http://farm1.static.flickr.com/187/469332918_eba5048d39.jpg">http://farm1.static.flickr.com/187/469332918_eba5048d39.jpg</a>)
[2]: <a href="http://farm1.static.flickr.com/218/469332916_c8a01802dd.jpg">http://farm1.static.flickr.com/218/469332916_c8a01802dd.jpg</a>)
[3]: <a href="http://farm1.static.flickr.com/222/469347411_97f3057a92.jpg">http://farm1.static.flickr.com/222/469347411_97f3057a92.jpg</a>)
[4]: <a href="http://farm1.static.flickr.com/231/469347401_b2be864327.jpg">http://farm1.static.flickr.com/231/469347401_b2be864327.jpg</a>)
[5]: <a href="http://farm1.static.flickr.com/219/469347395_9de123d8d9.jpg">http://farm1.static.flickr.com/219/469347395_9de123d8d9.jpg</a>)
[6]: <a href="http://farm1.static.flickr.com/173/469347369_a533e76085.jpg">http://farm1.static.flickr.com/173/469347369_a533e76085.jpg</a>)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattoo made for a player</title>
      <link>https://thedaneshproject.com/posts/tattoo-made-for-a-player/</link>
      <pubDate>Sun, 22 Apr 2007 16:39:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattoo-made-for-a-player/</guid>
      <description>This piece goes out to all you players out there. Playa playa!! I actually have a couple of playa friends who I think this tat will look real good on.
Sara Huser at Castle of Color in Lexington, KY is responsible this piece.
Source: ModBlog</description>
      <content:encoded><![CDATA[<p>This piece goes out to all you players out there. Playa playa!! I actually have a couple of playa friends who I think this tat will look real good on.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/04/200704201212-pix1.jpg" alt="200704201212-pix1.jpg"  />
</p>
<p>Sara Huser at <a href="http://www.castleofcolor.com">Castle of Color</a> in Lexington, KY is responsible this piece.</p>
<p>Source: <a href="http://modblog.bmezine.com/2007/04/20/slut-fucker-tattoo/">ModBlog</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Compare Screen Fonts</title>
      <link>https://thedaneshproject.com/posts/compare-screen-fonts/</link>
      <pubDate>Sun, 22 Apr 2007 15:44:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/compare-screen-fonts/</guid>
      <description>Designing your site? Trying to decide on the fonts to use?
Typetester is an awesome online tool for you to preview and compare fonts on your screen before you go ahead and decide.
Typetester</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/04/typetester.png" alt="typetester.png"  />
</p>
<p>Designing your site? Trying to decide on the fonts to use?</p>
<p><a href="http://typetester.maratz.com/">Typetester</a> is an awesome online tool for you to preview and compare fonts on your screen before you go ahead and decide.</p>
<p><a href="http://typetester.maratz.com/">Typetester</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 7.04 (Feisty Fawn) released</title>
      <link>https://thedaneshproject.com/posts/ubuntu-7.04-feisty-fawn-released/</link>
      <pubDate>Fri, 20 Apr 2007 02:08:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-7.04-feisty-fawn-released/</guid>
      <description>Ubuntu 7.04 (Feisty Fawn) has been officially released today.
I have been running the beta version for about 2 weeks now where I managed to test Ubuntu, Kubuntu and Xubuntu. There seems to be a good amount of improvements in the user experience arena. This can be best seen through the new integrated ability to simply install support for restricted formats like mp3 and DVD media. Kudos!! My pick is Xubuntu as it is the slimmest.</description>
      <content:encoded><![CDATA[<p>Ubuntu 7.04 (Feisty Fawn) has been officially released today.</p>
<p>I have been running the beta version for about 2 weeks now where I managed to test <a href="http://www.ubuntu.com/">Ubuntu</a>, <a href="http://www.kubuntu.org/">Kubuntu</a> and <a href="http://www.xubuntu.org/">Xubuntu</a>. There seems to be a good amount of improvements in the user experience arena. This can be best seen through the new integrated ability to simply install support for restricted formats like mp3 and DVD media. Kudos!! My pick is Xubuntu as it is the slimmest.</p>
<p>I also like the fact that the new CDs are now being shipped as live CDs. This puts the ball back into the users court enabling them to test run before committing.</p>
<p>There are 3 ways to obtain the latest Ubuntu distribution. You could <a href="http://www.ubuntu.com/getubuntu/download">download</a>, <a href="http://www.ubuntu.com/getubuntu/purchase">buy online</a> or request for the CDs to be shipped to you for free via <a href="https://shipit.ubuntu.com/">shipit</a>.</p>
<p>The download servers may be overloaded due to increased download requests so don&rsquo;t expect good speeds. <a href="http://www.ubuntu.com/getubuntu/download">Ubuntu 7.04 download page.</a></p>
<p>I would suggest going with the torrent way to get better download speeds. <a href="http://mirror.cs.umn.edu/ubuntu-torrents/">Ubuntu 7.04 torrent files.</a></p>
<p>I have already started my torrents for Ubuntu, Kubuntu and Xbuntu</p>
<p><a href="http://mirror.cs.umn.edu/ubuntu-torrents/"><br>
</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattoos 4 Toddlers</title>
      <link>https://thedaneshproject.com/posts/tattoos-4-toddlers/</link>
      <pubDate>Thu, 19 Apr 2007 02:20:06 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattoos-4-toddlers/</guid>
      <description>. Thinking bout getting you child a tattoo? Tattoos 4 Toddlers have a new needle less system to get you kid inked. Unlike the traditional rub on tattoos we a familiar with the needle less tattoos will stay on for about 10 years.
Tattoos 4 Toddlers</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/04/tattoos_for_toddlers.jpg" alt="tattoos_for_toddlers.jpg"  title="tattoos_for_toddlers.jpg"  />
 . <a href="http://www.tattoos4toddlers.com/" title="003.jpg"><img loading="lazy" src="/wp-content/uploads/2007/04/003.jpg" alt="003.jpg"  title="003.jpg"  />
</a></p>
<p>Thinking bout getting you child a tattoo? Tattoos 4 Toddlers have a new needle less system to get you kid inked. Unlike the traditional rub on tattoos we a familiar with the needle less tattoos will stay on for about 10 years.</p>
<p><a href="http://www.tattoos4toddlers.com/">Tattoos 4 Toddlers</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu 7.04 (Feisty Fawn) available for shipping now</title>
      <link>https://thedaneshproject.com/posts/ubuntu-7.04-feisty-fawn-available-for-shipping-now/</link>
      <pubDate>Fri, 13 Apr 2007 02:27:28 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ubuntu-7.04-feisty-fawn-available-for-shipping-now/</guid>
      <description>Ubuntu 7.04 (Feisty Fawn) is now shipping now through ShipIt.
ShipIt is also accepting request for Kubuntu 7.04 (Feisty Fawn) and Edubuntu 7.04 (Feisty Fawn) CDs.
Below are the request options but if you need more CDs, then use the special request form for that. Remember that the special request takes longer to process and goes through an approval process. Don&amp;rsquo;t be surprised to get rejected.
1 CD (1 64-bit PC Edition)</description>
      <content:encoded><![CDATA[<p>Ubuntu 7.04 (Feisty Fawn) is now shipping now through <a href="https://shipit.ubuntu.com/">ShipIt</a>.</p>
<p><a href="/wp-content/uploads/2007/04/shipit.PNG" title="shipit.PNG"><img loading="lazy" src="/wp-content/uploads/2007/04/shipit.PNG" alt="shipit.PNG"  />
</a></p>
<p>ShipIt is also accepting request for <a href="https://shipit.kubuntu.org/">Kubuntu 7.04 (Feisty Fawn)</a> and Edubuntu 7.04 (Feisty Fawn) CDs.</p>
<p>Below are the request options but if you need more CDs, then use the special request form for that. Remember that the special request takes longer to process and goes through an approval process. Don&rsquo;t be surprised to get rejected.</p>
<p>1 CD (1 64-bit PC Edition)<br>
1 CD (1 PC Edition)<br>
3 CDs (3 PC Edition)<br>
3 CDs (2 PC Edition, 1 64-bit PC Edition)</p>
<p><a href="http://www.ubuntu.com/">ubuntu</a> , <a href="http://www.kubuntu.org">kubuntu</a> , <a href="http://www.edubuntu.org/">edubuntu</a> , <a href="http://www.xubuntu.org/">xbuntu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>What would you do?</title>
      <link>https://thedaneshproject.com/posts/what-would-you-do/</link>
      <pubDate>Wed, 11 Apr 2007 10:42:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/what-would-you-do/</guid>
      <description>What would you do?
That is the question I keep asking myself now.
I have a good stable job in a large company but the salary is average. I was offered to go back to my previous company who is willing to pay me 100% more then what I am earning now.
My problem is I love what I do now and the career path it promises in the long run but I need more cash to fix my personal life and to save for my future use.</description>
      <content:encoded><![CDATA[<p>What would you do?</p>
<p>That is the question I keep asking myself now.</p>
<p>I have a good stable job in a large company but the salary is average. I was offered to go back to my previous company who is willing to pay me 100% more then what I am earning now.</p>
<p>My problem is I love what I do now and the career path it promises in the long run but I need more cash to fix my personal life and to save for my future use. I have always worked to gain experiance and not the salary but I feel now I need to start looking at the dollars instead. In my current position it will take me 3 years to work my way up to the salary currently being offered to me.</p>
<p>What would you do?</p>
]]></content:encoded>
    </item>
    <item>
      <title>Gaim is now Pidgin</title>
      <link>https://thedaneshproject.com/posts/gaim-is-now-pidgin/</link>
      <pubDate>Tue, 10 Apr 2007 17:44:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gaim-is-now-pidgin/</guid>
      <description>Short intro to Gaim,
Gaim is a multi-protocol instant messaging (IM) client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM and ICQ (Oscar protocol), MSN Messenger, Yahoo!, IRC, Jabber, Gadu-Gadu, SILC, Novell GroupWise Messenger, Lotus Sametime, and Zephyr networks. Gaim has the ability to connect to multiple IM services at the same time which greatly improved the IM experiance for the end users.
Gaim no more, but Pidgin.</description>
      <content:encoded><![CDATA[<p><strong>Short intro to Gaim,</strong></p>
<p>Gaim is a multi-protocol instant messaging (IM) client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM and ICQ (Oscar protocol), MSN Messenger, Yahoo!, IRC, Jabber, Gadu-Gadu, SILC, Novell GroupWise Messenger, Lotus Sametime, and Zephyr networks. Gaim has the ability to connect to multiple IM services at the same time which greatly improved the IM experiance for the end users.</p>
<p><strong>Gaim no more, but Pidgin.</strong></p>
<p>Gaim is now known as Pidgin. The name change was a result of the long awaited settlement between AOL and Gaim. This was a long process and no beta releases were made public during this period due to legal implications.</p>
<p><strong>&ldquo;Pidgin&rdquo;</strong> was a name deliberately chosen. See what it means, <a href="http://en.wikipedia.org/wiki/Pidgin">Pidgin at Wikipedia</a></p>
<p>The official release Pidgin 2.0.0 will be released in the coming weeks.</p>
<p><a href="http://pidgin.im/">New home for Pidgin (formerly Gaim)</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>alanbernard presents F’KN MISCHIEF</title>
      <link>https://thedaneshproject.com/posts/alanbernard-presents-fkn-mischief/</link>
      <pubDate>Mon, 09 Apr 2007 15:41:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/alanbernard-presents-fkn-mischief/</guid>
      <description>Alan had come up with a few new design for his T&amp;rsquo;s and a whole new page to go with them.
Check them out at;</description>
      <content:encoded><![CDATA[<p>Alan had come up with a few new design for his T&rsquo;s and a whole new page to go with them.</p>
<p>Check them out at;<br>
<img loading="lazy" src="http://alanbernard.com/mischief/wp-content/themes/alanx/images/foliage.gif" alt=""  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Shoutout at cheques gallery</title>
      <link>https://thedaneshproject.com/posts/shoutout-at-cheques-gallery/</link>
      <pubDate>Sun, 08 Apr 2007 14:48:50 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/shoutout-at-cheques-gallery/</guid>
      <description>The Danesh Project received a shoutout at the Cheques Gallery.
This is the first shoutout I have received so far. Hopefully I start seeing more moving forward.
Check it out at Cheques Gallery</description>
      <content:encoded><![CDATA[<p>The Danesh Project received a shoutout at the <a href="http://cheques-gallery.blogspot.com">Cheques Gallery</a>.</p>
<p>This is the first shoutout I have received so far. Hopefully I start seeing more moving forward.</p>
<p>Check it out at <a href="http://cheques-gallery.blogspot.com/2007/03/73502-adsense-cheque-novo-mundoorg.html">Cheques Gallery</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>openSUSE 10.2 Survey</title>
      <link>https://thedaneshproject.com/posts/opensuse-10.2-survey/</link>
      <pubDate>Wed, 04 Apr 2007 17:56:04 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/opensuse-10.2-survey/</guid>
      <description>SUSE/Novell is currently running a survey for openSUSE 10.2 distribution and the openSUSE project. Participate in the survey and you stand a chance to win a 1GB USB drive and a 80GB portable HDD.
openSUSE 10.2 Survey</description>
      <content:encoded><![CDATA[<p>SUSE/Novell is currently running a survey for openSUSE 10.2 distribution and the openSUSE project. Participate in the survey and you stand a chance to win a 1GB USB drive and a 80GB portable HDD.</p>
<p>openSUSE 10.2 Survey</p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.1.3 released | WordPress</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.1.3-released-wordpress/</link>
      <pubDate>Wed, 04 Apr 2007 01:50:53 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.1.3-released-wordpress/</guid>
      <description>WordPress 2.1.3 has been released. 2.1.3 is a security release and is highly recommended for both the 2.1 and 2.0 branches.
Get the latest release here.
Installation guide.
Upgrade guide.
** The Danesh Project has been upgraded and currently running WordPress 2.1.3 **
Original post on WordPress.org.</description>
      <content:encoded><![CDATA[<p>WordPress 2.1.3 has been released. 2.1.3 is a security release and is highly recommended for both the 2.1 and 2.0 branches.</p>
<p><a href="http://wordpress.org/download/">Get the latest release here</a>.</p>
<p><a href="http://codex.wordpress.org/Installing_WordPress">Installation guide</a>.</p>
<p><a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrade guide</a>.</p>
<p>** The Danesh Project has been upgraded and currently running WordPress 2.1.3 **</p>
<p><a href="http://wordpress.org/development/2007/04/wordpress-213-and-2010/">Original post on WordPress.org</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>PC, Mac… meet Linux</title>
      <link>https://thedaneshproject.com/posts/pc-mac-meet-linux/</link>
      <pubDate>Tue, 03 Apr 2007 06:46:02 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/pc-mac-meet-linux/</guid>
      <description>3 cool clips by Novell talking about Linux vs Mac vs MS.
Linux is the new kid on the block and maturing fast. That was the message embedded in the clips.
Your Linux is ready;Â Watch the clips at MeetLinux@Novell
Source: Novell
My fav is clip 3 ;).</description>
      <content:encoded><![CDATA[<p>3 cool clips by Novell talking about Linux vs Mac vs MS.</p>
<p>Linux is the new kid on the block and maturing fast. That was the message embedded in the clips.</p>
<p>Your Linux is ready;Â Watch the clips at <a href="http://www.novell.com/linux/meetlinux/">MeetLinux@Novell</a></p>
<p>Source: <a href="http://www.novell.com/">Novell</a></p>
<p>My fav is clip 3 ;).</p>
]]></content:encoded>
    </item>
    <item>
      <title>Tweaking openSUSE</title>
      <link>https://thedaneshproject.com/posts/tweaking-opensuse/</link>
      <pubDate>Tue, 03 Apr 2007 05:36:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tweaking-opensuse/</guid>
      <description>2 resources you must have to enjoy the full experience of an openSUSE Desktop.
openSUSE Community If you enjoy doing everything manually as I do then you will certainly find everything you need here.
Adding and managing openSUSE package sources. Adding and managing third party package sources. Enable support for restricted formats. (mp3,dvd,etc&amp;hellip;.) Good FAQ section. konvenientSUSE Automates the process of tweaking your openSUSE installation. Basicly does everything above through GUI.</description>
      <content:encoded><![CDATA[<p>2 resources you must have to enjoy the full experience of an openSUSE Desktop.</p>
<ol>
<li><a href="http://opensuse-community.org/Welcome_to_openSUSE-Community.org">openSUSE Community</a></li>
</ol>
<p>If you enjoy doing everything manually as I do then you will certainly find everything you need here.</p>
<ul>
<li>Adding and managing openSUSE package sources.</li>
<li>Adding and managing third party package sources.</li>
<li>Enable support for restricted formats. (mp3,dvd,etc&hellip;.)</li>
<li>Good FAQ section.</li>
</ul>
<ol start="2">
<li><a href="http://kde-apps.org/content/show.php?content=43378">konvenientSUSE</a></li>
</ol>
<p>Automates the process of tweaking your openSUSE installation. Basicly does everything above through GUI.</p>
<ul>
<li>Adds package repositories / installation sources.</li>
<li>Installs multimedia codecs.</li>
<li>Enable Encrypted DVD (DVD movies) playback support.</li>
<li>Enable support for Java and Flash.</li>
<li>Install Nvidia and ATi 3D drivers.</li>
<li>Ditch ZENWorks.</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Borneo International Tattoo Convention</title>
      <link>https://thedaneshproject.com/posts/borneo-international-tattoo-convention/</link>
      <pubDate>Fri, 23 Mar 2007 03:27:37 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/borneo-international-tattoo-convention/</guid>
      <description>Borneo International Tattoo Convention
Being in Malaysia for all my life and loving tattoos it&amp;rsquo;s weird that I never knew how much love exist for the art of traditional tattoos here in Malaysia.
My newest resolution for this year to attend the Borneo International Tattoo Convention this year which will held in Sibu,Sarawak from June 29th till 1st July 2007. Tickets are priced at RM25 for 1day and RM70 for the whole 3days.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.borneotattooconvention.com/sibu/images/frontpage-1.gif" alt=""  />
</p>
<p><a href="http://www.borneotattooconvention.com/sibu/">Borneo International Tattoo Convention</a></p>
<p>Being in Malaysia for all my life and loving tattoos it&rsquo;s weird that I never knew how much love exist for the art of traditional tattoos here in Malaysia.</p>
<p>My newest resolution for this year to attend the <a href="http://www.borneotattooconvention.com/sibu/">Borneo International Tattoo Convention</a> this year which will held in Sibu,Sarawak from June 29th till 1st July 2007. Tickets are priced at RM25 for 1day and RM70 for the whole 3days.</p>
<p>To see a Malaysian behind this just proofs the matureness of the art here in Malaysia. Ernesto Kalum is a true inspiration, to have a Bachelors Degree in Law from the U.K., but yet pursue his true love for the art of traditional tattoos. Kudos to you Ernesto!!</p>
<p>He has numerous achievements under his belt, top of the list having organized the The International Tattoo Convention on his home ground Sarawak in May 2002. This was the first tattoo convention ever held in South East Asia. <!-- raw HTML omitted -->Read more about Ernesto Kalum&rsquo;s achievements<!-- raw HTML omitted -->.</p>
<p>Maybe I&rsquo;ll get my first traditional tattoo done there.</p>
<p><a href="http://www.borneoheadhunter.com/">Ernesto Kalum</a> | <a href="http://www.borneotattooconvention.com/sibu/">Borneo International Tattoo Convention</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux On Dell Survey | Linux</title>
      <link>https://thedaneshproject.com/posts/linux-on-dell-survey-linux/</link>
      <pubDate>Wed, 21 Mar 2007 02:49:27 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/linux-on-dell-survey-linux/</guid>
      <description>Dell is running a survey to see what we the end user feel should be the best method to distribute Linux on dell hardware.
Tell them what you want by taking the survey at Dell Linux Survey at Direct2Dell.
I completed my survey today and chose openSUSE</description>
      <content:encoded><![CDATA[<p>Dell is running a survey to see what we the end user feel should be the best method to distribute Linux on dell hardware.</p>
<p>Tell them what you want by taking the survey at <a href="http://www.dell.com/linuxsurvey">Dell Linux Survey</a> at <a href="http://direct2dell.com/">Direct2Dell</a>.</p>
<p>I completed my survey today and chose openSUSE</p>
]]></content:encoded>
    </item>
    <item>
      <title>Installing nVidia driver on openSUSE 10.2 | Linux</title>
      <link>https://thedaneshproject.com/posts/installing-nvidia-driver-on-opensuse-10.2-linux/</link>
      <pubDate>Mon, 19 Mar 2007 15:43:26 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/installing-nvidia-driver-on-opensuse-10.2-linux/</guid>
      <description>&lt;p&gt;Installing nVidia drivers for your openSUSE 10.2&lt;/p&gt;
&lt;p&gt;Driver Source: &lt;a href=&#34;ftp://download.nvidia.com/opensuse/10.2/&#34;&gt;ftp://download.nvidia.com/opensuse/10.2/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1.start -&amp;gt; computers -&amp;gt; administrator settings -&amp;gt; software -&amp;gt; installation source&lt;br&gt;
![][1]&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Installing nVidia drivers for your openSUSE 10.2</p>
<p>Driver Source: <a href="ftp://download.nvidia.com/opensuse/10.2/">ftp://download.nvidia.com/opensuse/10.2/</a></p>
<p>1.start -&gt; computers -&gt; administrator settings -&gt; software -&gt; installation source<br>
![][1]</p>
<ol start="2">
<li>Select ftp as the media type</li>
</ol>
<p>![][2]</p>
<ol start="3">
<li>Protocol -&gt; ftp, server name -&gt; download.nvidia.com, directory -&gt; /opensuse/10.2/</li>
</ol>
<p>![][3]</p>
<ol start="4">
<li>Click next and probing will start</li>
</ol>
<p>![][4]</p>
<ol start="5">
<li>Accept the GnuPG key</li>
</ol>
<p>![][5]</p>
<ol start="6">
<li>Import the GnuPG key</li>
</ol>
<p>![][5]</p>
<p>![][6]</p>
<ol start="7">
<li>Verify source is available. It should be listed as seen below.</li>
</ol>
<p>![][7]</p>
<ol start="8">
<li>start -&gt; computers -&gt; administrator settings -&gt; software -&gt; software management</li>
</ol>
<p>![][8]</p>
<ol start="9">
<li>Filter -&gt; installation source. Select x11-video-nvidia and the appropriate kernel module.<br>
Run &ldquo;uname -r&rdquo; to get the installed kernel version.</li>
</ol>
<p><img loading="lazy" src="http://farm1.static.flickr.com/153/426788484_12cb5ff093.jpg" alt=""  />
</p>
<ol start="10">
<li>Accept and the install begins.</li>
</ol>
<p>![][9]</p>
<ol start="11">
<li>Once the installation is complete I suggest rebooting the machine. &ldquo;Ctrl Backspace&rdquo; will also work.</li>
</ol>
<p>You will see an nVidia splash screen before the desktop comes up. This confirms the new nVidia drivers are loaded.</p>
<p>Installation instructions for other platforms are available at [here][10].</p>
<p>I updated my openSUSE 10.2 box at home last night after a fresh install. Too bad I&rsquo;m stuck with an old 17&quot; CRT as my LCD died. Sigh&hellip;..</p>
<p>[1]: <a href="http://farm1.static.flickr.com/161/426784522_d917155812.jpg">http://farm1.static.flickr.com/161/426784522_d917155812.jpg</a>)
[2]: <a href="http://farm1.static.flickr.com/155/426784528_29fe5eaeae.jpg">http://farm1.static.flickr.com/155/426784528_29fe5eaeae.jpg</a>)
[3]: <a href="http://farm1.static.flickr.com/170/426784530_94a233b0b6.jpg">http://farm1.static.flickr.com/170/426784530_94a233b0b6.jpg</a>)
[4]: <a href="http://farm1.static.flickr.com/161/426784533_ee894bf9f2.jpg">http://farm1.static.flickr.com/161/426784533_ee894bf9f2.jpg</a>)
[5]: <a href="http://farm1.static.flickr.com/162/426784561_a8cc6e3edf.jpg">http://farm1.static.flickr.com/162/426784561_a8cc6e3edf.jpg</a>)
[6]: <a href="http://farm1.static.flickr.com/162/426788475_b1a1d84fa2.jpg">http://farm1.static.flickr.com/162/426788475_b1a1d84fa2.jpg</a>)
[7]: <a href="http://farm1.static.flickr.com/178/426788477_527aeb71c7.jpg">http://farm1.static.flickr.com/178/426788477_527aeb71c7.jpg</a>)
[8]: <a href="http://farm1.static.flickr.com/168/426788480_ec6e6a7095.jpg">http://farm1.static.flickr.com/168/426788480_ec6e6a7095.jpg</a>)
[9]: <a href="http://farm1.static.flickr.com/185/426788489_3a8ac9a9d7.jpg">http://farm1.static.flickr.com/185/426788489_3a8ac9a9d7.jpg</a>)
[10]: <a href="http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html#2">http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html#2</a></p>]]></content:encoded>
    </item>
    <item>
      <title>Malaysian Web Hosting</title>
      <link>https://thedaneshproject.com/posts/malaysian-web-hosting/</link>
      <pubDate>Mon, 19 Mar 2007 02:45:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/malaysian-web-hosting/</guid>
      <description>I am currently hosted at godaddy. My subscription ends in 2 months so the time to scout for a new hosting company has begin. This time I&amp;rsquo;m going for a local hosting provider if possible. Maybe it&amp;rsquo;s the idea of my blog being close to home, I don&amp;rsquo;t know.
Anyways, this is what I have narrowed down to so far.
If you know of others good reliable hosting companies please do share them.</description>
      <content:encoded><![CDATA[<p>I am currently hosted at <a href="http://www.godaddy.com">godaddy</a>. My subscription ends in 2 months so the time to scout for a new hosting company has begin. This time I&rsquo;m going for a local hosting provider if possible. Maybe it&rsquo;s the idea of my blog being close to home, I don&rsquo;t know.</p>
<p>Anyways, this is what I have narrowed down to so far.</p>
<p>If you know of others good reliable hosting companies please do share them.</p>
<ol>
<li><a href="http://www.webserver.com.my/">webserver.com.my</a></li>
<li><a href="http://mercumaya.net/">mercumaya.net</a></li>
<li><a href="http://www.mesrahosting.net/">mesrahosting.net</a></li>
<li><a href="http://www.webhosting.com.my/">emerge web hosting</a></li>
<li><a href="http://ipserverone.com/">ipserverone</a></li>
<li><a href="http://www.exabytes.com.my/">Exabytes</a></li>
</ol>
<p>( Updated July 9th 2007 )</p>
<ol>
<li><a href="http://www.newmediaexpress.com">Shinjiru.com.my</a></li>
<li><a href="http://www.newmediaexpress.com">NewMedia Express</a></li>
</ol>
<p>( Update August 14th 2007 )</p>
<ol>
<li><a href="http://www.tektonic.net/index.html">TekTonic VPS hosting</a></li>
</ol>
<p>( Update August 20th 2007 )</p>
<ol>
<li><a href="http://www.sf.com.my/index.html">Server Freak hosting solutions</a></li>
</ol>
<p>(Update December 27th)</p>
<ol>
<li><a href="http://www.yeahhost.com.my/">yeahhost</a></li>
</ol>
<p>(Update January 9th 2008)</p>
<ol>
<li><a href="http://webhost2u.com.my/">WebHost2U</a></li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Red Hat Enterprise Linux 5 | Linux</title>
      <link>https://thedaneshproject.com/posts/red-hat-enterprise-linux-5-linux/</link>
      <pubDate>Thu, 15 Mar 2007 17:57:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/red-hat-enterprise-linux-5-linux/</guid>
      <description>Other key enhancements added cover the kernel, security, packaging, network, desktop, storage and better system management.Read more about RHEL5 features.
RHEL5 comes in 2 major releases, server and desktop. The server range is made up of Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux Advanced Platform. Compare the server versions.
Desktop version is made up of Desktop, Desktop with workstation support and Desktop with multi OS support. Compare the desktop versions.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/03/redhat.png" alt=""  />
</p>
<p>Other key enhancements added cover the kernel, security, packaging, network, desktop, storage and better system management.<a href="http://www.redhat.com/rhel/features/">Read more about RHEL5 features.</a></p>
<p>RHEL5 comes in 2 major releases, server and desktop. The server range is made up of Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux Advanced Platform. <a href="http://www.redhat.com/rhel/server/compare/">Compare the server versions</a>.<br>
Desktop version is made up of Desktop, Desktop with workstation support and Desktop with multi OS support. <a href="http://www.redhat.com/rhel/desktop/compare/">Compare the desktop versions</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Starbucks Coffee Break March 15 2007</title>
      <link>https://thedaneshproject.com/posts/starbucks-coffee-break-march-15-2007/</link>
      <pubDate>Tue, 13 Mar 2007 16:31:03 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/starbucks-coffee-break-march-15-2007/</guid>
      <description>If you are anything like me then I bet you will be down at the nearest Starbucks on the 15th of March 2007.
Starbucks will be holding a Coffee Break between 10am and 12pm the that day. Make sure you get there on time to enjoy your cup of coffee.
The Starbucks CoffeeBreak
I drink on average 5-8 cups of plain black coffee a day. I love the taste and the effect it has on me.</description>
      <content:encoded><![CDATA[<p>If you are anything like me then I bet you will be down at the nearest <a href="http://starbucks.com.my">Starbucks</a> on the 15th of March 2007.</p>
<p>Starbucks will be holding a Coffee Break between 10am and 12pm the that day. Make sure you get there on time to enjoy your cup of coffee.</p>
<p>The Starbucks <a href="http://starbucks.com.my/en-US/_Worlds+Best+Coffee/Starbucks+Coffee+Break.htm">CoffeeBreak</a></p>
<blockquote>
<p>I drink on average 5-8 cups of plain black coffee a day. I love the taste and the effect it has on me.<br>
Well, when you only sleep a few hours a day then you will need all the coffee you can find.</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>SSH Tunneling with Putty | Linux</title>
      <link>https://thedaneshproject.com/posts/ssh-tunneling-with-putty-linux/</link>
      <pubDate>Tue, 13 Mar 2007 06:58:56 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ssh-tunneling-with-putty-linux/</guid>
      <description>&lt;p&gt;SSH tunneling or also known as port forwarding is a way of forwarding normally insecure TCP traffic through SSH. Common ports for example POP3,SMTP,HTTP and FTP can be easily tunneled using SSH.&lt;/p&gt;
&lt;p&gt;SSH tunneling is also sometimes used to bypass firewalls where certain ports are blocked.&lt;/p&gt;
&lt;p&gt;The figure below represents the network setup at my workplace where the only port available to use is SSH port 22. By implementing portwarding over ssh I am able to port forward Oracle traffic over port 22 to my Oracle DB database running on my private VM with host only networking enabled.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./wp-content/uploads/2007/03/ssh-tunnelling.jpg&#34; alt=&#34;SSH Tunneling&#34;  title=&#34;SSH Tunneling&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;In this post I will show you how to apply SSH tunneling using the windows SSH client Putty. I&amp;rsquo;ll cover the Linux implementation in my future post.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>SSH tunneling or also known as port forwarding is a way of forwarding normally insecure TCP traffic through SSH. Common ports for example POP3,SMTP,HTTP and FTP can be easily tunneled using SSH.</p>
<p>SSH tunneling is also sometimes used to bypass firewalls where certain ports are blocked.</p>
<p>The figure below represents the network setup at my workplace where the only port available to use is SSH port 22. By implementing portwarding over ssh I am able to port forward Oracle traffic over port 22 to my Oracle DB database running on my private VM with host only networking enabled.</p>
<p><img loading="lazy" src="/wp-content/uploads/2007/03/ssh-tunnelling.jpg" alt="SSH Tunneling"  title="SSH Tunneling"  />
</p>
<p>In this post I will show you how to apply SSH tunneling using the windows SSH client Putty. I&rsquo;ll cover the Linux implementation in my future post.</p>
<p>You will need Putty to get started. Putty is a popular free win32 based SSH/Telnet client. Obtain the latest version 0.59 at the homepage.</p>
<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty Home</a> | <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty Download</a></p>
<p>Run Putty, key in the address for your Linux box. In this example &ldquo;10.99.34.6&rdquo; &ldquo;Pandora&rdquo; is the Linux box hosting VM and on the VM &ldquo;192.168.66.100&rdquo; the is an Oracle database running on RHEL 3. The VM is setup with host only networking so it has no access beyond the host machine &ldquo;Pandora&rdquo;.</p>
<p><a href="/wp-content/uploads/2007/03/putty1.png" title="putty1.png"><img loading="lazy" src="/wp-content/uploads/2007/03/putty1.png" alt="putty1.png"  />
</a></p>
<p>Look for the SSH tree entry in the menu to the left. Expand it and go to &ldquo;Tunnels&rdquo;.</p>
<p><a href="/wp-content/uploads/2007/03/putty2.png" title="putty2.png"><img loading="lazy" src="/wp-content/uploads/2007/03/putty2.png" alt="putty2.png"  />
</a></p>
<p>Fill the the required information and click add.</p>
<p><strong>Source Port:</strong> 1521<br>
<strong>Destination:</strong> 192.168.66.100:1521</p>
<p>&ldquo;Source port&rdquo; is the port Putty will listen on for incoming connections.<br>
&ldquo;Destination&rdquo; is the destination port we are trying to access. In this example the Oracle listener is listening on port 1521 for incoming traffic so we use that.<br>
&ldquo;1521&rdquo; is the standard Oracle listener port.</p>
<p><a href="/wp-content/uploads/2007/03/putty3.png" title="putty3.png"><img loading="lazy" src="/wp-content/uploads/2007/03/putty3.png" alt="putty3.png"  />
</a></p>
<p>Remember to save the session in the session page.</p>
<p>Open Putty and login to the Linux box &ldquo;Pandora&rdquo; and port forwarding should be up.</p>
<p>That&rsquo;s it, have fun.</p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.1.2 released. Urgent update!! | WordPress</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.1.2-released.-urgent-update-wordpress/</link>
      <pubDate>Sun, 04 Mar 2007 16:04:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.1.2-released.-urgent-update-wordpress/</guid>
      <description>WordPress 2.1.2 has been released.
There was a security breach on the download servers at wordpress.org and some files were compromised. If you upgraded to version 2.1.1 in the recent days then the patch is a must for you.
I had my WordPress upgraded about 2 weeks which put me in the safe zone but I upgraded anyway as there were a few additional fixes included with the latest release.</description>
      <content:encoded><![CDATA[<p>WordPress 2.1.2 has been released.</p>
<p>There was a security breach on the download servers at <a href="http://wordpress.org">wordpress.org</a> and some files were compromised. If you upgraded to version 2.1.1 in the recent days then the patch is a must for you.</p>
<p>I had my WordPress upgraded about 2 weeks which put me in the safe zone but I upgraded anyway as there were a few additional fixes included with the latest release.</p>
<p>Get the latest version at: <a href="http://wordpress.org/download/">WordPress.org</a></p>
<p>Source: <a href="http://wordpress.org/development/2007/03/upgrade-212/">WordPress.org</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>“My Life, My Way” Tattoo | ModBlog</title>
      <link>https://thedaneshproject.com/posts/my-life-my-way-tattoo-modblog/</link>
      <pubDate>Sun, 04 Mar 2007 14:38:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-life-my-way-tattoo-modblog/</guid>
      <description>Skin provided by Cale and inked by Rain at Alternative Arts in Denver, CO.
I love the whole look. The piercings and tats represent the meaning of the new tat on Cale&amp;rsquo;s side hands.
Source: ModBlog</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://modblog.bmezine.com/wp-content/uploads/200702111004-pix1.jpg" alt=""  />
</p>
<p>Skin provided by <em><a href="http://iam.bmezine.com/?cale">Cale</a></em> and inked by Rain at Alternative Arts in Denver, CO.</p>
<p>I love the whole look. The piercings and tats represent the meaning of the new tat on <a href="http://iam.bmezine.com/?cale">Cale&rsquo;s</a> side hands.</p>
<p>Source: <a href="http://modblog.bmezine.com/2007/02/11/kanji-side-hand-tattoos/#comment-95905"><em>ModBlog</em></a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Shutdown Day 24 March 2007</title>
      <link>https://thedaneshproject.com/posts/shutdown-day-24-march-2007/</link>
      <pubDate>Fri, 02 Mar 2007 17:13:42 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/shutdown-day-24-march-2007/</guid>
      <description>Can you go a day without your computers? That&amp;rsquo;s the question the guys at &amp;ldquo;Shutdown Day&amp;rdquo; are asking. If you think you&amp;rsquo;re up for the challenge then head on over to &amp;ldquo;Shutdown Day&amp;rdquo; to participate in the experiment.
Just imagine, the whole world goes a day without computers. What happens? Does civilization start over? Could it be the modern day Armageddon?
I am not sure if I could go a day without my machines.</description>
      <content:encoded><![CDATA[<p>Can you go a day without your computers? That&rsquo;s the question the guys at &ldquo;<em>Shutdown Day</em>&rdquo; are asking. If you think you&rsquo;re up for the challenge then head on over to &ldquo;<em>Shutdown Day</em>&rdquo; to participate in the experiment.</p>
<p>Just imagine, the whole world goes a day without computers. What happens? Does civilization start over? Could it be the modern day Armageddon?</p>
<p>I am not sure if I could go a day without my machines. I have 4 machines that run 24/7 and depend on each other. My daily life evolves around them. It&rsquo;s going to be hard but I&rsquo;ll try I guess. Let&rsquo;s wait for D-Day and see what happens.</p>
<p>Source: Shutdown Day</p>
]]></content:encoded>
    </item>
    <item>
      <title>Batman and Robin tattoo|ModBlog</title>
      <link>https://thedaneshproject.com/posts/batman-and-robin-tattoomodblog/</link>
      <pubDate>Fri, 02 Mar 2007 02:56:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/batman-and-robin-tattoomodblog/</guid>
      <description>They make a sweet couple don&amp;rsquo;t you think?
Source: ModBlog - Body modification and ritual blog sponsored by BMEzine.com</description>
      <content:encoded><![CDATA[<p>They make a sweet couple don&rsquo;t you think?</p>
<p><img loading="lazy" src="http://modblog.bmezine.com/wp-content/uploads/200703011934-pix1.jpg" alt=""  />
</p>
<p>Source: <a href="http://modblog.bmezine.com/2007/03/02/first-thoughts-46/">ModBlog - Body modification and ritual blog sponsored by BMEzine.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Making money online. Need proof?</title>
      <link>https://thedaneshproject.com/posts/making-money-online.-need-proof/</link>
      <pubDate>Thu, 01 Mar 2007 15:23:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/making-money-online.-need-proof/</guid>
      <description>I came across &amp;quot;Cheques Gallery&amp;quot; a few days back. The blog has a good collection of images of cheques and notes from contributors who have been successfully making money online through their blogs or other content. Going through the site and looking at all the various $$ signs or bling as I call it got me all fired up to start blogging quality content and not just mambo jumbo.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://bp0.blogger.com/_gdoSvBDXsRQ/ReK4Ts6qKDI/AAAAAAAAALs/Pux02JaZKwM/s400/rod.jpg" alt=""  />
</p>
<p>I came across <em>&quot;<a href="http://cheques-gallery.blogspot.com/index.html">Cheques Gallery</a>&quot;</em> a few days back. The blog has a good collection of images of cheques and notes from contributors who have been successfully making money online through their blogs or other content. Going through the site and looking at all the various <!-- raw HTML omitted -->$$<!-- raw HTML omitted --> signs or <!-- raw HTML omitted -->bling<!-- raw HTML omitted --> as I call it got me all fired up to start blogging quality content and not just mambo jumbo.</p>
<p>I must say, it is really nice to see a good collection of Malaysian bloggers getting rewarded for their thoughts and contents. Just look at all the &ldquo;<!-- raw HTML omitted -->bling<!-- raw HTML omitted -->&rdquo; they making.</p>
<p>The <em>&quot;<a href="http://cheques-gallery.blogspot.com/index.html">Cheques Gallery</a>&quot;</em> is good eye opener and motivator to all those seriously thinking of contributing to the blogging scene. Have a look and tell me your self.</p>
<p><a href="http://www.liewcf.com/blog/archives/2007/02/cheques-gallery-proof-of-making-money-online/"><!-- raw HTML omitted -->LiewCF<!-- raw HTML omitted --></a>, a Malaysian blogger has posted about <em>&quot;<a href="http://cheques-gallery.blogspot.com/index.html">Cheques Gallery</a>&quot; too.</em> <!-- raw HTML omitted -->Check it out<!-- raw HTML omitted --><em><a href="http://cheques-gallery.blogspot.com/index.html">.</a></em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Bash and command line keyboard shortcuts</title>
      <link>https://thedaneshproject.com/posts/bash-and-command-line-keyboard-shortcuts/</link>
      <pubDate>Wed, 28 Feb 2007 19:39:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/bash-and-command-line-keyboard-shortcuts/</guid>
      <description>Shortcut keys for the bash and commad line interface.
Ctrl + A - Moves cursor to begining of line.
Ctrl + E - Moves cursor to end fo line.
Ctrl + K - Clears command line from cursor position till end of line.
Ctrl + U - Clears command line from cursor position till begining of line.
Ctrl + W - Clears first word to the left from cursor position.</description>
      <content:encoded><![CDATA[<p>Shortcut keys for the bash and commad line interface.</p>
<p>Ctrl + A - Moves cursor to begining of line.</p>
<p>Ctrl + E - Moves cursor to end fo line.</p>
<p>Ctrl + K - Clears command line from cursor position till end of line.</p>
<p>Ctrl + U - Clears command line from cursor position till begining of line.</p>
<p>Ctrl + W - Clears first word to the left from cursor position.</p>
<p>Ctrl + Y - Paste any value previously deleted by Ctrl+K,Ctrl+U and Ctrl+W.</p>
<p>Tab Key - Auto compelte a partial typed command.</p>
<p>Ctrl + R - Followed by characters with search through the recent command history.</p>
<p>Crtl + D - Quits bash if used in a blank command line.</p>
<p>Ctrl + L - Screen refresh.</p>
<p>Ctrl + C - Kills current process.</p>
<p>Ctrl + Z - Suspend a process. Use command &ldquo;bg&rdquo; to execute the process in the background and &ldquo;fg&rdquo; to bring the process back to the foreground. The command &ldquo;jobs&rdquo; will list the available processes you can manipulate.</p>
<p>That&rsquo;s it. Hope the commands help you. If i missed out anything please do comment.</p>
]]></content:encoded>
    </item>
    <item>
      <title>-bash: /usr/bin/crontab: Permission denied</title>
      <link>https://thedaneshproject.com/posts/-bash-/usr/bin/crontab-permission-denied/</link>
      <pubDate>Tue, 27 Feb 2007 16:36:32 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/-bash-/usr/bin/crontab-permission-denied/</guid>
      <description>&amp;quot; -bash: /usr/bin/crontab: Permission denied &amp;ldquo;.
I was getting this error earlier today while trying to add cron jobs for my login on my SLES 10 box at work. Turns out that all users in SLES 10 by default have no access to cron.
The fix is to add the user to the &amp;ldquo;trusted&amp;rdquo; group in the group file (/etc/group). Let&amp;rsquo;s assume mu login is &amp;ldquo;elf&amp;rdquo;.
Make sure you are &amp;ldquo;root&amp;rdquo;.</description>
      <content:encoded><![CDATA[<p><em>&quot; -bash: /usr/bin/crontab: Permission denied &ldquo;.</em></p>
<p>I was getting this error earlier today while trying to add cron jobs for my login on my <a href="http://www.novell.com/products/server/">SLES 10</a> box at work. Turns out that all users in <a href="http://www.novell.com/products/server/">SLES 10</a> by default have no access to cron.</p>
<p>The fix is to add the user to the &ldquo;trusted&rdquo; group in the group file (/etc/group). Let&rsquo;s assume mu login is &ldquo;elf&rdquo;.</p>
<ol>
<li>
<p>Make sure you are &ldquo;root&rdquo;.</p>
</li>
<li>
<p><strong><em>#usermod -G trusted elf</em></strong><br>
This will add the user to the &ldquo;trusted&rdquo; group.</p>
</li>
<li>
<p><strong><em>#id elf</em></strong><br>
Display groups the user belongs to. Make sure &ldquo;trusted&rdquo; is on the list too.<br>
The output might look like this. <em>&ldquo;uid=502(danny) gid=502(users) groups=502(elf),11(trusted)&rdquo;</em></p>
</li>
<li>
<p><strong><em>#su - elf</em></strong><br>
Change user</p>
</li>
<li>
<p><strong><em>#crontab -e</em></strong><br>
Add/Remove/Edit user cron jobs.</p>
</li>
<li>
<p><strong><em>#crontab -l</em></strong><br>
List user scheduled cron jobs</p>
</li>
</ol>
<p><!-- raw HTML omitted -->Please do comment if you have an alternative way to accomplish this or if I made a mistake.<!-- raw HTML omitted --></p>
]]></content:encoded>
    </item>
    <item>
      <title>Screen | Linux Command</title>
      <link>https://thedaneshproject.com/posts/screen-linux-command/</link>
      <pubDate>Mon, 26 Feb 2007 10:07:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/screen-linux-command/</guid>
      <description>When you run commands and programs in a command prompt on Linux, the programs or commands only run while the command prompt session is open but as soon as the command prompt session is terminated for whatever reason, the commands or programs running within the command prompt session will also get terminated.
I use wget to download files from the internet using my putty console all the time. Imagine downloading a 500mb file and then suddenly putty crashes causing my session to terminate along with it.</description>
      <content:encoded><![CDATA[<p>When you run commands and programs in a command prompt on Linux, the programs or commands only run while the command prompt session is open but as soon as the command prompt session is terminated for whatever reason, the commands or programs running within the command prompt session will also get terminated.</p>
<p>I use wget to download files from the internet using my <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">putty</a> console all the time. Imagine downloading a 500mb file and then suddenly <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">putty</a> crashes causing my session to terminate along with it. There goes my 500mb file download!! I so wished I had known about the &ldquo;Screen&rdquo; program then.</p>
<p>The screen program is a magnificent utility. Screen basically starts a session within the the session that you logged in with. So, if your putty session suddenly crashed don&rsquo;t worry, the screen session would still be running in the background. Log in again to the server using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">putty</a> and you should be able to retrieve the screen session you initiated earlier.</p>
<p><strong># screen</strong></p>
<p>This starts a screen session.</p>
<p><strong># Ctrl + A followed by D</strong></p>
<p>This will detach your screen session and return you to the original session you logged in with. Your screen session will now be running in the background.</p>
<p><strong># screen -r</strong></p>
<p>This command will resume your previous screen session.</p>
<p><strong># Ctrl + A followed by Ctrl + (back slash)</strong><br>
<strong># exit</strong></p>
<p>You could run either command above to end a screen session.</p>
<p><strong># Ctrl + A followed by &ldquo;</strong></p>
<p>This command will list all the available screen sessions running if there are.</p>
<p>Usefull Links:<a href="http://www.oreillynet.com/linux/cmd/cmd.csp?path=s/screen"><br>
O&rsquo;REILLY Linux Command Directory</a><br>
Inside Open Source</p>
]]></content:encoded>
    </item>
    <item>
      <title>New Banner | Site Update</title>
      <link>https://thedaneshproject.com/posts/new-banner-site-update/</link>
      <pubDate>Thu, 22 Feb 2007 12:47:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/new-banner-site-update/</guid>
      <description>Just put up my new banner curtosy of my best pal Alan Bernard. He&amp;rsquo;s got tallent and an upcoming star in art so make sure to check his site &amp;ldquo;http://alanbernard.com/binations/&amp;quot; for new stuff.
I had a post up about his Ts before. Check it out.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/alanbernard-robot.gif" alt="http://alanbernard.com/binations/"  title="http://alanbernard.com/binations/"  />
</p>
<p>Just put up my new banner curtosy of my best pal Alan Bernard. He&rsquo;s got tallent and an upcoming star in art so make sure to check his site &ldquo;<a href="http://alanbernard.com/binations/%22">http://alanbernard.com/binations/&quot;</a> for new stuff.</p>
<p>I had a post up about his Ts before. Check it out.</p>
]]></content:encoded>
    </item>
    <item>
      <title>mkfifo | Linux Command</title>
      <link>https://thedaneshproject.com/posts/mkfifo-linux-command/</link>
      <pubDate>Thu, 22 Feb 2007 08:18:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mkfifo-linux-command/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;A short introdution to name pipes as I see them.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In the Linux world name pipes are typically used to permit communications between 2 unrelated processes. Name pipes are also known as FIFOs (first in, first out), normally used to establish a one-way flow of data.(half-duplex). Name pipes have a path name of a file associated with them, this is how calling process will reference the name pipes.&lt;/p&gt;
&lt;p&gt;Name pipes are file system persistent objects. What this means is that name pipes are always available till the time they are explicitly deleted from the file system as they are represented by as standard files on the file-system. As for standard pipes that we religiously use in our day to day Linux life also known as anonymous pipes are process persistent objects meaning that the name pipes are removed as soon as the processes no longer use them.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;What does mkfifo do&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;mkfifo is used to create a FIFOs(name pipe). &lt;em&gt;&amp;ldquo;mkfifo test-pipe&amp;rdquo;&lt;/em&gt;, now we have a name pipe called &amp;ldquo;test-pipe&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;ls &amp;gt; test-pipe&amp;rdquo;&lt;/em&gt;, this pipes the output of the &lt;em&gt;ls&lt;/em&gt; command into the name pipe &amp;ldquo;test-pipe&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;cat name-pipe | while read line i; do rm -f $i; done&amp;rdquo;&lt;/em&gt; this will delete the files passed. At this point the &amp;ldquo;test-pipe&amp;rdquo; will be empty. &lt;em&gt;&amp;ldquo;cat test-pipe&amp;rdquo;&lt;/em&gt; will come up blank.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve added a screen-shots of the above in action on the next page. Check it out.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not a Linux guru yet, so guys if my information not accurate or if there is a better way to improve my example please feel free to comment.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><em><strong>A short introdution to name pipes as I see them.</strong></em></p>
<p>In the Linux world name pipes are typically used to permit communications between 2 unrelated processes. Name pipes are also known as FIFOs (first in, first out), normally used to establish a one-way flow of data.(half-duplex). Name pipes have a path name of a file associated with them, this is how calling process will reference the name pipes.</p>
<p>Name pipes are file system persistent objects. What this means is that name pipes are always available till the time they are explicitly deleted from the file system as they are represented by as standard files on the file-system. As for standard pipes that we religiously use in our day to day Linux life also known as anonymous pipes are process persistent objects meaning that the name pipes are removed as soon as the processes no longer use them.</p>
<p><em><strong>What does mkfifo do</strong></em></p>
<p>mkfifo is used to create a FIFOs(name pipe). <em>&ldquo;mkfifo test-pipe&rdquo;</em>, now we have a name pipe called &ldquo;test-pipe&rdquo;.</p>
<p><em>&ldquo;ls &gt; test-pipe&rdquo;</em>, this pipes the output of the <em>ls</em> command into the name pipe &ldquo;test-pipe&rdquo;.</p>
<p><em>&ldquo;cat name-pipe | while read line i; do rm -f $i; done&rdquo;</em> this will delete the files passed. At this point the &ldquo;test-pipe&rdquo; will be empty. <em>&ldquo;cat test-pipe&rdquo;</em> will come up blank.</p>
<p>I&rsquo;ve added a screen-shots of the above in action on the next page. Check it out.</p>
<p>I&rsquo;m not a Linux guru yet, so guys if my information not accurate or if there is a better way to improve my example please feel free to comment.</p>
<p><a href="/wp-content/uploads/2007/02/22feb2007-mkfifo.jpg" title="mkfifo"><img loading="lazy" src="/wp-content/uploads/2007/02/22feb2007-mkfifo.jpg" alt="mkfifo"  />
</a></p>]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.1.1 released | WordPress</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.1.1-released-wordpress/</link>
      <pubDate>Thu, 22 Feb 2007 03:41:46 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.1.1-released-wordpress/</guid>
      <description>WordPress 2.1.1 and 2.0.9 were released yesterday. Bugfixes for 2.1.1, 30 in total and secuity fixes for 2.0.9. The fixes in 2.1.1 are centered around encoding, XML-RPC, object cache and th eHTML code itself wherelse in 2.0.9 the fixes were to prevent XSS which is commonly known as cross-site scripting.
Download WordPress 2.1.1 from wordPress and WordPress 2.0.9 from the release archive section.
Installation guide.
Upgrade guide.
** The Danesh Project has been upagraded and currently running WordPress 2.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/wp-content/uploads/2007/02/wp-20-square-button.gif" alt="wp-2.0-square-button.gif"  title="wp-2.0-square-button.gif"  />
</p>
<p>WordPress 2.1.1 and 2.0.9 were released yesterday. Bugfixes for 2.1.1, 30 in total and secuity fixes for 2.0.9. The fixes in 2.1.1 are centered around encoding, XML-RPC, object cache and th eHTML code itself wherelse in 2.0.9 the fixes were to prevent <a href="http://en.wikipedia.org/wiki/Cross_site_scripting">XSS</a> which is commonly known as cross-site scripting.</p>
<p>Download <a href="http://wordpress.org/download/">WordPress 2.1.1</a> from wordPress and <a href="http://wordpress.org/download/release-archive/">WordPress 2.0.9</a> from the release archive section.</p>
<p><a href="http://codex.wordpress.org/Installing_WordPress">Installation guide.</a><br>
<a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrade guide.</a><br>
<em><strong>** The Danesh Project has been upagraded and currently running WordPress 2.1.1 **</strong></em></p>
<p><a href="http://wordpress.org/development/2007/02/new-releases/">Original post on WordPress.org</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Releaselog | RLSLOG.net</title>
      <link>https://thedaneshproject.com/posts/releaselog-rlslog.net/</link>
      <pubDate>Wed, 21 Feb 2007 11:03:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/releaselog-rlslog.net/</guid>
      <description>Recently I stumbled upon releaselog and ever since then it has become the first site I visit everyday just before I start my daily torrent downloads. I have the feed added to my Google Reader page. I browse, read the review and download if it sounds or looks interesting. Done!! Imagine the simplicity.
What I love fancy most about releaselog is the reviews. Every movie, software, music, etc.. always has a full review with good quality screenshots linked to it.</description>
      <content:encoded><![CDATA[<p>Recently I stumbled upon <a href="http://www.rlslog.net/">releaselog</a> and ever since then it has become the first site I visit everyday just before I start my daily torrent downloads. I have the feed added to my <a href="http://www.google.com/reader/" title="Google Reader">Google Reader</a> page. I browse, read the review and download if it sounds or looks interesting. Done!! Imagine the simplicity.</p>
<p>What I love fancy most about <a href="http://www.rlslog.net/">releaselog</a> is the reviews. Every movie, software, music, etc.. always has a full review with good quality screenshots linked to it. The reviews provide end users with the ability to choose what file they really want to download instead of downloading something and later realizing it&rsquo;s not what he/she wanted. I personally feel that the reviews actually increase downloads. Imagine yourself at a torrent site browsing through files, chances are you might not download a file with a weird name or has a name that&rsquo;s not appealing but with reviews and honest feedback, the end user might download a file that he normally might have discarded.</p>
<p>Experience <a href="http://www.rlslog.net/">releaselog</a> for yourself and tell me what you think. Hope you find it resourceful.Â  <a href="http://www.rlslog.net/">Releaselog | RLSLOG.net</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>.htaccess password generator</title>
      <link>https://thedaneshproject.com/posts/.htaccess-password-generator/</link>
      <pubDate>Mon, 19 Feb 2007 15:12:36 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/.htaccess-password-generator/</guid>
      <description>Use this tool at Dynamic Drive to automatically generate all the code needed to protect a directory on your site. Below are the 2 files generated by the tool. .htaccess goes into the folder that you want to protect and .htpasswd should be in a folder not accessible from the web. I normally put my .htpasswd file in my apache&amp;rsquo;s base folder.
.htaccess file
AuthName &amp;quot;Restricted Area&amp;quot;&amp;lt;br /&amp;gt; AuthType Basic&amp;lt;br /&amp;gt; AuthUserFile /home/mydir/.</description>
      <content:encoded><![CDATA[<p>Use this tool at <a href="http://www.dynamicdrive.com/">Dynamic Drive</a> to automatically generate all the code needed to protect a directory on your site. Below are the 2 files generated by the tool. .htaccess goes into the folder that you want to protect and .htpasswd should be in a folder not accessible from the web. I normally put my .htpasswd file in my apache&rsquo;s base folder.</p>
<p>.htaccess file<br>
<code>AuthName &quot;Restricted Area&quot;&lt;br /&gt; AuthType Basic&lt;br /&gt; AuthUserFile /home/mydir/.htpasswd&lt;br /&gt; AuthGroupFile /dev/null&lt;br /&gt; require valid-user</code></p>
<p>.htpasswd file<br>
<code>danny:8UAaVrlw.58f6</code></p>
<p><a href="http://www.tools.dynamicdrive.com/password/">Get the tool here.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hello world! The new begining, again!!</title>
      <link>https://thedaneshproject.com/posts/hello-world-the-new-begining-again/</link>
      <pubDate>Thu, 15 Feb 2007 10:54:16 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hello-world-the-new-begining-again/</guid>
      <description>Yup, Hello world again. This time it is final.
I decided to move &amp;ldquo;TheDaneshProject Tech Blog&amp;rdquo; up a level to just &amp;ldquo;TheDaneshProject&amp;rdquo;. It&amp;rsquo;s easier to remember and seems to be stronger brand name I think. Don&amp;rsquo;t youÂ agree?
I am concentrating more on Linux related reads, general tech and also my passion for tattoos and piercings. This time I am going to try publishing as much information as I can get my hands on from the local scene here in Malaysia.</description>
      <content:encoded><![CDATA[<p>Yup, Hello world again. This time it is final.</p>
<p>I decided to move &ldquo;TheDaneshProject Tech Blog&rdquo; up a level to just &ldquo;TheDaneshProject&rdquo;. It&rsquo;s easier to remember and seems to be stronger brand name I think. Don&rsquo;t youÂ  agree?</p>
<p>I am concentrating more on Linux related reads, general tech and also my passion for tattoos and piercings. This time I am going to try publishing as much information as I can get my hands on from the local scene here in Malaysia. Tattoos and piercings in Malaysia will also be my major direction.</p>
<p>Currently I am working on moving over my old articles from &ldquo;TheDaneshProject Tech Blog&rdquo; to this blog. Having some issues with the images and comments but I think I&rsquo;ll have it completed by the weekend.</p>
<p>Stay tuned guys&hellip;..</p>
<p>&ldquo;TheDaneshProject&rdquo;, &ldquo;share your mind&rdquo;.</p>
]]></content:encoded>
    </item>
    <item>
      <title>TMNET restoration complete</title>
      <link>https://thedaneshproject.com/posts/tmnet-restoration-complete/</link>
      <pubDate>Sun, 04 Feb 2007 16:30:49 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tmnet-restoration-complete/</guid>
      <description>I did see some inprovement in my internation access speed but nothin to go &amp;ldquo;WOW&amp;rdquo; about.
Full article at TMNET:
RESTORATION OF SERVICES
&amp;lt;span class=&amp;quot;smalltextgrey&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fonttmnet&amp;quot;&amp;gt;&amp;lt;/p&amp;gt; [1]: /techblog/wp-content/uploads/2007/01/tmnet-logo.png)</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/tmnet-logo.png" alt=""  />
</p>
<p>I did see some inprovement in my internation access speed but nothin to go &ldquo;WOW&rdquo; about.</p>
<p>Full article at TMNET:</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --> <!-- raw HTML omitted --><!-- raw HTML omitted --> RESTORATION OF SERVICES<!-- raw HTML omitted --></p>
<pre><code>                      &lt;span class=&quot;smalltextgrey&quot;&gt;&lt;/span&gt;&lt;span class=&quot;fonttmnet&quot;&gt;&lt;/p&gt; 
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>[1]: /techblog/wp-content/uploads/2007/01/tmnet-logo.png)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Vista not working with DHCP</title>
      <link>https://thedaneshproject.com/posts/vista-not-working-with-dhcp/</link>
      <pubDate>Sun, 04 Feb 2007 01:44:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/vista-not-working-with-dhcp/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;./techblog/wp-content/uploads/2007/02/my-vista-20070203.thumbnail.jpg&#34; alt=&#34;&#34;  /&gt;
&lt;/p&gt;
&lt;p&gt;Even with all the above I still prefer my openSUSE 10.2 with XGL and [Beryl][2], It makes Vista look like a kitten. What did they put into all the source code?&lt;/p&gt;
&lt;p&gt;Personally I feel that Vista ain&amp;rsquo;t as user friendly as I expected it to be or as they claimed it to be. It&amp;rsquo;s hard to find what you need when you need it.&lt;/p&gt;
&lt;p&gt;Hit my first bug when I got back. My Intel pro 2200 BG wireless connection was not getting DHCP lease from my [IPCOP][3] server. The weird thing was that my LAN card was fine and my wireless connection worked fine if I used a static IP.&lt;/p&gt;
&lt;p&gt;Spent a whole night trying to feagure out the problem.Good news is I manged to fix it with some help from [MS knowledgebase][4] and a few registry tweaks. It seems to be a problem with the BROADCAST flag in DHCP discovery packets. In XP it&amp;rsquo;s off and in Vista it&amp;rsquo;s on. Non Microsoft DHCP servers don&amp;rsquo;t like this.&lt;/p&gt;
&lt;p&gt;See the fix on the next page;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/02/my-vista-20070203.thumbnail.jpg" alt=""  />
</p>
<p>Even with all the above I still prefer my openSUSE 10.2 with XGL and [Beryl][2], It makes Vista look like a kitten. What did they put into all the source code?</p>
<p>Personally I feel that Vista ain&rsquo;t as user friendly as I expected it to be or as they claimed it to be. It&rsquo;s hard to find what you need when you need it.</p>
<p>Hit my first bug when I got back. My Intel pro 2200 BG wireless connection was not getting DHCP lease from my [IPCOP][3] server. The weird thing was that my LAN card was fine and my wireless connection worked fine if I used a static IP.</p>
<p>Spent a whole night trying to feagure out the problem.Good news is I manged to fix it with some help from [MS knowledgebase][4] and a few registry tweaks. It seems to be a problem with the BROADCAST flag in DHCP discovery packets. In XP it&rsquo;s off and in Vista it&rsquo;s on. Non Microsoft DHCP servers don&rsquo;t like this.</p>
<p>See the fix on the next page;</p>
<p>[![my-vista-fix-20070203.jpg)</p>
<ol>
<li>Start -&gt; run -&gt; regedit.exe</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces{GUID}</li>
<li>{GUID} sub-key refers to the network adapter that is having the issue. In my case my Intel Pro 2200BG card.</li>
<li>Add a new DWORD (32bit) value and rename it to &ldquo;DhcpConnDisableBcastFlagToggle&rdquo;.</li>
<li>Modify the &ldquo;DhcpConnDisableBcastFlagToggle&rdquo; key and change the value to &ldquo;1&rdquo;.</li>
<li>Modify the &ldquo;DhcpConnForceBroadcastFlag&rdquo; key and change the value to &ldquo;0&rdquo;.</li>
<li>Reboot and test the connection again with DHCP. (The reboot is optional)</li>
</ol>
<p>[Read the full article at Microsoft][4]</p>
<p>[1]: /techblog/wp-content/uploads/2007/02/my-vista-20070203.jpg)
[2]: <a href="http://www.beryl-project.org/">http://www.beryl-project.org/</a>
[3]: <a href="http://www.ipcop.org/">http://www.ipcop.org/</a>
[4]: <a href="http://support.microsoft.com/kb/928233/en-us">http://support.microsoft.com/kb/928233/en-us</a>
[5]: /techblog/wp-content/uploads/2007/02/my-vista-fix-20070203.jpg)
[6]: /techblog/wp-content/uploads/2007/02/my-vista-fix-20070203.jpg)</p>]]></content:encoded>
    </item>
    <item>
      <title>Mr. Dell back in as the CEO</title>
      <link>https://thedaneshproject.com/posts/mr.-dell-back-in-as-the-ceo/</link>
      <pubDate>Fri, 02 Feb 2007 05:32:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/mr.-dell-back-in-as-the-ceo/</guid>
      <description>Read the original announcement here.
My thoughts;
Personally I don&amp;rsquo;t know what to look forward to in the coming days bit for sure Michael will be moving the company in a forward motion with some good ideas up his sleeve.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://i.dell.com/images/global/corporate/executives/dell1_72_index.jpg" alt=""  />

Read the original announcement here.</p>
<p><strong>My thoughts;</strong></p>
<p>Personally I don&rsquo;t know what to look forward to in the coming days bit for sure Michael will be moving the company in a forward motion with some good ideas up his sleeve.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattoos Becoming More Accepted At Work</title>
      <link>https://thedaneshproject.com/posts/tattoos-becoming-more-accepted-at-work/</link>
      <pubDate>Wed, 31 Jan 2007 20:50:21 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattoos-becoming-more-accepted-at-work/</guid>
      <description>Research found that 23% of college students have 1-3 tats,51% are pierced beyond the woman&amp;rsquo;s ears and 36% of 18-29 year olds have tats today. WOW!!
My favourite quote from the article read &amp;ldquo;Because you don&amp;rsquo;t like it or it offends you or you&amp;rsquo;re conservative in the workplace, I think you&amp;rsquo;ll miss a whole talent pool of people who are very bright well educated, smart and free thinking.It&amp;rsquo;s a shame.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://wwwimage.cbsnews.com/images/2007/01/30/image2411881g.jpg" alt=""  />
</p>
<p>Research found that 23% of college students have 1-3 tats,51% are pierced beyond the woman&rsquo;s ears and 36% of 18-29 year olds have tats today. WOW!!</p>
<p>My favourite quote from the article read &ldquo;Because you don&rsquo;t like it or it offends you or you&rsquo;re conservative in the workplace, I think you&rsquo;ll miss a whole talent pool of people who are very bright well educated, smart and free thinking.It&rsquo;s a shame. You never want to do that. You have to evolve.&rdquo;</p>
<p>&ldquo;It has to change, otherwise they&rsquo;re going to be out of a workforce,&rdquo;</p>
<p>Read the full article at <a href="http://www.cbsnews.com/stories/2007/01/30/earlyshow/main2411530.shtml">CBS NEWS</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Inter-generational tattoos</title>
      <link>https://thedaneshproject.com/posts/inter-generational-tattoos/</link>
      <pubDate>Tue, 30 Jan 2007 23:53:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/inter-generational-tattoos/</guid>
      <description>Awesome picture.
The photograph was taken by photographer Bruce Osborn during an interview about inter-generational tattoos.
â€œHer parents were tattooists and the girl got a huge shock when she entered a sent?, a public bath, for the first time. Until that event it was in her mind that all the adults must have tattoos. Everybody around the house had some and it was a very natural thing for her.â€ words from Bruce.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/tattooed-daugther.jpg" alt=""  />
</p>
<p>Awesome picture.</p>
<p>The photograph was taken by photographer Bruce Osborn during an interview about inter-generational tattoos.</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --> â€œHer parents were tattooists and the girl got a huge shock when she entered a sent?, a public bath, for the first time. Until that event it was in her mind that all the adults must have tattoos. Everybody around the house had some and it was a very natural thing for her.â€ words from Bruce.</p>
<p>My parents would freak out on this&hellip;. but I think the idea will eventually start to sink in. The girl sends out a power message.</p>
<p>Original post atÂ  [boingboing][2]</p>
<p>[1]: /techblog/wp-content/uploads/2007/01/tattooed-daugther.jpg)
[2]: <a href="http://www.boingboing.net/2007/01/24/interview_with_photo.html">http://www.boingboing.net/2007/01/24/interview_with_photo.html</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Inspecting the contents of an initrd file.</title>
      <link>https://thedaneshproject.com/posts/inspecting-the-contents-of-an-initrd-file./</link>
      <pubDate>Mon, 29 Jan 2007 09:01:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/inspecting-the-contents-of-an-initrd-file./</guid>
      <description>&lt;p&gt;Today&amp;rsquo;s kernels are moving towards initramfs type initrd files. Initramfs is basicly a cpio archive so all we have to do is uncompress it&amp;rsquo;s contents to a temp folder.&lt;/p&gt;
&lt;p&gt;The example below uses the file initrd.SLES10.x64.img from a SLES 10 implementaion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#create a temp directory&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;mkdir /tmp/initramfstmp&lt;br&gt;
cd /tmp/initramfstmp&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;#copy the initrd file to the temp folder&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;cp initrd.SLES10.x64 /tmp/initramfstmp/initrd.SLES10.x64.img.gz&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;#uncompress the image file&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;gunzip -v /tmp/initramfstmp/initrd.SLES10.x64.img.gz&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;#extract the contents of the cpio archive&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;cpio -i &amp;lt; /tmp/initramfstmp/initrd.SLES10.x64.img&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;#list directory&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ls -l&lt;br&gt;
View actually out put on next page:&lt;/p&gt;
&lt;/blockquote&gt;</description>
      <content:encoded><![CDATA[<p>Today&rsquo;s kernels are moving towards initramfs type initrd files. Initramfs is basicly a cpio archive so all we have to do is uncompress it&rsquo;s contents to a temp folder.</p>
<p>The example below uses the file initrd.SLES10.x64.img from a SLES 10 implementaion.</p>
<p><strong>#create a temp directory</strong></p>
<blockquote>
<p>mkdir /tmp/initramfstmp<br>
cd /tmp/initramfstmp</p>
</blockquote>
<p><strong>#copy the initrd file to the temp folder</strong></p>
<blockquote>
<p>cp initrd.SLES10.x64 /tmp/initramfstmp/initrd.SLES10.x64.img.gz</p>
</blockquote>
<p><strong>#uncompress the image file</strong></p>
<blockquote>
<p>gunzip -v /tmp/initramfstmp/initrd.SLES10.x64.img.gz</p>
</blockquote>
<p><strong>#extract the contents of the cpio archive</strong></p>
<blockquote>
<p>cpio -i &lt; /tmp/initramfstmp/initrd.SLES10.x64.img</p>
</blockquote>
<p><strong>#list directory</strong></p>
<blockquote>
<p>ls -l<br>
View actually out put on next page:</p>
</blockquote>
<p>pandora:/tmp # mkdir /tmp/initramfstmp/<br>
pandora:/tmp # cp /media/DELLBOOT/boot/grub/initrd.SLES10.x64 /tmp/initramfstmp/initrd.SLES10.x64.img.gz<br>
pandora:/tmp # cd /tmp/initramfstmp/<br>
pandora:/tmp/initramfstmp # ls<br>
initrd.SLES10.x64.img.gz<br>
pandora:/tmp/initramfstmp # gunzip -v initrd.SLES10.x64.img.gz<br>
initrd.SLES10.x64.img.gz: 64.5% — replaced with initrd.SLES10.x64.img<br>
pandora:/tmp/initramfstmp # cpio -i &lt; initrd.SLES10.x64.img<br>
47264 blocks<br>
pandora:/tmp/initramfstmp # ls -la<br>
total 25044<br>
drwxr-xr-x 17 root root 4096 Jan 29 16:53 .<br>
drwxrwxrwt 50 root root 12288 Jan 29 16:52 ..<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 bin<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 dev<br>
-rw-r-r- 1 root root 10761 Jan 29 16:53 devz<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 download<br>
drwxr-xr-x 8 root root 4096 Jan 29 16:53 etc<br>
-rwxr-xr-x 1 root root 649704 Jan 29 16:53 init<br>
-rwxr-xr-x 1 root root 652544 Jan 29 16:53 init.old<br>
-rwxr-xr-x 1 root root 24199168 Jan 29 16:52 initrd.SLES10.x64.img<br>
-rw-r-r- 1 root root 5604 Jan 29 16:53 installkey.gpg<br>
drwxr-xr-x 5 root root 4096 Jan 29 16:53 lib<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 lib64<br>
-rw-r-r- 1 root root 289 Jan 29 16:53 linuxrc.config<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 mnt<br>
lrwxrwxrwx 1 root root 45 Jan 29 16:53 modules -&gt; lib/modules/2.6.16.21-override-default/initrd<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 mounts<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 proc<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 root<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 sbin<br>
drwxr-xr-x 2 root root 4096 Jan 29 16:53 sys<br>
drwxrwxrwt 2 root root 4096 Jan 29 16:53 tmp<br>
drwxr-xr-x 6 root root 4096 Jan 29 16:53 usr<br>
drwxr-xr-x 11 root root 4096 Jan 29 16:53 var<br>
pandora:/tmp/initramfstmp # pwd<br>
/tmp/initramfstmp</p>]]></content:encoded>
    </item>
    <item>
      <title>Flash Element TD</title>
      <link>https://thedaneshproject.com/posts/flash-element-td/</link>
      <pubDate>Fri, 26 Jan 2007 07:44:25 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/flash-element-td/</guid>
      <description>If you have spare time or feel stressed as I do mostly all the time nowadays then this the game you should be playing. The idea of the game is to build towers in strategic areas on the map and prevent the creeps from moving forward. Involves quite good amount of thinking and strategy. Trust me once you start they ain&amp;rsquo;t no turning back!!
[Play the game here.][2]
[1]: /techblog/wp-content/uploads/2007/01/flash-element-td.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/flash-element-td.thumbnail.png" alt=""  />
</p>
<p>If you have spare time or feel stressed as I do mostly all the time nowadays then this the game you should be playing. The idea of the game is to build towers in strategic areas on the map and prevent the creeps from moving forward. Involves quite good amount of thinking and strategy. Trust me once you start they ain&rsquo;t no turning back!!</p>
<p>[Play the game here.][2]</p>
<p>[1]: /techblog/wp-content/uploads/2007/01/flash-element-td.png)
[2]: <a href="http://novelconcepts.co.uk/FlashElementTD/">http://novelconcepts.co.uk/FlashElementTD/</a> &ldquo;Flash Element TD&rdquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>The Ninja text tool</title>
      <link>https://thedaneshproject.com/posts/the-ninja-text-tool/</link>
      <pubDate>Wed, 24 Jan 2007 11:08:09 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/the-ninja-text-tool/</guid>
      <description>Like what you see? You can have the same effects at fodey.
Source: earlmarcus.com</description>
      <content:encoded><![CDATA[<p><a href="http://www.fodey.com/generators/animated/ninjatext.asp"></a></p>
<p>Like what you see? You can have the same effects at <a href="http://www.fodey.com/generators/animated/ninjatext.asp">fodey</a>.</p>
<p>Source: <a href="http://earlmarcus.com/index.php/2006/12/31/get-your-own-ninja-text/">earlmarcus.com</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Setting the root password on MySQL</title>
      <link>https://thedaneshproject.com/posts/setting-the-root-password-on-mysql/</link>
      <pubDate>Tue, 23 Jan 2007 15:55:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/setting-the-root-password-on-mysql/</guid>
      <description>I just installed MySQL version 4.1.20 on my CentOS 4.4 server. The default install of MySQL server uses a blank password for root so I had to have it changed. I also set the MySQL service to start up every time my machine boots up.
This is how I did it;
Method 1
yum -y install mysql-server (This will install the mysql binaries) chkconfig mysqld on (Adds mysqld to the startup services) service mysqld start (Starts the MySQL server) mysql -u root@localhost (Brings up the MySQL console) #mysql&amp;gt; set password for root=password(&amp;lsquo;password&amp;rsquo;); (Sets the root password to &amp;ldquo;password&amp;rdquo;) #mysql&amp;gt; reload privileges; (Reloads the grant tables) Method 2</description>
      <content:encoded><![CDATA[<p>I just installed <a href="http://www.mysql.com/">MySQL</a> version 4.1.20 on my <a href="http://centos.org/">CentOS</a> 4.4 server. The default install of MySQL server uses a blank password for root so I had to have it changed. I also set the MySQL service to start up every time my machine boots up.</p>
<p>This is how I did it;</p>
<p><strong>Method 1</strong></p>
<ol>
<li>
<h1 id="yum--y-install-mysql-server-this-will-install-the-mysql-binaries">yum -y install mysql-server (This will install the mysql binaries)</h1>
</li>
<li>
<h1 id="chkconfig-mysqld-on-adds-mysqld-to-the-startup-services">chkconfig mysqld on (Adds mysqld to the startup services)</h1>
</li>
<li>
<h1 id="service-mysqld-start-starts-the-mysql-server">service mysqld start (Starts the MySQL server)</h1>
</li>
<li>
<h1 id="mysql--u-rootlocalhost-brings-up-the-mysql-console">mysql -u root@localhost (Brings up the MySQL console)</h1>
</li>
<li>#mysql&gt; set password for root=password(&lsquo;password&rsquo;); (Sets the root password to &ldquo;password&rdquo;)</li>
<li>#mysql&gt; reload privileges; (Reloads the grant tables)</li>
</ol>
<p><strong>Method 2</strong></p>
<ol>
<li>
<h1 id="mysql--u-root-brings-up-the-mysql-console">mysql -u root (Brings up the MySQL console)</h1>
</li>
<li>#mysql&gt; use mysql (Use the mysql database)</li>
<li>#mysql&gt; update user<br>
-&gt; set password=password(&ldquo;password&rdquo;) (Sets the root password to &ldquo;password&rdquo;)<br>
-&gt; where user=&ldquo;root&rdquo;;</li>
<li>
<h1 id="reload-privileges-reloads-the-grant-tables">reload privileges; (Reloads the grant tables)</h1>
</li>
</ol>
<p>That&rsquo;s it, the next time you want to get the MySQL console up you&rsquo;ll have to run #mysql -u root -p to get the password prompt.</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/post-installation.html">Post-Installation Setup and Testing at MySQL</a></p>
<p><strong>Update:</strong></p>
<p>This will work too.</p>
<p>/usr/bin/mysqladmin -u root password &rsquo;new-password&rsquo;<br>
/usr/bin/mysqladmin -u root -h pandora.crib password &rsquo;new-password&rsquo;</p>
]]></content:encoded>
    </item>
    <item>
      <title>TMNET Restoration date pushed to 29th Jan</title>
      <link>https://thedaneshproject.com/posts/tmnet-restoration-date-pushed-to-29th-jan/</link>
      <pubDate>Tue, 23 Jan 2007 14:03:44 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tmnet-restoration-date-pushed-to-29th-jan/</guid>
      <description>Update from TMNET.
&amp;lt;span class=&amp;quot;fontSoalan&amp;quot;&amp;gt;ANNOUNCEMENT&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;smalltextgrey&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;fonttmnet&amp;quot;&amp;gt;&amp;lt;/p&amp;gt; </description>
      <content:encoded><![CDATA[<p>Update from <a href="http://www.tm.net.my">TMNET</a>.</p>
<pre><code>                           &lt;span class=&quot;fontSoalan&quot;&gt;ANNOUNCEMENT&lt;/span&gt;

                      &lt;span class=&quot;smalltextgrey&quot;&gt;&lt;/span&gt;&lt;span class=&quot;fonttmnet&quot;&gt;&lt;/p&gt; 
</code></pre>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Alan Bernard’s awesome Ts</title>
      <link>https://thedaneshproject.com/posts/alan-bernards-awesome-ts/</link>
      <pubDate>Mon, 22 Jan 2007 07:41:12 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/alan-bernards-awesome-ts/</guid>
      <description>This is the work of my best pal from KL,Alan Bernard. I would say he&amp;rsquo;s more of a brother to me then a pal.
[2]: /techblog/wp-content/uploads/2007/01/479335825l.jpg)</description>
      <content:encoded><![CDATA[<p><a href="http://alanbernard.com/"></a></p>
<p>This is the work of my best pal from KL,Alan Bernard. I would say he&rsquo;s more of a brother to me then a pal.</p>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/479335825l.thumbnail.jpg" alt=""  />
</p>
<p>[2]: /techblog/wp-content/uploads/2007/01/479335825l.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>SUSE Enterprise Desktop 10 website</title>
      <link>https://thedaneshproject.com/posts/suse-enterprise-desktop-10-website/</link>
      <pubDate>Mon, 22 Jan 2007 03:18:41 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/suse-enterprise-desktop-10-website/</guid>
      <description>&amp;ldquo;SUSE Linux Enterprise Desktop 10 is the compelling alternative to Windows Vista&amp;rdquo; . That&amp;rsquo;s the quote on Novell&amp;rsquo;s new page for SLED 10. The site talks about the advantages of SLED over Microsoft&amp;rsquo;s Vista. Cost,Security,&amp;hellip;.etc. Make sure to check out the demos too.</description>
      <content:encoded><![CDATA[<blockquote>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/SLED10page.png" alt=""  />
 &ldquo;SUSE Linux Enterprise Desktop 10 is the compelling alternative to Windows Vista&rdquo; . That&rsquo;s the quote on Novell&rsquo;s <a href="http://www.novell.com/products/desktop/compare-to-vista.html"><strong>new page</strong></a> for <a href="http://www.novell.com/products/desktop/">SLED 10</a>. The site talks about the advantages of SLED over Microsoft&rsquo;s Vista. Cost,Security,&hellip;.etc. Make sure to check out the demos too.</p>
</blockquote>
]]></content:encoded>
    </item>
    <item>
      <title>TMNET Restoration date pushed to 23rd Jan</title>
      <link>https://thedaneshproject.com/posts/tmnet-restoration-date-pushed-to-23rd-jan/</link>
      <pubDate>Sun, 21 Jan 2007 16:48:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tmnet-restoration-date-pushed-to-23rd-jan/</guid>
      <description> </description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/tmnet-logo.png" alt=""  />
</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Adobe: Flash 9 released for Linux</title>
      <link>https://thedaneshproject.com/posts/adobe-flash-9-released-for-linux/</link>
      <pubDate>Thu, 18 Jan 2007 20:56:38 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/adobe-flash-9-released-for-linux/</guid>
      <description>released as mentioned stated on their blog.
Download the tar files here or if you fancy the rpm
then get it here.
**.
Installing the tar files.
&amp;ldquo;tar -zxvf&amp;rdquo; the tar file. A folder install_flash_player_9 will be created. Navigate to the new folder and run &amp;ldquo;./flashplayer_installer&amp;rdquo;. This initiate the installer. Load browser and verify Installing the rpm file.
&amp;ldquo;rpm -Uvh [rpm file]. &amp;ldquo;rpm -qa | grep flash&amp;rdquo; to verify of the package is installed.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/flash-logo.jpg" alt=""  />

released as mentioned stated on their <a href="http://blogs.adobe.com/penguin.swf/">blog</a>.</p>
<p>Download the tar files here or if you fancy the rpm<br>
then get it here.</p>
<p>**.<!-- raw HTML omitted --></p>
<p>Installing the tar files.<!-- raw HTML omitted --></p>
<ol>
<li>&ldquo;tar -zxvf&rdquo; the tar file. A folder install_flash_player_9 will be created.</li>
<li>Navigate to the new folder and run &ldquo;./flashplayer_installer&rdquo;. This initiate the installer.</li>
<li>Load browser and verify</li>
</ol>
<p><strong>Installing the rpm file.</strong></p>
<ol>
<li>&ldquo;rpm -Uvh [rpm file].</li>
<li>&ldquo;rpm -qa | grep flash&rdquo; to verify of the package is installed.</li>
<li>Load browser and verify.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox: Splash Screen for Firefox</title>
      <link>https://thedaneshproject.com/posts/firefox-splash-screen-for-firefox/</link>
      <pubDate>Thu, 18 Jan 2007 20:28:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-splash-screen-for-firefox/</guid>
      <description>Firefox takes some time to start when you get it up for the first time. Slyfox has come up with cool extension that will put up a splash screen while firefox loads. Pretty cool actually so make sure to try it out.
Get the extension here.</description>
      <content:encoded><![CDATA[<p>Firefox takes some time to start when you get it up for the first time. Slyfox has come up with cool extension that will put up a splash screen while firefox loads. Pretty cool actually so make sure to try it out.</p>
<p>Get the extension here.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Movie: Free Movie Screening</title>
      <link>https://thedaneshproject.com/posts/movie-free-movie-screening/</link>
      <pubDate>Thu, 18 Jan 2007 15:52:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/movie-free-movie-screening/</guid>
      <description>If you in Penang from the 20th-24th Jan then make sure to head down to Queensbay Mall. The new happening Mall in Penang located near Bayan Lepas. GSC theater is handing out coupons for free movie screenings for the 4 days mentioned above. Just print the coupon and bring it along.
&amp;lt;a target=&amp;quot;_blank&amp;quot; href=&amp;ldquo;http://www.gsc.com.my/version2/offers/img/2queensbay_couponv2_01.jpg)
[Free Screening At GSC Queensbay Penang][2]
[1]: /techblog/wp-content/uploads/2007/01/2queensbay_coupon011.jpg) [2]: http://www.gsc.com.my/version2/offers/offers.asp?search=queensbay_coupon</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/2queensbay_coupon011.jpg" alt=""  />
</p>
<p>If you in Penang from the 20th-24th Jan then make sure to head down to Queensbay Mall. The new happening Mall in Penang located near Bayan Lepas. GSC theater is handing out coupons for free movie screenings for the 4 days mentioned above. Just print the coupon and bring it along.</p>
<p>&lt;a target=&quot;_blank&quot; href=&ldquo;<a href="http://www.gsc.com.my/version2/offers/img/2queensbay_couponv2_01.jpg">http://www.gsc.com.my/version2/offers/img/2queensbay_couponv2_01.jpg</a>)</p>
<p>[Free Screening At GSC Queensbay Penang][2]</p>
<p>[1]: /techblog/wp-content/uploads/2007/01/2queensbay_coupon011.jpg)
[2]: <a href="http://www.gsc.com.my/version2/offers/offers.asp?search=queensbay_coupon">http://www.gsc.com.my/version2/offers/offers.asp?search=queensbay_coupon</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Hacks: Windows Genuine Advantage removal</title>
      <link>https://thedaneshproject.com/posts/hacks-windows-genuine-advantage-removal/</link>
      <pubDate>Thu, 18 Jan 2007 11:54:51 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hacks-windows-genuine-advantage-removal/</guid>
      <description>Want to work around Microsoft&amp;rsquo;s protection, Windows Genuine Advantage? The people at releaselog have a good walk through with screen shots that will help you work around the the protection. Check it out by going to the link below.
Windows Genuine Advantage (WGA) Removal</description>
      <content:encoded><![CDATA[<p>Want to work around Microsoft&rsquo;s protection, Windows Genuine Advantage? The people at <a href="http://www.rlslog.net/">releaselog</a> have a good walk through with screen shots that will help you work around the the protection. Check it out by going to the link below.</p>
<p>Windows Genuine Advantage (WGA) Removal</p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Torrents: ISO Hunt shutdown by MPAA!!</title>
      <link>https://thedaneshproject.com/posts/torrents-iso-hunt-shutdown-by-mpaa/</link>
      <pubDate>Wed, 17 Jan 2007 20:39:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/torrents-iso-hunt-shutdown-by-mpaa/</guid>
      <description>The kind people at MPAA do it again. This time it&amp;rsquo;s isohunt. Hopefully the be back soon.
People have to wake up and smell the air. BitTorent ain&amp;rsquo;t a medium to share files. It&amp;rsquo;s up to the person sharing to keep the content clean. Will you shutdown a car company just cause one of it&amp;rsquo;s drivers used it to illegal race? Think about it&amp;hellip;
Temporarily down (isohunt.com, torrentbox.com, podtropolis.com)</description>
      <content:encoded><![CDATA[<p>The kind people at MPAA do it again. This time it&rsquo;s isohunt. Hopefully the be back soon.</p>
<p>People have to wake up and smell the air. BitTorent ain&rsquo;t a medium to share files. It&rsquo;s up to the person sharing to keep the content clean. Will you shutdown a car company just cause one of it&rsquo;s drivers used it to illegal race? Think about it&hellip;</p>
<p><a href="http://isohunt.com/">Temporarily down (isohunt.com, torrentbox.com, podtropolis.com)</a></p>
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>WordPress 2.0.7 Released | WordPress</title>
      <link>https://thedaneshproject.com/posts/wordpress-2.0.7-released-wordpress/</link>
      <pubDate>Wed, 17 Jan 2007 11:33:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-2.0.7-released-wordpress/</guid>
      <description>Change Log
Security fix for wp_unregister_GLOBALS() to work around the zend_hash_del_key_or_index bug in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with register_globals set to â€œOn.â€ Feeds now properly serve 304 Not Modified headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug). Backport of another 304 Not Modified fix from WordPress 2.1 Deleting WordPress Pages no longer gives an â€œAre You Sure?â€ prompt. After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/wp-20-square-button.gif" alt=""  />
</p>
<p><strong>Change Log</strong></p>
<ul>
<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <!-- raw HTML omitted -->zend_hash_del_key_or_index bug<!-- raw HTML omitted --> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to â€œOn.â€</li>
<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>
<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>
<li>Deleting WordPress Pages no longer gives an â€œAre You Sure?â€ prompt.</li>
<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>
<li>Sending an image at original size in Internet Explorer no longer adds an incorrect â€œheightâ€ attribute.</li>
</ul>
<p><a href="http://wordpress.org/development/2007/01/wordpress-207/">Development Blog â€º WordPress 2.0.7</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>eBook: Linux Kernel in a Nutshell</title>
      <link>https://thedaneshproject.com/posts/ebook-linux-kernel-in-a-nutshell/</link>
      <pubDate>Mon, 15 Jan 2007 02:22:10 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/ebook-linux-kernel-in-a-nutshell/</guid>
      <description>Linux Kernel in a Nutshell
&amp;ldquo;Linux Kernel in a Nutshell&amp;rdquo;, Greg Kroah-Hartman&amp;rsquo;s new book is now available as a free download. If you prefer the printed version then head on over to (Amazon.com, Amazon.co.uk).
About the Author (thanks to Planete Beranger) Greg Kroah-Hartman has been building the Linux kernel since 1996 and started writing Linux kernel drivers in 1999. He is currently the maintainer of the USB, PCI, driver core, and sysfs subsystems in the kernel source tree and is also one half of the -stable kernel release team.</description>
      <content:encoded><![CDATA[<p><a href="http://www.kroah.com/lkn/">Linux Kernel in a Nutshell</a><!-- raw HTML omitted --></p>
<p>&ldquo;Linux Kernel in a Nutshell&rdquo;, Greg Kroah-Hartman&rsquo;s new book is now available as a free <a href="http://www.kroah.com/lkn/">download</a>. If you prefer the printed version then head on over to (<!-- raw HTML omitted -->Amazon.com<!-- raw HTML omitted -->, <!-- raw HTML omitted -->Amazon.co.uk<!-- raw HTML omitted -->).</p>
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->About the Author (thanks to <!-- raw HTML omitted -->Planete Beranger<!-- raw HTML omitted -->)<!-- raw HTML omitted --><!-- raw HTML omitted --> Greg Kroah-Hartman has been building the Linux kernel since 1996 and started writing Linux kernel drivers in 1999. He is currently the maintainer of the USB, PCI, driver core, and <!-- raw HTML omitted -->sysfs<!-- raw HTML omitted --> subsystems in the kernel source tree and is also one half of the <!-- raw HTML omitted -->-stable<!-- raw HTML omitted --> kernel release team. He created the <!-- raw HTML omitted -->udev<!-- raw HTML omitted --> program and maintains the Linux hotplug userspace project. He is a Gentoo Linux developer as well as the coauthor of the third edition of <!-- raw HTML omitted -->Linux Device Drivers<!-- raw HTML omitted --> (O&rsquo;Reilly) and a contributing editor to <!-- raw HTML omitted -->Linux Journal<!-- raw HTML omitted -->. He also created and maintains the Linux Device Driver Kit. He currently works for SUSE Labs/Novell, doing various Linux kernel-related tasks.<!-- raw HTML omitted --></p>
<p><a href="http://www.kroah.com/lkn/">Download the eBook here.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattooed Professors Recruit Students</title>
      <link>https://thedaneshproject.com/posts/tattooed-professors-recruit-students/</link>
      <pubDate>Fri, 12 Jan 2007 10:36:01 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattooed-professors-recruit-students/</guid>
      <description>Christopher Helland, showed up in the recruitments ad for the DALHOUSIE university in Canada. Christoper teaches Sociology and Social Anthropology at the University.
Me tattooed my self and being constantly scrutinized for my love of tattoos to see people opening up like this really lightens up my day.
Times are changing and so must we. It&amp;rsquo;s art people!!!
I&amp;rsquo;ve never seein an Acedemic ad like this one.
Needled: Tattooed Professors Recruit Students</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.needled.com/DalAd6_big.jpg" alt=""  />
</p>
<p><a href="http://www.chass.utoronto.ca/~chelland/index.html">Christopher Helland</a>, showed up in the recruitments ad for the DALHOUSIE university in Canada. Christoper teaches Sociology and Social Anthropology at the University.</p>
<p>Me tattooed my self and being constantly scrutinized for my love of tattoos to see people opening up like this really lightens up my day.</p>
<p>Times are changing and so must we. It&rsquo;s art people!!!</p>
<p>I&rsquo;ve never seein an Acedemic ad like this one.</p>
<p>Needled: Tattooed Professors Recruit Students</p>
]]></content:encoded>
    </item>
    <item>
      <title>TMNET: Service to be restored by 20th January</title>
      <link>https://thedaneshproject.com/posts/tmnet-service-to-be-restored-by-20th-january/</link>
      <pubDate>Fri, 12 Jan 2007 08:33:57 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tmnet-service-to-be-restored-by-20th-january/</guid>
      <description>&lt;p&gt;TM Net announced that it&amp;rsquo;s international link will be fully restored by the 20th of January. Currently 50% of the capacity has been restored and traffic going to the US will be restored to 80% by the 12th of January.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The announcement:&lt;/strong&gt;&lt;br&gt;
![](/techblog/wp-content/uploads/2007/01/tmnet-12-01-2007.png&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My View:&lt;/strong&gt; Somehow I&amp;rsquo;m not convinced by the announcement. To start I&amp;rsquo;ve never experience good internet in Malaysia ever. I give them another month or more before everything is back to norm.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>TM Net announced that it&rsquo;s international link will be fully restored by the 20th of January. Currently 50% of the capacity has been restored and traffic going to the US will be restored to 80% by the 12th of January.</p>
<p><strong>The announcement:</strong><br>
![](/techblog/wp-content/uploads/2007/01/tmnet-12-01-2007.png&quot; /&gt;</p>
<p><strong>My View:</strong> Somehow I&rsquo;m not convinced by the announcement. To start I&rsquo;ve never experience good internet in Malaysia ever. I give them another month or more before everything is back to norm.</p>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/internet-index12-01-2006.jpg" alt=""  />
</p>]]></content:encoded>
    </item>
    <item>
      <title>Google: Cool message</title>
      <link>https://thedaneshproject.com/posts/google-cool-message/</link>
      <pubDate>Wed, 10 Jan 2007 06:33:43 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-cool-message/</guid>
      <description>I will use Google before asking dumb questions. I just wished everybody thought the same..</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/google.jpg" alt=""  />

I will use Google before asking dumb questions. I just wished everybody thought the same..</p>
]]></content:encoded>
    </item>
    <item>
      <title>Firefox: IE for lunch?</title>
      <link>https://thedaneshproject.com/posts/firefox-ie-for-lunch/</link>
      <pubDate>Tue, 09 Jan 2007 03:49:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/firefox-ie-for-lunch/</guid>
      <description>.
.
Source: cdcovers.cc</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="http://www.cdcovers.cc/images/box_firefox.png" alt=""  />
</p>
<p>.</p>
<p>.</p>
<p><a href="http://www.cdcovers.cc">Source: cdcovers.cc</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>HowTo: Resize ext3 partitions without data lose.</title>
      <link>https://thedaneshproject.com/posts/howto-resize-ext3-partitions-without-data-lose./</link>
      <pubDate>Tue, 09 Jan 2007 02:47:24 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/howto-resize-ext3-partitions-without-data-lose./</guid>
      <description>Access the tutorial here.
Howto forge homepage.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/howtoforge-icon.png" alt=""  />
</p>
<p><a href="http://www.howtoforge.com/linux_resizing_ext3_partitions">Access the tutorial here.</a></p>
<p><a href="http://www.howtoforge.com">Howto forge homepage.</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Skype: End of free calls</title>
      <link>https://thedaneshproject.com/posts/skype-end-of-free-calls/</link>
      <pubDate>Mon, 08 Jan 2007 23:27:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/skype-end-of-free-calls/</guid>
      <description>If you use Skype regularly to make calls like me then you might consider getting the yearly plan for USD15, that&amp;rsquo;s about RM50 here in Malaysia. You will be entitled to make unlimited calls to the United States and Canada for the whole year. The 15USD price is only valid till 31st Jan 2007, after that the price will double to USD30/year. Grab it quick I say!!
Get the latest Skype software here.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/skype30thumbnail.png" alt=""  />

If you use Skype regularly to make calls like me then you might consider getting the yearly plan for USD15, that&rsquo;s about RM50 here in Malaysia. You will be entitled to make unlimited calls to the United States and Canada for the whole year. The 15USD price is only valid till 31st Jan 2007, after that the price will double to USD30/year. Grab it quick I say!!</p>
<p><a href="http://www.skype.com/go/download/">Get the latest Skype software here. Skype 3.0</a></p>
<p><a href="http://www.skype.com/">Skype Homepage</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>WordPress Trackback UTF-7 SQL Injection | WordPress</title>
      <link>https://thedaneshproject.com/posts/wordpress-trackback-utf-7-sql-injection-wordpress/</link>
      <pubDate>Mon, 08 Jan 2007 18:14:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/wordpress-trackback-utf-7-sql-injection-wordpress/</guid>
      <description>A new WP exploit has been discovered that works throuh SQL Injection. The attacker will have access to you login infomation if he is sucessfull.
WP 2.0.5 and prior are vulnerable but for those rolling WP 2.0.6 you fine for now.
Original Article
SecuriTeamâ„¢ - WordPress Trackback UTF-7 SQL Injection (Exploit)</description>
      <content:encoded><![CDATA[<p>A new WP exploit has been discovered that works throuh SQL Injection. The attacker will have access to you login infomation if he is sucessfull.</p>
<p>WP 2.0.5 and prior are vulnerable but for those rolling WP 2.0.6 you fine for now.</p>
<p><a href="http://www.milw0rm.com/exploits/3095">Original Article</a></p>
<p><a href="http://www.securiteam.com/exploits/5XP072AKAQ.html">SecuriTeamâ„¢ - WordPress Trackback UTF-7 SQL Injection (Exploit)</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Google Reader Cheat Sheet</title>
      <link>https://thedaneshproject.com/posts/google-reader-cheat-sheet/</link>
      <pubDate>Fri, 05 Jan 2007 22:12:33 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/google-reader-cheat-sheet/</guid>
      <description>Yup, I know you can find this on the google reader page itself. It&amp;rsquo;s content right&amp;hellip;.</description>
      <content:encoded><![CDATA[<p>Yup, I know you can find this on the google reader page itself. It&rsquo;s content right&hellip;.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
]]></content:encoded>
    </item>
    <item>
      <title>Another nerdy tattoo</title>
      <link>https://thedaneshproject.com/posts/another-nerdy-tattoo/</link>
      <pubDate>Thu, 04 Jan 2007 16:48:48 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/another-nerdy-tattoo/</guid>
      <description>Would you want something like this? What&amp;rsquo;s next, format c:\ on your butt?</description>
      <content:encoded><![CDATA[<p>Would you want something like this? What&rsquo;s next, format c:\ on your butt?</p>
]]></content:encoded>
    </item>
    <item>
      <title>ErrorZilla – Useful error page for Firefox</title>
      <link>https://thedaneshproject.com/posts/errorzilla-useful-error-page-for-firefox/</link>
      <pubDate>Wed, 03 Jan 2007 03:50:31 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/errorzilla-useful-error-page-for-firefox/</guid>
      <description>ErrorZilla is a firefox extension that replaces the default error pages with a custom one. With a few extra buttons added it quite easily became one of my must have extensions.
Buttons : retry, google cache, ping, trace, whois, wayback, coralize.
Get the ErrorZilla firefox extention here</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/errorzilla.jpg" alt=""  />
</p>
<p>ErrorZilla is a firefox extension that replaces the default error pages with a custom one. With a few extra buttons added it quite easily became one of my must have extensions.</p>
<p>Buttons : retry, google cache, ping, trace, whois, wayback, coralize.</p>
<p>Get the ErrorZilla firefox extention here</p>
]]></content:encoded>
    </item>
    <item>
      <title>hakia Search Engine Beta</title>
      <link>https://thedaneshproject.com/posts/hakia-search-engine-beta/</link>
      <pubDate>Wed, 03 Jan 2007 03:32:05 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/hakia-search-engine-beta/</guid>
      <description>That&amp;rsquo;s what hakia is. No more indexing as we do it today. hakia works more like the human brain &amp;ldquo;Cognition&amp;rdquo;.
hakia&amp;rsquo;s scheduled it&amp;rsquo;s full launch in 2007.
hakia Search Engine Beta</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2007/01/hakia.jpg" alt=""  />
</p>
<p>That&rsquo;s what hakia is. No more indexing as we do it today. hakia works more like the human brain &ldquo;Cognition&rdquo;.<br>
hakia&rsquo;s scheduled it&rsquo;s full launch in 2007.</p>
<p><a href="http://hakia.com/">hakia Search Engine Beta</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Back from the holidays</title>
      <link>https://thedaneshproject.com/posts/back-from-the-holidays/</link>
      <pubDate>Tue, 02 Jan 2007 02:58:34 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/back-from-the-holidays/</guid>
      <description>Just got back from my holidays. No much happening this year. New year was pretty boring as I did not get to spend it with me close friends and family as I was stuck in Penang. But I did have a small party with my work buddies at the beach with minimal alcohol. ha.. ha&amp;hellip;
No regrets though, I finally had my much needed rest. Imagine getting 12 - 15 hours of sleep a day for a whole week.</description>
      <content:encoded><![CDATA[<p>Just got back from my holidays. No much happening this year. New year was pretty boring as I did not get to spend it with me close friends and family as I was stuck in Penang. But I did have a small party with my work buddies at the beach with minimal alcohol. ha.. ha&hellip;<br>
No regrets though, I finally had my much needed rest. Imagine getting 12 - 15 hours of sleep a day for a whole week. That will certainly get you recharged. I&rsquo;ll start posting ASAP.</p>
<p>HAPPY NEW YEAR!!! Make sure to honor your new year resolutions. I&rsquo;m gonna try to quit smoking and make more money. Let&rsquo;s see how it goes and I&rsquo;ll make sure to keep you updated on my progress.</p>
<p>Adios till then&hellip;..</p>
]]></content:encoded>
    </item>
    <item>
      <title>Internet and Phone outage in Asia</title>
      <link>https://thedaneshproject.com/posts/internet-and-phone-outage-in-asia/</link>
      <pubDate>Thu, 28 Dec 2006 18:01:14 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/internet-and-phone-outage-in-asia/</guid>
      <description>Bet everyone&amp;rsquo;s been experiencing slow internet access for the past 2 days. It took me 45mins just to get this post out.
Well anyway, the problem was due to the massive earthquake that hit Taiwan 2days back. The largest telco breakdown Asia has seen in quite some time.
The outage did not just degrade the internet but also phone lines.
More then a dozen submarine fibre lines broke. If it were just a few lines, we would be fine as there would have been sufficient backup bandwidth.</description>
      <content:encoded><![CDATA[<p>Bet everyone&rsquo;s been experiencing slow internet access for the past 2 days. It took me 45mins just to get this post out.</p>
<p>Well anyway, the problem was due to the massive earthquake that hit Taiwan 2days back. The largest telco breakdown Asia has seen in quite some time.</p>
<p>The outage did not just degrade the internet but also phone lines.</p>
<p>More then a dozen submarine fibre lines broke. If it were just a few lines, we would be fine as there would have been sufficient backup bandwidth.</p>
<p>Read more below;</p>
<p><a href="http://www.tm.net.my/html/news_details.cfm?id=1108&amp;type=News&amp;pg=1">http://www.tm.net.my/html/news_details.cfm?id=1108&amp;type=News&amp;pg=1</a><br>
<a href="http://asiasentinel.com/index.php?option=com_content&amp;task=view&amp;id=318&amp;Itemid=32">http://asiasentinel.com/index.php?option=com_content&amp;task=view&amp;id=318&amp;Itemid=32</a><br>
<a href="http://www.cbsnews.com/stories/2006/12/28/ap/world/mainD8M9K4JG0.shtml">http://www.cbsnews.com/stories/2006/12/28/ap/world/mainD8M9K4JG0.shtml</a><br>
<a href="http://www.telegram.com/apps/pbcs.dll/article?AID=/20061228/NEWS/612280383/1002/BUSINESS">http://www.telegram.com/apps/pbcs.dll/article?AID=/20061228/NEWS/612280383/1002/BUSINESS</a><br>
<a href="http://www.thestar.com/Business/article/165617">http://www.thestar.com/Business/article/165617</a><br>
<a href="http://www.latimes.com/business/la-fi-quake28dec28,1,6693781.story?coll=la-headlines-business&amp;ctrack=1&amp;cset=true">http://www.latimes.com/business/la-fi-quake28dec28,1,6693781.story?coll=la-headlines-business&amp;ctrack=1&amp;cset=true</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Icon War</title>
      <link>https://thedaneshproject.com/posts/icon-war/</link>
      <pubDate>Fri, 22 Dec 2006 09:42:52 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/icon-war/</guid>
      <description>Very very cool animation. The Icon War!! Check it out for yourself here.</description>
      <content:encoded><![CDATA[<p>Very very cool animation. The Icon War!! Check it out for yourself here.</p>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2006/12/icon-war.thumbnail.png" alt="Icon War"  />
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Tattooed Nerds?</title>
      <link>https://thedaneshproject.com/posts/tattooed-nerds/</link>
      <pubDate>Tue, 19 Dec 2006 15:31:23 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/tattooed-nerds/</guid>
      <description>Tattooed Nerds? Yes yes, not just the cool dudes have tattoos anymore. Nerdy tattoos actually do look good. I&amp;rsquo;ve been thinkin of getting my 4th tattoo of maybe a tribal tux&amp;hellip;maybe 🙂
Pacman!!! Zelda!!!
Electronics!!
Mario Bros!!
Windows!! huh??
Cool links to check out;
http://www.bmezine.com/news/pubring/20040720.html
http://www.monyscurry.com/tattoo.htm</description>
      <content:encoded><![CDATA[<p>Tattooed Nerds? Yes yes, not just the cool dudes have tattoos anymore. Nerdy tattoos actually do look good. I&rsquo;ve been thinkin of getting my 4th tattoo of maybe a tribal tux&hellip;maybe 🙂</p>
<p>Pacman!!! Zelda!!!</p>
<p>Electronics!!</p>
<p>Mario Bros!!</p>
<p><img loading="lazy" src="http://www.tonsoftattoos.com/wp-content/images/thumb-cache/26f3216e4954c86b8f8d395a452696c0.jpg" alt=""  />
</p>
<p>Windows!! huh??</p>
<p>Cool links to check out;</p>
<p><a href="http://www.bmezine.com/news/pubring/20040720.html">http://www.bmezine.com/news/pubring/20040720.html</a><br>
<a href="http://www.monyscurry.com/tattoo.htm">http://www.monyscurry.com/tattoo.htm</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Volkswagen’s new Germany plant.</title>
      <link>https://thedaneshproject.com/posts/volkswagens-new-germany-plant./</link>
      <pubDate>Tue, 19 Dec 2006 15:00:45 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/volkswagens-new-germany-plant./</guid>
      <description>Look at this parking lot!!! Don&amp;rsquo;t you wish we had one at each mall? I imagine the work a robber would have to put in just to get into your car&amp;hellip;haha
But anyway, this image is actually VW&amp;rsquo;s storage facility for it&amp;rsquo;s complted cars in it&amp;rsquo;s Germany plant.
[1] [2]
Benefits;
Cheaper. You get your car in lesser time. Only consumes 20% of the space needed to build a traditional storage facility.</description>
      <content:encoded><![CDATA[<p>Look at this parking lot!!! Don&rsquo;t you wish we had one at each mall? I imagine the work a robber would have to put in just to get into your car&hellip;haha</p>
<p>But anyway, this image is actually VW&rsquo;s storage facility for it&rsquo;s complted cars in it&rsquo;s Germany plant.</p>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2006/12/vw2.thumbnail.jpg" alt="vw2.jpg"  />
[1]
<img loading="lazy" src="/techblog/wp-content/uploads/2006/12/vw1.thumbnail.jpg" alt="vw1.jpg"  />
[2]</p>
<p>Benefits;</p>
<ol>
<li>Cheaper.</li>
<li>You get your car in lesser time.</li>
<li>Only consumes 20% of the space needed to build a traditional storage facility.</li>
<li>No damages to your vehicle.</li>
</ol>
]]></content:encoded>
    </item>
    <item>
      <title>Shiatsu Self Massage</title>
      <link>https://thedaneshproject.com/posts/shiatsu-self-massage/</link>
      <pubDate>Sat, 16 Dec 2006 20:52:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/shiatsu-self-massage/</guid>
      <description>Tired? Can&amp;rsquo;t focus? Can&amp;rsquo;t think straight? Try Shiatsu Self Massage. Some of my pals said it help but I think it&amp;rsquo;s all in your head :). You be the judge of that.
Click on the thumbnail below to get a better pic&amp;hellip;
[1]: /techblog/wp-content/uploads/2006/12/shiatsu-self-massage.jpg)</description>
      <content:encoded><![CDATA[<p>Tired? Can&rsquo;t focus? Can&rsquo;t think straight? Try Shiatsu Self Massage. Some of my pals said it help but I think it&rsquo;s all in your head :). You be the judge of that.</p>
<p>Click on the thumbnail below to get a better pic&hellip;</p>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2006/12/shiatsu-self-massage.thumbnail.jpg" alt=""  />
</p>
<p>[1]: /techblog/wp-content/uploads/2006/12/shiatsu-self-massage.jpg)</p>
]]></content:encoded>
    </item>
    <item>
      <title>Gmail as your SMTP server</title>
      <link>https://thedaneshproject.com/posts/gmail-as-your-smtp-server/</link>
      <pubDate>Fri, 15 Dec 2006 10:02:19 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/gmail-as-your-smtp-server/</guid>
      <description>Google offers a portable SMTP server(freebie) to send mail from any network to any email address provided you have a Gmail Account.
This is how your get it setup;
In your mail applications set the SMTP server for outgoing mail to smtp.google.com . Make sure username and password options are checked. Input your username [yourgmailname]@gmail.com. Check off &amp;ldquo;TLS&amp;rdquo; under &amp;ldquo;Use secure connection&amp;rdquo;. Hope it works for you.</description>
      <content:encoded><![CDATA[<p><img loading="lazy" src="/techblog/wp-content/uploads/2006/12/gmail-logo.jpg" alt=""  />
</p>
<p>Google offers a portable SMTP server(freebie) to send mail from any network to any email address provided you have a <a href="http://mail.google.com/mail/" title="Gmail">Gmail</a> Account.</p>
<p>This is how your get it setup;</p>
<ol>
<li>In your mail applications set the SMTP server for outgoing mail to smtp.google.com .</li>
<li>Make sure username and password options are checked. Input your username [yourgmailname]@gmail.com.</li>
<li>Check off &ldquo;TLS&rdquo; under &ldquo;Use secure connection&rdquo;.</li>
</ol>
<p>Hope it works for you.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Fixed my permalink | WordPress</title>
      <link>https://thedaneshproject.com/posts/fixed-my-permalink-wordpress/</link>
      <pubDate>Thu, 14 Dec 2006 12:30:18 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/fixed-my-permalink-wordpress/</guid>
      <description>Being hosted on godaddy with a basic package ain&amp;rsquo;t the best idea in town. I&amp;rsquo;ve been trying to get permalink to work for quite some time now and finally today I managed to get it to work with a few simple entries.
Fix;
Modified the php.ini file on my domain root directory Added the entries below to it cgi.fix_pathinfo = 1 cgi.force_redirect = 0 Goto WP&amp;rsquo;s Admin -&amp;gt; Options -&amp;gt; Permalinks.</description>
      <content:encoded><![CDATA[<p>Being hosted on godaddy with a basic package ain&rsquo;t the best idea in town. I&rsquo;ve been trying to get permalink to work for quite some time now and finally today I managed to get it to work with a few simple entries.<br>
<strong>Fix;</strong></p>
<ol>
<li>Modified the php.ini file on my domain root directory</li>
<li>Added the entries below to it</li>
</ol>
<ul>
<li>cgi.fix_pathinfo = 1</li>
<li>cgi.force_redirect = 0</li>
</ul>
<ol start="3">
<li>Goto WP&rsquo;s Admin -&gt; Options -&gt; Permalinks. Choose you desired option and save.</li>
</ol>
<p><img loading="lazy" src="/techblog/wp-content/uploads/2006/12/wp-admin.thumbnail.png" alt="WP-Admin page"  />

<img loading="lazy" src="/techblog/wp-content/uploads/2006/12/php-ini.thumbnail.png" alt="my php.ini file"  />

<img loading="lazy" src="/techblog/wp-content/uploads/2006/12/url.thumbnail.png" alt="Url reflecting permalink"  />
</p>
<p><a href="http://blog.taragana.com/index.php/archive/wordpress-tip-on-permalink-options/" title="http://blog.taragana.com/index.php/archive/wordpress-tip-on-permalink-options/">[Source]</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>My Workspace</title>
      <link>https://thedaneshproject.com/posts/my-workspace/</link>
      <pubDate>Thu, 14 Dec 2006 08:29:08 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-workspace/</guid>
      <description>I wake up and go to work and chill at my cube everyday to have fun with my babies. They ain&amp;rsquo;t much but they certainly keep me happy.
Check them out. I&amp;rsquo;m lucky that I&amp;rsquo;m fortunate enough to have awesome managers that provide me with such good tools.
My Laptop - Dell Latutude D610 - WinXP Pro SP2
DELL Latitude D610 Intel Pentium M 2.00GHz ATI Mobility Radeon X300 2GB Ram 80GB HDD 16X SONY DVDRW WinXp Pro,SP2 My Workstation - Precision 490 OpenSUSE 10.</description>
      <content:encoded><![CDATA[<p>I wake up and go to work and chill at my cube everyday to have fun with my babies. They ain&rsquo;t much but they certainly keep me happy.<br>
Check them out. I&rsquo;m lucky that I&rsquo;m fortunate enough to have awesome managers that provide me with such good tools.</p>
<p><strong>My Laptop - Dell Latutude D610 - WinXP Pro SP2</strong></p>
<ul>
<li>DELL Latitude D610</li>
<li>Intel Pentium M 2.00GHz</li>
<li>ATI Mobility Radeon X300</li>
<li>2GB Ram</li>
<li>80GB HDD</li>
<li>16X SONY DVDRW</li>
<li>WinXp Pro,SP2</li>
</ul>
<p><!-- raw HTML omitted -->My Workstation - Precision 490 OpenSUSE 10.2 - Beryl - KDE3.5.5<!-- raw HTML omitted --></p>
<ul>
<li>Dual Core IntelÂ® XeonÂ® Processor 5150 2.66GHz, 4MB L2,1333</li>
<li>128MB PCIe x16 nVidia Quadro FX550, Dual VGA or Dual DVI or DVI + VGA</li>
<li>2GB, DDR2 SDRAM FBD Memory, 533MHz, ECC (2 DIMMS)</li>
<li>16XDVD AND 16XDVD+/-RW, w/ Cyberlink PowerDVDâ„¢ and Roxio Creatorâ„¢</li>
<li>80GB SATA 3.0Gb/s,7200 RPM NCQ Hard Drive with 8MB DataBurst Cacheâ„¢</li>
<li>250GB SATA 3.0Gb/s,7200 RPM NCQ Hard Drive with 8MB DataBurst Cacheâ„¢</li>
<li>250GB SATA 3.0Gb/s,7200 RPM NCQ Hard Drive with 8MB DataBurst Cacheâ„¢</li>
<li>Dell 20 inch UltraSharpâ„¢ 2007FP Flat Panel, adjustable stand, VGA/DVI</li>
<li>Broadcom 5721 PCI-E Gigabit Ethernet Adapter</li>
<li>Integrated Broadcom(R) 5752 Gigabit Ethernet Controller</li>
<li>Dell Wireless 1450 Card</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>My first post;</title>
      <link>https://thedaneshproject.com/posts/my-first-post/</link>
      <pubDate>Tue, 12 Dec 2006 05:29:54 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/my-first-post/</guid>
      <description>Technorati Profile</description>
      <content:encoded><![CDATA[<!-- raw HTML omitted -->
<p>Technorati Profile</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to control your TV with your Astro B.yond remote control</title>
      <link>https://thedaneshproject.com/posts/how-to-control-your-tv-with-your-astro-b.yond-remote-control/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://thedaneshproject.com/posts/how-to-control-your-tv-with-your-astro-b.yond-remote-control/</guid>
      <description>Finally configured my B.yond remote to control my TV.
There are are 2 ways to configure your remote.
Method 1:
Hold down the tv(power) and power buttons together until the indicator blinks twice. Refer to the table below and key in the 4 digit number that represents your TV brand. If the code was valid the indicator will blink twice again. Press the tv(power) button, if your TV turns off then the code worked else repeat the steps and try another code from the table.</description>
      <content:encoded><![CDATA[<figure class="align-center ">
    <img loading="lazy" src="/wp-content/uploads/2013/09/astro-byond-remote-map-450x567.png#center"
         alt="astro byond remote map"/> 
</figure>

<p>Finally configured my B.yond remote to control my TV.</p>
<p>There are are 2 ways to configure your remote.</p>
<p>Method 1:</p>
<ol>
<li>Hold down the <strong>tv</strong>(power)  and power buttons together  until the indicator blinks twice.</li>
<li>Refer to the table below and key in the 4 digit number that represents your TV brand.</li>
<li>If the code was valid the indicator will blink twice again.</li>
<li>Press the <strong>tv</strong>(power) button, if your TV turns off then the code worked else repeat the steps and try another code from the table.</li>
</ol>
<figure class="align-center ">
    <img loading="lazy" src="/wp-content/uploads/2013/09/astro-byond-remote-tvcodes-450x395.png#center"
         alt="astro-byond-remote-tvcodes"/> 
</figure>

<p>Method 2:</p>
<ol>
<li>Hold down the <strong>tv</strong>(power)  and power buttons together  until the indicator blinks twice.</li>
<li>Key in 9 - 9 - 1. The indicator should blink twice again.</li>
<li>Press the <strong>tv</strong>(power) button, aim the remote at the decoder and press the <strong>ch+</strong>(channel up) button.</li>
<li>Wait 3 seconds. If the TV does not turn off, press the  <strong>ch+</strong>(channel up) button and wait for 3 seconds again. Repeat the steps until the TV turns off.  You&rsquo;re basically iterating through the TV codes in the remote&rsquo;s database.</li>
<li>Press the OK button once you find the correct code.</li>
</ol>
<p>Source: <a href="http://www.astro.com.my/Portals/_default/Skins/beyond/pdf/Setting_up_the_Astro_B.yond_Box.pdf">Astro&rsquo;s Remore Setup Manual PDF</a></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
