<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3445367795834120339</id><updated>2012-02-16T13:28:25.081-08:00</updated><title type='text'>Ubuntu</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ubuntuc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ubuntuc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dhiraj</name><uri>http://www.blogger.com/profile/01936842393737997969</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3445367795834120339.post-1232055055785368873</id><published>2011-08-13T21:42:00.001-07:00</published><updated>2011-08-13T21:42:38.792-07:00</updated><title type='text'>Set up Linux Server</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;sudo apt-get install lamp-server^ //Install Lamp &lt;br /&gt;sudo /etc/init.d/apache2 restart&amp;nbsp; //Restart Apache&lt;br /&gt;sudo apt-get install libapache2-mod-auth-mysql phpmyadmin&amp;nbsp; //Install phpmyadmin&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3445367795834120339-1232055055785368873?l=ubuntuc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntuc.blogspot.com/feeds/1232055055785368873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntuc.blogspot.com/2011/08/set-up-linux-server.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/1232055055785368873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/1232055055785368873'/><link rel='alternate' type='text/html' href='http://ubuntuc.blogspot.com/2011/08/set-up-linux-server.html' title='Set up Linux Server'/><author><name>Dhiraj</name><uri>http://www.blogger.com/profile/01936842393737997969</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3445367795834120339.post-3928665948429200337</id><published>2011-08-13T21:41:00.001-07:00</published><updated>2011-08-13T21:41:50.309-07:00</updated><title type='text'>Make Pendrive Bootable</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;1. Insert your USB (4GB+ preferable) stick to the system and backup all the data from the USB as we are going to format the USB to make it as bootable. &lt;br /&gt;&lt;br /&gt;2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start &amp;gt; All programs &amp;gt;Accessories &amp;gt; right click on Command Prompt and select run as administrator. &lt;br /&gt;&lt;br /&gt;3. When the Command Prompt opens, enter the following command: &lt;br /&gt;&lt;br /&gt;DISKPART and hit enter. &lt;br /&gt;&lt;br /&gt;LIST DISK and hit enter. &lt;br /&gt;&lt;br /&gt;Once you enter the LIST DISK command, it will show the disk number of your USB drive. In the below image my USB drive disk no is Disk 1. &lt;br /&gt;&lt;br /&gt;4. In this step you need to enter all the below commands one by one and hit enter. As these commands are self explanatory, you can easily guess what these commands do. &lt;br /&gt;&lt;br /&gt;SELECT DISK 1 (Replace DISK 1 with your disk number) &lt;br /&gt;&lt;br /&gt;CLEAN &lt;br /&gt;&lt;br /&gt;CREATE PARTITION PRIMARY &lt;br /&gt;&lt;br /&gt;SELECT PARTITION 1 &lt;br /&gt;&lt;br /&gt;ACTIVE &lt;br /&gt;&lt;br /&gt;FORMAT FS=NTFS &lt;br /&gt;&lt;br /&gt;(Format process may take few seconds) &lt;br /&gt;ASSIGN &lt;br /&gt;&lt;br /&gt;EXIT &lt;br /&gt;&lt;br /&gt;Dont close the command prompt as we need to execute one more command at the next step. Just minimize it. &lt;br /&gt;&lt;br /&gt;5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I use D as my optical (DVD) drive letter and G as my USB drive letter. &lt;br /&gt;&lt;br /&gt;6. Go back to command prompt and execute the following commands: &lt;br /&gt;&lt;br /&gt;6.1. Change directory to the DVDs boot directory where bootsect lives: &lt;br /&gt;d: &lt;br /&gt;cd d:\boot &lt;br /&gt;&lt;br /&gt;6.2. Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. Im assuming that your USB flash drive has been labeled disk G:\ by the computer: &lt;br /&gt;bootsect /nt60 g: &lt;br /&gt;&lt;br /&gt;(Where G is your USB drive letter) &lt;br /&gt;&lt;br /&gt;7. Copy Windows DVD contents to USB. &lt;br /&gt;&lt;br /&gt;You are done with your bootable USB. You can now use this bootable USB as bootable DVD on any computer that comes with USB boot feature (most of the current motherboards support this feature). &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3445367795834120339-3928665948429200337?l=ubuntuc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntuc.blogspot.com/feeds/3928665948429200337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntuc.blogspot.com/2011/08/make-pendrive-bootable.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/3928665948429200337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/3928665948429200337'/><link rel='alternate' type='text/html' href='http://ubuntuc.blogspot.com/2011/08/make-pendrive-bootable.html' title='Make Pendrive Bootable'/><author><name>Dhiraj</name><uri>http://www.blogger.com/profile/01936842393737997969</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3445367795834120339.post-6656437404503146886</id><published>2011-06-02T07:06:00.000-07:00</published><updated>2011-07-12T07:45:08.911-07:00</updated><title type='text'></title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Convert rpm to deb:&lt;br /&gt;-alien -k &amp;lt;rpm package name&amp;gt;&lt;br /&gt;&lt;br /&gt;Install deb:&lt;br /&gt;-dpkg -i &amp;lt;deb package name&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;TO DELETE RECENT FILES: rm ~/.local/share/zeitgeist/activity.sqlite&lt;br /&gt;zeitgeist-daemon --replace&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;To Clean Partially installed packages&lt;/pre&gt;&lt;pre&gt;sudo apt-get autoclean &lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3445367795834120339-6656437404503146886?l=ubuntuc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntuc.blogspot.com/feeds/6656437404503146886/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntuc.blogspot.com/2011/06/convert-rpm-to-deb-alien-k-package-name.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/6656437404503146886'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/6656437404503146886'/><link rel='alternate' type='text/html' href='http://ubuntuc.blogspot.com/2011/06/convert-rpm-to-deb-alien-k-package-name.html' title=''/><author><name>Dhiraj</name><uri>http://www.blogger.com/profile/01936842393737997969</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3445367795834120339.post-8557569169369432448</id><published>2011-05-30T10:21:00.001-07:00</published><updated>2011-06-02T08:00:15.689-07:00</updated><title type='text'></title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;cd / : This command is used to reach the root folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3445367795834120339-8557569169369432448?l=ubuntuc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntuc.blogspot.com/feeds/8557569169369432448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ubuntuc.blogspot.com/2011/05/cd-this-command-is-used-to-reach-root.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/8557569169369432448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3445367795834120339/posts/default/8557569169369432448'/><link rel='alternate' type='text/html' href='http://ubuntuc.blogspot.com/2011/05/cd-this-command-is-used-to-reach-root.html' title=''/><author><name>Dhiraj</name><uri>http://www.blogger.com/profile/01936842393737997969</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
