<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - allu john sudhakar</title>
		<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Sun, 26 May 2013 00:45:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - allu john sudhakar</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/</link>
		</image>
		<item>
			<title>How to Install Ubuntu 12.10 or Upgrade to Ubuntu 12.10 (Quantal Quetzal) from Ubuntu 12.04.</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-ubuntu-12-10-or-upgrade-to-ubuntu-12-10-quantal-quetzal-from-ubuntu-12-04-35101/</link>
			<pubDate>Thu, 25 Oct 2012 12:06:41 GMT</pubDate>
			<description>How to Install Ubuntu 12.10 :- 
 
Get an Ubuntu 12.10 installation DVD or CD  from www.ubuntu.com official website. You will get 32 bit (recommended)...</description>
			<content:encoded><![CDATA[<div>How to Install Ubuntu 12.10 :-<br />
<br />
Get an Ubuntu 12.10 installation DVD or CD  from <a href="http://www.ubuntu.com" target="_blank" rel="nofollow">www.ubuntu.com</a> official website. You will get 32 bit (recommended) or 64 bit version.<br />
<br />
Insert the Ubuntu 12.10 DVD into your system DVD drive<br />
<br />
your system BIOS (boot order) is set to boot from CD/DVD. Before a hard drive <br />
<br />
Restart your compter. If you do not see the ubuntu logo.<br />
<br />
Choose the Try ubuntu option in order to cheek that your system keyboard, internet, screen etc., is correctly recognized by ubuntu.<br />
<br />
After checking all click the “Install ubuntu” button<br />
<br />
you will see Installation wizard.<br />
<br />
First you have to select language:- select your desired language and press continue button.<br />
    <br />
Now you will see preparing to install ubuntu box and select the desired option and press continue botton.<br />
<br />
Now you will get:- installation type in this you will see three options <br />
first option is “Install ubuntu alongside them” (if you want to install ubuntu and windows (Dual Booting) in one system scelet this first option and Install.<br />
<br />
The Secound option is “Erease disk and install Ubuntu” if you want to install only ubuntu oprating system in your system you will scelet this secound option, disk partion don by automatical.<br />
WARNING:- this option erase all data and systems that are currently on the disk.<br />
<br />
Thred option is “some thing else”<br />
If you want to manually setup your partitioning scheme., select the some thig else option.<br />
<br />
Chose one option in this box and press continue button<br />
<br />
you will see “Where are You?” box:- select the location close to your location, click continue button<br />
<br />
Now you will see Key boad layout box:- select the correct key board layout click continue button.<br />
<br />
Now you will see who are you? Box :- in this box you have to enter your name and password etc., and press continue button.<br />
<br />
When the installation wizard finishes, the Installation complete window appears click Restart now to restart your system. Ubuntu 12.10 is now installed on your system.<br />
<br />
How to Upgrade from Ubuntu 12.04 to Ubuntu 12.10 :- <br />
<br />
First open command prompt run this command “ update-manager -d “  and press enter button.<br />
<br />
Now you will see “Update Manager Box”. In that click setting button.<br />
<br />
Now you see a new box called “ Software Sources” in that you go to updates button. In that you will see four option first, secound and forth option you have to seclet and leve thired one.<br />
<br />
And now you put “Dily “ option on automatically check for updats.<br />
Put “Display imediately” option on when thre are security updates.<br />
Display weekly option.<br />
When there are other updates. In “notity me of a new ubuntu verstion” you have to put “for any new version” option and close it.<br />
<br />
Finally, click ‘Upgrade’ to begin the upgrade. Before you upgrade, please make sure to install all pending updates. Click ‘Install Updates’ button first and install all updates before upgrading.<br />
That all Your system now upgrede to 12.10.</div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-ubuntu-12-10-or-upgrade-to-ubuntu-12-10-quantal-quetzal-from-ubuntu-12-04-35101/</guid>
		</item>
		<item>
			<title>Speed up your Ubuntu 12.04 with preload application</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/speed-up-your-ubuntu-12-04-with-preload-application-34811/</link>
			<pubDate>Thu, 07 Jun 2012 18:20:06 GMT</pubDate>
			<description>what is preload application:- Preload is nice little application that could make your linux system a lot faster. Preload is an adaptive readahead...</description>
			<content:encoded><![CDATA[<div>what is preload application:- Preload is nice little application that could make your linux system a lot faster. Preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times.<br />
Preload packages are available for almost all linux distributions. And it is available by default in the Synaptic Package Manager and Ubuntu Software Center in Ubuntu. Alternatively, you can install it via Terminal. Type this command<br />
sudo apt-get install preload<br />
Thats it. Preload will run silently in the background. If you want to further tweak Preload, conf file is available at /etc/preload.conf.<br />
Note that installing preload will not make your system boot faster and that preload is a daemon that runs with root priviledges.<br />
And see the difference.</div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/speed-up-your-ubuntu-12-04-with-preload-application-34811/</guid>
		</item>
		<item>
			<title>How to see system services are enable or disable in ubuntu 11.04(Natty Narwhal)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-see-system-services-are-enable-or-disable-in-ubuntu-11-04-natty-narwhal-4020/</link>
			<pubDate>Fri, 05 Aug 2011 06:41:57 GMT</pubDate>
			<description>what is chkconfig 
 
Chkconfig is a utility to update and query runlevel information for system services.  Chkconfig manipulates the numerous...</description>
			<content:encoded><![CDATA[<div>what is chkconfig<br />
<br />
Chkconfig is a utility to update and query runlevel information for system services.  Chkconfig manipulates the numerous symbolic links in /etc/init.d/, to relieve system administrators of some of the drudgery of manually editing the symbolic links.<br />
<br />
<br />
<br />
In Debian, there are several tools with similar functionality, but users coming from other Linux distributions will find the tools in this package more familiar.<br />
<br />
Go to Terminal and open it and type the command “chkconfig' press enter.<br />
<br />
john@john:~$ chkconfig<br />
<br />
The program 'chkconfig' is currently not installed.  You can install it by typing:<br />
<br />
sudo apt-get install chkconfig<br />
<br />
“If chkconfig is not intall you will see the  above massage”<br />
<br />
to install “chkconfig”thpe this command “sudo apt-get install chkconfig” <br />
<br />
john@john:~$ sudo apt-get install chkconfig<br />
<br />
Reading package lists... Done<br />
<br />
Building dependency tree       <br />
<br />
Reading state information... Done<br />
<br />
The following packages were automatically installed and are no longer required:<br />
<br />
  linux-headers-2.6.38-8 linux-headers-2.6.38-8-generic<br />
<br />
Use 'apt-get autoremove' to remove them.<br />
<br />
The following NEW packages will be installed:<br />
<br />
  chkconfig<br />
<br />
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.<br />
<br />
Need to get 9,222 B of archives.<br />
<br />
After this operation, 69.6 kB of additional disk space will be used.<br />
<br />
Get:1 <a href="http://in.archive.ubuntu.com/ubuntu/" target="_blank" rel="nofollow">http://in.archive.ubuntu.com/ubuntu/</a> natty/universe chkconfig all 11.0-79.1-2 [9,222 B]<br />
<br />
Fetched 9,222 B in 0s (9,989 B/s)    <br />
<br />
Selecting previously deselected package chkconfig.<br />
<br />
(Reading database ... 187622 files and directories currently installed.)<br />
<br />
Unpacking chkconfig (from .../chkconfig_11.0-79.1-2_all.deb) ...<br />
<br />
Processing triggers for man-db ...<br />
<br />
Setting up chkconfig (11.0-79.1-2) ...<br />
<br />
<br />
after installing just type “chkconfig” <br />
you can see list of service which one is off or on in your system<br />
<br />
john@john:~$ chkconfig<br />
<br />
acpi-support                                      2345<br />
<br />
acpid                                              off<br />
<br />
alsa-restore                                       off<br />
<br />
alsa-store                                         off<br />
<br />
anacron                                            off<br />
<br />
apparmor                                           on<br />
<br />
apport                                             off<br />
<br />
atd                                                off<br />
<br />
avahi-daemon                                       off<br />
<br />
binfmt-support                                     on<br />
<br />
bluetooth                                          on<br />
<br />
bootlogd                                           off<br />
<br />
brltty                                             on<br />
<br />
clamav-freshclam                                   on<br />
<br />
console-setup                                      off<br />
<br />
cron                                               off<br />
<br />
cups                                               off<br />
<br />
dbus                                               off<br />
<br />
dmesg                                              off<br />
<br />
dns-clean                                          on<br />
<br />
failsafe-x                                         off<br />
<br />
gdm                                                off<br />
<br />
grub-common                                        on<br />
<br />
hostname                                           off<br />
<br />
hwclock                                            off<br />
<br />
hwclock-save                                       off<br />
<br />
irqbalance                                         off<br />
<br />
kerneloops                                         on<br />
<br />
killprocs                                          on<br />
<br />
module-init-tools                                  off<br />
<br />
network-interface                                  off<br />
<br />
network-interface-security                         off<br />
<br />
network-manager                                    off<br />
<br />
networking                                         0<br />
<br />
ondemand                                           on<br />
<br />
pcmciautils                                        on<br />
<br />
plymouth                                           off<br />
<br />
plymouth-log                                       off<br />
<br />
plymouth-splash                                    off<br />
<br />
plymouth-stop                                      off<br />
<br />
plymouth-upstart-bridge                            off<br />
<br />
pppd-dns                                           on<br />
<br />
procps                                             off<br />
<br />
pulseaudio                                         on<br />
<br />
rc.local                                           on<br />
<br />
rcS                                                off<br />
<br />
rsync                                              on<br />
<br />
rsyslog                                            off<br />
<br />
saned                                              on<br />
<br />
sendsigs                                           0<br />
<br />
setvtrgb                                           off<br />
<br />
speech-dispatcher                                  on<br />
<br />
stop-bootlogd                                      off<br />
<br />
stop-bootlogd-single                               off<br />
<br />
sudo                                               on<br />
<br />
udev                                               off<br />
<br />
udev-fallback-graphics                             off<br />
<br />
udev-finish                                        off<br />
<br />
udevmonitor                                        off<br />
<br />
udevtrigger                                        off<br />
<br />
ufw                                                off<br />
<br />
umountfs                                           0<br />
<br />
umountnfs.sh                                       0<br />
<br />
umountroot                                         0<br />
<br />
unattended-upgrades                                0<br />
<br />
urandom                                            0S<br />
<br />
winbind                                            on<br />
<br />
x11-common                                         on<br />
<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-see-system-services-are-enable-or-disable-in-ubuntu-11-04-natty-narwhal-4020/</guid>
		</item>
		<item>
			<title>How to solve “cannot display this video mode optimum resolution 1280 * 1024 60 Hz” problem in ubuntu</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=3818</link>
			<pubDate>Fri, 13 May 2011 05:05:55 GMT</pubDate>
			<description>After installing windows 7 and ubuntu 11.04 in a system some times you will not see GNU GRUB. You will get “cannot display this video mode optimum...</description>
			<content:encoded><![CDATA[<div>After installing windows 7 and ubuntu 11.04 in a system some times you will not see GNU GRUB. You will get “cannot display this video mode optimum resolution 1280 * 1024 60 Hz” massage on monitor and it will open ubuntu 11.04 directly and you can not chose between ubuntu 11.04 or windows 7 <br />
<br />
To solve this problem first update system through Terminal type this command $ sudo apt-get update<br />
 <br />
After update is over you go to update manager and see any updates are available if updates are there just update them. After that you go to “ubuntu software centre” and type “startup-manager” in such place and enter. You will see startup-manager and just press install button it will install<br />
<br />
Now open startup-manager <br />
<br />
You will see by default operating system is ubuntu 11.04<br />
<br />
 You have to put         Display resolution   as   640 * 480<br />
                        <br />
                         Colour depth             as    8 bits<br />
(You have to select both show boot splash and show text during boot)<br />
 <br />
 Misc[*]   show boot splash  <br />
    [*]    show text during boot<br />
<br />
 And go to advanced put boot loader menu resolution is 640 * 480 and close now and restart the system <br />
<br />
This time you will see this <br />
<br />
  GNU GRUB VERSION 1.99 rc1-12 UBUNTU 1<br />
<br />
Ubuntu, with Linux 2.6.38-8-generic<br />
<br />
Ubuntu, with Linux 2.6.38-8-generic (Recovery mode)<br />
<br />
Previous Linux versions<br />
<br />
Memory test (Memest 86+ )<br />
<br />
Memory test (Memtest 86+, serial console 115200)<br />
<br />
Windows 7 (loader) (on/dev/sda 1)<br />
<br />
Now you can select ubuntu or windows  <br />
<br />
Enjoy now <br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=3818</guid>
		</item>
		<item>
			<title>First Command to Run After Installing Ubuntu</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/first-command-to-run-after-installing-ubuntu-3671/</link>
			<pubDate>Sat, 26 Mar 2011 18:21:21 GMT</pubDate>
			<description>Ubuntu is a great operating system. It fast, secured and easy to use when compared to most of other operating Systems. But Ubuntu is not complete...</description>
			<content:encoded><![CDATA[<div>Ubuntu is a great operating system. It fast, secured and easy to use when compared to most of other operating Systems. But Ubuntu is not complete without some additional packages.  One command make Ubuntu useful for everyday use.<br />
To get started, press Ctrl – Alt – T on your keyboard to open Terminal.<br />
When Terminal opens, type the command below and press Enter to install.<br />
sudo apt-get install ubuntu-restricted-extras<br />
Programs that will get installed after running the above command are:<br />
MP3, DVD Playback support<br />
Microsoft Fonts<br />
Java Runtime<br />
Flash Player<br />
and many codecs that are required to play MP3 and DVDs.<br />
(OR)<br />
install Ubuntu restricted extras<br />
      Ubuntu by default, doesn’t allow you to play MP3, DVD, Flash or most media formats for legal reasons. You must always install additional programs that will allow you to play those media<br />
  To install  Ubuntu restricted extras  <br />
  go to Ubuntu Software Center from the application launcher. Then search for  “Ubuntu Restricted Extras” and Install . It will install commonly used applications with restricted copyright (mp3,avi,mpeg,True Type,java,Flash,Codecs).<br />
 Allu John Sudhakar<br />
System/Network Administrator<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/first-command-to-run-after-installing-ubuntu-3671/</guid>
		</item>
		<item>
			<title>How do I clean Ubuntu?</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-do-i-clean-ubuntu-3665/</link>
			<pubDate>Tue, 22 Mar 2011 17:52:44 GMT</pubDate>
			<description>Ubuntu software packaging system can accumulate unused packages or temporary files. These temporary files, also called caches, contain package files...</description>
			<content:encoded><![CDATA[<div>Ubuntu software packaging system can accumulate unused packages or temporary files. These temporary files, also called caches, contain package files from all of the packages that you have ever installed. Eventually, this cache can grow quite large. Removing them allows you to reclaim space on your computer's hard drive for storing your documents, music, photographs, or other files.<br />
<br />
To clear the cache you can use either the clean or the autoclean op for a command-line program called apt-get. The clean command will remove every single cached item, which the autoclean command only removes cached items that can no loger be downloaded (these items are often unnecessary).<br />
<br />
To run clean  go to Applications --&gt; Accessories --&gt; Terminal and Type <br />
<br />
 $ sudo apt-get clean<br />
<br />
and it will ask password and give the password<br />
<br />
packages can also become  unused over time. If a package was installed to assist with running another program- and that program was subsequently removed-you no longer need the supporting package. You can remove it with autoremove<br />
<br />
 To run clean  go to Applications --&gt; Accessories --&gt; Terminal and Type <br />
<br />
 $ sudo apt-get autoremove<br />
<br />
<br />
it will remove the unnecessary packages.<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-do-i-clean-ubuntu-3665/</guid>
		</item>
		<item>
			<title>How to Convert Web-page into a PDF File in Ubuntu 10.10(Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-convert-web-page-into-a-pdf-file-in-ubuntu-10-10-maverick-3583/</link>
			<pubDate>Mon, 14 Feb 2011 06:03:46 GMT</pubDate>
			<description>To convert web-pages into PDF file in ubuntu 10.10 is very easy way.  
just press Ctrl and P and you will see a new box called Print. 
In that you...</description>
			<content:encoded><![CDATA[<div>To convert web-pages into PDF file in ubuntu 10.10 is very easy way. <br />
just press Ctrl and P and you will see a new box called Print.<br />
In that you will see Print to file in printer section.<br />
Now just press Print to file now you can see Name box and Output Formate <br />
first you have select (.) PDF and and now you move to Name place and give and name to that file Exp:- xxx.pdf and now go to save in folder: place just press it to change to save on desktop. And press Print box.<br />
After pressing print box it will convert the information in PDF formate <br />
In the second way you have to go file --&gt; print --&gt; it will open print box as mention in above you have to convert the information into PDF format<br />
In the third way you have to go file --&gt; print preview --&gt; it will open a new box called Ubuntu homepage| Ubuntu – Mozilla Fire fox in that you just press Print box and it will open print box and do same as mention in first part it will convert web page into PDF format.<br />
Allu John Sudhakar (System/Network Administrator<br />
UCE,OU Osmania University ), Hyderabad<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com/" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com/</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-convert-web-page-into-a-pdf-file-in-ubuntu-10-10-maverick-3583/</guid>
		</item>
		<item>
			<title>How to install Cairo Dock in Ubuntu 10.10  (Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-cairo-dock-in-ubuntu-10-10-maverick-3567/</link>
			<pubDate>Wed, 09 Feb 2011 18:51:51 GMT</pubDate>
			<description><![CDATA[About  Cairo Dock 
It uses Cairo / OpenGL to render graphics (many in correlation with Compiz) with full hardware acceleration. It's fully...]]></description>
			<content:encoded><![CDATA[<div>About  Cairo Dock<br />
It uses Cairo / OpenGL to render graphics (many in correlation with Compiz) with full hardware acceleration. It's fully configurable and fully customisable and can be used as a taskbar too. You can easily add applets in the dock or as a desklet. It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to have acces to more views, dialogs and many plug-ins and applets. Some screenshots are available : <a href="http://pics.glx-dock.org" target="_blank" rel="nofollow">http://pics.glx-dock.org</a> This package is the core of Cairo-Dock project.<br />
<br />
Open a terminal window and add the following line and copy paste the following line.<br />
sudo apt-get install udo<br />
<br />
sudo add-apt-repository ppa:cairo-dock-team/ppa<br />
sudo apt-get update<br />
sudo apt-get install cairo-dock<br />
That’s it Cairo dock is installed. You can start it by going to Applications &gt; Accessories &gt; GLX-Dock (Cairo-Dock withOpenGPL).<br />
But Cairo is not installed to run at startup. You can do so, by going to System &gt; Preferences &gt; Startup Applications. And adding the following.<br />
After opening Startup Applications Preferences window  just press Add button<br />
now you will see a new box called Add Startup Program<br />
In that you will see Name in that you have to type  “GLX-Dock(Cairo-Dock with OpenGL”<br />
In Command you have to type “ cairo-dock -o”<br />
and in Comment you have to type “Cairo-Dock with OpenGl (hardware)”<br />
and enjoy now<br />
Allu John Sudhakar (System/Network Administrator<br />
UCE,OU Osmania University ), Hyderabad<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com/" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com/</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-cairo-dock-in-ubuntu-10-10-maverick-3567/</guid>
		</item>
		<item>
			<title>How to Install Docky in Ubuntu 10.10 (Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-docky-in-ubuntu-10-10-maverick-3561/</link>
			<pubDate>Mon, 07 Feb 2011 09:26:45 GMT</pubDate>
			<description>What Is Docky? 
Docky is an advanced shortcut bar that sits at the bottom, top, and/or sides of your screen. It provides easy access to some of the...</description>
			<content:encoded><![CDATA[<div>What Is Docky?<br />
Docky is an advanced shortcut bar that sits at the bottom, top, and/or sides of your screen. It provides easy access to some of the files, folders, and applications on your computer, displays which applications are currently running, holds windows in their minimised state, and more. <br />
<br />
To install Docky from a terminal, use the commands below<br />
<br />
sudo add-apt-repository ppa:docky-core/ppa<br />
sudo apt-get update<br />
sudo apt-get install docky<br />
<br />
Docky will be added under Accessories in the Applications menu.<br />
<br />
When you first launch Docky you will get a pretty simple dock on the bottom of your screen. You can drag and drop your application icons to rearrange them, and drag applications from the applications menu to Docky to add them. Pull an icon from Docky out and it will disappear in a puff of smoke.<br />
Click on the blue Docky logo to open the configuration window. While this window is open, you can click and drag to reposition the dock. You can manage multiple docks with the “New Dock” and “Delete Dock” buttons. Click a dock to select and configure it, the current dock will glow blue.<br />
You can choose between themes and hiding modes, as well as change the icon and zoom sizes. Be sure to check out the 3D background mode, which can also be combined with any theme for a different look. Also, the intellihide hiding mode only hides the dock when the current window would be obscured by the dock. <br />
<br />
Allu John Sudhakar (System/Network Administrator<br />
UCE,OU Osmania University ), Hyderabad<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-docky-in-ubuntu-10-10-maverick-3561/</guid>
		</item>
		<item>
			<title>How to install Skype and Ekiga Softphone in ubuntu 10.10 (Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-skype-and-ekiga-softphone-in-ubuntu-10-10-maverick-3467/</link>
			<pubDate>Sat, 01 Jan 2011 05:17:21 GMT</pubDate>
			<description>What is Skype:- 
 
Skype is a little piece of software that lets you make free calls to anyone else on Skype, anywhere in the world. And even though...</description>
			<content:encoded><![CDATA[<div>What is Skype:-<br />
<br />
Skype is a little piece of software that lets you make free calls to anyone else on Skype, anywhere in the world. And even though the calls are free, they are really excellent quality.<br />
<br />
Make free Skype-to-Skype calls to anyone else, anywhere in the world. Call phones and mobiles at pretty cheap rates per minute. Group chat with up to 100 people or conference call with up to nine others. Free to download.<br />
<br />
How to install Command Line Way<br />
<br />
a. Get the package: for 32-bit<br />
<br />
$ wget <a href="http://www.skype.com/go/getskype-linux-beta-ubuntu-32" target="_blank" rel="nofollow">http://www.skype.com/go/getskype-linux-beta-ubuntu-32</a><br />
<br />
b. You will need to install some libraries.<br />
<br />
$ sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2<br />
<br />
c. Now install skype (the file you just downloaded)<br />
<br />
you want to see you downloaded skype file goto  Places --&gt; Home folder and you will see getskpe-line-beta-ubuntu-32 right click on it goto properties and copy that.<br />
<br />
$ sudo dpkg -i xxxxxxskype-linux-xxxx-ubuntu-32<br />
<br />
[ Note:- if you sitll get some dependency error then just type this command $ sudo apt-get -f install this will install the dependencies and the skype.]<br />
<br />
affer installation is over now you have to go Applications ---&gt; Internet ---&gt; Skype.<br />
<br />
When you first time open skype it will open with skype End User License Agreement you have to select Language by default it will English and press I agree button ane now you will see Skype 2.1 (Beta)for Linux box and enjoy.<br />
<br />
{UPDATE:- Skype has now been uploaded to the “partner” official Ubuntu. See <a href="http://reviewhubs.com/linuxtips/2010/05/install-skype-in-ubuntu-1004-lucid-lynx.htm" target="_blank" rel="nofollow">http://reviewhubs.com/linuxtips/2010...lucid-lynx.htm</a> }<br />
<br />
Perhaps the easiest way to install is from the Debian (.deb) package availabel directly from the Skype website. The downside of this is that you won,t automatically get future updates, you have to download the new versions as they become availabe.<br />
<br />
1. Download Debian package from<br />
<br />
<a href="http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/post-download/" target="_blank" rel="nofollow">http://www.skype.com/intl/en-us/get-...post-download/</a><br />
<br />
2. save and then open the file. It will open with the proper installer by default.<br />
<br />
3. Click on the install button.<br />
<br />
Running Skype:-<br />
<br />
To start Skype, Choose Application-&gt; Internet-&gt; Skype. It usually take a minute or two Skype to get started, and you may think that nothing is happening, so be patient.<br />
<br />
When the Skype window finally opens, sign up (if necessary) and log in to your Skype account. Test your configuration by selecting the Echo/ Sound Test Service contact (if not there already, add contact echo123) and clicking on the large greeen button at the bottom of the Skype window. If the connection is made and you hear a voice, your sound configuration is fine. If you cannot a voice, see the troubleshooting section below.<br />
<br />
Troubleshooting Skype:- <a href="https://help.ubuntu.com/community/SkypeTroubleshooting" target="_blank" rel="nofollow">https://help.ubuntu.com/community/SkypeTroubleshooting</a><br />
<br />
how to install Ekiga Softphone (Talk to people over the Internet)<br />
<br />
What is Ekiga Softphone (Talk to people over the Internet):- H.323 and SIP compatible videoconferencing and VoIP/IP-Telephony application that allows you to make audio and video calls to remote users with H.323 hardware or software (such as Microsoft Netmeeting) as well as SIP endpoints.<br />
<br />
It supports all modern videoconferencing features, such as contact roster, presence status, high-quality audio and video codecs, various video resolutions, registering to an LDAP directory, gatekeeper support, making multi-user conference calls using an external MCU, using modern Quicknet telephony cards, and making PC-To-Phone calls.<br />
<br />
Installation of Ekiga:-<br />
<br />
To Install Ekiga you have to go Applications --&gt; Ubuntu Software Center type Ekiga in surch box press enter you will see Ekiga Softphone and just press Install<br />
<br />
To Start Ekiga, Choose Application --&gt; Internet --&gt; Ekiga<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE,OU Osmania University<br />
Hyderbad<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-skype-and-ekiga-softphone-in-ubuntu-10-10-maverick-3467/</guid>
		</item>
		<item>
			<title>How to mount USB Drivers in Ubuntu 10.10 (Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-mount-usb-drivers-in-ubuntu-10-10-maverick-3430/</link>
			<pubDate>Tue, 14 Dec 2010 18:04:47 GMT</pubDate>
			<description>Automounting 
 
Mounting 
 
By default, storage devices that are plugged into the system mount automatically in the /media directory, open a file...</description>
			<content:encoded><![CDATA[<div>Automounting<br />
<br />
Mounting<br />
<br />
By default, storage devices that are plugged into the system mount automatically in the /media directory, open a file browser window for each volume and place an icon on your desktop. If you plug in a usb hard disk with many partitions, all of the partitions will automatically mount. This behaviour may not be what you want so you can configure it as shown below.<br />
<br />
If the volumes have labels the icons will be named accordingly, otherwise they will be named &quot;disk&quot; and as more volumes are added, you can get &quot;disk-1&quot; and so on.<br />
<br />
<br />
Configuring Automounting<br />
<br />
To enable or disable automount open a terminal and type gconf-editor followed by the [Enter] key.<br />
<br />
Browse to /apps/nautilus/preferences/media_automount.<br />
<br />
The media_automount key controls whether to automatically mount media. If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion.<br />
<br />
There is another key /apps/nautilus/preferences/media_automount_open. This controls whether to automatically open a folder for automounted media. This key can also be set in the Nautilus (file manager) window. From the Edit menu in Nautilus select Preferences and then select the Media tab.<br />
<br />
If set to true, then Nautilus will automatically open a folder when media is automounted. This only applies to media where no known x-content/* type was detected; for media where a known x-content type is detected, the user configurable action will be taken instead. This can be configured as shown below.<br />
<br />
<br />
or go this way<br />
<br />
First you have Go to: System --&gt; Administration --&gt; Synaptic Package Manager<br />
<br />
and search there for “ ndiswrapper-utils, ndiswrapper-common and ndisgtk “<br />
<br />
and Install that. Now you will put you USB card reader with memory card it will open<br />
<br />
Do same thing and enjoy now<br />
<br />
Other Useful Commands<br />
<br />
To see a list of your USB Devices (the vendor and device ID's), run<br />
<br />
lsusb<br />
<br />
to see all attached storage devices and their partitions, urn<br />
<br />
sudo fdisk -l<br />
<br />
to see information about currently mounted systems, simply run<br />
<br />
mount<br />
<br />
Allu John Sudhakar<br />
<br />
to see my Blogger (for Ubuntu) <a href="http://allujohnsudhakar.blogspot.com/" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com/</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-mount-usb-drivers-in-ubuntu-10-10-maverick-3430/</guid>
		</item>
		<item>
			<title>How to remove temporary information, such as web page cookies, browser history, or the list of recen</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-remove-temporary-information-such-as-web-page-cookies-browser-history-or-the-list-of-recen-3383/</link>
			<pubDate>Wed, 01 Dec 2010 17:23:06 GMT</pubDate>
			<description>They are two way that i now . The First way is  
      
    By default,  Mozilla Firefox and Google Chrome Web browsers all store a few pieces of...</description>
			<content:encoded><![CDATA[<div>They are two way that i now . The First way is <br />
     <br />
    By default,  Mozilla Firefox and Google Chrome Web browsers all store a few pieces of information about the websites you visit and interact with. In addition to logging the time, date, title and URL of every page you view, each browser also stores the data you enter into search boxes or other form fields. Although this feature is intended to help you access information more quickly, it also exposes your usage history to anyone with access to your computer. Deleting these autofill entries requires just a few clicks.<br />
Instructions:-  Mozilla Firefox<br />
Click &quot;Tools&quot; in the top menu bar and select &quot;Clear Recent History.&quot;<br />
Click the &quot;Time range to clear&quot; drop-down menu near the top of the resulting window and select &quot;Everything.&quot;<br />
Click the adjacent &quot;Details&quot; button to view Firefox's history removal options.<br />
Check only the &quot;Form &amp; Search History&quot; box.<br />
Click the &quot;Clear Now&quot; button.<br />
Instructions:- Google Chrome<br />
Click the wrench icon near the top-right corner of the window, select &quot;Tools,&quot; then click &quot;Clear browsing data.&quot;<br />
Check only the &quot;Clear saved form data&quot; box in the resulting window.<br />
Click the &quot;Clear data from this period&quot; drop-down menu and select &quot;Everything.&quot;<br />
Click the &quot;Clear browsing data&quot; button.<br />
 The second way is :-Install Sweeper and KleanSweep<br />
     Sweeper (System Cleaner)<br />
 What is Sweeper :-Sweeper can quickly remove temporary information, such as web page cookies, browser history, or the list of recently-opened documents.  It helps provide additional privacy on a system shared between multiple users.<br />
<br />
how to install  go to Applications --&gt; Ubuntu Software Center ---&gt;  and type sweeper in such box<br />
<br />
After installing you want to go sweeper  go to applications --&gt; Accessories --&gt; Sweeper<br />
<br />
and you can quickly do the job which you want <br />
<br />
<br />
<br />
<br />
<br />
<br />
 Klean Sweep (Find and remove unneeded files)<br />
<br />
what is Klean Sweep:-Sweeper can quickly remove temporary information, such as web page cookies, browser history, or the list of recently-opened documents.  It helps provide additional privacy on a system shared between multiple users.<br />
 1.empty files  2. empty directories  3.backup files 4. broken symbolic links 5. broken executables (executables with missing libraries)  6. dead menu entries (.desktop files pointing to non-existing executables)  7. duplicated files  8. orphaned files -- files not found in RPM (for rpm-based distros, e.g. <br />
      Fedora Core, Suse) or DPKG (for dpkg based distros, e.g. Debian and Ubuntu) database - obsolete thumbnails (thumbnails conforming to freedesktop.org standard, pointing to non-existing images) <br />
<br />
how to install Klean Sweep in ubuntu:- first you have to go  Applications --&gt; Ubuntu Software Center ---&gt;  and type Klean Sweep in surch box<br />
<br />
after installation is over  you want to open klean sweep you have to go Applications --&gt; System Tools --&gt; KleanSweep<br />
<br />
after press on KleanSweep it will ask you system password you have to give<br />
<br />
after giving password  it will open with two windows one is Information-KleanSweep<br />
<br />
in that you will  see this information<br />
<br />
“You are running KleanSweep with root privileges. Therefore<br />
extreme caution is recommended as improper use may render<br />
your system unusable. Please keep in mind that because KleanSweep<br />
uses simple heuristics, all files suggested for removal should be<br />
manually reviewed.”<br />
<br />
if you want to run KelanSweep press OK button<br />
<br />
and now you have to read on second box information that is KleanSweep (Welcom!)<br />
<br />
that infromation is like this<br />
<br />
“Welcome to KleanSweep! This application allows you to free some desk sapce by finding unneeded files on your system. you”ll be given a chance to backup and remove selected files and reclaim your disk space!<br />
<br />
Beware! This utility is menat for advanced users only. It is assumed that you have some basic understanding of what can be safely deleted. The author takes no responsibility for any damage caused by using this program”<br />
<br />
 Note:- so you have to very carefull when you are  using  Klean Sweep if you have very good grip in ubuntu than only you use this Klean Sweep softer.<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE,OU Osmania University <br />
Hyderbad<br />
to see my Blogger (for Ubuntu)<a href="http://allujohnsudhakar.blogspot.com" target="_blank" rel="nofollow">http://allujohnsudhakar.blogspot.com</a><br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-remove-temporary-information-such-as-web-page-cookies-browser-history-or-the-list-of-recen-3383/</guid>
		</item>
		<item>
			<title>How to install avast anti virus software in ubuntu 10.10 (Maverick)</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-avast-anti-virus-software-in-ubuntu-10-10-maverick-3367/</link>
			<pubDate>Wed, 24 Nov 2010 07:26:14 GMT</pubDate>
			<description>First you have to download avast anti virus software from avast website 
 
http://www.avast.com/linux-home-edition#tab4 
 
now you will see avast web...</description>
			<content:encoded><![CDATA[<div>First you have to download avast anti virus software from avast website<br />
<br />
<a href="http://www.avast.com/linux-home-edition#tab4" target="_blank" rel="nofollow">http://www.avast.com/linux-home-edition#tab4</a><br />
<br />
now you will see avast web page called avast Linux home edition<br />
<br />
you will see a Note: the program will not work with out a valid license key. To get your key places use the registration form.<br />
<br />
You have to click on registration form now you will see a new page called “Register for your free avast 1 year license” in the you have to give full details information to register for free license you will get key to your mail.<br />
<br />
Now you have go to avast Linux Edition (DEB Package)<br />
<br />
now you will see opening avast 4 workstation_1.3.0-2_i386.deb box<br />
<br />
you have to select<br />
<br />
(.) open with “Ubuntu software Center (Default)”<br />
<br />
press {OK} button<br />
<br />
after downloading is over. You will see a box called Ubuntu software Center in that you see Right side a small box called Install<br />
<br />
just press that Install Button<br />
<br />
after you press Install button it will ask your system password give your password and press enter<br />
<br />
it will installed<br />
<br />
now close your Ubuntu software Center<br />
<br />
now got Applications --&gt; Accessories --&gt; avast anti virus<br />
<br />
just press in avast anti virus. You will see a box in that box you have to give avast key already they send to your mail<br />
<br />
after giving key and press enter you will get a box called avast anti virus<br />
<br />
now you go to update database and click. It will downloading updates.<br />
<br />
After update is over you can Scan your system in three ways<br />
<br />
   1. home directory 2. Entire 3. Selected folder<br />
<br />
and you have to choose type of Scan<br />
<br />
1.Quick 2. standard 3. Thorough<br />
<br />
That all enjoy now<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE, OU Osmania University<br />
Hyderabad<br />
to see my Blogger (for Ubuntu)  <a href="http://allujohn.blogspot.com" target="_blank" rel="nofollow">http://allujohn.blogspot.com</a><br />
Any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-install-avast-anti-virus-software-in-ubuntu-10-10-maverick-3367/</guid>
		</item>
		<item>
			<title>How to read local languages (Telugu, Malayalam, Tamil, Devanagari (including Marathi), Gujarati, Ben</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-read-local-languages-telugu-malayalam-tamil-devanagari-including-marathi-gujarati-ben-3366/</link>
			<pubDate>Wed, 24 Nov 2010 06:09:11 GMT</pubDate>
			<description>In Ubuntu 10.10 by default web browser is Mozilla fire fox web browse is using for internet browsing. 
If you want to read Telugu and other news...</description>
			<content:encoded><![CDATA[<div>In Ubuntu 10.10 by default web browser is Mozilla fire fox web browse is using for internet browsing.<br />
If you want to read Telugu and other news paper first you have go to System ---&gt; Administration---&gt; Language Support --&gt; and click it<br />
you will see a box called Language &amp; Text box<br />
It will update automatically when you open Language Support<br />
after update is over you have to go ---&gt; Install/Remove Languages ---&gt; and press it<br />
you will see a new box called installed languages and you can fined 145 languages list<br />
for Exp:- I choose Telugu now you can see four options in the bottom of the box<br />
under components:<br />
1.Translations 2. Spell cheking and writing aid 3.Input methods 4.Extra fonts<br />
click all the boxes<br />
and now press apply changes button<br />
after changes is over now you have to install padma plugging for Fire Fox web browser. For<br />
that you have to open Mozilla fire fox web browser and you go to goole and type padma plunging<br />
for Firefox and such for “padma:: Add-one for Fire Fox” and click it after open you have go to<br />
parma 0.4.15<br />
[ WHAT IS PADMA PLUGGING :-P adma is a technology for transforming Indic text between<br />
public and proprietary formats. The technology currently supports Telugu, Malayalam, Tamil,<br />
Devanagari (including Marathi), Gujarati, Bengali, and Gurmukhi.<br />
Indic scripts suffer from lack of standards support in various OS and platforms. As a result, many<br />
public and proprietary schemes have been adopted over time by different groups and businesses.<br />
Padma's goal is to bridge the gap between closed and open standards until the day Unicode support<br />
is widely available on all platforms.<br />
Padma transforms Indic text encoded in proprietary formats (ex: dynamic fonts) automatically to<br />
Unicode. Padma also has support for transforming from ISCII and transliteration schemes like<br />
ITRANS and RTS (Telugu only). ]<br />
or go to this link <a href="https://addons.mozilla.org/en-US/firefox/addon/873/" target="_blank" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/873/</a><br />
and now just click in +Add to Fire Fox it will open a window called<br />
Install add-one only from authors whom you trust<br />
press install now button<br />
after installation is over it will ask for restart web browser<br />
if you want to see how it is working for Exp:- type a Telugu new paper URL that is <a href="http://www.eenadu.ent" target="_blank" rel="nofollow">www.eenadu.ent</a><br />
and see how it is opening and read you local language paper and enjoy<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE, OU Osmania University<br />
Hyderabad<br />
to see my Blogger (for Ubuntu)  <a href="http://allujohn.blogspot.com" target="_blank" rel="nofollow">http://allujohn.blogspot.com</a><br />
Any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/how-to-read-local-languages-telugu-malayalam-tamil-devanagari-including-marathi-gujarati-ben-3366/</guid>
		</item>
		<item>
			<title>Step by Step Method for Installing Ubuntu 10.10 on a Windows 7 System (Dual booting) With Radeon Gra</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/step-by-step-method-for-installing-ubuntu-10-10-on-a-windows-7-system-dual-booting-with-radeon-gra-3362/</link>
			<pubDate>Sun, 21 Nov 2010 05:24:03 GMT</pubDate>
			<description>In my first article that is posted at 29.10.2010 “Installing Ubuntu 10.10 on a Windows 7 System (Dual booting) with Radeon X300/X550/X1050 SERIES...</description>
			<content:encoded><![CDATA[<div>In my first article that is posted at 29.10.2010 “Installing Ubuntu 10.10 on a Windows 7 System (Dual booting) with Radeon X300/X550/X1050 SERIES Graphics Card”. I got most of email in that most of the people are asked me to give step by step Installation method for Windows 7 and Ubuntu 10.10 in dual booting. So I am trying to give you to installation method for both Operating Systems. I hope it will help to you for easy installation for Windows 7 and Ubuntu 10.10 in Dual booting method.<br />
<br />
 I have installed Windows 7 and Ubuntu 10.10 on HP dx 7200 micro towers.<br />
System Information :-<br />
Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7201) (7201.winmain_win7ids.090601-1516)<br />
Language: English (Regional Setting: English)<br />
System Manufacturer: Hewlett-Packard<br />
System Model: HP Compaq dx7200 Micro tower<br />
BIOS: Default System BIOS<br />
Processor: Intel(R) Pentium(R) 4 CPU 3.20GHz (2 CPUs), ~3.2GHz<br />
Memory: 4096MB RAM<br />
Available OS Memory: 3584MB RAM<br />
Display Devices<br />
Card name: Radeon X300/X550/X1050 Series (Microsoft Corporation - WDDM)<br />
Manufacturer: ATI Technologies Inc.<br />
Hard Disk<br />
SAMSUNG HD 321HJ of 500 GB.<br />
<br />
First I completely formatted the hard disk<br />
Second I made three partitions in hard disk (C, D &amp; E)<br />
In partition C, I installed windows 7 (First windows should be installed in newly formatted hard disk) <br />
And in partition E, I installed Ubuntu 10.10<br />
<br />
For Installation Windows 7 here the step by step method<br />
<br />
  Setting up your computer and BIOS (Changes if Required)<br />
<br />
When you start your computer put your Windows 7 DVD in DVD drive. And Restart <br />
In most cases it will automatically boot in to the Windows 7 installation. <br />
<br />
But in some cases Boot device order has to change. <br />
<br />
BIOS it may boot you’re running operating system. In that case you will need to change the BIOS. You change the BIOS setting to boot from CD/DVD instead boot from hard drive.<br />
<br />
<br />
<br />
<br />
 Booting UP and First Installation steps <br />
<br />
Installation of Windows 7 almost like Vista Installation type. But you have to care full read the descriptions in each time before clicking the NEXT button to avoid and disasters. There are options to choose in these steps you may find them with each images.<br />
<br />
     a) You choose your Language options by 'Language to install', 'Time and Currency format' and 'Keyboard or input method' here. <br />
<br />
     b) This screen is where the installation wizard begins. The install now options will leads to the <br />
Advanced install options. For repairing a corrupt installation the 'Repair your computer' button <br />
Located at the bottom-left can be used. For fresh installs just click the Install now button. <br />
<br />
c)	Tick the 'I accept the license terms' checkbox and click 'Next' to proceed. <br />
<br />
       d) You will see a new box next in the you have two options 1. Upgrade and custom (advanced). 2. The custom install you have to go for second option that is “CUSTOM INSTALL”<br />
<br />
      e) Clicking on the 'Custom' button brings the install location selection screen. <br />
 Choose C partition to install windows 7 and click Format. Then click 'Next' to proceed. <br />
 Windows might create additional partitions for system files. This is a new feature in Windows 7 to have a small boot partition for system files.<br />
<br />
       f) Click Ok to continue. <br />
<br />
       g) Select the partition you just created and click next to continue. <br />
<br />
 The Windows 7 installation begins. Wait for 15 - 30 minutes for the all new OS! At installation time it will ask to give password, time setting etc... Like in vista you have to give it.<br />
<br />
How to install Ubuntu 10.10<br />
<br />
After Windows 7 installation is over now you have to put your Ubuntu 10.10 CD in drive and restart your system.<br />
<br />
It will open with welcome box. In that you have to press Install Ubuntu button<br />
<br />
You will see a new box call preparing to install Ubuntu box. Just press Forward button.<br />
<br />
Now you will see a new box in that you have to select “Install along side other operating system” <br />
Press Forward button.<br />
<br />
You will see a new box of “Allocate drive space”: in that you will see a RED COLLUR “advanced partitioning tool” just press it.<br />
<br />
Now you will see Allocate drive space. <br />
<br />
<br />
Now you can see<br />
 Device     Type          Size                Used<br />
/dev/sda <br />
/dev/sda1   ntfs        104MB                  35MB <br />
dev/sda 2   ntfs       209609MB             18054 MB<br />
dev/sda 3   ntfs       157286 MB                3221MB<br />
dev/sda 4   ntfs       133106MB<br />
<br />
(Note: - this information is my system hard drive information so in you system your hard drive information you will see)<br />
 <br />
So I selected /dev/sda 4 for Ubuntu 10.10.<br />
If you just press on /dev/sda4 you will see three button enabled 1. Change 2.Delete 3. Revert<br />
<br />
Just to to second button that is deleting after Delete you will see free space<br />
<br />
Now just click on free space you will see one box Add<br />
<br />
Press add button now it will open a box called Create Partition <br />
<br />
Now you have to go Mount point box you will see <br />
/, /boot, /home, /tmp, /usr, /var, /srv, /opt, /usr/local.<br />
<br />
First you will go to /boot. Now you have to go “new Partition size in megabytes(1000000bytes);” and now give 4000 ( I have lot of space in my hard disk that way I given 4000 so you have to give as per Ubuntu manual instructions)   and press ok button <br />
<br />
Now again you go to free space and press /home give 4000 and press OK like that you have to give all partitions. After all partitions allocated is over now you have to give /swap partition.<br />
<br />
The size of /swap partitions are 2 times of your Ram (Exp: - RAM is 1 GB you have to give 2GB (2000) as /swap partitions<br />
<br />
And finally / (ROOT) reaming available free space you have to give for / (ROOT) partition.<br />
<br />
And press “Install Now” button<br />
<br />
You will see a box “do you want to return to this partitions menu <br />
<br />
Just press “Continue button”<br />
<br />
After that you have to<br />
<br />
Set Time and press forward button<br />
<br />
Key board lay out “USA” press Forward button<br />
<br />
Type you name   --&gt; fill all filled and press Forward button<br />
<br />
After installation is over restart the system <br />
<br />
After Installation you will see a box in booting time in that you have to choose which operating system you have to run.<br />
Booting box looks like this <br />
GNU GRUB VERSION 1.98+20100804-5 Ubuntu3<br />
Ubuntu,with Linux 2.6.35-22-generic<br />
Ubuntu,with Linux 2.6.35-22-generic (Recovery mode)<br />
Memory test (Memtest 86+)<br />
Memory test (Memtest 86+ serial console 115200)<br />
Windows 7 (loader) (on /dev/sda1)<br />
In this way I have successfully installed windows7 and Ubuntu 10.10 on HP system in my office. Do the same thing and enjoy.<br />
All the best<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE, OU Osmania University<br />
Hyderabad<br />
to see my Blogger (for windows)  <a href="http://ajsudhakar.blogspot.com" target="_blank" rel="nofollow">http://ajsudhakar.blogspot.com</a><br />
to see my Blogger (for Ubuntu)  <a href="http://allujohn.blogspot.com" target="_blank" rel="nofollow">http://allujohn.blogspot.com</a><br />
<br />
any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/step-by-step-method-for-installing-ubuntu-10-10-on-a-windows-7-system-dual-booting-with-radeon-gra-3362/</guid>
		</item>
		<item>
			<title>Ubuntu: Maverick guide (Ubuntu 10.10 Maverick Meerkat) Documentation</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/ubuntu-maverick-guide-ubuntu-10-10-maverick-meerkat-documentation-3330/</link>
			<pubDate>Fri, 12 Nov 2010 06:44:23 GMT</pubDate>
			<description>go to this link you will find ubuntu 10.10 documentation 
 
Ubuntu: Maverick guide (Ubuntu 10.10 Maverick Meerkat) Documentation 
 
 
...</description>
			<content:encoded><![CDATA[<div>go to this link you will find ubuntu 10.10 documentation<br />
<br />
Ubuntu: Maverick guide (Ubuntu 10.10 Maverick Meerkat) Documentation<br />
<br />
<br />
<br />
<a href="http://ubuntuguide.org/wiki/Ubuntu:Maverick#Dual-Booting_Windows_and_Ubuntu" target="_blank" rel="nofollow">http://ubuntuguide.org/wiki/Ubuntu:M...ows_and_Ubuntu</a><br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE,OU Osmania University<br />
Hyderbad<br />
to see my Blogger (for windows)  <a href="http://ajsudhakar.blogspot.com" target="_blank" rel="nofollow">http://ajsudhakar.blogspot.com</a><br />
to see my Blogger (for Ubuntu)  <a href="http://allujohn.blogspot.com" target="_blank" rel="nofollow">http://allujohn.blogspot.com</a><br />
<br />
any help mail to me     <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/ubuntu-maverick-guide-ubuntu-10-10-maverick-meerkat-documentation-3330/</guid>
		</item>
		<item>
			<title>Installing Ubuntu 10.10 on a Windows 7 System (Dual booting) with Radeon X300/X550/X1050 SERIES Grap</title>
			<link>http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/installing-ubuntu-10-10-on-a-windows-7-system-dual-booting-with-radeon-x300-x550-x1050-series-grap-3277/</link>
			<pubDate>Fri, 29 Oct 2010 18:16:04 GMT</pubDate>
			<description>Ubuntu Linux, just like most Linux distributions, will happily co-exist on a hard disk with just about any version of Windows. This is a concept...</description>
			<content:encoded><![CDATA[<div>Ubuntu Linux, just like most Linux distributions, will happily co-exist on a hard disk with just about any version of Windows. This is a concept known as dual-booting. Essentially, when you power up your PC you will be presented with a menu which provides the option to boot either Ubuntu Linux or Windows. Obviously you can only run one operating system at a time, but it is worth noting that the files on the Windows partition of your disk drive will be available to you from Ubuntu Linux regardless of whether your windows partition was formatted using NTFS.<br />
<br />
To day I have installed Latest Windows 7 and Latest Ubuntu 10.10 on my office system (Dual booting). This two operating system which I installed in HP dx 7200 micro towers.<br />
 <br />
System Information<br />
<br />
   Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7201) (7201.winmain_win7ids.090601-1516)<br />
           Language: English (Regional Setting: English)<br />
System Manufacturer: Hewlett-Packard<br />
       System Model: HP Compaq dx7200 Microtower<br />
               BIOS: Default System BIOS<br />
          Processor: Intel(R) Pentium(R) 4 CPU 3.20GHz (2 CPUs), ~3.2GHz<br />
             Memory: 4096MB RAM<br />
Available OS Memory: 3584MB RAM<br />
<br />
Display Devices<br />
<br />
Card name: Radeon X300/X550/X1050 Series (Microsoft Corporation - WDDM) <br />
       Manufacturer: ATI Technologies Inc.<br />
<br />
Hard Disk<br />
<br />
SAMSUNG HD 321HJ of 500 GB.<br />
<br />
First I completely formatted the hard disk<br />
<br />
Second I made three partitions in hard disk (C, D &amp; E)<br />
<br />
In partition C I installed windows 7 (First windows should be installed in newly formatted hard disk)  <br />
<br />
And in partition E I installed Ubuntu 10.10<br />
<br />
After Installation you will see a box in booting time in that you have to choose which operating system you have to run.<br />
<br />
Booting box  looks like this <br />
<br />
<br />
GNU GRUB VERSION 1.98+20100804-5 Ubuntu3<br />
<br />
Ubuntu,with Linux 2.6.35-22-generic<br />
<br />
Ubuntu,with Linux 2.6.35-22-generic (Recovery mode)<br />
<br />
Memory test (Memtest 86+)<br />
<br />
Memory test (Memtest 86+ serial console 115200)<br />
<br />
Windows 7 (loader) (on /dev/sda1)<br />
<br />
<br />
<br />
<br />
   In this way I have successfully installed windows7 and Ubuntu 10.10 on HP system in my office. Do the same thing and enjoy.<br />
<br />
All the best<br />
<br />
Allu John Sudhakar<br />
System/Network Administrator<br />
UCE, OU Osmania University<br />
Hyderbad<br />
Any help mail to me <a href="mailto:aj_sudhakar@yahoo.co.in">aj_sudhakar@yahoo.co.in</a></div>

]]></content:encoded>
			<dc:creator>allu john sudhakar</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/allu-john-sudhakar-548804/installing-ubuntu-10-10-on-a-windows-7-system-dual-booting-with-radeon-x300-x550-x1050-series-grap-3277/</guid>
		</item>
	</channel>
</rss>
