<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm&#187; Linux</title>
	<atom:link href="http://thegioinguonmo.com/os/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegioinguonmo.com</link>
	<description>SHARING EVERYTHING</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:45:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Linux : How to export public key for others/friends or your recipients</title>
		<link>http://thegioinguonmo.com/os/linux/linux-how-to-export-public-key-for-othersfriends-or-your-recipients.html</link>
		<comments>http://thegioinguonmo.com/os/linux/linux-how-to-export-public-key-for-othersfriends-or-your-recipients.html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 09:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1729</guid>
		<description><![CDATA[1) Login to your shell account 2) Use &#8211;export option to export your public key in text file $ gpg &#8211;export –a &#62; my.key OR $ gpg &#8211;export -a &#124; mail -s &#8220;My key&#8221; friend@domain.com Where -a &#8211;armor : Create ASCII armored output. &#8211;export : Export the key for sharing First command write output to [...]]]></description>
			<content:encoded><![CDATA[<p>1) Login to your shell account</p>
<p>2) Use &#8211;export option to export your public key in text file<br />
<strong>$ gpg &#8211;export –a &gt; my.key</strong><br />
OR<br />
<strong>$ gpg &#8211;export -a | mail -s &#8220;My key&#8221; friend@domain.com</strong></p>
<p>Where<br />
<strong>-a &#8211;armor</strong> : Create ASCII armored output.<br />
<strong>&#8211;export</strong> : Export the key for sharing</p>
<p>First command write output to file my.key and second directly sends an email to your friend. Once my.key delivered to friend, he/she need to import it using the following command (aka adding keys to your keyring):<br />
<strong>$ gpg &#8211;import my.key</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/linux-how-to-export-public-key-for-othersfriends-or-your-recipients.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris &gt; Access the CDROM/DVD (mount CDROM/DVD media)</title>
		<link>http://thegioinguonmo.com/os/linux/solaris-access-the-cdromdvd-mount-cdromdvd-media.html</link>
		<comments>http://thegioinguonmo.com/os/linux/solaris-access-the-cdromdvd-mount-cdromdvd-media.html#comments</comments>
		<pubDate>Sun, 05 Feb 2012 09:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[symbolic names]]></category>
		<category><![CDATA[system image]]></category>
		<category><![CDATA[Volume]]></category>
		<category><![CDATA[volume management]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1681</guid>
		<description><![CDATA[The Volume Management daemon, vold, creates and maintains a file system image rooted at root-dir that contains symbolic names for CD-ROM and floppy, ZIP/JAZ, and DVD-ROM devices and other removable devices. Use volcheck command to checks for media in a drive and by default checks all floppy media. 1) First put CDROM/DVD into drive 2) [...]]]></description>
			<content:encoded><![CDATA[<p>The Volume Management daemon, vold, creates and maintains a file system image rooted at root-dir that contains symbolic names for CD-ROM and floppy, ZIP/JAZ, and DVD-ROM devices and other removable devices. Use volcheck command to checks for media in a drive and by default checks all floppy media.</p>
<p>1) First put CDROM/DVD into drive</p>
<p>2) For CDROM: After few second change directory /cdrom/cdrom0 or /cdrom/VOL_NAME</p>
<p># cd /cdrom/cdrom0</p>
<p>3) For DVDROM: After few second change directory /dvd/VOL_NAMRE</p>
<p>If this does not works make sure volmgt daemon is running:</p>
<p># /etc/init.d/volmgt start</p>
<p>Scan for devices both cd or floopy using:</p>
<p>#volcheck</p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/solaris-access-the-cdromdvd-mount-cdromdvd-media.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris &gt; How to boot system into emergency mode</title>
		<link>http://thegioinguonmo.com/os/linux/solaris-how-to-boot-system-into-emergency-mode.html</link>
		<comments>http://thegioinguonmo.com/os/linux/solaris-how-to-boot-system-into-emergency-mode.html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 21:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[single user mode]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[TERM]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1679</guid>
		<description><![CDATA[IA32: To boot system for emergency mode (boot from CD) 1) Boot from Solaris 1st CD 2) At Solaris Device Configuration Assistant, Press F2 key 3) Then press ENTER key twice 4) At Identified Devices, Press F2 key 5) At Boot Solaris, select CD to boot system 6) At next screen system will ask about [...]]]></description>
			<content:encoded><![CDATA[<p>IA32: To boot system for emergency mode (boot from CD)</p>
<p>1) Boot from Solaris 1st CD</p>
<p>2) At Solaris Device Configuration Assistant, Press F2 key</p>
<p>3) Then press ENTER key twice</p>
<p>4) At Identified Devices, Press F2 key</p>
<p>5) At Boot Solaris, select CD to boot system</p>
<p>6) At next screen system will ask about to “Select the type of Installation”, type<br />
the argument b –s and press ENTER key to boot system into single user mode.</p>
<p>7) Next at shell prompt type the following commands -:</p>
<p># mount /dev/dsk/c0d0s0 /a<br />
# TERM=ansi<br />
# export TERM<br />
# cd /a</p>
<p> <img src='http://thegioinguonmo.com/wp-includes/images/smilies/icon_cool.gif' alt="icon cool Solaris > How to boot system into emergency mode" class='wp-smiley' title="Solaris > How to boot system into emergency mode" /> You can access the system.</p>
<p>9) When done type as follows to reboot the system:</p>
<p># cd /<br />
# umount /a<br />
# init 6</p>
<p>SPARC: To boot system for emergency mode (boot from CD), at ok prompt type:</p>
<p>boot cdrom -s<br />
# mount /dev/dsk/c0t1d0s0 /a<br />
# cd /a<br />
# TERM=vt100<br />
# export TERM<br />
# cd /<br />
# umount /a<br />
# init 6</p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/solaris-how-to-boot-system-into-emergency-mode.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD &gt; which directories (PATHs) used to load device drivers (modules)?</title>
		<link>http://thegioinguonmo.com/os/linux/freebsd-which-directories-paths-used-to-load-device-drivers-modules.html</link>
		<comments>http://thegioinguonmo.com/os/linux/freebsd-which-directories-paths-used-to-load-device-drivers-modules.html#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Loader]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[module path]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1619</guid>
		<description><![CDATA[The kldconfig utility displays or modifies the search path used by the kernel when loading modules using the kldload utility or the kldload syscall. You can also use sysctl command (the sysctl utility retrieves kernel state). Try any one of the following command as a root user: 1) To get PATH (or directories name) type [...]]]></description>
			<content:encoded><![CDATA[<p>The kldconfig utility displays or modifies the search path used by the<br />
kernel when loading modules using the kldload utility or the<br />
kldload syscall. You can also use sysctl command (the sysctl utility retrieves kernel state). Try any one of the following command as a root user:</p>
<p>1) To get PATH (or directories name) type command:</p>
<p># sysctl kern.module_path</p>
<p>OR</p>
<p># kldconfig -r</p>
<p>2) The path can modified in /boot/loader.conf file, open this file and look for entry called <strong>module_path</strong>:</p>
<p># grep &#8220;modile_path&#8221; /boot/loader.conf</p>
<p><em>module_path=&#8221;/boot/kernel;/boot/modules;/modules;/new/path&#8221; </em></p>
<p>Note you must open /boot/loader.conf file to change path settings using text editor:</p>
<p># vi /boot/loader.conf</p>
<p>And make changes to file.</p>
<p>3) Reboot system to take effect.</p>
<p>4) Or on fly, you can add/append path using kldconfig utility, read man page for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/freebsd-which-directories-paths-used-to-load-device-drivers-modules.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renaming files with –– at the start</title>
		<link>http://thegioinguonmo.com/os/linux/renaming-files-with-%e2%80%93%e2%80%93-at-the-start.html</link>
		<comments>http://thegioinguonmo.com/os/linux/renaming-files-with-%e2%80%93%e2%80%93-at-the-start.html#comments</comments>
		<pubDate>Thu, 02 Feb 2012 09:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1383</guid>
		<description><![CDATA[I’m making a post about this because I ran into this today and I couldn’t remember how to rename a file starting with — (two or double hyphens) in Linux (e.g. –index.html). The customer has obviously used a Windows FTP client to rename index.html to –index.html so it is out of their way, and now [...]]]></description>
			<content:encoded><![CDATA[<p>I’m making a post about this because I ran into this today and I couldn’t remember how to rename a file starting with — (two or double hyphens) in Linux (e.g. –index.html). The customer has obviously used a Windows FTP client to rename index.html to –index.html so it is out of their way, and now me, the server administrator or company sysadmin, has come along with my migration script to relocate it and it has fallen over, crashed, and burned!</p>
<p>When you try and rename it the following is given:</p>
<blockquote>
<pre class="brush:plain">$ mv ––index.html index.html.renamed
mv: unrecognized option `––index.html’
Try `mv ––help’ for more information.</pre>
</blockquote>
<p>I also tried delimiting it the normal way, but it wouldn’t work either:</p>
<blockquote>
<pre class="brush:plain">    mv \–\–index.html index.html.renamed</pre>
</blockquote>
<p>The correct way to rename it is:</p>
<blockquote>
<pre class="brush:plain">    mv ./––index.html index.html.renamed</pre>
</blockquote>
<p>Because –– has special meaning, you can’t delimit it with a simple backslash (\), you have to put a path reference in there to delimit it. So my path working directory (pwd) was /home/user/data/ where the file was located, so I could use ./ to reference the current pwd. The other option is to put the full path in:</p>
<blockquote>
<pre class="brush:plain">    mv /home/user/data/––index.html index.html.renamed</pre>
</blockquote>
<p>Hopefully this helps out some other Linux server administrator out there who’s mind it has slipped.</p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/renaming-files-with-%e2%80%93%e2%80%93-at-the-start.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Rename an Account [ User ID ]</title>
		<link>http://thegioinguonmo.com/os/linux/ubuntu-rename-an-account-user-id.html</link>
		<comments>http://thegioinguonmo.com/os/linux/ubuntu-rename-an-account-user-id.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 21:39:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1358</guid>
		<description><![CDATA[How do I rename a user name from ‘tom’ to ‘jerry’ under Ubuntu Linux? You need to use the usermod command. It can modify the system account files (such as /etc/passwd) to reflect the changes that are specified on the command line. The syntax is as follows: usermod -l {new-login-name} {current-old-login-name} In this example, rename [...]]]></description>
			<content:encoded><![CDATA[<p>How do I rename a user name from ‘tom’ to ‘jerry’ under Ubuntu Linux?</p>
<p>You need to use the usermod command. It can modify the system account files (such as /etc/passwd) to reflect the changes that are specified on the command line. The syntax is as follows:<br />
<code>usermod -l {new-login-name} {current-old-login-name}</code><br />
In this example, rename login id from tom to jerry. Open a command-line terminal (select Applications &gt; Accessories &gt; Terminal), and then type the following command<br />
<code>$ sudo usermod -l jerry tom</code><br />
To verify new changes, enter:<br />
<code>$ id jerry</code></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/ubuntu-rename-an-account-user-id.html" title="plesk hide information_schema">plesk hide information_schema</a> (2)</li><li><a href="http://thegioinguonmo.com/os/linux/ubuntu-rename-an-account-user-id.html" title="ubuntu: rename an account">ubuntu: rename an account</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/ubuntu-rename-an-account-user-id.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Tasks You Shouldn’t Use a GUI For</title>
		<link>http://thegioinguonmo.com/os/linux/7-tasks-you-shouldn%e2%80%99t-use-a-gui-for.html</link>
		<comments>http://thegioinguonmo.com/os/linux/7-tasks-you-shouldn%e2%80%99t-use-a-gui-for.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 09:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Splice Together]]></category>
		<category><![CDATA[Video Conversions]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1337</guid>
		<description><![CDATA[Sometimes the GUI is just too slow. Learn how to resize images, add drop shadows, splice mp3s, clone hard drives and more with the command line. Here are a few tasks that you might want to consider using the command line for. 1. Resizing images Unless you are doing some sort of cropping there is [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes the GUI is just too slow. Learn how to resize images, add drop shadows, splice mp3s, clone hard drives and more with the command line.</p>
<p>Here are a few tasks that you might want to consider using the command line for.</p>
<h2>1. Resizing images</h2>
<p>Unless you are doing some sort of cropping there is no reason to load up Photoshop or the Gimp. A simple command will usually suffice for almost all your image resizing needs.</p>
<blockquote>
<pre class="brush:plain">    convert -resize 300 image.jpg image-small.jpg</pre>
</blockquote>
<p>If you finding yourself doing lots of image resizing during the day, this command could potentially save you a LOT of time. You can even do mass image resizing.</p>
<h2>2. Adding a Drop Shadow to an Image</h2>
<p>I found myself spending a ton of time adding drop shadows to images. Using a simple command I was able to create drop shadows in seconds.</p>
<blockquote>
<pre class="brush:plain">convert screenshot.jpg \( +clone -background black -shadow 60×5+0+5 \) +swap -background white -layers merge +repage shadow.jpg</pre>
</blockquote>
<p><em>Note: You must have <a rel="nofollow" target="_blank" href="http://www.imagemagick.org/script/index.php">Imagemagick</a> installed for this command to work. Debian/Ubuntu users can use <code>apt-get install imagemagick</code>.</em></p>
<p>Obviously, I don’t expect you to memorize this command. To shorten it use an <a rel="nofollow" target="_blank" href="http://eriwen.com/productivity/aliases-and-functions/">alias</a>.</p>
<h2>3. Splice Together an MP3</h2>
<p>If you want <strong>simple</strong> MP3 splicing this command has your back:</p>
<blockquote>
<pre class="brush:plain">    cat 1.mp3 2.mp3 &gt; combined.mp3</pre>
</blockquote>
<h2>4. Clone a Hard Drive</h2>
<p>DD is one the most simplistic and powerful image applications out there.</p>
<blockquote>
<pre class="brush:plain">    dd if=/dev/hda of=/dev/hdb</pre>
</blockquote>
<h2>5. Burn an ISO to a CD</h2>
<p>Why open up K3B or some other program just to burn an ISO? Map this command to an alias and get burning.</p>
<blockquote>
<pre class="brush:plain">    cdrecord -v speed=8 dev=0,0,0 name_of_iso_file.iso</pre>
</blockquote>
<p><em>Note: You need to get the info for the ‘dev=’ part by running ‘cdrecord -scanbus’</em></p>
<h2>6. Video Conversions</h2>
<p>Let’s say you want to convert an AVI to an Mpeg file:</p>
<pre class="brush:plain">ffmpeg -i video_origine.avi video_finale.mpg</pre>
<p>Or convert an Mpeg to AVI:</p>
<blockquote>
<pre class="brush:plain">    ffmpeg -i video_origine.mpg video_finale.avi</pre>
</blockquote>
<p>There are <a rel="nofollow" target="_blank" href="http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs">all sorts of things you can do with ffmpeg</a>.</p>
<h2>7. Replace Words in a Text File</h2>
<p>No need to open up a GUI text editor when you have sed.</p>
<p>This command from <a rel="nofollow" target="_blank" href="http://eriwen.com/tools/get-sed-savvy-1/">Eric’s Wendelin’s blog</a> will replace all instances of a color in CSS with another one.</p>
<blockquote>
<pre class="brush:plain">    sed ’s/#FF0000/#0000FF/g’ main.css</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/7-tasks-you-shouldn%e2%80%99t-use-a-gui-for.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer backup files from server to server in command line!</title>
		<link>http://thegioinguonmo.com/os/linux/transfer-backup-files-from-server-to-server-in-command-line.html</link>
		<comments>http://thegioinguonmo.com/os/linux/transfer-backup-files-from-server-to-server-in-command-line.html#comments</comments>
		<pubDate>Tue, 31 Jan 2012 09:39:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[local host]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tar gz]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1242</guid>
		<description><![CDATA[i have been struggling to find some way or another to transfer my file from one linux server to another using commandline. Before this i was just using cpanel to do backups. Here is an easy way to accomplish transferring backup files from one server to another in linux. Just simple command using SCP (secure [...]]]></description>
			<content:encoded><![CDATA[<p>i have been struggling to find some way or another to transfer my file from one linux server to another using commandline. Before this i was just using cpanel to do backups.</p>
<p>Here is an easy way to accomplish transferring backup files from one server to another in linux. Just simple command using SCP (secure file copy)</p>
<pre class="brush:plain">scp -C -P portnumber local_filename root@your.ip.address:destination_file</pre>
<p>Example:</p>
<pre class="brush:plain">scp -C -P 2929 backups.tar.gz root@IP.ADDRESS:/home/backups/</pre>
<p>-C is compression to speed up transfer.<br />
-r is for recursive<br />
-P is your SSH port number (default ssh port 22)<br />
[If you are running SSH other than default port you will need to specify this]</p>
<p>NOTE:<br />
Dont forget that if you are running a firewall (CSF or APF) make sure that your unblock port in your EG_TCP_PORT (outbound TCP port) in your local host.</p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/transfer-backup-files-from-server-to-server-in-command-line.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out what ports are listening on your server</title>
		<link>http://thegioinguonmo.com/os/linux/how-to-find-out-what-ports-are-listening-on-your-server.html</link>
		<comments>http://thegioinguonmo.com/os/linux/how-to-find-out-what-ports-are-listening-on-your-server.html#comments</comments>
		<pubDate>Mon, 30 Jan 2012 09:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[netstat command]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1196</guid>
		<description><![CDATA[There are several ways to do this and the best way is to install a utility called “lsof” which you can find in /usr/ports/sysutils/lsof. Once you install this you will type: # lsof -i This will list out all the ports / ips / hostnames that are listening on your server. Another way would be [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to do this and the best way is to install a utility called “lsof” which you can find in /usr/ports/sysutils/lsof. Once you install this you will type:<br />
<code># lsof -i</code><br />
This will list out all the ports / ips / hostnames that are listening on your server. Another way would be to use the “netstat” command by typing:<br />
<code># netstat --listen</code></p>
]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/how-to-find-out-what-ports-are-listening-on-your-server.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstall the Boot Loader on Redhat</title>
		<link>http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html</link>
		<comments>http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub boot loader]]></category>
		<category><![CDATA[Loader]]></category>
		<category><![CDATA[master boot record]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1155</guid>
		<description><![CDATA[In many cases, the GRUB boot loader can mistakenly be deleted, corrupted, or replaced by other operating systems. The following steps detail the process on how GRUB is reinstalled on the master boot record: Boot the system from an installation boot medium. Type linux rescue at the installation boot prompt to enter the rescue environment. Type chroot [...]]]></description>
			<content:encoded><![CDATA[<p>In many cases, the GRUB boot loader can mistakenly be deleted, corrupted, or replaced by other operating systems.</p>
<p>The following steps detail the process on how GRUB is reinstalled on the master boot record:</p>
<ul>
<li>
<div>Boot the system from an installation boot medium.</div>
</li>
<li>
<div>Type <code>linux rescue</code> at the installation boot prompt to enter the rescue environment.</div>
</li>
<li>
<div>Type <code>chroot /mnt/sysimage</code> to mount the root partition.</div>
</li>
<li>
<div>Type <code>/sbin/grub-install /dev/hda</code> to reinstall the GRUB boot loader, where <code>/dev/hda</code> is the boot partition.</div>
</li>
<li>
<div>Review the <code>/boot/grub/grub.conf</code> file, as additional entries may be needed for GRUB to control additional operating systems.</div>
</li>
<li>
<div>Reboot the system.</div>
</li>
</ul>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html" title="grub bootloader on centos">grub bootloader on centos</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html" title="grub cpanel">grub cpanel</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html" title="install bootloader in redhat">install bootloader in redhat</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/reinstall-the-boot-loader-on-redhat.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: thegioinguonmo.com @ 2012-02-07 11:20:52 -->
