<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Comptalks &#187; anuradham</title> <atom:link href="http://www.comptalks.com/author/anuradham/feed/" rel="self" type="application/rss+xml" /><link>http://www.comptalks.com</link> <description></description> <lastBuildDate>Sat, 11 Feb 2012 11:40:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How to install Joomla on an Ubuntu localhost</title><link>http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/</link> <comments>http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/#comments</comments> <pubDate>Sun, 20 Dec 2009 03:15:39 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[Tricks]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2565</guid> <description><![CDATA[Installing Joomla in an Ubuntu Box is fairly straight forward work. The world has being lot more easier on CMS installations than early days.In our previous CMS tutorial for linux we gave you instructions on how to install drupal in localhost .Follow the steps below to come up with a quick Jommla installation on your local machine where you can test your web application for later production hosting. Prerequisites: A POSIX (Unix) user account for [...]]]></description> <content:encoded><![CDATA[<p>Installing Joomla in an Ubuntu Box is fairly straight forward work. The world has being lot more easier on CMS installations than early days.In our previous CMS tutorial for linux we gave you instructions on<a href="http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/"> how to install drupal in localhost</a> .Follow the steps below to come up with a quick Jommla installation on your local machine where you can test your web application for later production hosting.</p><p><strong>Prerequisites:</strong></p><ul><li>A POSIX (Unix) user account for joomla</li><li>A database and credentials to the joomla user to manipulate the database</li><li>Apache web server</li><li>PHP5</li><li>MySQL</li></ul><p>If you install Joomla in a Ubuntu Server machine, then you&#8217;ll have to access the Web-Based installer from a client machine. Else take a web browser and give the installation path and hit enter.</p><p><strong>http://localhsot/joomla</strong></p><p>This will start the web-based installer.</p><p><img class="aligncenter size-full wp-image-2566" src="http://img.comptalks.com/uploads/2009/12/joomla1.png" alt="joomla1" width="577" height="369" /></p><p>After selecting the language of choice, the next screen will check whether the prerequisites are fulfilled.</p><p><img class="aligncenter size-full wp-image-2567" src="http://img.comptalks.com/uploads/2009/12/joomla2.png" alt="joomla2" width="580" height="295" />Note: In this screenshot I&#8217;ve given root as the database user, but you can create any POSIX user and grant the database access to that user.</p><p>Eg:<br /> <strong><code><br /> # create user joomla</code></strong></p><p><strong>#mysql -u root -p</strong></p><p><strong>mysql&gt;create database joomla;</strong></p><p><strong>mysql&gt;grant all on joomla.* to joomla@localhost identified by &#8216;user_password&#8217;;</strong></p><p><strong>mysql&gt;flush privileges;</strong></p><p><img class="aligncenter size-full wp-image-2568" src="http://img.comptalks.com/uploads/2009/12/joomla3.png" alt="joomla3" width="562" height="311" /></p><p>You may have to create a FTP server account for file uploads for Joomla.</p><p>You can either have your own FTP server or some third party FTP server. But you need to create a user for joomla and assign it during the setup.</p><p><img class="aligncenter size-full wp-image-2570" src="http://img.comptalks.com/uploads/2009/12/joomla41.png" alt="joomla4" width="580" height="286" /></p><p>Then comes the Main Configuration window, where you have to enter;</p><ul><li>Site name</li><li>Default email</li><li>And install of sample data</li></ul><p>Installing sample data will be important for some cases where it helps in restoring the site in case of crash.</p><p><img class="aligncenter size-full wp-image-2571" src="http://img.comptalks.com/uploads/2009/12/joomla5.png" alt="joomla5" width="575" height="326" /></p><p>If all goes smoothly, you can complete the installation and log in to your new Joomla installation by providing the admin username and password of the Joomla that you created.</p><p><img class="aligncenter size-full wp-image-2572" src="http://img.comptalks.com/uploads/2009/12/joomla6.png" alt="joomla6" width="572" height="367" /></p><p>After entering the username and password, you will be loged in to the Joomla Administrator panel. There you an create content, customize themes, install new themes, and do all the joomla administration.</p><p><img class="aligncenter size-full wp-image-2573" src="http://img.comptalks.com/uploads/2009/12/joomla7.png" alt="joomla7" width="572" height="139" /></p><p>Some Linux related posts :</p><ul><li><a href="../how-to-install-software-in-ubuntu/"><strong>How to install a software in Ubuntu</strong></a></li><li><strong><a href="../how-to-install-ubuntu-10-10/">How to install Ubuntu 10.10 </a><br /> </strong></li><li><strong><a href="../how-to-automatically-mount-partitions-in-linux/">How to automatically mount Windows partitions in Ubuntu </a><br /> </strong></li><li><strong><a href="../how-to-run-windows-software-on-linux-wine-way/">How to install Windows software in Ubuntu</a></strong></li><li><strong><a href="../how-to-use-googletalk-in-ubuntu/">How to install Google Talk in Ubuntu</a></strong></li></ul><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/" rel="bookmark" class="crp_title">How to Install Drupal in Ubuntu localhost the easy way</a></li><li><a href="http://www.comptalks.com/how-to-install-wordpress-in-your-computer-using-wamp/" rel="bookmark" class="crp_title">How to install WordPress in your computer using WAMP</a></li><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-build-a-website-from-scratch/" rel="bookmark" class="crp_title">How to build a Website from scratch</a></li><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/how-to-install-ubuntu-10-10/" rel="bookmark" class="crp_title">How to install Ubuntu 10.10</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-released/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Released</a></li><li><a href="http://www.comptalks.com/how-to-mount-iso-files-in-ubuntu/" rel="bookmark" class="crp_title">How to Mount ISO files in Ubuntu</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/how-to-install-packages-in-ubuntu-behind-a-proxy-server/" rel="bookmark" class="crp_title">How to install packages in Ubuntu behind a proxy server</a></li><li><a href="http://www.comptalks.com/the-ubuntu-font-awesome-look/" rel="bookmark" class="crp_title">The Ubuntu Font &#8211; awesome look</a></li><li><a href="http://www.comptalks.com/how-to-change-the-minimizemaximizeclose-window-menu-in-ubuntu/" rel="bookmark" class="crp_title">How to Change the &#8220;Minimize/Maximize/Close&#8221; Window Menu in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-automatically-mount-partitions-in-linux/" rel="bookmark" class="crp_title">How to automatically Mount Windows partitions in Linux</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-meerkat-preview/" rel="bookmark" class="crp_title">Complete Preview of Ubuntu 10.10 MavericK Meerkat</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to Run Windows Software on Linux-WINE Way</title><link>http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/</link> <comments>http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/#comments</comments> <pubDate>Tue, 15 Dec 2009 01:49:15 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2543</guid> <description><![CDATA[Have you ever tried to run Windows softwares from linux ? If you are on a GNU/Linux box and you still can&#8217;t get away from your Windows tools being using from the past, here&#8217;s a quick tool you can use. This is called WINE the Windows Emulator to run Windows Applications on Linux. You can run most of the Windows Native programs on Linux using Wine. (Applications, Utility programs, games, etc). Let&#8217;s  try to run [...]]]></description> <content:encoded><![CDATA[<p>Have you ever tried to run Windows softwares from linux ? If you are on a GNU/Linux box and you still can&#8217;t get away from your Windows tools being using from the past, here&#8217;s a quick tool you can use. This is called WINE the Windows Emulator to run Windows Applications on Linux.</p><p><img class="aligncenter size-medium wp-image-2544" src="http://img.comptalks.com/uploads/2009/12/wine1-450x281.png" alt="wine1" width="450" height="281" /></p><p>You can run most of the Windows Native programs on Linux using Wine. (Applications, Utility programs, games, etc). Let&#8217;s  try to run a simple .exe file using Wine to get an idea of how it works. First of all, if you don&#8217;t have Wine installed in your Linux box, install it using one of your favorite package managers. Mine it&#8217;s always good old &#8220;apt&#8221;.</p><p><code># apt-get --yes install wine</code></p><p>After you install Wine, to check whether it works smoothly, try opening the Notepad which comes with Wine. If it runs smoothly, mean your Wine installation is successful.</p><p><img class="aligncenter size-medium wp-image-2545" src="http://img.comptalks.com/uploads/2009/12/wine2-450x281.png" alt="wine2" width="450" height="281" /></p><p>I downloaded the Putty.exe application which used by MS Windows computers to connect to a Unix,GNU/Linux system via SSH or Telnet.</p><p>You can right click on the Putty.exe file and open it using Wine. It should open the Putty application as it appears in the Windows system. You can run many applications like that but some times, few applications will not run smoothly as it&#8217;s only an Emulator and not the Windows OS.</p><p><img class="aligncenter size-medium wp-image-2548" src="http://img.comptalks.com/uploads/2009/12/wine31-450x281.png" alt="wine3" width="450" height="281" /></p><p><img class="aligncenter size-medium wp-image-2547" src="http://img.comptalks.com/uploads/2009/12/wine4-450x281.png" alt="wine4" width="450" height="281" /></p><p>Apart from this you can always have a virtual machine running on Complete Windows System and use all the Windows software in it and run as you normally runs on Windows.</p><ul><li><a href="../how-to-install-software-in-ubuntu/"><strong>How to install a software in Ubuntu</strong></a></li><li><strong><a href="../how-to-install-ubuntu-10-10/">How to install Ubuntu 10.10 </a><br /> </strong></li><li><strong><a href="../how-to-automatically-mount-partitions-in-linux/">How to automatically mount Windows partitions in Ubuntu </a><br /> </strong></li><li><strong><a href="../how-to-run-windows-software-on-linux-wine-way/">How to install Windows software in Ubuntu</a></strong></li><li><strong><a href="../how-to-use-googletalk-in-ubuntu/">How to install Google Talk in Ubuntu</a></strong></li></ul><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/play-angry-birds-on-ubuntu/" rel="bookmark" class="crp_title">Play &#8220;Angry Birds&#8221; on Ubuntu !!!</a></li><li><a href="http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/" rel="bookmark" class="crp_title">How to install Joomla on an Ubuntu localhost</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-automatically-mount-partitions-in-linux/" rel="bookmark" class="crp_title">How to automatically Mount Windows partitions in Linux</a></li><li><a href="http://www.comptalks.com/how-to-mount-iso-files-in-ubuntu/" rel="bookmark" class="crp_title">How to Mount ISO files in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-install-ubuntu-10-10/" rel="bookmark" class="crp_title">How to install Ubuntu 10.10</a></li><li><a href="http://www.comptalks.com/how-to-run-multiple-os-simultaneously-on-a-pc/" rel="bookmark" class="crp_title">How to run multiple OS simultaneously on a PC</a></li><li><a href="http://www.comptalks.com/linux-file-system-in-windows/" rel="bookmark" class="crp_title">Linux file system in Windows</a></li><li><a href="http://www.comptalks.com/how-to-install-iis-7-and-setup-asp-in-windows-7/" rel="bookmark" class="crp_title">How to install IIS 7 and setup asp in Windows 7</a></li><li><a href="http://www.comptalks.com/how-to-recover-permanently-deleted-files-in-linux/" rel="bookmark" class="crp_title">How to recover permanently deleted files in Linux</a></li><li><a href="http://www.comptalks.com/how-to-create-your-own-android-app-using-googles-app-inventor/" rel="bookmark" class="crp_title">How to create your own Android app using Google&#8217;s App Inventor</a></li><li><a href="http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/" rel="bookmark" class="crp_title">Download accelerator for Ubuntu GNU/Linux Shell</a></li><li><a href="http://www.comptalks.com/how-to-change-the-minimizemaximizeclose-window-menu-in-ubuntu/" rel="bookmark" class="crp_title">How to Change the &#8220;Minimize/Maximize/Close&#8221; Window Menu in Ubuntu</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Download accelerator for Ubuntu GNU/Linux Shell</title><link>http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/</link> <comments>http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/#comments</comments> <pubDate>Sun, 13 Dec 2009 07:57:43 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[Freewares]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2441</guid> <description><![CDATA[You might have used may number of Download accelerators in your Windows desktop. Have you ever used a console based DL Accelerator? This is a brief introduction to a simple, light weight yet powerful DL Accelerator that you can use in any GNU/Linux distribution like Ubuntu. It&#8217;s call Axel. You can download files from FTP or HTTP servers through multiple connections, where each connection download a part of the file and Axel will save the [...]]]></description> <content:encoded><![CDATA[<p>You might have used may number of Download accelerators in your Windows desktop. Have you ever used a console based DL Accelerator? This is a brief introduction to a simple, light weight yet powerful DL Accelerator that you can use in any GNU/Linux distribution like Ubuntu. It&#8217;s call Axel. You can download files from FTP or HTTP servers through multiple connections, where each connection download a part of the file and Axel will save the file in the selected destination. Since this is a non-GUI program, it saves system resources and performs fast.</p><p><strong><code>$ axel http://www.website.com/yourdownloadfile.zip</code></strong></p><p><img class="aligncenter size-medium wp-image-2531" title="Download accelerator for ubuntu linux axel1" src="http://img.comptalks.com/uploads/2009/11/Download-accelerator-for-ubuntu-linuxaxel1-449x76.png" alt="Download accelerator for ubuntu linux axel1" width="449" height="76" /></p><p>You can limit the out put one line by specifying the option -a with axel command.</p><p><img class="aligncenter size-medium wp-image-2532" title="how to download fast in ubutnu axel2" src="http://img.comptalks.com/uploads/2009/11/how-to-download-fast-in-ubutnu-axel2-450x126.png" alt="how to download fast in ubutnu axel2" width="450" height="126" /></p><p><strong>Some options you can use with axel to control your download.</strong></p><p>Format: $ <strong>axel &#8211;[Options] [download file]</strong></p><p><strong>&#8211;max-speed=x, -s x</strong><br /> You  can  specify  a speed (bytes per second) here and Axel will try to keep the average speed around this speed. Useful  if  you<br /> don&#8217;t want the program to suck up all of your bandwidth.</p><p><strong>&#8211;num-connections=x, -n x</strong><br /> You can specify an alternative number of connections here.</p><p><strong>&#8211;alternate, -a</strong><br /> This  will  show an alternate progress indicator. A bar displays the progress and status of the  different  threads,  along  with<br /> current speed and an estimate for the remaining download time.</p><p>You can use this program in your shell scripts and run remotely in any computer. You don&#8217;t need to have a Remote Desktop facility, you can connect to any Unix, GNU/Linux Computer via SSH and perform downloads in command shell. And this is a very handy tool when your computer resources are very low.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/download-accelerator-plus-9-1-for-windows-7/" rel="bookmark" class="crp_title">Download Accelerator Plus 9.1 for Windows 7</a></li><li><a href="http://www.comptalks.com/windows-mobile-download-accelerator/" rel="bookmark" class="crp_title">Windows Mobile Download Accelerator</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-access-remote-computer-from-your-pc/" rel="bookmark" class="crp_title">How to access remote computer from your PC</a></li><li><a href="http://www.comptalks.com/free-download-accelerator-plus-9204/" rel="bookmark" class="crp_title">Free Download Accelerator Plus 9.2.0.4</a></li><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-released/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Released</a></li><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/ubuntu-11-10-released/" rel="bookmark" class="crp_title">Ubuntu 11.10 released !!</a></li><li><a href="http://www.comptalks.com/compress-your-files-freely-with-7-zip/" rel="bookmark" class="crp_title">Compress your Files freely with 7-Zip</a></li><li><a href="http://www.comptalks.com/how-to-download-whole-folder-ftp-linux/" rel="bookmark" class="crp_title">How to download whole folder website using FTP in Linux</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-meerkat-release-candidate-available-for-download/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Meerkat Release Candidate Available for Download</a></li><li><a href="http://www.comptalks.com/how-to-increase-file-copying-speed-in-windows/" rel="bookmark" class="crp_title">How to increase file copying speed in Windows 7</a></li><li><a href="http://www.comptalks.com/how-to-recover-permanently-deleted-files-in-linux/" rel="bookmark" class="crp_title">How to recover permanently deleted files in Linux</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Install Drupal in Ubuntu localhost the easy way</title><link>http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/</link> <comments>http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/#comments</comments> <pubDate>Thu, 10 Dec 2009 11:59:56 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[Tricks]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2488</guid> <description><![CDATA[Drupal is one of the famous content management systems (CMS) in the world. You can create multi-functional dynamic web sites with CMSs. With this short how-to, let&#8217;s get a clean Drupal installation done in an Ubuntu Environment. Let&#8217;s use the terminal (command line) to do server level operations. [1] Download the drupal files from the web site and extract the files to the web root (/var/www/) $ wget http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz &#38;&#38; sudo cp drupal-6.14.tar.gz /var/www/ (you&#8217;ll [...]]]></description> <content:encoded><![CDATA[<p>Drupal is one of the famous content management systems (CMS) in the world. You can create multi-functional dynamic web sites with CMSs. With this short how-to, let&#8217;s get a clean Drupal installation done in an Ubuntu Environment.</p><p>Let&#8217;s use the terminal (command line) to do server level operations.</p><p>[1] Download the drupal files from the web site and extract the files to the web root (/var/www/)</p><p><strong>$ wget http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz &amp;&amp; sudo cp drupal-6.14.tar.gz /var/www/</strong><br /> (you&#8217;ll have to provide the sudo password to copy the files to the web root)</p><p><strong>$ cd /var/www/ &amp;&amp; sudo tar xvvzf drupal-6.14.tar.gz</strong></p><p style="text-align: center"><img class="aligncenter size-medium wp-image-2489" src="http://img.comptalks.com/uploads/2009/12/image1-300x187.png" alt="image1" width="450" height="280" /></p><p>Now that you have placed the files in the web root. Let&#8217;s create a user and a database for drupal.</p><p>$ sudo useradd drupal (Give what ever the user name you want and the password)</p><p>Create a MySQL database.</p><p><strong>$ mysql -u root -p</strong></p><p><strong>mysql&gt; create database drupal;</strong></p><p><strong>mysql&gt; grant all on drupal.* to drupal@localhost identified by &#8216;password&#8217;;</strong></p><p><strong>mysql&gt; flush privileges;</strong></p><p><img class="aligncenter size-full wp-image-2491" src="http://img.comptalks.com/uploads/2009/12/image2.png" alt="image2" width="458" height="184" /></p><p>Okay now we have the database and credentials for drupal user to manipulate that database.</p><p>For ease of use let&#8217;s rename to drupal-6.14 to just &#8220;drupal&#8221;.</p><p><strong>$ sudo mv drupal-6.14 drupal</strong></p><p>You need to do a small tweek before you begin the installation.</p><p>The Drupal installer requires that you create a settings file as part of the installation process.</p><p>1. Copy the <strong>./sites/default/default.settings.php</strong> file to <strong>./sites/default/settings.php</strong>.<br /> 2. Change file permissions so that it is writable by the web server.</p><p>Make the ./sites/default writable for the time being until the installation ends.</p><p><strong>chmod 777 ./sites/default</strong> (Make sure you make it to 755 later)</p><p>Take the web browser and start the installer.</p><p><img class="aligncenter size-medium wp-image-2492" src="http://img.comptalks.com/uploads/2009/12/image-3-300x187.png" alt="image 3" width="447" height="278" /></p><p>You need to fill out the database name, user, password to connect your drupal site to the MySQL database. And make the<strong> </strong>defaut directory write protected after installation.</p><p><img class="aligncenter size-medium wp-image-2493" src="http://img.comptalks.com/uploads/2009/12/image-7-300x187.png" alt="image 7" width="453" height="281" /></p><p>After you log in to Administrator panel, you can customize the theme, add new modules, manipulate the site and do many more things.</p><p><img class="aligncenter size-medium wp-image-2495" src="http://img.comptalks.com/uploads/2009/12/image8-300x187.png" alt="image8" width="453" height="281" /></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/" rel="bookmark" class="crp_title">How to install Joomla on an Ubuntu localhost</a></li><li><a href="http://www.comptalks.com/how-to-install-wordpress-in-your-computer-using-wamp/" rel="bookmark" class="crp_title">How to install WordPress in your computer using WAMP</a></li><li><a href="http://www.comptalks.com/how-to-build-a-website-from-scratch/" rel="bookmark" class="crp_title">How to build a Website from scratch</a></li><li><a href="http://www.comptalks.com/how-to-reset-mysql-root-password/" rel="bookmark" class="crp_title">How to reset MYSQL root password</a></li><li><a href="http://www.comptalks.com/top-five-open-source-dbms/" rel="bookmark" class="crp_title">Top five open source DBMS</a></li><li><a href="http://www.comptalks.com/change-the-default-installation-directory/" rel="bookmark" class="crp_title">How to Change the Default installation directory in Windows 7</a></li><li><a href="http://www.comptalks.com/how-to-install-packages-in-ubuntu-behind-a-proxy-server/" rel="bookmark" class="crp_title">How to install packages in Ubuntu behind a proxy server</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/wordpress-blog-shows-0-post-database-error/" rel="bookmark" class="crp_title">WordPress Blog shows 0 post ,database error</a></li><li><a href="http://www.comptalks.com/how-to-visit-password-protected-websites-without-registering/" rel="bookmark" class="crp_title">How to visit password-protected websites without registering</a></li><li><a href="http://www.comptalks.com/how-to-mount-iso-files-in-ubuntu/" rel="bookmark" class="crp_title">How to Mount ISO files in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-recover-permanently-deleted-files-in-linux/" rel="bookmark" class="crp_title">How to recover permanently deleted files in Linux</a></li><li><a href="http://www.comptalks.com/how-to-open-iso-files-in-windows-7/" rel="bookmark" class="crp_title">How to open ISO files in windows 7</a></li><li><a href="http://www.comptalks.com/how-to-create-strong-password-to-safeguard-your-online-identity/" rel="bookmark" class="crp_title">How to create strong password to safeguard your online identity</a></li><li><a href="http://www.comptalks.com/top-10-open-source-ecommerce-cms/" rel="bookmark" class="crp_title">Top 10 open source ecommerce CMS</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Organize your photos with F-Spot</title><link>http://www.comptalks.com/organize-your-photos-with-f-spot/</link> <comments>http://www.comptalks.com/organize-your-photos-with-f-spot/#comments</comments> <pubDate>Mon, 07 Dec 2009 02:36:00 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[linux]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2432</guid> <description><![CDATA[F-Spot is one of the famous photo organizing tools available in many GNU/Linux distributions. It can import photos from your digital camera, organize them, optimize them for the web and finally upload to the web photo gallery like Picasa, Flickr, etc. You can find F-spot by going to through the menu, Application &#62; Graphics &#62; F-Spot Photo manager. Here are some of the features of F-Spot: Simple and easy to use interface. It has a [...]]]></description> <content:encoded><![CDATA[<p><strong>F-Spot</strong> is one of the famous <strong>photo organizing tools</strong> available in many GNU/Linux distributions. It can import photos from your digital camera, organize them, optimize them for the web and finally upload to the web photo gallery like Picasa, Flickr, etc. You can find F-spot by going to through the menu,<strong> Application &gt; Graphics &gt; F-Spot Photo manager.</strong></p><p><strong>Here are some of the features of F-Spot:</strong></p><p>Simple and easy to use interface. It has a basic menu set which caters all the photo organizing tasks.</p><p><img class="aligncenter size-medium wp-image-2458" title="fspot organize your photos in linux" src="http://img.comptalks.com/uploads/2009/11/fspot-300x175.png" alt="fspot organize your photos in linux" width="300" height="175" /></p><p>You can import your photos from the digital camera or from a folder in your computer. And you can organize them, tag them, rename and prepare a photo album from it.</p><p><img class="aligncenter size-medium wp-image-2459" title="how to organize your photo album in linux ubuntu" src="http://img.comptalks.com/uploads/2009/11/fspot1-300x221.png" alt="how to organize your photo album in linux ubuntu" width="300" height="221" /></p><p>You can edit photos using F-Spot. You can crop, resize, color balance, brightness/contrast/sharpness controls and many other things.</p><p><img class="aligncenter size-medium wp-image-2460" title="fspot2 edit photos with fspot" src="http://img.comptalks.com/uploads/2009/11/fspot2-300x221.png" alt="fspot2 edit photos with fspot" width="300" height="221" /></p><p>You can create photo CDs using F-Spot. There photo CDs can be viewed in DVD players, Computers, and even modern HDTV with DVD-ROM.</p><p><img class="aligncenter size-medium wp-image-2461" title="fspot3" src="http://img.comptalks.com/uploads/2009/11/fspot3-256x300.png" alt="fspot3" width="256" height="300" /></p><p>Finally you can share your photos across the Internet by uploading those to a web photo gallery like Picasa or Flickr. You can access your web photo gallery by entering the use name and password in to the F-Spot. You can create a new album in the web gallery without actually opening the photo gallery in the web browser.</p><p><img class="aligncenter size-medium wp-image-2462" title="fspot4 import export photos" src="http://img.comptalks.com/uploads/2009/11/fspot4-300x152.png" alt="fspot4 import export photos" width="300" height="152" /></p><p>This is one of the easiest tool that you can use for importing, organizing, exporting and uploading your photos. So hope you all use this tool to get your basic photo organizing task done.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/download-free-photo-organizer-picasa-31-build/" rel="bookmark" class="crp_title">Download free Photo organizer Picasa 3.1 Build</a></li><li><a href="http://www.comptalks.com/how-to-view-facebook-private-photospictures/" rel="bookmark" class="crp_title">How to view Facebook private photos/pictures</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-meerkat-preview/" rel="bookmark" class="crp_title">Complete Preview of Ubuntu 10.10 MavericK Meerkat</a></li><li><a href="http://www.comptalks.com/great-photoshop-effects-without-using-photoshop/" rel="bookmark" class="crp_title">Great Photoshop Effects without using Photoshop</a></li><li><a href="http://www.comptalks.com/facebook-now-has-facial-recognition-for-picture-uploads/" rel="bookmark" class="crp_title">Facebook now has Facial Recognition for Picture Uploads</a></li><li><a href="http://www.comptalks.com/how-to-view-enlarged-photos-in-facebook/" rel="bookmark" class="crp_title">How to view enlarged photos in Facebook</a></li><li><a href="http://www.comptalks.com/bump-top-3-d-desktop-for-windows-7/" rel="bookmark" class="crp_title">Bump Top : 3-D Desktop for Windows 7</a></li><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/create-videos-using-your-facebook-albums-on-facebook/" rel="bookmark" class="crp_title">Create Videos using your Facebook Albums on Facebook</a></li><li><a href="http://www.comptalks.com/top-5-google-chrome-extensions/" rel="bookmark" class="crp_title">Top 5 Google Chrome Extensions</a></li><li><a href="http://www.comptalks.com/4-5-gb-of-dropbox-storage-space-free-for-the-beta-testers/" rel="bookmark" class="crp_title">4.5 GB of Dropbox storage space free for the beta testers</a></li><li><a href="http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/" rel="bookmark" class="crp_title">Download accelerator for Ubuntu GNU/Linux Shell</a></li><li><a href="http://www.comptalks.com/online-safety-tips-for-girls/" rel="bookmark" class="crp_title">Top 10 Online Safety Tips for Girls</a></li><li><a href="http://www.comptalks.com/how-to-use-googletalk-in-ubuntu/" rel="bookmark" class="crp_title">How to use GoogleTalk in Ubuntu</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/organize-your-photos-with-f-spot/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to setup a 3G connection in Ubuntu with Huawei E220</title><link>http://www.comptalks.com/how-to-setup-a-3g-connection-in-ubuntu-with-huawei-e220/</link> <comments>http://www.comptalks.com/how-to-setup-a-3g-connection-in-ubuntu-with-huawei-e220/#comments</comments> <pubDate>Wed, 25 Nov 2009 14:21:20 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2416</guid> <description><![CDATA[Couple of years back, connecting your mobile Internet device with GNU/Linux required system wizard knowledge where you have to edit all the configuration files, scripts manually. Now with Ubuntu Mobile Broadband applet it has become a child&#8217;s play to any average computer user. Today with this how to I&#8217;ll show you how easy it is to setup a 3G connection in Ubuntu. At the moment I&#8217;m in Sri Lanka so the settings here are for [...]]]></description> <content:encoded><![CDATA[<p>Couple of years back, connecting your mobile Internet device with GNU/Linux required system wizard knowledge where you have to edit all the configuration files, scripts manually. Now with Ubuntu Mobile Broadband applet it has become a child&#8217;s play to any average computer user. Today with this how to I&#8217;ll show you how easy it is to setup a 3G connection in Ubuntu. At the moment I&#8217;m in Sri Lanka so the settings here are for a Sri Lankan Mobile service provider. But you can use this for many countries listed in the applet. And the happy news is, most of the time, you don&#8217;t have to put the settings, they are already in the applet itself.!</p><p>Connect your mobile device to the PC via the USB. The Mobile Partner Icon will appear in the Desktop.</p><div id="attachment_2423" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-2423" title="how to connect wifi and 3g in ubuntu" src="http://img.comptalks.com/uploads/2009/11/how-to-connect-wifi-and-3g-in-ubuntu-300x187.png" alt="how to connect wifi and 3g in ubuntu" width="300" height="187" /><p class="wp-caption-text">how to connect wifi and 3g in ubuntu</p></div><p>Mobile broadband applet will appear automatically. It&#8217;ll show your connected device too. Select your device and click forward. Then you&#8217;ll be prompt to select the country you located. I select Sri Lanka and click forward.</p><p><img class="aligncenter size-medium wp-image-2424" title="broadband 3g wifi in ubuntu" src="http://img.comptalks.com/uploads/2009/11/broadband-3g-wifi-in-ubuntu-300x187.png" alt="broadband 3g wifi in ubuntu" width="300" height="187" /></p><p>Luckily all the service providers are listed in the box and I only have to select my mobile service provider. As at now, I have a Mobitel Broadband connection and I&#8217;m going to select Mobitel from the list.</p><p><img class="aligncenter size-medium wp-image-2425" title="broadband 3g wifi in ubuntu" src="http://img.comptalks.com/uploads/2009/11/broadband-3g-wifi-in-ubuntu1-300x187.png" alt="broadband 3g wifi in ubuntu" width="300" height="187" /></p><p>Next you&#8217;ll have to put settings for your connection like apn, user name, password, etc. But I&#8217;m leaving those to Ubuntu Mobile broadband applet. If you have custom settings you can enter them here.</p><p><img class="aligncenter size-medium wp-image-2426" title="choose your broadband plan ubuntu" src="http://img.comptalks.com/uploads/2009/11/choose-your-broadband-plan-ubuntu-300x187.png" alt="choose your broadband plan ubuntu" width="300" height="187" /></p><p>Finally, You need to confirm the details. The applet will show you a summery of your connection. If you need to alter any thing, just click Back and go back to previous screens.</p><p><img class="aligncenter size-medium wp-image-2427" title="connect 3gs in ubuntu" src="http://img.comptalks.com/uploads/2009/11/connect-3gs-in-ubuntu-300x187.png" alt="connect 3gs in ubuntu" width="300" height="187" /></p><p>Again there is a option to manually enter details to your just created connection. But if you are okay with the settings just hit Apply and you are done.</p><p><img class="aligncenter size-medium wp-image-2428" title="mobile wifi" src="http://img.comptalks.com/uploads/2009/11/mobile-wifi-300x187.png" alt="mobile wifi" width="300" height="187" /></p><p>In the main Ubuntu Main Menu Bar you can click on the network icon and select your Mobile connection. In couple of seconds, you&#8217;ll be connected and the signal bars will be shown in the Menu bar. Some times, you&#8217;ll not get a DNS IP at once, so just disconnect and reconnect couple of times till you get name servers.<br /> <img class="aligncenter size-medium wp-image-2429" title="mob7" src="http://img.comptalks.com/uploads/2009/11/mob7-300x187.png" alt="mob7" width="300" height="187" /></p><p>If every thing is fine, You have an IP address issued to you, DNS IP also issued, you can browse the Internet and experience the Fast Mobile Broadband facility with Ubuntu. The most convenient thing in Ubuntu is you don&#8217;t have to install any driver for the Mobile Device. It&#8217;ll be detected automatically and work out of the box.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/high-charges-of-mobile-broadband-abroad/" rel="bookmark" class="crp_title">High Charges of mobile Broadband abroad</a></li><li><a href="http://www.comptalks.com/how-to-turn-your-mobile-cellphon-into-wifi/" rel="bookmark" class="crp_title">How to turn your mobile into Wifi</a></li><li><a href="http://www.comptalks.com/ubuntu-one-to-offer-free-5-gb-cloud-storage/" rel="bookmark" class="crp_title">Ubuntu One to offer free 5 GB cloud storage</a></li><li><a href="http://www.comptalks.com/why-broadband-and-not-dialup-connection/" rel="bookmark" class="crp_title">Why broadband should be used and not dialup connection</a></li><li><a href="http://www.comptalks.com/how-to-use-googletalk-in-ubuntu/" rel="bookmark" class="crp_title">How to use GoogleTalk in Ubuntu</a></li><li><a href="http://www.comptalks.com/free-ubuntu-cd-vending-system-shipit-shuts-down/" rel="bookmark" class="crp_title">Free Ubuntu CD vending system, Shipit shuts down</a></li><li><a href="http://www.comptalks.com/how-to-install-ubuntu-10-10/" rel="bookmark" class="crp_title">How to install Ubuntu 10.10</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-released/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Released</a></li><li><a href="http://www.comptalks.com/4-common-broadband-errors-and-solutions/" rel="bookmark" class="crp_title">4 Common Broadband Errors and Solutions</a></li><li><a href="http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/" rel="bookmark" class="crp_title">Download accelerator for Ubuntu GNU/Linux Shell</a></li><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-meerkat-preview/" rel="bookmark" class="crp_title">Complete Preview of Ubuntu 10.10 MavericK Meerkat</a></li><li><a href="http://www.comptalks.com/the-ubuntu-font-awesome-look/" rel="bookmark" class="crp_title">The Ubuntu Font &#8211; awesome look</a></li><li><a href="http://www.comptalks.com/how-to-install-drupal-in-ubuntu-localhost-the-easy-way/" rel="bookmark" class="crp_title">How to Install Drupal in Ubuntu localhost the easy way</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-setup-a-3g-connection-in-ubuntu-with-huawei-e220/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to use GoogleTalk in Ubuntu</title><link>http://www.comptalks.com/how-to-use-googletalk-in-ubuntu/</link> <comments>http://www.comptalks.com/how-to-use-googletalk-in-ubuntu/#comments</comments> <pubDate>Mon, 23 Nov 2009 15:32:47 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[Computer]]></category> <category><![CDATA[Tricks]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2403</guid> <description><![CDATA[Many of you guys might not have tried Ubuntu because you can&#8217;t use Google Talk out there. Using google talk voice and video was not possible in previous Ubuntu versions. But the new Ubuntu 9.10 comes with the right tool developed for it. The software we use for it is Empathy. Empathy have developed it to cater the googletalk facility and you can use it for yahoo, MSN, IRC, and many other protocols too. Here&#8217;s [...]]]></description> <content:encoded><![CDATA[<p>Many of you guys might not have tried Ubuntu because you can&#8217;t use Google Talk out there. Using google talk voice and video was not possible in previous Ubuntu versions. But the new Ubuntu 9.10 comes with the right tool developed for it. The software we use for it is Empathy. Empathy have developed it to cater the googletalk facility and you can use it for yahoo, MSN, IRC, and many other protocols too.</p><p>Here&#8217;s how to setup it in Empathy that runs in Ubuntu 9.10.</p><p><img class="aligncenter size-medium wp-image-2406" title="how to use google talk in ubuntu" src="http://img.comptalks.com/uploads/2009/11/empathy1-300x168.png" alt="how to use google talk in ubuntu" width="300" height="168" /></p><p><img class="aligncenter size-medium wp-image-2407" title="empathy2" src="http://img.comptalks.com/uploads/2009/11/empathy2-300x168.png" alt="empathy2" width="300" height="168" /></p><p>You can select all the listed protocols here. We&#8217;ll use Google Talk this time.</p><p><img class="aligncenter size-medium wp-image-2408" title="empathy3,audio video calls gtalk in ubuntu" src="http://img.comptalks.com/uploads/2009/11/empathy3-300x168.png" alt="empathy3,audio video calls gtalk in ubuntu" width="300" height="168" /></p><p>Make sure to put the server in &#8220;Override Server settings&#8221; as talk.google.com. Other details you can leave as default.</p><p><img class="aligncenter size-medium wp-image-2409" title="empathy4" src="http://img.comptalks.com/uploads/2009/11/empathy4-300x168.png" alt="empathy4" width="300" height="168" /></p><p>After you configure the google account, you can talk to your friends using voice and even video. You can even call using the number pad available in Empathy in some countries. That depends on the Telecom operators in your country.</p><p><img class="aligncenter size-medium wp-image-2410" title="video calling skype replacement ubuntu linux" src="http://img.comptalks.com/uploads/2009/11/empathy5-287x300.png" alt="video calling skype replacement ubuntu linux" width="287" height="300" /></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/how-to-setup-a-3g-connection-in-ubuntu-with-huawei-e220/" rel="bookmark" class="crp_title">How to setup a 3G connection in Ubuntu with Huawei E220</a></li><li><a href="http://www.comptalks.com/add-google-talk-guru-bot-to-get-info-on-your-gtalk/" rel="bookmark" class="crp_title">Add Google Talk Guru bot to get info on your Gtalk</a></li><li><a href="http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/" rel="bookmark" class="crp_title">How to install Joomla on an Ubuntu localhost</a></li><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-find-invisible-friends-in-google-talk-gmail/" rel="bookmark" class="crp_title">How to find invisible friends in Google Talk/Gmail</a></li><li><a href="http://www.comptalks.com/ubuntu-11-10-released/" rel="bookmark" class="crp_title">Ubuntu 11.10 released !!</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-released/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Released</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/download-accelerator-for-ubuntu-gnulinux-shell/" rel="bookmark" class="crp_title">Download accelerator for Ubuntu GNU/Linux Shell</a></li><li><a href="http://www.comptalks.com/play-angry-birds-online-on-your-computer/" rel="bookmark" class="crp_title">Play Angry birds online on your Computer</a></li><li><a href="http://www.comptalks.com/the-ubuntu-font-awesome-look/" rel="bookmark" class="crp_title">The Ubuntu Font &#8211; awesome look</a></li><li><a href="http://www.comptalks.com/how-to-mount-iso-files-in-ubuntu/" rel="bookmark" class="crp_title">How to Mount ISO files in Ubuntu</a></li><li><a href="http://www.comptalks.com/ubuntu-one-to-offer-free-5-gb-cloud-storage/" rel="bookmark" class="crp_title">Ubuntu One to offer free 5 GB cloud storage</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-use-googletalk-in-ubuntu/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How to Install software in Ubuntu</title><link>http://www.comptalks.com/how-to-install-software-in-ubuntu/</link> <comments>http://www.comptalks.com/how-to-install-software-in-ubuntu/#comments</comments> <pubDate>Fri, 20 Nov 2009 17:25:06 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[linux]]></category> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2379</guid> <description><![CDATA[A decade ago, installing software in Unix based system was a nightmare. Where you have to compile the source code, build the package and install all by manually. But as at today the GNU/Linux system have evolved a lot and have become more user friendly. New GUIs being developed. Any non-tech user can install and run a GNU/Linux system in couple of minutes without any issue. Ubuntu is the most popular GNU/Linux Distribution available in [...]]]></description> <content:encoded><![CDATA[<p>A decade ago,<strong> installing software in Unix</strong> based system was a nightmare. Where you have to compile the source code, build the package and install all by manually. But as at today the <strong>GNU/Linux system</strong> have evolved a lot and have become more user friendly. New GUIs being developed. Any non-tech user can install and run a <strong>GNU/Linux</strong> system in couple of minutes without any issue.</p><p>Ubuntu is the most popular GNU/Linux Distribution available in today&#8217;s <a href="http://www.comptalks.com/introducing-foss-free-and-open-source-software/"><strong>FOSS world</strong></a>. And today I&#8217;ll show you couple of methods you can use to install software in an Ubuntu System.</p><p>1. <strong>Using apt.</strong></p><p>Apt (Advanced Packaging Tool) is the most favourite method of software installation in Debian based systems. You have so many repositories where you can download more than 60,000 software. This repositories are referred in the sources list at /etc/apt/sources.list.</p><p>Eg: Install VLC player<br /> <strong><code>#apt-get install vlc</code></strong></p><p>2.<strong> Using Synaptic Package Manager</strong></p><p>Synaptic Package Manager will allow you to install software by searching the repositories. It&#8217;s a GUI based package manager. You can view the software by category and by clicking on Apply button you can easily install the software.</p><p><img class="aligncenter size-medium wp-image-2383" title="software installer ubuntu synpack" src="http://img.comptalks.com/uploads/2009/11/software-installer-ubuntu-synpack-300x176.png" alt="software installer ubuntu synpack" width="300" height="176" /></p><p>3.<strong> Downloading Deb packages</strong>.</p><p>You can download .deb packages and install them using command line and also using <strong>GDebi GUI tool</strong>.</p><p>Eg: Install Skype<br /> <strong><code>#dpkg -i skype-ubuntu-intrepid_2.1.0.47-1_i386.deb</code></strong></p><p><strong><img class="aligncenter size-medium wp-image-2384" title="How to install software in linux gdebi" src="http://img.comptalks.com/uploads/2009/11/How-to-install-software-in-linux-gdebi-237x300.png" alt="How to install software in linux gdebi" width="237" height="300" /><br /> </strong></p><p>In GDebi, you can just right click on the .deb package and open it in GDebi, then you can install it from there.</p><p>These are the three main ways to install software in Ubuntu. But you can still use the traditional source installation too, but the life has being lot more easier with Ubuntu these days.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/how-to-install-joomla-on-an-ubuntu-localhost/" rel="bookmark" class="crp_title">How to install Joomla on an Ubuntu localhost</a></li><li><a href="http://www.comptalks.com/how-to-install-packages-in-ubuntu-behind-a-proxy-server/" rel="bookmark" class="crp_title">How to install packages in Ubuntu behind a proxy server</a></li><li><a href="http://www.comptalks.com/how-to-recover-permanently-deleted-files-in-linux/" rel="bookmark" class="crp_title">How to recover permanently deleted files in Linux</a></li><li><a href="http://www.comptalks.com/introducing-foss-free-and-open-source-software/" rel="bookmark" class="crp_title">Introducing FOSS &#8211; Free and Open Source Software</a></li><li><a href="http://www.comptalks.com/how-to-mount-iso-files-in-ubuntu/" rel="bookmark" class="crp_title">How to Mount ISO files in Ubuntu</a></li><li><a href="http://www.comptalks.com/how-to-install-ubuntu-10-10/" rel="bookmark" class="crp_title">How to install Ubuntu 10.10</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-released/" rel="bookmark" class="crp_title">Ubuntu 10.10 Maverick Released</a></li><li><a href="http://www.comptalks.com/play-angry-birds-on-ubuntu/" rel="bookmark" class="crp_title">Play &#8220;Angry Birds&#8221; on Ubuntu !!!</a></li><li><a href="http://www.comptalks.com/ubuntu-10-10-maverick-meerkat-preview/" rel="bookmark" class="crp_title">Complete Preview of Ubuntu 10.10 MavericK Meerkat</a></li><li><a href="http://www.comptalks.com/how-to-create-your-own-android-app-using-googles-app-inventor/" rel="bookmark" class="crp_title">How to create your own Android app using Google&#8217;s App Inventor</a></li><li><a href="http://www.comptalks.com/how-to-automatically-mount-partitions-in-linux/" rel="bookmark" class="crp_title">How to automatically Mount Windows partitions in Linux</a></li><li><a href="http://www.comptalks.com/the-ubuntu-font-awesome-look/" rel="bookmark" class="crp_title">The Ubuntu Font &#8211; awesome look</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/how-to-install-software-in-ubuntu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Introducing FOSS &#8211; Free and Open Source Software</title><link>http://www.comptalks.com/introducing-foss-free-and-open-source-software/</link> <comments>http://www.comptalks.com/introducing-foss-free-and-open-source-software/#comments</comments> <pubDate>Wed, 18 Nov 2009 15:48:31 +0000</pubDate> <dc:creator>anuradham</dc:creator> <category><![CDATA[FOSS]]></category> <category><![CDATA[Internet]]></category><guid isPermaLink="false">http://www.comptalks.com/?p=2363</guid> <description><![CDATA[The term &#8220;FOSS&#8221; is in many individual&#8217;s, organisation&#8217;s vocabulary these days. Those who are in need of &#8220;License Free&#8221; solutions are digging in to FOSS as much as possible. Academics those who are interested in knowing how a particular software works, always stick with FOSS. What is this FOSS? Free and Open Source Software is a software category that offers many freedoms to the computer user. The term &#8220;Free&#8221; is referred to &#8220;Freedom&#8221; not &#8220;Zero [...]]]></description> <content:encoded><![CDATA[<p>The term &#8220;<strong>FOSS</strong>&#8221; is in many individual&#8217;s, organisation&#8217;s vocabulary these days. Those who are in need of &#8220;<strong>License Free</strong>&#8221; solutions are digging in to FOSS as much as possible. Academics those who are interested in knowing how a particular software works, always stick with FOSS.</p><p><strong>What is this FOSS?</strong></p><p>Free and Open Source Software is a software category that offers many freedoms to the computer user. The term &#8220;Free&#8221; is referred to &#8220;Freedom&#8221; not &#8220;Zero cost&#8221;. If some one want to make money from FOSS there is a business model for that too. <a title="RMS" href="http://stallman.org/" target="_blank">Mr. Richard M. Stallman</a> is the initiator of Free Software movement and he founded the Free Software foundation to keep the software freedom going on so that the future generation also can benefit from it.</p><p><img class="aligncenter size-medium wp-image-2368" title="gnu-linux" src="http://img.comptalks.com/uploads/2009/11/gnu-linux-300x240.jpg" alt="gnu-linux" width="300" height="240" /></p><p>The essential 4 freedoms in <strong>FOSS</strong>.</p><ul><li>The freedom to run the program, for any purpose (freedom 0).</li><li>The freedom to study how the program works, and change it to make       it do what you wish (freedom 1). Access to the source code is a       precondition for this.</li><li>The freedom to redistribute copies so you can help your neighbor       (freedom 2).</li><li>The freedom to improve the program, and release your improvements       (and modified versions in general)       to the public, so that the whole community benefits (freedom 3).        Access to the source code is a precondition for this.</li></ul><p>This concept is being accepted by many people around the world and there are hundreds of thousands of users and Developers which contribute to FOSS in many ways. I would like to list down couple of famous FOSS applications that are used by today&#8217;s world.</p><ul><li><strong>GNU/Linux Operating system</strong></li><li>Apache web server</li><li>Postfix mail server</li><li>Open Office, office suite</li><li>Firefox Web browser</li><li>Mozilla Thunderbird Mail Client</li><li>GIMP image manipulation system</li><li>Empathy instant messenger</li></ul><p><img class="aligncenter size-medium wp-image-2369" title="picr linux ubuntu free software foss" src="http://img.comptalks.com/uploads/2009/11/picr-300x225.png" alt="picr linux ubuntu free software foss" width="300" height="225" /></p><p>There are over 60,000 software available for you to use in the category of FOSS. You can use, study, customize, share the software and that gives the real freedom to the computer user where they have the transparency and control over the software.<strong> FOSS is secure as it&#8217;s open</strong>. Most of the software is being developed according to the standards. Since the community input is very high, identifying and patching the software bugs is being done more often. Most of the free software developers are volunteers and they do it because they love it. We&#8217;ll go deeper in to the FOSS world with future articles on this topic.</p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.comptalks.com/how-to-install-software-in-ubuntu/" rel="bookmark" class="crp_title">How to Install software in Ubuntu</a></li><li><a href="http://www.comptalks.com/libreoffice-announced-open-source-giants-hand-in-hand-for-new-office-suite/" rel="bookmark" class="crp_title">LibreOffice announced : Open-source giants hand in hand for new Office suite</a></li><li><a href="http://www.comptalks.com/how-to-choose-the-right-software-for-your-online-business/" rel="bookmark" class="crp_title">How to Choose the Right Software for your Online Business</a></li><li><a href="http://www.comptalks.com/top-10-free-digital-audio-editors/" rel="bookmark" class="crp_title">Top 10 Free Digital Audio Editors</a></li><li><a href="http://www.comptalks.com/download-autocad-for-mac-with-free-3-years-license/" rel="bookmark" class="crp_title">Download AutoCAD for MAC with free 3 years license</a></li><li><a href="http://www.comptalks.com/free-alternative-for-autocad-in-windows/" rel="bookmark" class="crp_title">Free Alternative for AutoCAD in Windows DoubleCAD XT</a></li><li><a href="http://www.comptalks.com/how-to-install-microsoft-office-in-linux/" rel="bookmark" class="crp_title">How to Install Microsoft Office in Linux</a></li><li><a href="http://www.comptalks.com/how-to-run-windows-software-on-linux-wine-way/" rel="bookmark" class="crp_title">How to Run Windows Software on Linux-WINE Way</a></li><li><a href="http://www.comptalks.com/7-free-word-processing-software/" rel="bookmark" class="crp_title">7 Free Word Processing Softwares</a></li><li><a href="http://www.comptalks.com/top-10-online-virus-scanners/" rel="bookmark" class="crp_title">Top 10 Online Virus scanners</a></li><li><a href="http://www.comptalks.com/free-pc-pandora-software-for-keylogging/" rel="bookmark" class="crp_title">Free PC pandora software for keylogging</a></li><li><a href="http://www.comptalks.com/bricscad-a-cad-software-for-linux/" rel="bookmark" class="crp_title">Bricscad &#8211; A CAD software for Linux</a></li><li><a href="http://www.comptalks.com/how-to-make-your-computer-more-secure/" rel="bookmark" class="crp_title">How to Make Your Computer More Secure</a></li><li><a href="http://www.comptalks.com/linux-file-system-in-windows/" rel="bookmark" class="crp_title">Linux file system in Windows</a></li><li><a href="http://www.comptalks.com/unchain-your-apple-iphone-now/" rel="bookmark" class="crp_title">Unchain Your Apple iPhone Now</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.comptalks.com/introducing-foss-free-and-open-source-software/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 8/122 queries in 0.304 seconds using disk: basic
Object Caching 3167/3379 objects using disk: basic

Served from: www.comptalks.com @ 2012-02-12 17:17:29 -->
