<?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-3198612519272958065</id><updated>2011-11-23T21:55:24.049-08:00</updated><title type='text'>HeshaN OnlinE</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-6126936751327593420</id><published>2007-12-01T20:33:00.000-08:00</published><updated>2008-11-06T18:31:05.214-08:00</updated><title type='text'>An A-Z Index of the Linux BASH Command Line.</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_rommXpYtDDA/R1I3LWFzyFI/AAAAAAAAAKQ/-6RANy0rQiY/s1600-R/cmds.PNG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_rommXpYtDDA/R1I3LWFzyFI/AAAAAAAAAKQ/-jH4LAKA6WE/s320/cmds.PNG" alt="" id="BLOGGER_PHOTO_ID_5139230792831191122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;alias -Create an alias&lt;br /&gt;awk -      Find and Replace text within file(s)&lt;br /&gt;&lt;br /&gt;break -    Exit from a loop&lt;br /&gt;builtin -  Run a shell builtin&lt;br /&gt;&lt;br /&gt;cal - Display a calendar&lt;br /&gt;case -     Conditionally perform a command&lt;br /&gt;cat -      Display the contents of a file&lt;br /&gt;cd -       Change Directory&lt;br /&gt;cfdisk -   Partition table manipulator for Linux&lt;br /&gt;chgrp -    Change group ownership&lt;br /&gt;chmod -    Change access permissions&lt;br /&gt;chown -    Change file owner and group&lt;br /&gt;chroot -   Run a command with a different root directory&lt;br /&gt;cksum -    Print CRC checksum and byte counts&lt;br /&gt;clear -    Clear terminal screen&lt;br /&gt;cmp -      Compare two files&lt;br /&gt;comm -     Compare two sorted files line by line&lt;br /&gt;command -  Run a command - ignoring shell functions&lt;br /&gt;continue - Resume the next iteration of a loop&lt;br /&gt;cp -       Copy one or more files to another location&lt;br /&gt;cron -     Daemon to execute scheduled commands&lt;br /&gt;crontab -  Schedule a command to run at a later time&lt;br /&gt;csplit -   Split a file into context-determined pieces&lt;br /&gt;cut -      Divide a file into several parts&lt;br /&gt;&lt;br /&gt;date -     Display or change the date &amp;amp; time&lt;br /&gt;dc -       Desk Calculator&lt;br /&gt;dd -       Data Dump - Convert and copy a file&lt;br /&gt;declare -  Declare variables and give them attributes&lt;br /&gt;df -       Display free disk space&lt;br /&gt;diff     - Display the differences between two files&lt;br /&gt;diff3 -    Show differences among three files&lt;br /&gt;dir -      Briefly list directory contents&lt;br /&gt;dircolors - Colour setup for `ls'&lt;br /&gt;dirname -  Convert a full pathname to just a path&lt;br /&gt;dirs -     Display list of remembered directories&lt;br /&gt;du -       Estimate file space usage&lt;br /&gt;&lt;br /&gt;echo -     Display message on screen&lt;br /&gt;ed -       A line-oriented text editor (edlin)&lt;br /&gt;egrep -    Search file(s) for lines that match an extended expression&lt;br /&gt;eject -    Eject CD-ROM&lt;br /&gt;enable -   Enable and disable builtin shell commands&lt;br /&gt;env -      Display, set, or remove environment variables&lt;br /&gt;eval -     Evaluate several commands/arguments&lt;br /&gt;exec -     Execute a command&lt;br /&gt;exit -     Exit the shell&lt;br /&gt;expand -   Convert tabs to spaces&lt;br /&gt;export -   Set an environment variable&lt;br /&gt;expr -     Evaluate expressions&lt;br /&gt;&lt;br /&gt;factor -   Print prime factors&lt;br /&gt;false    - Do nothing, unsuccessfully&lt;br /&gt;fdformat - Low-level format a floppy disk&lt;br /&gt;fdisk -    Partition table manipulator for Linux&lt;br /&gt;fgrep -    Search file(s) for lines that match a fixed string&lt;br /&gt;find     - Search for files that meet a desired criteria&lt;br /&gt;fmt -      Reformat paragraph text&lt;br /&gt;fold -     Wrap text to fit a specified width.&lt;br /&gt;for -      Expand words, and execute commands&lt;br /&gt;format -   Format disks or tapes&lt;br /&gt;free -     Display memory usage&lt;br /&gt;fsck -     Filesystem consistency check and repair.&lt;br /&gt;function - Define Function Macros&lt;br /&gt;&lt;br /&gt;gawk -     Find and Replace text within file(s)&lt;br /&gt;getopts -  Parse positional parameters&lt;br /&gt;grep -     Search file(s) for lines that match a given pattern&lt;br /&gt;groups -   Print group names a user is in&lt;br /&gt;gzip -     Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt;hash -     Remember the full pathname of a name argument&lt;br /&gt;head -     Output the first part of file(s)&lt;br /&gt;history -  Command History&lt;br /&gt;hostname - Print or set system name&lt;br /&gt;&lt;br /&gt;id -       Print user and group id's&lt;br /&gt;if -       Conditionally perform a command&lt;br /&gt;import -   Capture an X server screen and save the image to file&lt;br /&gt;info -     Help info&lt;br /&gt;install -  Copy files and set attributes&lt;br /&gt;&lt;br /&gt;join -     Join lines on a common field&lt;br /&gt;&lt;br /&gt;kill -     Stop a process from running&lt;br /&gt;&lt;br /&gt;less -     Display output one screen at a time&lt;br /&gt;let -      Perform arithmetic on shell variables&lt;br /&gt;ln -       Make links between files&lt;br /&gt;local -    Create variables&lt;br /&gt;locate -   Find files&lt;br /&gt;logname -  Print current login name&lt;br /&gt;logout -   Exit a login shell&lt;br /&gt;lpc -      Line printer control program&lt;br /&gt;lpr -      Off line print&lt;br /&gt;lprint -   Print a file&lt;br /&gt;lprintd -  Abort a print job&lt;br /&gt;lprintq -  List the print queue&lt;br /&gt;lprm -     Remove jobs from the print queue&lt;br /&gt;ls -       List information about file(s)&lt;br /&gt;&lt;br /&gt;m4 -       Macro processor&lt;br /&gt;man -      Help manual&lt;br /&gt;mkdir -    Create new folder(s)&lt;br /&gt;mkfifo -   Make FIFOs (named pipes)&lt;br /&gt;mknod -    Make block or character special files&lt;br /&gt;more -     Display output one screen at a time&lt;br /&gt;mount -    Mount a file system&lt;br /&gt;mtools -   Manipulate MS-DOS files&lt;br /&gt;mv -       Move or rename files or directories&lt;br /&gt;&lt;br /&gt;nice     Set the priority of a command or job&lt;br /&gt;nl       Number lines and write files&lt;br /&gt;nohup    Run a command immune to hangups&lt;br /&gt;&lt;br /&gt;passwd   Modify a user password&lt;br /&gt;paste    Merge lines of files&lt;br /&gt;pathchk  Check file name portability&lt;br /&gt;popd     Restore the previous value of the current directory&lt;br /&gt;pr       Convert text files for printing&lt;br /&gt;printcap Printer capability database&lt;br /&gt;printenv Print environment variables&lt;br /&gt;printf   Format and print data&lt;br /&gt;ps       Process status&lt;br /&gt;pushd    Save and then change the current directory&lt;br /&gt;pwd      Print Working Directory&lt;br /&gt;&lt;br /&gt;quota    Display disk usage and limits&lt;br /&gt;quotacheck Scan a file system for disk usage&lt;br /&gt;quotactl Set disk quotas&lt;br /&gt;&lt;br /&gt;ram      ram disk device&lt;br /&gt;rcp      Copy files between two machines.&lt;br /&gt;read     read a line from standard input&lt;br /&gt;readonly Mark variables/functions as readonly&lt;br /&gt;remsync  Synchronize remote files via email&lt;br /&gt;return   Exit a shell function&lt;br /&gt;rm       Remove files&lt;br /&gt;rmdir    Remove folder(s)&lt;br /&gt;rpm      Remote Package Manager&lt;br /&gt;rsync    Remote file copy (Synchronize file trees)&lt;br /&gt;&lt;br /&gt;screen   Terminal window manager&lt;br /&gt;sdiff    Merge two files interactively&lt;br /&gt;sed      Stream Editor&lt;br /&gt;select   Accept keyboard input&lt;br /&gt;seq      Print numeric sequences&lt;br /&gt;set      Manipulate shell variables and functions&lt;br /&gt;shift    Shift positional parameters&lt;br /&gt;shopt    Shell Options&lt;br /&gt;shutdown Shutdown or restart linux&lt;br /&gt;sleep    Delay for a specified time&lt;br /&gt;sort     Sort text files&lt;br /&gt;source   Run commands from a file `.'&lt;br /&gt;split    Split a file into fixed-size pieces&lt;br /&gt;su       Substitute user identity&lt;br /&gt;sum      Print a checksum for a file&lt;br /&gt;symlink  Make a new name for a file&lt;br /&gt;sync     Synchronize data on disk with memory&lt;br /&gt;&lt;br /&gt;tac      Concatenate and write files in reverse&lt;br /&gt;tail     Output the last part of files&lt;br /&gt;tar      Tape ARchiver&lt;br /&gt;tee      Redirect output to multiple files&lt;br /&gt;test     Evaluate a conditional expression&lt;br /&gt;time     Measure Program Resource Use&lt;br /&gt;times    User and system times&lt;br /&gt;touch    Change file timestamps&lt;br /&gt;top      List processes running on the system&lt;br /&gt;traceroute Trace Route to Host&lt;br /&gt;trap     Run a command when a signal is set(bourne)&lt;br /&gt;tr       Translate, squeeze, and/or delete characters&lt;br /&gt;true     Do nothing, successfully&lt;br /&gt;tsort    Topological sort&lt;br /&gt;tty      Print filename of terminal on stdin&lt;br /&gt;type     Describe a command&lt;br /&gt;&lt;br /&gt;ulimit   Limit user resources&lt;br /&gt;umask    Users file creation mask&lt;br /&gt;umount   Unmount a device&lt;br /&gt;unalias  Remove an alias&lt;br /&gt;uname    Print system information&lt;br /&gt;unexpand Convert spaces to tabs&lt;br /&gt;uniq     Uniquify files&lt;br /&gt;units    Convert units from one scale to another&lt;br /&gt;unset    Remove variable or function names&lt;br /&gt;unshar   Unpack shell archive scripts&lt;br /&gt;until    Execute commands (until error)&lt;br /&gt;useradd  Create new user account&lt;br /&gt;usermod  Modify user account&lt;br /&gt;users    List users currently logged in&lt;br /&gt;uuencode Encode a binary file&lt;br /&gt;uudecode Decode a file created by uuencode&lt;br /&gt;&lt;br /&gt;v        Verbosely list directory contents (`ls -l -b')&lt;br /&gt;vdir     Verbosely list directory contents (`ls -l -b')&lt;br /&gt;&lt;br /&gt;watch    Execute/display a program periodically&lt;br /&gt;wc       Print byte, word, and line counts&lt;br /&gt;whereis  Report all known instances of a command  &lt;br /&gt;which    Locate a program file in the user's path.&lt;br /&gt;while    Execute commands&lt;br /&gt;who      Print all usernames currently logged in&lt;br /&gt;whoami   Print the current user id and name (`id -un')&lt;br /&gt;&lt;br /&gt;xargs    Execute utility, passing constructed argument list(s)&lt;br /&gt;yes      Print a string until interrupted&lt;br /&gt;&lt;br /&gt;.period  Run commands from a file&lt;br /&gt;###      Comment / Remark&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-6126936751327593420?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/6126936751327593420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=6126936751327593420' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/6126936751327593420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/6126936751327593420'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/12/a-z-index-of-linux-bash-command-line.html' title='An A-Z Index of the Linux BASH Command Line.'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_rommXpYtDDA/R1I3LWFzyFI/AAAAAAAAAKQ/-jH4LAKA6WE/s72-c/cmds.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-4624519544462772276</id><published>2007-10-21T23:49:00.000-07:00</published><updated>2008-11-06T18:31:05.472-08:00</updated><title type='text'>Installing MPlayer on Linux</title><content type='html'>Before you install MPlayer, it asks for DivX or XVid codecs.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fetch them from&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.xvid.org/"&gt;http://www.xvid.org/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://download.divx.com/labs/divx611-20060201-gcc4.0.1.tar.gz"&gt;http://download.divx.com/labs/divx611-20060201-gcc4.0.1.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First install these two, so mplayer can support these codecs as well. It’s not a big deal to install these codecs. DivX has a shell script called install.sh just run it using ./install.sh command&lt;br /&gt;&lt;br /&gt;Bytheway, to extract a tar.gx or a tgx file, use the following command tar –xzvf file_name.tar.gx&lt;br /&gt;To extract a tar.bx2 file or a tbz file use the following command.&lt;br /&gt;tar –xBvf file_name_here.tar.bz2&lt;br /&gt;&lt;br /&gt;for xvid codec uncompress it and go to that directory and in that, go to build/generic&lt;br /&gt;and then do the following&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;make install&lt;br /&gt;&lt;br /&gt;Older wmv versions are supported by MPlayer anyway.&lt;br /&gt;&lt;br /&gt;This file you are downloading is a ‘bunzip2’ file, not a ‘gzip’ file &lt;a href="http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre8.tar.bz2"&gt;http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre8.tar.bz2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So to uncompress it you have to use the –B option.&lt;br /&gt;So it should be&lt;br /&gt;tar –xBvf MPlayer-1.0pre8.tar.bz2&lt;br /&gt;&lt;br /&gt;Then start installing MPlayer uncompress it&lt;br /&gt;tar -xBzf MPlayer-1.0pre8.tar.bz2&lt;br /&gt;&lt;br /&gt;Go into that directory, it’s creating&lt;br /&gt;./configure –enable-gui&lt;br /&gt;If you don’t unset h –enable-gui option it will not compile it for the GUI skin.&lt;br /&gt;make&lt;br /&gt;make install&lt;br /&gt;&lt;br /&gt;Then install a font&lt;br /&gt;Copy a ttf file form anyware to the /user/local/share/mplayer/ directory and rename it so subfont.ttf&lt;br /&gt;&lt;br /&gt;Then install a skin.&lt;br /&gt;Download any skin from http://www.mplayerhq.hu/MPlayer/Skin/ and then make a director inside /user/local/share/mplayer/ calles skins. Copy the skin (.tar.bz2 file) into the newly created directory and uncompress it.&lt;br /&gt;&lt;br /&gt;Then rename the skin (the name of the directory which was created by uncompress) that you want to appear as the default skin for Mplayer, to default.&lt;br /&gt;&lt;br /&gt;Then you can play music and movies. Use gmplayer file_name.mp3 in a terminal or you can set file association and then use it like any other player you are already familiar with.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_rommXpYtDDA/RxxNgrGEqqI/AAAAAAAAAHI/Mf-SuE5b2oY/s1600-h/mpcli.PNG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5124055699760130722" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://1.bp.blogspot.com/_rommXpYtDDA/RxxNgrGEqqI/AAAAAAAAAHI/Mf-SuE5b2oY/s320/mpcli.PNG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_rommXpYtDDA/RxxMxLGEqpI/AAAAAAAAAHA/QSxNqdk2Ix8/s1600-h/mpcli.PNG"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_rommXpYtDDA/RxxOFbGEqsI/AAAAAAAAAHY/1Pzs6LOeyks/s1600-h/mpui.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5124056331120323266" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://4.bp.blogspot.com/_rommXpYtDDA/RxxOFbGEqsI/AAAAAAAAAHY/1Pzs6LOeyks/s320/mpui.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;div align="left"&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-4624519544462772276?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/4624519544462772276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=4624519544462772276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/4624519544462772276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/4624519544462772276'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/installing-mplayer-on-linux.html' title='Installing MPlayer on Linux'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_rommXpYtDDA/RxxNgrGEqqI/AAAAAAAAAHI/Mf-SuE5b2oY/s72-c/mpcli.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-4690844130926955536</id><published>2007-10-21T20:34:00.000-07:00</published><updated>2008-11-06T18:31:05.605-08:00</updated><title type='text'>How to make Firefox Faster</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_rommXpYtDDA/Rxwap7GEqoI/AAAAAAAAAG4/6oiTykRTV3g/s1600-h/viva_firefox_eats_ie.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5123999783580904066" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_rommXpYtDDA/Rxwap7GEqoI/AAAAAAAAAG4/6oiTykRTV3g/s320/viva_firefox_eats_ie.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#000099;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#000099;"&gt;Here is the way of doing it…&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. Type "about:config" into the address bar and hit enter. Scroll down and look for the&lt;br /&gt;following entries.&lt;br /&gt;&lt;br /&gt;2. Alter the entries as follows:&lt;br /&gt;Set "network.http.pipelining" to "true"&lt;br /&gt;Set "network.http.proxy.pipelining" to "true"&lt;br /&gt;Set "network.http.pipelining.maxrequests " to some number like 30. This means it will make 30 requests at once.&lt;/p&gt;&lt;p&gt;You can set this value in to any number,but i guess 30 would be more than enough..&lt;br /&gt;&lt;br /&gt;3. Lastly right-click anywhere and select New à Integer.&lt;br /&gt;Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount&lt;br /&gt;of time the browser waits before it acts on information it receives.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-4690844130926955536?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/4690844130926955536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=4690844130926955536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/4690844130926955536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/4690844130926955536'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/make-firefox-10x-faster.html' title='How to make Firefox Faster'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rommXpYtDDA/Rxwap7GEqoI/AAAAAAAAAG4/6oiTykRTV3g/s72-c/viva_firefox_eats_ie.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-802046815353425961</id><published>2007-10-21T01:21:00.000-07:00</published><updated>2008-11-06T18:31:05.911-08:00</updated><title type='text'>Visual Studio 2008 and .NET 3.5</title><content type='html'>&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rommXpYtDDA/RxsPcbGEqhI/AAAAAAAAAFY/uo_9ZhhbHrQ/s1600-h/dotnet35.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_rommXpYtDDA/RxsPcbGEqhI/AAAAAAAAAFY/uo_9ZhhbHrQ/s320/dotnet35.jpg" alt="" id="BLOGGER_PHOTO_ID_5123705982048053778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What’s New with .NET 3.5&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;CLR Enhancement.&lt;br /&gt;Compiler Enhancement.&lt;br /&gt;LINQ.&lt;br /&gt;Performance Improvement.&lt;br /&gt;Networking Changes.&lt;br /&gt;Windows Information APIs.&lt;br /&gt;WCF works with POX and JSON.&lt;br /&gt;So many more..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rommXpYtDDA/RxsQcbGEqiI/AAAAAAAAAFg/ruo7UIrYmjM/s1600-h/vs2008.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_rommXpYtDDA/RxsQcbGEqiI/AAAAAAAAAFg/ruo7UIrYmjM/s320/vs2008.JPG" alt="" id="BLOGGER_PHOTO_ID_5123707081559681570" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What’s New with Visual Studio 2008&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Supports .NET 2.0, 3.0 and 3.5.&lt;br /&gt;Enabling Flexibility to switch on / off.&lt;br /&gt;Works on HTML, XML and Code Editor.&lt;br /&gt;Semi-Transparent IntelliSense.&lt;br /&gt;Multi-Targetting.&lt;br /&gt;Organized Using.&lt;br /&gt;Split View.&lt;br /&gt;WPF IDE Integration.&lt;br /&gt;Nested Master Page.&lt;br /&gt;Richer support for JavaScript.&lt;br /&gt;Good for AJAX Developers.&lt;br /&gt;So many more..&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;This Blog Post is based on the Presentation of Chua Wen Ching (Solutions Engineer, Mesiniaga, Malaysia and Microsoft MVP Visual Developer – Visual C#) which was presented at the Microsoft Developer Day 2007 Sri Lanka.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You can Download those Presentation Slides from following URLs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.asp.net/blogs/wenching/Discover%20Next%20Generation%20Visual%20Studio%20and%20.NET%20Framework%203.5.zip"&gt;Discover Next Generation Visual Studio and .NET Framework 3.5.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.asp.net/blogs/wenching/An%20Adventure%20with%20CSharp%20and%20LINQ.zip"&gt;An Adventure with CSharp and LINQ.zip&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-802046815353425961?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/802046815353425961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=802046815353425961' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/802046815353425961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/802046815353425961'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/visual-studio-2008-and-net-35.html' title='Visual Studio 2008 and .NET 3.5'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_rommXpYtDDA/RxsPcbGEqhI/AAAAAAAAAFY/uo_9ZhhbHrQ/s72-c/dotnet35.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-3450779696521969385</id><published>2007-10-20T15:33:00.000-07:00</published><updated>2008-11-06T18:31:06.194-08:00</updated><title type='text'>Microsoft® Silverlight™</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_rommXpYtDDA/RxsVl7GEqmI/AAAAAAAAAGE/DqGt22vsrlI/s1600-h/logo.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5123712742326577762" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_rommXpYtDDA/RxsVl7GEqmI/AAAAAAAAAGE/DqGt22vsrlI/s320/logo.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"Microsoft® Silverlight™ is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and integrates with existing Web applications. Silverlight supports fast, cost-effective delivery of high-quality video to all major browsers running on the Mac OS or Windows."&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_rommXpYtDDA/RxsWl7GEqnI/AAAAAAAAAGQ/lHV5ErOjvzg/s1600-h/Silverlight.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5123713841838205554" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://1.bp.blogspot.com/_rommXpYtDDA/RxsWl7GEqnI/AAAAAAAAAGQ/lHV5ErOjvzg/s320/Silverlight.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For more information about Microsoft® Silverlight™ visit..&lt;br /&gt;&lt;br /&gt;&lt;a href="http://silverlight.net/"&gt;http://silverlight.net/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-3450779696521969385?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/3450779696521969385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=3450779696521969385' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/3450779696521969385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/3450779696521969385'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/microsoft-silverlight.html' title='Microsoft® Silverlight™'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_rommXpYtDDA/RxsVl7GEqmI/AAAAAAAAAGE/DqGt22vsrlI/s72-c/logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-2636941057599667922</id><published>2007-10-20T13:53:00.000-07:00</published><updated>2008-11-06T18:31:06.335-08:00</updated><title type='text'>How to get the Read &amp; Write Permissions to ntfs File Systems using Linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_rommXpYtDDA/Rxpu37GEqgI/AAAAAAAAAFI/1yUOh_GrLf8/s1600-h/ntfs3g_logo2_1-0_160px.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_rommXpYtDDA/Rxpu37GEqgI/AAAAAAAAAFI/1yUOh_GrLf8/s320/ntfs3g_logo2_1-0_160px.png" alt="" id="BLOGGER_PHOTO_ID_5123529433122384386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;1st Install the fuse Package..&lt;br /&gt;&lt;br /&gt;&lt;a href="http://fuse.sourceforge.net/"&gt;http://fuse.sourceforge.net/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the steps for installing fuse..&lt;br /&gt;&lt;br /&gt;tar -xBvf filename&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;sudo make install&lt;br /&gt;&lt;br /&gt;Then Install the ntfs-3g Package..&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ntfs-3g.org/"&gt;http://www.ntfs-3g.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the steps for installing ntfs-3g..&lt;br /&gt;&lt;br /&gt;tar -xBvf filename&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;sudo make install&lt;br /&gt;&lt;br /&gt;If you have done it correctly ntfs-3g is ready for your Linux Computer..&lt;br /&gt;You have got the right to read &amp;amp; write ntfs file systems..&lt;br /&gt;&lt;br /&gt;Follow the following steps to mount your ntfs partitions with ntfs-3g..&lt;br /&gt;&lt;br /&gt;Unmount all the partitions those are already mounted..&lt;br /&gt;Use the below command..&lt;br /&gt;sudo umount -a&lt;br /&gt;&lt;br /&gt;Then mount them back with ntfs-3g..&lt;br /&gt;Use the following command..&lt;br /&gt;sudo ntfs-3g /dev/sda(Partition #) /mnt/(Partition Name)&lt;br /&gt;&lt;br /&gt;For more information read the manual pages for fuse &amp;amp; ntfs-3g..&lt;br /&gt;Use man -ntfs-3g and man -fuse..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-2636941057599667922?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/2636941057599667922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=2636941057599667922' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/2636941057599667922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/2636941057599667922'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/how-to-get-read-write-permissions-to.html' title='How to get the Read &amp; Write Permissions to ntfs File Systems using Linux'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_rommXpYtDDA/Rxpu37GEqgI/AAAAAAAAAFI/1yUOh_GrLf8/s72-c/ntfs3g_logo2_1-0_160px.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3198612519272958065.post-5807991953107902498</id><published>2007-10-20T13:45:00.000-07:00</published><updated>2008-11-06T18:31:06.427-08:00</updated><title type='text'>How to Repair a Corrupt MBR and boot into Linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rommXpYtDDA/RxsUgbGEqjI/AAAAAAAAAFs/MiEsm8w9qsM/s1600-h/mbr.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5123711548325669426" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://3.bp.blogspot.com/_rommXpYtDDA/RxsUgbGEqjI/AAAAAAAAAFs/MiEsm8w9qsM/s320/mbr.JPG" border="0" /&gt;&lt;/a&gt; &lt;span style="font-size:21;"&gt;T&lt;/span&gt;here are times when you inadvertently overwrite your &lt;b&gt;M&lt;/b&gt;aster &lt;b&gt;B&lt;/b&gt;oot &lt;b&gt;R&lt;/b&gt;ecord. The end result being that you are unable to boot into Linux. This is especially true when you are dual booting between windows and Linux OSes. Once when I was working in Windows XP, I accidentally clicked the hibernate button instead of shutdown. And windows somehow overwrote my MBR which housed the GRUB boot loader. At such times, it pays to have this cool tip at hand. &lt;p class="MsoNormal"&gt;&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;This is what you do to restore the GRUB boot loader when faced with the above problem. First you need a Linux distribution CD. If you are using Fedora (RedHat) then the first CD is sufficient. But you may also use any of the live CDs like Knoppix, Ubuntu Live CD and so on.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(0,0,153);font-size:15;" &gt;With Fedora CD&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;Boot your computer with the first CD of Fedora in your CD drive (You have to enable your PC to boot from the cdrom, which you can set in the BIOS settings). At the installation boot prompt that you get, enter the following command:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;boot: &lt;b&gt;&lt;span style="COLOR: rgb(0,0,153)"&gt;linux rescue&lt;/span&gt;&lt;/b&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;... and press Enter. The installer will ask you a few questions like the language you would like to use, the type of keyboard etc. Then, if you have linux previously installed on your machine, the Fedora installer will automatically detect it and mount it in the &lt;b&gt;&lt;span style="font-family:';"&gt;/mnt/sysimage&lt;/span&gt;&lt;/b&gt; directory. Once the linux partition is mounted, you are dropped into the command shell prompt. The next step is to make your newly mounted directory the root (or parent) directory. This you do by running the &lt;b&gt;&lt;span style="font-family:';"&gt;chroot&lt;/span&gt;&lt;/b&gt; command as follows:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;# &lt;b&gt;chroot /mnt/sysimage&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;# _&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;Now you are in the shell with respect to the parent directory which is the linux partition on your harddisk.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;From here, the steps needed depends on which bootloader you are using. You have to have a fair idea what is the device node of your harddisk partition housing your MBR. In most cases, it is &lt;b&gt;&lt;span style="font-family:';"&gt;/dev/hda&lt;/span&gt;&lt;/b&gt; if you have an IDE harddisk. But if you have a SCSI harddisk, it will be &lt;span style="font-family:';"&gt;/dev/sda&lt;/span&gt;.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(153,0,0);font-size:15;" &gt;Restoring GRUB&lt;/span&gt;&lt;br /&gt;Execute the following command :&lt;/p&gt;&lt;pre&gt;&lt;code&gt;# &lt;b&gt;grub-install /dev/hda&lt;/b&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;... to install GRUB boot loader on to your MBR. And then type exit to reboot the machine. Now your GRUB boot loader is fixed.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(153,0,0);font-size:15;" &gt;Restoring LILO&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;LILO stands for &lt;b&gt;LI&lt;/b&gt;nux &lt;b&gt;LO&lt;/b&gt;ader which was the boot loader used before GRUB was developed. It is fairly cryptic and is the default bootloader prior to and in RedHat 7.0 .&lt;/p&gt;&lt;p class="MsoNormal"&gt;Here you just type the command :&lt;/p&gt;&lt;pre&gt;&lt;code&gt;# &lt;b&gt;/sbin/lilo&lt;/b&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="MARGIN-BOTTOM: 12pt"&gt;... to install the bootloader on to the MBR.&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;If you don't have a Fedora CD, then you need not despair. You can also repair the boot loader using one of the numerous live CDs available.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(0,0,153);font-size:15;" &gt;Using Knoppix CD to repair the boot loader&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;Here you have to boot into knoppix (either GUI mode or text mode). Once you are logged in, fire up a terminal (in GUI mode) and type the following commands:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;$ &lt;b&gt;su -&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;# &lt;b&gt;fdisk -l&lt;/b&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;This will list your hard disk partition information. From the listing, you can know in which partition you have linux installed. Now you have to mount the partition which contains the linux filesystem. For the sake of this discussion, let us assume it is &lt;span style="font-family:';"&gt;/dev/hda3&lt;/span&gt; .&lt;/p&gt;&lt;pre&gt;&lt;code&gt;# &lt;b&gt;mount -t ext3 -o rw /dev/hda3 /mnt&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;#_&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;Now your linux partition is mounted at &lt;b&gt;&lt;span style="font-family:';"&gt;/mnt&lt;/span&gt;&lt;/b&gt; . Next you have to use the &lt;span style="font-family:';"&gt;chroot &lt;/span&gt;command as follows:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;# &lt;b&gt;chroot /mnt&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;#_&lt;/code&gt;&lt;/pre&gt;&lt;p class="MsoNormal" style="TEXT-ALIGN: justify"&gt;The rest of the steps are the same as listed above for Restoring &lt;span style="font-family:';"&gt;GRUB&lt;/span&gt; and &lt;span style="font-family:';"&gt;LILO&lt;/span&gt; boot loaders.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3198612519272958065-5807991953107902498?l=heshtech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://heshtech.blogspot.com/feeds/5807991953107902498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3198612519272958065&amp;postID=5807991953107902498' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/5807991953107902498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3198612519272958065/posts/default/5807991953107902498'/><link rel='alternate' type='text/html' href='http://heshtech.blogspot.com/2007/10/how-to-repair-corrupt-mbr-and-boot-into.html' title='How to Repair a Corrupt MBR and boot into Linux'/><author><name>Hesh</name><uri>http://www.blogger.com/profile/08311006501024327318</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_rommXpYtDDA/RxsUgbGEqjI/AAAAAAAAAFs/MiEsm8w9qsM/s72-c/mbr.JPG' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
