<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Php2s.com Linux Guide</title> <link>http://www.php2s.com</link> <description>Linux, Security, Networking, Open Source for Newbies and Geeks</description> <lastBuildDate>Tue, 29 May 2012 09:35:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Php2s" /><feedburner:info uri="php2s" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Php2s</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>How to install Samba &amp; configure network share on Ubuntu 12.04</title><link>http://feedproxy.google.com/~r/Php2s/~3/SWlQcJVJXxM/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html</link> <comments>http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html#comments</comments> <pubDate>Thu, 24 May 2012 10:41:33 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Samba]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.php2s.com/?p=1024</guid> <description><![CDATA[In this example, I will show how to install samba and configure network share on Ubuntu 12.04. Samba is a graphical user interface to help with configuration and management, there are several GUI interfaces to Samba available, for me the most simple and powerful one of these tools is samba server configuration tool. Installing Samba [...]]]></description> <content:encoded><![CDATA[<p>In this example, I will show how to install samba and configure network share on Ubuntu 12.04. Samba is a graphical user interface to help with configuration and management, there are several GUI interfaces to Samba available, for me the most simple and powerful one of these tools is samba server configuration tool.<br
/> <span
id="more-1024"></span></p><h2><span
style="color: #ff0000;">Installing Samba on Ubuntu:</span></h2><p><strong>1- Install Samba files</strong></p><p>First thing we need to do is to install samba, go to Software center in Ubuntu and search for samba then install the package. If you want to install it via terminal then copy this command :</p><blockquote><p>sudo apt-get install samba samba-common</p></blockquote><p><strong>2- Install some dependencies for Configuration tools (don`t forget to install python-glade2)</strong></p><blockquote><p>sudo apt-get install python-glade2</p></blockquote><p><strong>3- Installing Samba Server configuration Tool :</strong></p><p>Now install the graphical interface System-config samba</p><blockquote><p>sudo apt-get install system-config-samba</p></blockquote><p><strong>4- Add a Linux/Unix user:</strong></p><blockquote><p>adduser pirat9</p></blockquote><p><strong>5- Make a Linux/Unix password for user pirat9</strong></p><blockquote><p>passwd pirat9</p></blockquote><p
style="text-align: left;"><strong>6- Now open samba configuration tool.</strong><br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba1.png"><img
class="aligncenter  wp-image-1034" title="samba1" src="http://www.php2s.com/wp-content/uploads/2012/05/samba1.png" alt="samba1 How to install Samba & configure network share on Ubuntu 12.04" width="466" height="271" /></a></p><p
style="text-align: left;"><strong>7- Add the folder you want to share and setup the permissions access.</strong><br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba2.png"><img
class="aligncenter  wp-image-1033" title="samba2" src="http://www.php2s.com/wp-content/uploads/2012/05/samba2.png" alt="samba2 How to install Samba & configure network share on Ubuntu 12.04" width="420" height="386" /></a></p><p
style="text-align: left;"><strong>Setup the permissions access</strong><br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba3.png"><img
class="aligncenter  wp-image-1032" title="samba3" src="http://www.php2s.com/wp-content/uploads/2012/05/samba3.png" alt="samba3 How to install Samba & configure network share on Ubuntu 12.04" width="418" height="380" /></a></p><p><strong>8- Now before to connect to the share, you have to create the samba user :</strong></p><blockquote><p>sudo smbpasswd -a pirat9<br
/> New SMB password<br
/> retype New SMB Password</p></blockquote><p>Now the configuration is done.</p><p
style="text-align: left;"><strong>Tip</strong>: You can chose any directory you want to share by right click on the folder directory and open the share options<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba4.png"><img
class="aligncenter  wp-image-1031" title="samba4" src="http://www.php2s.com/wp-content/uploads/2012/05/samba4.png" alt="samba4 How to install Samba & configure network share on Ubuntu 12.04" width="542" height="426" /></a></p><p
style="text-align: left;">And activate share:<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba5.png"><img
class="aligncenter  wp-image-1030" title="samba5" src="http://www.php2s.com/wp-content/uploads/2012/05/samba5.png" alt="samba5 How to install Samba & configure network share on Ubuntu 12.04" width="470" height="482" /></a></p><p
style="text-align: left;"><strong>9-</strong> Now, let`s test if samba share is working from another Linux Machine, in my case will try to connect from LinuxMint12 machine to Ubuntu 12.04 machine where we just installed samba,<strong> from menu open connect to server and type the details of your Ubuntu machine</strong><br
/> <strong> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba6.png"><img
class="aligncenter  wp-image-1029" title="samba6" src="http://www.php2s.com/wp-content/uploads/2012/05/samba6.png" alt="samba6 How to install Samba & configure network share on Ubuntu 12.04" width="358" height="364" /></a></strong></p><p
style="text-align: left;"><strong>10-</strong></p><p
style="text-align: center;"><a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba7.png"><img
class="aligncenter  wp-image-1028" title="samba7" src="http://www.php2s.com/wp-content/uploads/2012/05/samba7.png" alt="samba7 How to install Samba & configure network share on Ubuntu 12.04" width="643" height="442" /></a></p><p
style="text-align: left;"><strong>11-</strong></p><p
style="text-align: center;"><a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba8.png"><img
class="aligncenter  wp-image-1027" title="samba8" src="http://www.php2s.com/wp-content/uploads/2012/05/samba8.png" alt="samba8 How to install Samba & configure network share on Ubuntu 12.04" width="637" height="462" /></a></p><p
style="text-align: left;"><strong>12- Connect from windows (XP/Vista/7)</strong><br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba9.png"><img
class="aligncenter  wp-image-1026" title="samba9" src="http://www.php2s.com/wp-content/uploads/2012/05/samba9.png" alt="samba9 How to install Samba & configure network share on Ubuntu 12.04" width="668" height="464" /></a></p><p
style="text-align: center;"><a
href="http://www.php2s.com/wp-content/uploads/2012/05/samba10.png"><img
class="aligncenter  wp-image-1025" title="samba10" src="http://www.php2s.com/wp-content/uploads/2012/05/samba10.png" alt="samba10 How to install Samba & configure network share on Ubuntu 12.04" width="668" height="316" /></a></p><p>Hope the article would be useful.</p><p><em><span
style="color: #999999;"><a
href="www.unixmen.com"><span
style="color: #999999;">Source</span></a></span></em></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/installing-lamp-server-on-debian-squeeze.html" rel="bookmark" class="crp_title">Installing LAMP Server on Debian Squeeze</a></li><li><a
href="http://www.php2s.com/linux/howto-downloa-install-centos-6-2-step-by-step-guide-screenshots.html" rel="bookmark" class="crp_title">How to install CentOS 6.2 Step by step guide Screenshots</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/download-linux-mint-12-lisa-gnome-3-mgse-cd-dvd-img-iso.html" rel="bookmark" class="crp_title">Download Linux Mint 12 (Lisa) GNOME 3, MGSE CD/DVD</a></li><li><a
href="http://www.php2s.com/programming/php-programming/cookie-based-login-form-and-get-last-login-time.html" rel="bookmark" class="crp_title">PHP Code: Cookie based login form and get last login time</a></li><li><a
href="http://www.php2s.com/linux/how-to-change-default-boot-up-runlevel-for-linux-centos-fedora-by-inittab-config-file.html" rel="bookmark" class="crp_title">How to change default boot up runlevel for Linux CentOS Fedora by inittab config file</a></li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" rel="bookmark" class="crp_title">Installing Webmin on Ubuntu 12.04 Server using APT</a></li><li><a
href="http://www.php2s.com/linux/installing-centos-6-2-on-vmware-fusion-step-by-step-guide.html" rel="bookmark" class="crp_title">Installing CentOS 6.2 on VMWare Fusion Step by Step Guide</a></li><li><a
href="http://www.php2s.com/linux/how-to-get-rid-of-enter-password-to-unlock-your-login-keyring-prompt-on-ubuntu.html" rel="bookmark" class="crp_title">How to get rid of “Enter password to unlock your login keyring” prompt on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" rel="bookmark" class="crp_title">How to configure network interface on Fedora 16 using NetworkManager</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="ubuntu 12 04 samba">ubuntu 12 04 samba</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="ubuntu 12 04 samba gui">ubuntu 12 04 samba gui</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="samba ubuntu 12 04">samba ubuntu 12 04</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="how to install samba on ubuntu 12 04">how to install samba on ubuntu 12 04</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="smb ubuntu 12 04">smb ubuntu 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="setup smb ubuntu server 12 04">setup smb ubuntu server 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="connect to windows shares in ubuntu 12 04">connect to windows shares in ubuntu 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="samba on ubuntu 12 04">samba on ubuntu 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="install networking ubuntu 12 04">install networking ubuntu 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" title="start samba at startup ubuntu 12 04">start samba at startup ubuntu 12 04</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=SWlQcJVJXxM:Qc-l8C35iZA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=SWlQcJVJXxM:Qc-l8C35iZA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=SWlQcJVJXxM:Qc-l8C35iZA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=SWlQcJVJXxM:Qc-l8C35iZA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/SWlQcJVJXxM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html</feedburner:origLink></item> <item><title>How to install MATE Desktop Environment on Ubuntu/Fedora</title><link>http://feedproxy.google.com/~r/Php2s/~3/3i_dejkaLCs/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html</link> <comments>http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html#comments</comments> <pubDate>Wed, 23 May 2012 10:24:54 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[MATE]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.php2s.com/?p=1018</guid> <description><![CDATA[Linux MATE can provide the same desktop experience as Gnome2. Perberos initially forked Gnome 2 and called the project MATE. Users and developers were successful at running MATE in Arch Linux and due to popular demand Perberos made it easier for MATE to compile under Debian. Many gnome2 users have shifted to Xfce to avoid [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/Linux_MATE_Desktop_Environment_Logo.png"><img
class="alignleft" title="Linux_MATE_Desktop_Environment_Logo" src="http://www.php2s.com/wp-content/uploads/2012/05/Linux_MATE_Desktop_Environment_Logo.png" alt="Linux MATE Desktop Environment Logo How to install MATE Desktop Environment on Ubuntu/Fedora" width="162" height="98" /></a>Linux <a
href="http://mate-desktop.org/">MATE </a>can provide the same desktop experience as Gnome2. Perberos initially forked Gnome 2 and called the project MATE. Users and developers were successful at running MATE in Arch Linux and due to popular demand Perberos made it easier for MATE to compile under Debian. Many gnome2 users have shifted to Xfce to avoid gnome3. MATE can give you same old experience.</p><p><span
id="more-1018"></span></p><p>Installation of MATE is simple as packages are available for many distros. Installation instructions are available on <a
href="http://mate-desktop.org/install/">site</a>.<br
/> Fedora<br
/> Ubuntu<br
/> Debian<br
/> Linux Mint<br
/> Salix OS/Slackware<br
/> Archlinux</p><p><span
style="color: #3366ff;"><strong>Installation</strong></span></p><p><strong>Fedora 16</strong></p><blockquote><p>yum install http://dl.dropbox.com/u/49862637/Mate-desktop/mate-desktop-fedora/releases/16/noarch/mate-desktop-release-16-5.fc16.noarch.rpm -y<br
/> yum groupinstall MATE-Desktop -y</p></blockquote><p><strong>Ubuntu 12.04</strong></p><blockquote><p>add-apt-repository &#8220;deb http://packages.mate-desktop.org/repo/ubuntu precise main&#8221;</p><p>sudo apt-get update<br
/> sudo apt-get install mate-archive-keyring<br
/> sudo apt-get update<br
/> sudo apt-get install mate-core<br
/> sudo apt-get install mate-desktop-environment</p></blockquote><p>Once successfully installed you can login to MATE desktop environment.</p><p><span
style="color: #3366ff;"><strong>Uninstall</strong></span><br
/> <strong>Fedora</strong></p><blockquote><p>yum groupremove MATE-Desktop</p></blockquote><p><strong>Ubuntu</strong></p><blockquote><p>apt-get remove mate-desktop-environment<br
/> apt-get remove mate-core<br
/> apt-get remove mate-archive-keyring<br
/> apt-get autoremove</p></blockquote><p>Hope the example would be helpful.</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/download-linux-mint-12-lisa-gnome-3-mgse-cd-dvd-img-iso.html" rel="bookmark" class="crp_title">Download Linux Mint 12 (Lisa) GNOME 3, MGSE CD/DVD</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-gnome-shell-in-ubuntu-11-10-oneric-ocelot.html" rel="bookmark" class="crp_title">How to Install Gnome Shell in Ubuntu 11.10 Oneric Ocelot</a></li><li><a
href="http://www.php2s.com/linux/fast-ubuntu-linux-bittorrent-download.html" rel="bookmark" class="crp_title">Fast Ubuntu Linux BitTorrent Download</a></li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" rel="bookmark" class="crp_title">How To Upgrade to Ubuntu 12.04 for Desktops &#038; Servers running 10.04 or 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-enable-root-login-in-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to Enable Root Login in Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/download-ubuntu-11-10-oneiric-ocelot-cd-iso-dvd-images-for-3264-bit.html" rel="bookmark" class="crp_title">Download Ubuntu 11.10 (Oneiric Ocelot) CD ISO / DVD Images for 32/64 bit</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-turn-on-telnet-service-on-rhel-febora-centos-ubuntu-freebsd-debian.html" rel="bookmark" class="crp_title">how to install &#038; turn on telnet service on RHEL, Fedora, CentOS, Ubuntu, FreeBSD, Debian</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-configure-vsftpd-on-rhel-centos-ubuntu-fedora-debian.html" rel="bookmark" class="crp_title">How to Install &#038; Configure Vsftpd on RHEL/CentOS/Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" rel="bookmark" class="crp_title">How to install RecordMyDesktop on RHEL and CentOS</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="how to install mate ubuntu">how to install mate ubuntu</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="slackware">slackware</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="fedora 16 and mate screenshots">fedora 16 and mate screenshots</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="apt-get groupinstall mate">apt-get groupinstall mate</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="linux with mate desktop">linux with mate desktop</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="mate desktop centos">mate desktop centos</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="mate fedora 16">mate fedora 16</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="remove mate desktop">remove mate desktop</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="Sheikh Khalid cisco australia">Sheikh Khalid cisco australia</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" title="install mate ubuntu networking">install mate ubuntu networking</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=3i_dejkaLCs:wjhdlYJpZgs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=3i_dejkaLCs:wjhdlYJpZgs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=3i_dejkaLCs:wjhdlYJpZgs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=3i_dejkaLCs:wjhdlYJpZgs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/3i_dejkaLCs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html</feedburner:origLink></item> <item><title>How to install NVIDIA drivers on CentOS 6.2 / Scientific Linux 6.2</title><link>http://feedproxy.google.com/~r/Php2s/~3/S1Ufgbe7DBQ/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html</link> <comments>http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html#comments</comments> <pubDate>Wed, 23 May 2012 08:38:03 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Centos]]></category> <category><![CDATA[CentOS 6.2]]></category> <category><![CDATA[Nvidia]]></category> <category><![CDATA[Scientific Linux]]></category><guid isPermaLink="false">http://www.php2s.com/?p=1011</guid> <description><![CDATA[In this example, i will show how to intall NVIDIA drivers on CentOS 6.2 / Scientific Linux 6.2 or RHEL clones. By default, RHEL clones such as CentOS 6.2 and SL 6.2 assign the nouveau X11 driver to NVIDIA graphics card. nouveau is a fine driver, miles away from the old nv; however if you want 3D performance (or a compiz powered desktop) you&#8217;ll [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/nvidia_logo-centos.jpg"><img
class="alignleft  wp-image-1016" title="nvidia_logo-centos" src="http://www.php2s.com/wp-content/uploads/2012/05/nvidia_logo-centos.jpg" alt="nvidia logo centos How to install NVIDIA drivers on CentOS 6.2 / Scientific Linux 6.2" width="116" height="112" /></a>In this example, i will show how to intall NVIDIA drivers on CentOS 6.2 / Scientific Linux 6.2 or RHEL clones. By default, RHEL clones such as CentOS 6.2 and SL 6.2 assign the nouveau X11 driver to NVIDIA graphics card. nouveau is a fine driver, miles away from the old nv; however if you want 3D performance (or a compiz powered desktop) you&#8217;ll need to turn to NVIDIA and its closed source drivers.</p><p><span
id="more-1011"></span><br
/> CentOS official repositories don&#8217;t contain packages for NVIDIA closed source driver so one needs to add a third party repository that has the driver available, such as the ELRepo repository.</p><p>Adding the ELRepo consists of importing the public GPG key and installing the repository:</p><blockquote><pre><code># rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org  # rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm </code></pre></blockquote><p>Having added the repository we can finally install the driver (yum pulls nvidia-x11-drv as a dependency) and reboot:</p><blockquote><pre><code># yum install kmod-nvidia # reboot</code></pre></blockquote><p><strong>Know Issues</strong><br
/> By installing NVIDIA closed source drivers, the plymouth graphical boot will no longer be available. In other worlds, the pretty CentOS and SL logos on a black background will be replaced by a bottom horizontal progress bar.</p><p>The following link might be useful</p><p><a
href="http://elrepo.org/tiki/kmod-nvidia">http://elrepo.org/tiki/kmod-nvidia</a></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-make-a-usb-boot-cd-for-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to make a USB Boot CD for Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-prepare-anaconda-update-image-for-rhel-fedora-centos.html" rel="bookmark" class="crp_title">How to prepare anaconda update image for RHEL/Fedora/CentOS</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" rel="bookmark" class="crp_title">How to install RecordMyDesktop on RHEL and CentOS</a></li><li><a
href="http://www.php2s.com/linux/how-to-automatically-reboot-restart-debian-gnu-lenny-squeeze-linux-on-kernel-panic.html" rel="bookmark" class="crp_title">How to automatically reboot (restart) Debian GNU Lenny / Squeeze Linux on Kernel Panic</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-apache-httpd-on-centos-6-2.html" rel="bookmark" class="crp_title">Howto Guide: Install &#038; Start Apache or Httpd Service on CentOS 6.2</a></li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" rel="bookmark" class="crp_title">How to load custom Kernel (tun) module in CentOS/ RHEL Linux</a></li><li><a
href="http://www.php2s.com/linux/linux-kernel-3-2-released-and-available-for-download.html" rel="bookmark" class="crp_title">Linux Kernel 3.2 released and available for download</a></li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" rel="bookmark" class="crp_title">How to install Virtualbox 4.1 on CentOS 6.2, RHEL without GUI</a></li><li><a
href="http://www.php2s.com/linux/how-to-modify-iptables-during-kickstart-install-of-centos-6.html" rel="bookmark" class="crp_title">How to modify iptables during Kickstart Install of CentOS 6</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="centos 6 2 install nvidia driver">centos 6 2 install nvidia driver</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="compiz on scientific linux">compiz on scientific linux</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="centos 6 2 nvidia driver">centos 6 2 nvidia driver</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="graphics driver rebooting kernel panic nvidia">graphics driver rebooting kernel panic nvidia</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="how to install compiz on scientific linux 6 2">how to install compiz on scientific linux 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="nvidia drivers centos 6 2">nvidia drivers centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="centos 6 nvidia install">centos 6 nvidia install</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="centos 6 nvidia driver install">centos 6 nvidia driver install</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="scientific linux 6 2 3d nvidia">scientific linux 6 2 3d nvidia</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" title="installing nvidia driver centos 6 2">installing nvidia driver centos 6 2</a> (2)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=S1Ufgbe7DBQ:Jm7Imdjrvt4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=S1Ufgbe7DBQ:Jm7Imdjrvt4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=S1Ufgbe7DBQ:Jm7Imdjrvt4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=S1Ufgbe7DBQ:Jm7Imdjrvt4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/S1Ufgbe7DBQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html</feedburner:origLink></item> <item><title>How to configure network using CLI ang GUI in Ubuntu 12.04</title><link>http://feedproxy.google.com/~r/Php2s/~3/YoaPMxOUvd8/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html</link> <comments>http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html#comments</comments> <pubDate>Wed, 23 May 2012 08:17:38 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[CLI]]></category> <category><![CDATA[GUI]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://www.php2s.com/?p=993</guid> <description><![CDATA[In this example I will show how to setup network configuration using command line and graphical tool in Ubuntu 12.04. To start accessing internet or sharing other resources on the network you have to configure TCP/IP settings of you ethernet card. In ubuntu you can configure network settings through GUI and CLI. It can be [...]]]></description> <content:encoded><![CDATA[<p>In this example I will show how to setup network configuration using command line and graphical tool in Ubuntu 12.04. To start accessing internet or sharing other resources on the network you have to configure TCP/IP settings of you ethernet card. In ubuntu you can configure network settings through GUI and CLI. It can be a difficult task for newbie user who is switching from other OS to ubuntu as the look and feel of ubuntu will be different in comparison of other OS (specifically windows). In this tutorial we will be seeing how to configure TCP/IP setting via GUI as well as CLI.</p><p><span
id="more-993"></span></p><p>Before starting the configuration part, you have to know whether you will be configuring IP manually or IP will be assigned directly through DHCP server.</p><p>In case of manual IP assignment you should know IP address, subnet mask, gateway and DNS. In this tutorial I am using following information. Remember you don’t require it in case of DHCP configuration.</p><p><code>IP : 192.168.1.100<br
/> NETMASK : 255.255.255.0<br
/> GATEWAY : 192.168.1.1<br
/> BROADCAST : 192.168.1.255<br
/> NETWORK : 192.168.1.0<br
/> DNS : 8.8.8.8</code></p><h2><span
style="color: #3366ff;">Method 1 : Configure network GUI mode</span></h2><p><strong>Step 1 :</strong> First find out the network interface to configure. Open a terminal and run ifconfig</p><blockquote><p>ifconfig</p></blockquote><p>Result will be something similar to below screenshot.</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-1.png"><img
class="aligncenter  wp-image-994" title="ubuntu-network-cli-1" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-1.png" alt="ubuntu network cli 1 How to configure network using CLI ang GUI in Ubuntu 12.04" width="498" height="268" /></a></p><p><strong>Step 2 :</strong> We will be assigning IP address to eth0 adapter. To do the same Click on “System Setting” and select “Network”</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-1.png"><img
class="aligncenter size-full wp-image-995" title="ubuntu-network-gui-1" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-1.png" alt="ubuntu network gui 1 How to configure network using CLI ang GUI in Ubuntu 12.04"  /></a></p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-2.png"><img
class="aligncenter size-full wp-image-996" title="ubuntu-network-gui-2" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-2.png" alt="ubuntu network gui 2 How to configure network using CLI ang GUI in Ubuntu 12.04"  /></a></p><p><strong>Step 3 :</strong> As eth0 is wired connection click on “wired”. Choose “ON” option and click on “Configure” button.</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-3.png"><img
class="aligncenter  wp-image-997" title="ubuntu-network-gui-3" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-3.png" alt="ubuntu network gui 3 How to configure network using CLI ang GUI in Ubuntu 12.04" width="582" height="418" /></a></p><p><strong>Step 4 :</strong> Go to “<span
style="color: #ff6600;">IPv4 Settings</span>” tab. In case of DHCP / Automatic configuration choose “Automatic (DHCP)” option in “method”</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-4.png"><img
class="aligncenter  wp-image-998" title="ubuntu-network-gui-4" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-4.png" alt="ubuntu network gui 4 How to configure network using CLI ang GUI in Ubuntu 12.04" width="379" height="406" /></a></p><p>In case of manual configuration select “Manual” option in “method”. Click on “Add” button. Enter IP Address, netmask and gateway information. Also enter DNS Server. In this example I am using google DNS server’s IP.<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-5.png"><img
class="aligncenter  wp-image-999" title="ubuntu-network-gui-5" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-5.png" alt="ubuntu network gui 5 How to configure network using CLI ang GUI in Ubuntu 12.04" width="381" height="403" /></a></p><p>After finishing it up click on “Save” button.</p><p><strong> </strong>To confirm the setting again run “<span
style="color: #ff6600;">ifconfig</span>” command and check the “eth0″ interface settings. In case of successful configuration you will see something like below screenshot.<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-6.png"><img
class="aligncenter  wp-image-1001" title="ubuntu-network-gui-6" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-6.png" alt="ubuntu network gui 6 How to configure network using CLI ang GUI in Ubuntu 12.04" width="595" height="282" /></a></p><h2><span
style="color: #3366ff;">Method 2 : Configure network CLI Mode</span></h2><p><strong>Step 1 :</strong> First find out the network interface to configure. Open a terminal and run ifconfig</p><blockquote><p>ifconfig</p></blockquote><p>Result will be something similar to below screenshot.</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-1.png"><img
class="aligncenter size-full wp-image-994" title="ubuntu-network-cli-1" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-1.png" alt="ubuntu network cli 1 How to configure network using CLI ang GUI in Ubuntu 12.04" width="522" height="281" /></a></p><p><strong>Step 2 :</strong> We will be assigning IP address to eth0 adapter. Open a terminal and type</p><blockquote><p>sudo vi /etc/network/interfaces</p></blockquote><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-2.png"><img
class="aligncenter size-full wp-image-1002" title="ubuntu-network-cli-2" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-2.png" alt="ubuntu network cli 2 How to configure network using CLI ang GUI in Ubuntu 12.04"  /></a></p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-3.png"><img
class="aligncenter size-full wp-image-1003" title="ubuntu-network-cli-3" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-3.png" alt="ubuntu network cli 3 How to configure network using CLI ang GUI in Ubuntu 12.04"  /></a></p><p><strong>Step 3 :</strong> Now you need to add eth0 information in this file.<br
/> In case of<span
style="color: #ff6600;"> DHCP / Automatic IP</span> assignment enter following line and save this file.</p><blockquote><p>iface eth0 inet dhcp</p></blockquote><p>In case of manual IP assignment enter following line and save this file.</p><blockquote><p>iface eth0 inet static<br
/> address 192.168.1.100<br
/> netmask 255.255.255.0<br
/> network 192.168.1.0<br
/> broadcast 192.168.1.255<br
/> gateway 192.168.1.1</p></blockquote><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-4.png"><img
class="aligncenter  wp-image-1004" title="ubuntu-network-cli-4" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-4.png" alt="ubuntu network cli 4 How to configure network using CLI ang GUI in Ubuntu 12.04" width="398" height="468" /></a></p><p>To configure <span
style="color: #ff6600;">DNS</span>, enter following command. Remember to run it through “<span
style="color: #ff6600;">root</span>” user</p><blockquote><p>echo &#8220;nameserver 8.8.8.8&#8243; &gt;&gt; /etc/resolve.conf</p></blockquote><p><strong>Step 4 :</strong> Now run following command to start <span
style="color: #ff6600;">eth0</span> interface</p><blockquote><p>sudo ifup eth0</p></blockquote><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-5.png"><img
class="aligncenter size-full wp-image-1005" title="ubuntu-network-cli-5" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-cli-5.png" alt="ubuntu network cli 5 How to configure network using CLI ang GUI in Ubuntu 12.04"  /></a></p><p><strong>Step 5:</strong> To confirm the setting again run “<span
style="color: #ff6600;">ifconfig</span>” command and check the “eth0″ interface settings. In case of successful configuration you will see something like below screenshot.</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-6.png"><img
class="aligncenter  wp-image-1001" title="ubuntu-network-gui-6" src="http://www.php2s.com/wp-content/uploads/2012/05/ubuntu-network-gui-6.png" alt="ubuntu network gui 6 How to configure network using CLI ang GUI in Ubuntu 12.04" width="604" height="287" /></a></p><p>Hope that would be helpful for you.</p><p><span
style="color: #999999;"><em><a
title="techienote" href="techienote.com"><span
style="color: #999999;">Source</span></a></em></span></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" rel="bookmark" class="crp_title">How to configure network interface on Fedora 16 using NetworkManager</a></li><li><a
href="http://www.php2s.com/linux/how-to-setup-a-fedora-red-hat-linux-or-centos-dhcp-client.html" rel="bookmark" class="crp_title">How to Setup a Fedora / Red Hat Linux or CentOS DHCP Client</a></li><li><a
href="http://www.php2s.com/linux/install-fresh-centos-ilo-install-no-internet-connectivity-yum-wget-etc-fail.html" rel="bookmark" class="crp_title">Install fresh CentOS iLO install, no internet connectivity (yum, wget etc. fail)</a></li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" rel="bookmark" class="crp_title">How to Set Static IP Address in Centos 6.2 Linux Server</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-an-ip-ip-tunnel-among-three-networks.html" rel="bookmark" class="crp_title">How to create an ip-ip tunnel among three Networks</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to install Samba &#038; configure network share on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-card-in-red-hat-enterprise-linux-centos-fedora-core-from-cli.html" rel="bookmark" class="crp_title">How to configure network card in Red Hat Enterprise Linux, CentOS, Fedora Core from CLI</a></li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" rel="bookmark" class="crp_title">How To Upgrade to Ubuntu 12.04 for Desktops &#038; Servers running 10.04 or 11.10</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-map-of-local-network-lan-using-lanmap.html" rel="bookmark" class="crp_title">How to create map of local network (LAN) using Lanmap</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-turn-on-telnet-service-on-rhel-febora-centos-ubuntu-freebsd-debian.html" rel="bookmark" class="crp_title">how to install &#038; turn on telnet service on RHEL, Fedora, CentOS, Ubuntu, FreeBSD, Debian</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="how to configure the dhcp server gui mode">how to configure the dhcp server gui mode</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="network settings command line ubuntu 12 04">network settings command line ubuntu 12 04</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="ubuntu 12 04 network settings">ubuntu 12 04 network settings</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="how to configure the dhcp server gui mode in ubuntu">how to configure the dhcp server gui mode in ubuntu</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="how to configure network in linux ubuntu 12 04">how to configure network in linux ubuntu 12 04</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="ubuntu network restart command line 12 04">ubuntu network restart command line 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="ubuntu 12 04 configure network console">ubuntu 12 04 configure network console</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="ubuntu precise config network gui">ubuntu precise config network gui</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="how configure network ubuntu server 12 04">how configure network ubuntu server 12 04</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" title="how to configure squid in ubuntu 12 04 from gui">how to configure squid in ubuntu 12 04 from gui</a> (2)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=YoaPMxOUvd8:mAK78UndX8I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=YoaPMxOUvd8:mAK78UndX8I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=YoaPMxOUvd8:mAK78UndX8I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=YoaPMxOUvd8:mAK78UndX8I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/YoaPMxOUvd8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html</feedburner:origLink></item> <item><title>How to quickly install virtualbox 4.1 on Ubuntu 12.04</title><link>http://feedproxy.google.com/~r/Php2s/~3/K_hkYmmIhxI/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html</link> <comments>http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html#comments</comments> <pubDate>Mon, 21 May 2012 12:43:07 +0000</pubDate> <dc:creator>Sam Turker</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Virtualization]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[VirtualBox]]></category><guid isPermaLink="false">http://www.php2s.com/?p=971</guid> <description><![CDATA[This tutorial shows how to quickly install virtualbox 4.1.14 on Ubuntu 12.04. VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/Ubuntu_Plastic_Logo.jpg"><img
class="wp-image-972 alignleft" title="Ubuntu_Plastic_Logo" src="http://www.php2s.com/wp-content/uploads/2012/05/Ubuntu_Plastic_Logo.jpg" alt="Ubuntu Plastic Logo How to quickly install virtualbox 4.1 on Ubuntu 12.04" width="110" height="92" /></a>This tutorial shows how to quickly install virtualbox 4.1.14 on Ubuntu 12.04. VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License.</p><p><span
id="more-971"></span></p><p>To install VirtualBox on Ubuntu you need to add its repository</p><blockquote><p>echo &#8216;deb http://download.virtualbox.org/virtualbox/debian precise contrib&#8217; &gt;&gt; /etc/apt/sources.list</p></blockquote><p>You need to install apt-secure key for VirtualBox</p><blockquote><p>cd /tmp/<br
/> wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc<br
/> sudo apt-key add oracle_vbox.asc</p></blockquote><p>To install VirtualBox, do</p><blockquote><p>sudo apt-get update<br
/> sudo apt-get install virtualbox-4.1 dkms</p></blockquote><p>To run VirtualBox, Go to Application &gt; System Tools &gt; Oracle VM VirtualBox</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/virtualization/howto-install-virtualbox-on-linux-server-without-gui.html" rel="bookmark" class="crp_title">Howto install Virtualbox on Linux Server without GUI</a></li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" rel="bookmark" class="crp_title">How to install Virtualbox 4.1 on CentOS 6.2, RHEL without GUI</a></li><li><a
href="http://www.php2s.com/linux/virtualbox-auto-start-vm-centos-fedora-redhat.html" rel="bookmark" class="crp_title">(Q/A)VirtualBox Auto Start VM Centos Fedora RedHat</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" rel="bookmark" class="crp_title">Installing Webmin on Ubuntu 12.04 Server using APT</a></li><li><a
href="http://www.php2s.com/linux/howto-guide-get-the-size-of-a-directory-via-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">Howto Guide: Get the Size of a Directory via Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/how-to-enable-root-login-in-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to Enable Root Login in Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" rel="bookmark" class="crp_title">How to install MATE Desktop Environment on Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-set-up-an-apache-virtual-host-vhost-on-ubuntu.html" rel="bookmark" class="crp_title">How to set up an Apache Virtual Host (vhost) on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-configure-vsftpd-on-rhel-centos-ubuntu-fedora-debian.html" rel="bookmark" class="crp_title">How to Install &#038; Configure Vsftpd on RHEL/CentOS/Ubuntu/Fedora</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="how to setup virtualbox on ubuntu server 12 04">how to setup virtualbox on ubuntu server 12 04</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="open source software logo">open source software logo</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="how to install virtualbox in linux ubuntu 12 04">how to install virtualbox in linux ubuntu 12 04</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="virtualbox ubuntu 12 04">virtualbox ubuntu 12 04</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="virtualbox set on ubuntu server 12 04">virtualbox set on ubuntu server 12 04</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="ubuntu virtualbox autostart">ubuntu virtualbox autostart</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="ubuntu 12 04-virtual box-oracle">ubuntu 12 04-virtual box-oracle</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="ubuntu 12 04 server virtualbox">ubuntu 12 04 server virtualbox</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="ubuntu 12 04 bilder">ubuntu 12 04 bilder</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" title="installing virtualbox on ubuntu 12 04 asks for dvd">installing virtualbox on ubuntu 12 04 asks for dvd</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=K_hkYmmIhxI:IhswJgEQe-I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=K_hkYmmIhxI:IhswJgEQe-I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=K_hkYmmIhxI:IhswJgEQe-I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=K_hkYmmIhxI:IhswJgEQe-I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/K_hkYmmIhxI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html</feedburner:origLink></item> <item><title>How to install Virtualbox 4.1 on CentOS 6.2, RHEL without GUI</title><link>http://feedproxy.google.com/~r/Php2s/~3/KcLhhNs6-x4/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html</link> <comments>http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html#comments</comments> <pubDate>Mon, 21 May 2012 04:35:57 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Virtualization]]></category> <category><![CDATA[Centos]]></category> <category><![CDATA[CentOS 6.2]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[oracle]]></category> <category><![CDATA[RHEL]]></category> <category><![CDATA[VirtualBox]]></category><guid isPermaLink="false">http://www.php2s.com/?p=962</guid> <description><![CDATA[This tutorial will give you step by step guide on how to install virtualbox 4.1 on CentOS 6.2 and other Red Hat Linux clones. Oracle VM VirtualBox is an popular software package that once installed on an existing host operating system allowing for additional guest operating systems to be loaded and run, each with its [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/oracle-virtualbox-4.1-logo.png"><img
class="alignleft  wp-image-963" title="oracle-virtualbox-4.1-logo" src="http://www.php2s.com/wp-content/uploads/2012/05/oracle-virtualbox-4.1-logo.png" alt="oracle virtualbox 4.1 logo How to install Virtualbox 4.1 on CentOS 6.2, RHEL without GUI" width="126" height="143" /></a>This tutorial will give you step by step guide on how to install virtualbox 4.1 on CentOS 6.2 and other Red Hat Linux clones. Oracle VM VirtualBox is an popular software package that once installed on an existing host operating system allowing for additional guest operating systems to be loaded and run, each with its own virtual environment.</p><p>In summary, we start by downloading VirtualBox&#8217;s YUM repository file and placing it in the appropriate directory, afterwards we install the dkms and VirtualBox-4.1 packages and conclude by adding your user to be vboxusers group.</p><p><span
id="more-962"></span></p><p>Let&#8217;s begin by fetching the repo file and placing it under /etc/yum.repos.d/:</p><blockquote><p>[root@~]# $ wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo<br
/> [root@~]# $ su<br
/> [root@~]# mv virtualbox.repo /etc/yum.repos.d/</p></blockquote><p>Afterwards, installing <span
style="font-family: 'Courier New',Courier,monospace;">dkms</span> will bring in <span
style="font-family: 'Courier New',Courier,monospace;">cloog-ppl</span>, <span
style="font-family: 'Courier New',Courier,monospace;">cpp</span>, <span
style="font-family: 'Courier New',Courier,monospace;">gcc</span>, <span
style="font-family: 'Courier New',Courier,monospace;">glibc-deve</span>l, <span
style="font-family: 'Courier New',Courier,monospace;">glibc-headers</span>, <span
style="font-family: 'Courier New',Courier,monospace;">kernel-devel</span>, <span
style="font-family: 'Courier New',Courier,monospace;">kernel-headers</span>, <span
style="font-family: 'Courier New',Courier,monospace;">libgomp</span>, <span
style="font-family: 'Courier New',Courier,monospace;">make</span>, <span
style="font-family: 'Courier New',Courier,monospace;">mpfr</span> and <span
style="font-family: 'Courier New',Courier,monospace;">ppl</span>. These are needed to have VirtualBox match the kernel.</p><blockquote><p>[root@~]# yum install dkms</p></blockquote><p>Then we move to installing VirtualBox itself.</p><p>For 32 bits system use:</p><blockquote><p>[root@~]# yum install VirtualBox-4.1.i686</p></blockquote><p>In the case of 64 bits systems:</p><blockquote><p>[root@~]# yum install VirtualBox-4.1.x86_64</p></blockquote><p>Wrap up by adding your user to the <span
style="font-family: 'Courier New',Courier,monospace;">vboxusers</span> and rebooting the computer:</p><blockquote><p>[root@~]# usermod -a -G vboxusers ricardo<br
/> [root@~]# reboot</p></blockquote><p>Make sure to check and see if your computer BIOS has virtualization support disabled. More often that not, motherboard have it disabled.</p><p>Hope the tutorial would be helpful.</p><p>&nbsp;</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-change-default-boot-up-runlevel-for-linux-centos-fedora-by-inittab-config-file.html" rel="bookmark" class="crp_title">How to change default boot up runlevel for Linux CentOS Fedora by inittab config file</a></li><li><a
href="http://www.php2s.com/virtualization/howto-install-virtualbox-on-linux-server-without-gui.html" rel="bookmark" class="crp_title">Howto install Virtualbox on Linux Server without GUI</a></li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to quickly install virtualbox 4.1 on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/programming/php-programming/a-dynamic-bar-chart.html" rel="bookmark" class="crp_title">A Dynamic Bar Chart in PHP</a></li><li><a
href="http://www.php2s.com/linux/virtualbox-auto-start-vm-centos-fedora-redhat.html" rel="bookmark" class="crp_title">(Q/A)VirtualBox Auto Start VM Centos Fedora RedHat</a></li><li><a
href="http://www.php2s.com/linux/howto-guide-setup-local-yum-repository-on-centos-6-2-from-cddvd-image.html" rel="bookmark" class="crp_title">Howto Guide: Setup Local Yum Repository on CentOS 6.2 from CD/DVD image</a></li><li><a
href="http://www.php2s.com/linux/howto-install-webmin-1-570-1-on-centos-6-2-using-rpm.html" rel="bookmark" class="crp_title">Howto Guide: Install Webmin 1.570-1 on CentOS 6.2 using RPM</a></li><li><a
href="http://www.php2s.com/programming/php-programming/draw-pie-chart.html" rel="bookmark" class="crp_title">How to Draw pie chart in PHP</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-perl-module-in-linux-without-root-permission.html" rel="bookmark" class="crp_title">How to Install A Perl Module In Linux Without Root Permission</a></li><li><a
href="http://www.php2s.com/programming/php-programming/cookie-based-login-form-and-get-last-login-time.html" rel="bookmark" class="crp_title">PHP Code: Cookie based login form and get last login time</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="enable ftp in rhel 6 2">enable ftp in rhel 6 2</a> (2)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="step by step instructions to download virtualbox for centos">step by step instructions to download virtualbox for centos</a> (2)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="centos 6 2 virtualbox host automatically start guests with system">centos 6 2 virtualbox host automatically start guests with system</a> (1)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="centos virtualbox install">centos virtualbox install</a> (1)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="install virtualbox centos 6 2">install virtualbox centos 6 2</a> (1)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="step by step proxy installation guide in rhel 6">step by step proxy installation guide in rhel 6</a> (1)</li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" title="virtualbox on existing centos 6 2 server">virtualbox on existing centos 6 2 server</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=KcLhhNs6-x4:AuKPlWWIjW0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=KcLhhNs6-x4:AuKPlWWIjW0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=KcLhhNs6-x4:AuKPlWWIjW0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=KcLhhNs6-x4:AuKPlWWIjW0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/KcLhhNs6-x4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html</feedburner:origLink></item> <item><title>How to install and configure NX/FreeNX Server on CentOS, Red Hat Linux</title><link>http://feedproxy.google.com/~r/Php2s/~3/8JnjeSbmzss/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html</link> <comments>http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html#comments</comments> <pubDate>Sun, 20 May 2012 05:23:09 +0000</pubDate> <dc:creator>Sam Turker</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Centos]]></category> <category><![CDATA[FreeNX]]></category> <category><![CDATA[Nomachine]]></category> <category><![CDATA[RHEL]]></category><guid isPermaLink="false">http://www.php2s.com/?p=955</guid> <description><![CDATA[NX is a Terminal Server and Remote Access solution based on enterprise class open source technologies. NoMachine offers the free NX Server, a low-bandwidth X server. Documentation is sorely lacking, but the product works fine for my needs. Installation Download and install the client, node and server packages on your system: rpm -Uvh nxclient-3.3.0-6.x86_64.rpm nxnode-3.3.0-17.x86_64.rpm [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/05/nomacnine-nx-freenx-server-logo.jpg"><img
class="alignleft  wp-image-957" title="nomachnine-nx-freenx-server-logo" src="http://www.php2s.com/wp-content/uploads/2012/05/nomacnine-nx-freenx-server-logo.jpg" alt="nomacnine nx freenx server logo How to install and configure NX/FreeNX Server on CentOS, Red Hat Linux" width="227" height="109" /></a>NX is a Terminal Server and Remote Access solution based on enterprise class open source technologies. <a
href="http://www.nomachine.com/">NoMachine </a>offers the free NX Server, a low-bandwidth X server. Documentation is sorely lacking, but the product works fine for my needs.</p><p><span
id="more-955"></span></p><p><strong>Installation</strong></p><p>Download and install the client, node and server packages on your system:</p><blockquote><p>rpm -Uvh nxclient-3.3.0-6.x86_64.rpm nxnode-3.3.0-17.x86_64.rpm nxserver-3.3.0-22.x86_64.rpm</p></blockquote><p><strong>System Configuration</strong></p><p>The default configuration, created by the RPM installation, should be sufficient in most scenarios.</p><p><strong>User Configuration </strong></p><p>Access through an SSH gateway host</p><p>If a firewall prevents direct access to your destination host, use SSH tunnels to forward the traffic from the bastion host to the destination hosts (server1 and server2 here):</p><blockquote><p>ssh -L 2122:server1.example.local:22 -L 2222:server2.example.local:22 ed@bastion.example.local</p></blockquote><p>This command does the following:</p><ul><li>Log on to bastion.example.local as user ed</li><li>Forward TCP port 2122 on localhost to port 22 on server1.example.local</li><li>Forward TCP port 2222 on localhost to port 22 on server2.example.local</li></ul><p>In the NX Connection Wizard, create a new session for server1.example.local with server address localhost, port 2122. Create another session for server2.example.local with server address localhost, port 2222.</p><p>If you start the NX Client, it will connect to the appropriate SSH tunnel endpoint on localhost. The SSH tunnel on the bastion host will forward the traffic to the real server, behind the firewall.</p><p><span
style="color: #ff0000;"><strong>Note:</strong></span> The SSH daemons on server1 and server2 need to accept username/password based logins, or the NX Client will be unable to connect. This is a limitation of the NX Client.</p><p><strong>SSH Public-Key Authentication</strong></p><p>By default, the NX Client will ask you for username and password. If you have configured your SSH server to reject password-based authentication, you cannot open a connection. I have not yet found a proper workaround.</p><p><em><span
style="color: #808080;"><a
href="http://consultancy.edvoncken.net"><span
style="color: #808080;">Source</span></a></span></em></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-port-forwarding-with-iptables-between-2-hosts-on-different-networks-in-linux.html" rel="bookmark" class="crp_title">How to port forwarding with iptables between 2 hosts on different networks in Linux</a></li><li><a
href="http://www.php2s.com/linux/configure-linux-to-accept-remote-desktop-connections-over-ssh.html" rel="bookmark" class="crp_title">Configure Linux To Accept Remote Desktop Connections Over SSH</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-turn-on-telnet-service-on-rhel-febora-centos-ubuntu-freebsd-debian.html" rel="bookmark" class="crp_title">how to install &#038; turn on telnet service on RHEL, Fedora, CentOS, Ubuntu, FreeBSD, Debian</a></li><li><a
href="http://www.php2s.com/linux/step-by-step-install-and-configure-squid-proxy-server-on-centos-6-2-rhel-6.html" rel="bookmark" class="crp_title">Step by Step Install and Configure Squid Proxy Server on CentOS 6.2 / RHEL 6</a></li><li><a
href="http://www.php2s.com/linux/how-to-restrict-web-access-by-time-using-squid-proxy-server-on-centos-6-2-rhel-6.html" rel="bookmark" class="crp_title">How to Restrict Web Access By Time Using Squid Proxy Server on CentOS 6.2/ RHEL 6</a></li><li><a
href="http://www.php2s.com/linux/installing-monit-and-restart-apache-automatically-on-centos.html" rel="bookmark" class="crp_title">Installing Monit and Restart Apache Automatically on CentOS</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li><li><a
href="http://www.php2s.com/linux/qa-linux-iptables-blocking-yum.html" rel="bookmark" class="crp_title">(Q/A) Linux IPTables blocking yum</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-apache-httpd-on-centos-6-2.html" rel="bookmark" class="crp_title">Howto Guide: Install &#038; Start Apache or Httpd Service on CentOS 6.2</a></li><li><a
href="http://www.php2s.com/linux/recursively-copy-whole-directories-ftp-linux-command-line.html" rel="bookmark" class="crp_title">Recursively copy whole directories FTP Linux command line</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="nx server port forwarding">nx server port forwarding</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="nomachine centos 6 2">nomachine centos 6 2</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="freenx centos 6 2">freenx centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="freenx on centos 6 2">freenx on centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="centos 6 install nx">centos 6 install nx</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="ubuntu 12 04 nxserver connection limit">ubuntu 12 04 nxserver connection limit</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="restart nxserver on centos 6 2">restart nxserver on centos 6 2</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="nxserver centos 6 2">nxserver centos 6 2</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="nxserver centos 6">nxserver centos 6</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" title="install nxserver on centos 64 bits">install nxserver on centos 64 bits</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=8JnjeSbmzss:AgdbN8zDtmU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=8JnjeSbmzss:AgdbN8zDtmU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=8JnjeSbmzss:AgdbN8zDtmU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=8JnjeSbmzss:AgdbN8zDtmU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/8JnjeSbmzss" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html</feedburner:origLink></item> <item><title>How to Run Mutiple Localhosts Using WAMP (Windows Apache MySQL PHP)</title><link>http://feedproxy.google.com/~r/Php2s/~3/-GqRhgbdkk4/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html</link> <comments>http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html#comments</comments> <pubDate>Fri, 11 May 2012 10:21:17 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[apche]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[wamp]]></category><guid isPermaLink="false">http://www.php2s.com/?p=948</guid> <description><![CDATA[Wamp is a web development platform on Windows allowing you to create dynamic web applications with Apache2, PHP and MySQL. This tutorial shows how to run multiple localhosts using WAMP (Windows Apache MySQL PHP). WAMPServer has been a very server for lots of PHP developers (who uses Windows environment). Here’s a simple tutorial on how [...]]]></description> <content:encoded><![CDATA[<div><a
href="http://www.php2s.com/wp-content/uploads/2012/05/wamp-server-small.png"><img
class="alignleft  wp-image-950" title="wamp-server-small" src="http://www.php2s.com/wp-content/uploads/2012/05/wamp-server-small.png" alt="wamp server small How to Run Mutiple Localhosts Using WAMP (Windows Apache MySQL PHP)" width="105" height="105" /></a>Wamp is a web development platform on Windows allowing you to create dynamic web applications with Apache2, PHP and MySQL. This tutorial shows how to run multiple localhosts using WAMP (Windows Apache MySQL PHP). WAMPServer has been a very server for lots of PHP developers (who uses Windows environment). Here’s a simple tutorial on how to run multiple localhosts in WAMP.</div><div><span
id="more-948"></span></div><div><p>WAMP setup localhost2<strong>Basic instructions</strong>:</p><ol><li>update apache.conf (attached) – Update your document root paths to the correct folders. ie – C:/dev/project/trunk/</li><li>update hosts file (C:\Windows\System32\drivers\etc) – run as administrator to update.</li><li>restart apache</li></ol></div><p><strong>If working:</strong></p><blockquote><p>dev.eviport.com points to svn checkout folder<br
/> localhost points to your usual local dev</p><p>hosts file:<br
/> 127.0.0.1       localhost<br
/> 127.0.0.1   dev.project.com</p><p>apache conf:<br
/> Comment out other document root lines and paste the following at the bottom of the file:</p><p>NameVirtualHost *:80<br
/> NameVirtualHost 127.0.0.1:80</p><p>&lt;VirtualHost 127.0.0.1&gt;<br
/> ServerName dev.project.com<br
/> DocumentRoot &#8220;D:/dev/project/trunk/&#8221;<br
/> &lt;Directory &#8220;D:/dev/project/trunk/&#8221;&gt;<br
/> allow from all<br
/> order allow,deny<br
/> AllowOverride All<br
/> &lt;/Directory&gt;<br
/> DirectoryIndex index.html index.php<br
/> &lt;/VirtualHost&gt;</p><p>&lt;VirtualHost 127.0.0.1&gt;<br
/> ServerName localhost<br
/> DocumentRoot &#8220;D:/dev/&#8221;<br
/> &lt;/VirtualHost&gt;</p></blockquote><p>@ <span
style="color: #003366;"><em><a
href=" http://phpscripts4u.com"><span
style="color: #003366;">Source</span></a></em></span></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/installing-lamp-linux-apache-mysql-php-on-ubuntu-11-10.html" rel="bookmark" class="crp_title">Installing LAMP (Linux, Apache Mysql PHP) on Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-set-up-an-apache-virtual-host-vhost-on-ubuntu.html" rel="bookmark" class="crp_title">How to set up an Apache Virtual Host (vhost) on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/installing-lamp-server-on-debian-squeeze.html" rel="bookmark" class="crp_title">Installing LAMP Server on Debian Squeeze</a></li><li><a
href="http://www.php2s.com/programming/web-programming/fixing-apache-13permission-denied-access-to-403-forbidden.html" rel="bookmark" class="crp_title">Fixing Apache (13)Permission denied: access to / 403 Forbidden</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-the-phpbb-forum-on-debian-squeezesid-linux.html" rel="bookmark" class="crp_title">How to install the phpbb forum on Debian (Squeeze/Sid) Linux</a></li><li><a
href="http://www.php2s.com/linux/installing-monit-and-restart-apache-automatically-on-centos.html" rel="bookmark" class="crp_title">Installing Monit and Restart Apache Automatically on CentOS</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-apache-httpd-on-centos-6-2.html" rel="bookmark" class="crp_title">Howto Guide: Install &#038; Start Apache or Httpd Service on CentOS 6.2</a></li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" rel="bookmark" class="crp_title">Installing Webmin on Ubuntu 12.04 Server using APT</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li><li><a
href="http://www.php2s.com/database/how-to-secure-mysql-database-server.html" rel="bookmark" class="crp_title">How to Secure MySQL Database Server to Prevent Anonymous Access</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="wamp">wamp</a> (16)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="wamp server logo">wamp server logo</a> (2)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="how to run multiple local hosts using wamp (windows apache mysql php)">how to run multiple local hosts using wamp (windows apache mysql php)</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="how to run php code using wamp in ubuntu">how to run php code using wamp in ubuntu</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="start wamp on centos command">start wamp on centos command</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="wamp multiple virtual host">wamp multiple virtual host</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="wamp server 2 virtual host">wamp server 2 virtual host</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="wampserver virtualhost">wampserver virtualhost</a> (1)</li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" title="windows apache php mysql">windows apache php mysql</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=-GqRhgbdkk4:R7nVMe7sDgk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=-GqRhgbdkk4:R7nVMe7sDgk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=-GqRhgbdkk4:R7nVMe7sDgk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=-GqRhgbdkk4:R7nVMe7sDgk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/-GqRhgbdkk4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html</feedburner:origLink></item> <item><title>How to install RecordMyDesktop on RHEL and CentOS</title><link>http://feedproxy.google.com/~r/Php2s/~3/d_4D1pwZqUY/how-to-install-recordmydesktop-on-rhel-and-centos.html</link> <comments>http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html#comments</comments> <pubDate>Mon, 30 Apr 2012 14:48:42 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Centos]]></category> <category><![CDATA[RecordMyDesktop]]></category> <category><![CDATA[RHEL]]></category><guid isPermaLink="false">http://www.php2s.com/?p=940</guid> <description><![CDATA[In this example, I will show how to install Recordmydesktop on Red Hat Linux and CentOS. Recordmydesktop is a command line (and GUI) program that can be used to record a video of the CentOS Desktop (among other distros as well). To install it on CentOS, begin by installing the required dependencies: yum install gcc [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/recordmydesktop-logo.png"><img
class="alignleft  wp-image-941" title="recordmydesktop-logo" src="http://www.php2s.com/wp-content/uploads/2012/04/recordmydesktop-logo.png" alt="recordmydesktop logo How to install RecordMyDesktop on RHEL and CentOS" width="95" height="95" /></a>In this example, I will show how to install Recordmydesktop on Red Hat Linux and CentOS. Recordmydesktop is a command line (and GUI) program that can be used to record a video of the CentOS Desktop (among other distros as well). To install it on CentOS, begin by installing the required dependencies:</p><p><span
id="more-940"></span></p><blockquote><p>yum install gcc make libXext-devel libSM-devel libICE-devel zlib-devel libXfixes-devel libXdamage-devel libvorbis-devel libtheora-devel</p></blockquote><p>Because CentOS does not official an RPM for recordmydesktop, we will have to install it from source. We will download a tar of the source code, untar the source, and remove the tar file:</p><blockquote><p>wget http://downloads.sourceforge.net/project/recordmydesktop/recordmydesktop/0.3.8.1/recordmydesktop-0.3.8.1.tar.gz<br
/> tar xf recordmydesktop-0.3.8.1.tar.gz<br
/> rm -rf recordmydesktop-0.3.8.1.tar.gz</p></blockquote><p>Now, let’s go into the folder and install Recordmydesktop.</p><blockquote><p>cd recordmydesktop-0.3.8.1<br
/> ./configure<br
/> make<br
/> make install</p></blockquote><p>If you did not set a custom prefix, running <span
style="color: #ff6600;"><strong>/usr/bin/recordmydesktop</strong></span> should begin recording your desktop! Use the following command (just as with most commands) to view the options available:</p><blockquote><p>recordmydesktop &#8211;help</p></blockquote><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/howto-use-bash-auto-complete-with-yum-on-fedora-centos-rhel.html" rel="bookmark" class="crp_title">Howto use Bash auto complete with YUM on Fedora, CentOS, RHEL</a></li><li><a
href="http://www.php2s.com/virtualization/how-to-install-virtualbox-4-1-on-centos-6-2-rhel.html" rel="bookmark" class="crp_title">How to install Virtualbox 4.1 on CentOS 6.2, RHEL without GUI</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-nvidia-drivers-on-centos-6-2-scientific-linux-6-2.html" rel="bookmark" class="crp_title">How to install NVIDIA drivers on CentOS 6.2 / Scientific Linux 6.2</a></li><li><a
href="http://www.php2s.com/linux/howto-install-webmin-1-570-1-on-centos-6-2-using-rpm.html" rel="bookmark" class="crp_title">Howto Guide: Install Webmin 1.570-1 on CentOS 6.2 using RPM</a></li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" rel="bookmark" class="crp_title">How to Untar Tar.gz on Linux (Linux Untar Command)</a></li><li><a
href="http://www.php2s.com/virtualization/howto-install-virtualbox-on-linux-server-without-gui.html" rel="bookmark" class="crp_title">Howto install Virtualbox on Linux Server without GUI</a></li><li><a
href="http://www.php2s.com/linux/how-to-installation-and-configuration-bind-dns-server-on-centos-5-3.html" rel="bookmark" class="crp_title">How to Installation and Configuration BIND DNS Server on CentOS 5.3</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-configure-vsftpd-on-rhel-centos-ubuntu-fedora-debian.html" rel="bookmark" class="crp_title">How to Install &#038; Configure Vsftpd on RHEL/CentOS/Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/linux/installing-monit-and-restart-apache-automatically-on-centos.html" rel="bookmark" class="crp_title">Installing Monit and Restart Apache Automatically on CentOS</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop centos">recordmydesktop centos</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop centos 6">recordmydesktop centos 6</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="how to install record my desktop in centos">how to install record my desktop in centos</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop linux centos 6 2">recordmydesktop linux centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="can not ftp into centos6 2">can not ftp into centos6 2</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop command in rhel">recordmydesktop command in rhel</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop dependency redhat">recordmydesktop dependency redhat</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="recordmydesktop rhel6">recordmydesktop rhel6</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="rhel 6 2 ftp server setup">rhel 6 2 ftp server setup</a> (1)</li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" title="rhel5 libxfixes-devel">rhel5 libxfixes-devel</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=d_4D1pwZqUY:SXOoLeSzl5I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=d_4D1pwZqUY:SXOoLeSzl5I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=d_4D1pwZqUY:SXOoLeSzl5I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=d_4D1pwZqUY:SXOoLeSzl5I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/d_4D1pwZqUY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html</feedburner:origLink></item> <item><title>How To Upgrade to Ubuntu 12.04 for Desktops &amp; Servers running 10.04 or 11.10</title><link>http://feedproxy.google.com/~r/Php2s/~3/4g8WSIAP6EE/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html</link> <comments>http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html#comments</comments> <pubDate>Fri, 27 Apr 2012 05:34:28 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Ubuntu Update]]></category><guid isPermaLink="false">http://www.php2s.com/?p=917</guid> <description><![CDATA[This tutorial contains full instructions on how to upgrade to Ubuntu 12.04 from 10.04 or 11.10 for servers and desktops I have included both GUI and command line upgrade instructions for Ubuntu 12.04 updates. If you have any 3rd party propriatory graphics card drivers installed it is recommended you remove them prior to the upgrade [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/Ubuntu_Linux_Unix_logo.png"><img
class="alignleft size-full wp-image-919" title="Ubuntu_Linux_Unix_logo" src="http://www.php2s.com/wp-content/uploads/2012/04/Ubuntu_Linux_Unix_logo.png" alt="Ubuntu Linux Unix logo How To Upgrade to Ubuntu 12.04 for Desktops & Servers running 10.04 or 11.10"  /></a>This tutorial contains full instructions on how to upgrade to Ubuntu 12.04 from 10.04 or 11.10 for servers and desktops I have included both GUI and command line upgrade instructions for Ubuntu 12.04 updates.</p><p><em>If you have any 3rd party propriatory graphics card drivers installed it is recommended you remove them prior to the upgrade process to avoid any problems during the update, you can reinstalled them after the upgrade has completed.</em></p><p><em>Always take a backup before carrying out an operating system upgrade!</em></p><p><span
id="more-917"></span></p><h2><strong>How To Upgrade to 12.04 Desktop using the GUI</strong></h2><p>This is by far the easiest way to upgrade you simple wait until the official release date of 12.04 (which is currently the 26th of April 1012) and upgrade when prompted. If this does not happen it’s probably as the servers are getting hammered by users updating you can either wait or follow the instructions below on how to carry out the network upgrade.<br
/> <strong><br
/> How to Upgrade from 11.10 to 12.o4 for Desktops using Update Manager</strong></p><p>If Ubuntu fails to prompt you to upgrade to 12.04 Desktop you can run the update manager process manually, note these instructions are for 11.10 to 12.04 only.</p><ul><li>Run the <strong>Update Manager</strong> application from the<strong> Unity Dash</strong></li><li>In Update Manager, click on “<strong>Settings</strong>” and enter your password to start the Software Sources application</li><li>Select the sub menu <strong>Updates</strong> from the Software Sources application</li><li>Check the “<strong>Release upgrade</strong> &#8211; Show new distribution releases” drop down to make sure “Normal releases” is selected, and change it if otherwise</li><li>Close the Software Sources application and return to Update Manager</li><li>In Update Manager, click the <strong>Check</strong> button to check for new updates.</li><li>If there are any updates to install, use the <strong>Install Updates</strong> button to install them, and press Check again after that is complete</li><li>A message will appear informing you of the availability of the new release</li><li>Click <strong>Upgrade</strong></li><li>Follow the on-screen instructions</li></ul><p><strong>Upgrade from 10.04 to 12.o4 for Desktops using Update Manager</strong></p><p>The following instructions are for 10.04 to 12.04 Desktop upgrades, this uses a network installation using update manager, please only use these instructions for 10.04 to 12.04 desktops.</p><ul><li>Open the<strong> Update Manager</strong> application from the <strong>System → Administration</strong> menu</li><li>In Update Manager, click the “<strong>Settings</strong>…”, and enter your password to start the Software Sources application</li><li>Select the sub menu <strong>Updates</strong> from the Software Sources application</li><li>Check the “<strong>Release upgrade</strong> &#8211; Show new distribution releases” drop down to make sure “<strong>Long term support releases only</strong>” is selected, and change it if otherwise</li><li>Close the Software Sources application and return to Update Manager</li><li>In Update Manager, click the Check button to check for new updates</li><li>If there are any updates to install, use the <strong>Install Updates</strong> button to install them, and press Check again after that is complete</li><li>A message will appear informing you of the availability of the new release</li><li>Click <strong>Upgrade</strong></li><li>Follow the on-screen instructions</li></ul><p><strong>Ubuntu Server upgrade to 12.04 using the command line</strong></p><p>This is my preferred method of upgrading to 12.04 as it can be ran over SSH or on any version of Ubuntu Server.</p><p>To start off with make sure update-manager-core is installed and fully up to date:</p><blockquote><p>sudo apt-get install update-manager-core</p></blockquote><p>Edit the file<strong><span
style="color: #ff6600;"> /etc/update-manager/release-upgrades</span></strong> and add set:</p><blockquote><p>Prompt=normal</p></blockquote><p>Start the upgrade process:</p><blockquote><p>sudo do-release-upgrade</p></blockquote><p>Hope you will find it helpful!</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/download-ubuntu-11-10-oneiric-ocelot-cd-iso-dvd-images-for-3264-bit.html" rel="bookmark" class="crp_title">Download Ubuntu 11.10 (Oneiric Ocelot) CD ISO / DVD Images for 32/64 bit</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" rel="bookmark" class="crp_title">How to install MATE Desktop Environment on Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-resolve-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-30720-bytes.html" rel="bookmark" class="crp_title">How to Resolve Fatal Error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)</a></li><li><a
href="http://www.php2s.com/linux/how-to-prepare-anaconda-update-image-for-rhel-fedora-centos.html" rel="bookmark" class="crp_title">How to prepare anaconda update image for RHEL/Fedora/CentOS</a></li><li><a
href="http://www.php2s.com/linux/howto-downloa-install-centos-6-2-step-by-step-guide-screenshots.html" rel="bookmark" class="crp_title">How to install CentOS 6.2 Step by step guide Screenshots</a></li><li><a
href="http://www.php2s.com/linux/download-linux-mint-12-lisa-gnome-3-mgse-cd-dvd-img-iso.html" rel="bookmark" class="crp_title">Download Linux Mint 12 (Lisa) GNOME 3, MGSE CD/DVD</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-gnome-shell-in-ubuntu-11-10-oneric-ocelot.html" rel="bookmark" class="crp_title">How to Install Gnome Shell in Ubuntu 11.10 Oneric Ocelot</a></li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to quickly install virtualbox 4.1 on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="upgrade to ubuntu 12 04 command line">upgrade to ubuntu 12 04 command line</a> (12)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="ubuntu upgrade to 12 04 command line">ubuntu upgrade to 12 04 command line</a> (10)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="Ubuntu 12 04 upgrade command line">Ubuntu 12 04 upgrade command line</a> (8)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="upgrade ubuntu server 10 04 to 12 04">upgrade ubuntu server 10 04 to 12 04</a> (7)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="ubuntu 12 04 server gui">ubuntu 12 04 server gui</a> (6)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="ubuntu upgrade 12 04 command line">ubuntu upgrade 12 04 command line</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="how to upgrade from 10 04 to 12 04">how to upgrade from 10 04 to 12 04</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="how to upgrade ubuntu 10 04 to 12 04">how to upgrade ubuntu 10 04 to 12 04</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="ubuntu upgrade command line 12 04">ubuntu upgrade command line 12 04</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" title="how to upgrade to ubuntu 12 04 from 10 04">how to upgrade to ubuntu 12 04 from 10 04</a> (4)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=4g8WSIAP6EE:aQwm3BUCuaw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=4g8WSIAP6EE:aQwm3BUCuaw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=4g8WSIAP6EE:aQwm3BUCuaw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=4g8WSIAP6EE:aQwm3BUCuaw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/4g8WSIAP6EE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html</feedburner:origLink></item> <item><title>How to configure network interface on Fedora 16 using NetworkManager</title><link>http://feedproxy.google.com/~r/Php2s/~3/5IPSURXcyPs/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html</link> <comments>http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html#comments</comments> <pubDate>Sun, 22 Apr 2012 14:12:12 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[Fedora 16]]></category> <category><![CDATA[NetworkManager]]></category><guid isPermaLink="false">http://www.php2s.com/?p=908</guid> <description><![CDATA[The step by step example below show how to configure network interface on Fedora 16. The Fedora 16 use NetworkManager to manage network interface, by using NetworkManager this simple step by step tutorial show how to configure network interface to use static IP address. Check network properties. To show network properties type in ifconfig command. [...]]]></description> <content:encoded><![CDATA[<p>The step by step example below show how to configure network interface on Fedora 16. The Fedora 16 use NetworkManager to manage network interface, by using NetworkManager this simple step by step tutorial show how to configure network interface to use static IP address.</p><p><span
id="more-908"></span></p><h2>Check network properties.</h2><p>To show network properties type in <strong><span
style="color: #ff6600;">ifconfig</span></strong> command.<br
/> <strong>1.</strong> Open terminal and type in <strong><span
style="color: #ff6600;">ifconfig</span></strong> command and hit enter key.</p><blockquote><p>[fedora@localhost ~]$ ifconfig</p><p>em1 Link encap:Ethernet HWaddr 00:13:21:65:C7:2D<br
/> UP BROADCAST MULTICAST MTU:1500 Metric:1<br
/> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br
/> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br
/> collisions:0 txqueuelen:1000<br
/> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)<br
/> Interrupt:17</p><p>em2 Link encap:Ethernet HWaddr 00:13:21:65:C7:2C<br
/> inet addr:60.49.199.75 Bcast:60.49.199.79 Mask:255.255.255.248<br
/> inet6 addr: fe80::213:21ff:fe65:c72c/64 Scope:Link<br
/> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br
/> RX packets:14743744 errors:0 dropped:3610 overruns:0 frame:0<br
/> TX packets:691939 errors:0 dropped:0 overruns:0 carrier:0<br
/> collisions:0 txqueuelen:1000<br
/> RX bytes:1863873005 (1.7 GiB) TX bytes:84722609 (80.7 MiB)<br
/> Interrupt:18</p><p>lo Link encap:Local Loopback<br
/> inet addr:127.0.0.1 Mask:255.0.0.0<br
/> inet6 addr: ::1/128 Scope:Host<br
/> UP LOOPBACK RUNNING MTU:16436 Metric:1<br
/> RX packets:429 errors:0 dropped:0 overruns:0 frame:0<br
/> TX packets:429 errors:0 dropped:0 overruns:0 carrier:0<br
/> collisions:0 txqueuelen:0<br
/> RX bytes:36564 (35.7 KiB) TX bytes:36564 (35.7 KiB)</p><p>virbr0 Link encap:Ethernet HWaddr 52:54:00:B7:EB:4F<br
/> inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0<br
/> UP BROADCAST MULTICAST MTU:1500 Metric:1<br
/> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br
/> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br
/> collisions:0 txqueuelen:0<br
/> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)</p><p>[fedora@localhost ~]$</p></blockquote><h2>Open NetworkManager configuration tools.</h2><p>Then to start the network configuration process, open NetworkManager configuration tools by type in nm-connection-editor on the terminal.</p><p><strong>2.</strong> Then type in <span
style="color: #ff6600;"><strong>nm-connection-editor</strong></span> and hit enter key, this open the interface of NetworkManager configuration tools&#8230;<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/networkmanager-config1.png"><img
class="aligncenter size-full wp-image-912" title="networkmanager-config1" src="http://www.php2s.com/wp-content/uploads/2012/04/networkmanager-config1.png" alt="networkmanager config1 How to configure network interface on Fedora 16 using NetworkManager" width="567" height="338" /></a></p><p><strong>3.</strong> Choose network device that you need to configure and the click edit button&#8230; on the example, we choose system em1 network device to edit as an example&#8230; then go to <strong>IPv4 Settings</strong> tab and choose <strong>Manual</strong> by clicking the Method drop down menu<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/activate-nm4.png"><img
class="aligncenter size-full wp-image-909" title="activate-nm4" src="http://www.php2s.com/wp-content/uploads/2012/04/activate-nm4.png" alt="activate nm4 How to configure network interface on Fedora 16 using NetworkManager" width="539" height="251" /></a></p><p><strong>4.</strong> Then&#8230; Click on Add button and start adding IP Address. then proceed to put your network DNS server address&#8230;<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/static-ip3.png"><img
class="aligncenter size-full wp-image-910" title="static-ip3" src="http://www.php2s.com/wp-content/uploads/2012/04/static-ip3.png" alt="static ip3 How to configure network interface on Fedora 16 using NetworkManager" width="497" height="552" /></a></p><p><strong>5.</strong> Then click on Save button to apply the changes. to activate network interface or to enable disable network interface go to NetworkManager applet (nm-applet) as show on the screenshot below.<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/ipv4-setting2.png"><img
class="aligncenter size-full wp-image-911" title="ipv4-setting2" src="http://www.php2s.com/wp-content/uploads/2012/04/ipv4-setting2.png" alt="ipv4 setting2 How to configure network interface on Fedora 16 using NetworkManager" width="464" height="552" /></a></p><p>Please note :- that this network configuration example tested on Linux Fedora 16 machine&#8230; the output may vary base on your machine use, operating system and command version.</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-card-in-red-hat-enterprise-linux-centos-fedora-core-from-cli.html" rel="bookmark" class="crp_title">How to configure network card in Red Hat Enterprise Linux, CentOS, Fedora Core from CLI</a></li><li><a
href="http://www.php2s.com/linux/how-to-setup-a-fedora-red-hat-linux-or-centos-dhcp-client.html" rel="bookmark" class="crp_title">How to Setup a Fedora / Red Hat Linux or CentOS DHCP Client</a></li><li><a
href="http://www.php2s.com/linux/install-fresh-centos-ilo-install-no-internet-connectivity-yum-wget-etc-fail.html" rel="bookmark" class="crp_title">Install fresh CentOS iLO install, no internet connectivity (yum, wget etc. fail)</a></li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" rel="bookmark" class="crp_title">How to Set Static IP Address in Centos 6.2 Linux Server</a></li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" rel="bookmark" class="crp_title">Step by Step Delete Windows Partition using fdisk command on Linux Fedora System</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-an-ip-ip-tunnel-among-three-networks.html" rel="bookmark" class="crp_title">How to create an ip-ip tunnel among three Networks</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-map-of-local-network-lan-using-lanmap.html" rel="bookmark" class="crp_title">How to create map of local network (LAN) using Lanmap</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to install Samba &#038; configure network share on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/installing-centos-6-2-on-vmware-fusion-step-by-step-guide.html" rel="bookmark" class="crp_title">Installing CentOS 6.2 on VMWare Fusion Step by Step Guide</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="fedora 16 network manager">fedora 16 network manager</a> (6)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="network manager fedora 16">network manager fedora 16</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="how to configure network in fedora 16">how to configure network in fedora 16</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="fedora configure network interface">fedora configure network interface</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="simple guide for network on fedora 16">simple guide for network on fedora 16</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="install network manager fedora 16">install network manager fedora 16</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="fedora 16 static ip address">fedora 16 static ip address</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="enabling network interface in fedora 16">enabling network interface in fedora 16</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="fedora 16 em1 configuration">fedora 16 em1 configuration</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" title="fedora 16 network configuration">fedora 16 network configuration</a> (2)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=5IPSURXcyPs:kBBwISWslfw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=5IPSURXcyPs:kBBwISWslfw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=5IPSURXcyPs:kBBwISWslfw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=5IPSURXcyPs:kBBwISWslfw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/5IPSURXcyPs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html</feedburner:origLink></item> <item><title>JavaScript – Detect Viewport Size,Screen Resolution,Mouse Position</title><link>http://feedproxy.google.com/~r/Php2s/~3/JnIc_UNTI8I/javascript-detect-viewport-sizescreen-resolutionmouse-position.html</link> <comments>http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html#comments</comments> <pubDate>Sun, 22 Apr 2012 08:09:13 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Javascript]]></category> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.php2s.com/?p=902</guid> <description><![CDATA[Detect Viewport Size, Screen Resolution, Mouse Position When we Surf the Internet Many Visitors See That Some Website has Auto-Detect System For Viewport Size,Screen Resolution and Mouse Position of User System. This System is Created By Using JavaScript.So Here Is The Code For Creating this Auto-Detect System in JavaScript. To Use This Code Just Copy [...]]]></description> <content:encoded><![CDATA[<h3><a
href="http://www.php2s.com/wp-content/uploads/2012/04/Javascript.jpg"><img
class="alignleft size-full wp-image-946" title="Javascript" src="http://www.php2s.com/wp-content/uploads/2012/04/Javascript.jpg" alt="Javascript JavaScript – Detect Viewport Size,Screen Resolution,Mouse Position"  /></a>Detect Viewport Size, Screen Resolution, Mouse Position</h3><p>When we Surf the Internet Many Visitors See That Some Website has Auto-Detect System For Viewport Size,Screen Resolution and Mouse Position of User System.</p><p>This System is Created By Using JavaScript.So Here Is The Code For Creating this Auto-Detect System in JavaScript.</p><p><span
id="more-902"></span></p><p>To Use This Code Just Copy and Paste It.</p><blockquote><pre>&lt;script type="text/javascript"&gt;
function getViewportWidth()
{
if (window.innerWidth)
{
return window.innerWidth;
}
else if (document.body &amp;&amp; document.body.offsetWidth)
{
return document.body.offsetWidth;
}
else
{
return 0;
}
}
function getViewportHeight()
{
if (window.innerHeight)
{
return window.innerHeight;
}
else if (document.body &amp;&amp; document.body.offsetHeight)
{
return document.body.offsetHeight;&lt;br /&gt;
}
else
{
return 0;
}
}
var tellMeTheSizes=function()
{
document.getElementById("viewportwidth").innerHTML = getViewportWidth() + "px";
document.getElementById("viewportheight").innerHTML = getViewportHeight() + "px";
document.getElementById("resolutionheight").innerHTML = screen.height + "px";
document.getElementById("resolutionwidth").innerHTML = screen.width + "px";
}
window.onload=function()
{
tellMeTheSizes();
}
window.onresize=function()
{
tellMeTheSizes();
}
window.onmousemove=function(event)
{
ev = event || window.event;
document.getElementById("mousetop").innerHTML = ev.pageY + "px";
document.getElementById("mouseleft").innerHTML = ev.pageX + "px";
}
&lt;/script&gt;</pre></blockquote><p>&nbsp;</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/programming/javascript/javascript-delayed-redirect-script-and-tutorial.html" rel="bookmark" class="crp_title">Javascript Delayed Redirect Script and Tutorial</a></li><li><a
href="http://www.php2s.com/programming/javascript/javascript-settimeout-function-javascript-timing-events-tutorial.html" rel="bookmark" class="crp_title">JavaScript setTimeout Function &#8211; JavaScript Timing Events Tutorial</a></li><li><a
href="http://www.php2s.com/programming/web-programming/how-to-disable-scripts-and-styles.html" rel="bookmark" class="crp_title">How to disable scripts and styles</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-gnome-shell-in-ubuntu-11-10-oneric-ocelot.html" rel="bookmark" class="crp_title">How to Install Gnome Shell in Ubuntu 11.10 Oneric Ocelot</a></li><li><a
href="http://www.php2s.com/linux/how-to-change-permissions-in-ubuntu-11-10-oneiric-ocelot-with-the-chmod-command.html" rel="bookmark" class="crp_title">How to change permissions in Ubuntu 11.10 Oneiric Ocelot with the chmod command</a></li><li><a
href="http://www.php2s.com/linux/vi-commands-cheat-sheet-vi-short-commands-reference-linux.html" rel="bookmark" class="crp_title">Vi Commands Cheat sheet &#8211; Vi short commands reference linux</a></li><li><a
href="http://www.php2s.com/linux/how-to-enable-root-login-in-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to Enable Root Login in Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/programming/php-programming/php-tutorial-a-quick-way-to-break-up-a-url-into-usable-pieces.html" rel="bookmark" class="crp_title">PHP Tutorial: A Quick Way to Break up a URL into usable Pieces</a></li><li><a
href="http://www.php2s.com/programming/php-programming/php-memory-usage-information-class.html" rel="bookmark" class="crp_title">PHP Memory Usage Information Class</a></li><li><a
href="http://www.php2s.com/programming/php-programming/file-rename-or-move-on-the-server-%e2%80%93-php-code.html" rel="bookmark" class="crp_title">File Rename or Move on the server – PHP Code</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="auto viewport javascript">auto viewport javascript</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="viewport javascript">viewport javascript</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="screen width mouse pos">screen width mouse pos</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="screen size detection javascript php 2012">screen size detection javascript php 2012</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="reliably detecting viewport size js">reliably detecting viewport size js</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="php script detect viewport size">php script detect viewport size</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="php screen resolution detection">php screen resolution detection</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="php js detect viewport size">php js detect viewport size</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="linux detect mouse move script">linux detect mouse move script</a> (1)</li><li><a
href="http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html" title="linux detect mouse">linux detect mouse</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=JnIc_UNTI8I:QhOL4_DOZE4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=JnIc_UNTI8I:QhOL4_DOZE4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=JnIc_UNTI8I:QhOL4_DOZE4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=JnIc_UNTI8I:QhOL4_DOZE4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/JnIc_UNTI8I" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/programming/javascript/javascript-detect-viewport-sizescreen-resolutionmouse-position.html</feedburner:origLink></item> <item><title>Step by Step Delete Windows Partition using fdisk command on Linux Fedora System</title><link>http://feedproxy.google.com/~r/Php2s/~3/WC-JO_1Z7Gk/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html</link> <comments>http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html#comments</comments> <pubDate>Sun, 22 Apr 2012 07:48:44 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[delete partition]]></category> <category><![CDATA[delete partition windows]]></category> <category><![CDATA[delete windows]]></category> <category><![CDATA[delete windows partition]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[using fdisk to delete windows partition]]></category> <category><![CDATA[windows delete partition]]></category><guid isPermaLink="false">http://www.php2s.com/?p=891</guid> <description><![CDATA[This tutorial show how to delete windows partition using fdisk command on Linux Fedora System Step by Step. The procedure below use fdisk command to delete the Windows partition table inside the external USB hard disk on Linux Fedora system&#8230; To delete Windows partition, please make sure that you know which partition that you want [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/fedora-logo.png"><img
class="alignleft size-full wp-image-924" title="fedora-logo" src="http://www.php2s.com/wp-content/uploads/2012/04/fedora-logo.png" alt="fedora logo Step by Step Delete Windows Partition using fdisk command on Linux Fedora System"  /></a> This tutorial show how to delete windows partition using fdisk command on Linux Fedora System Step by Step. The procedure below use fdisk command to delete the Windows partition table inside the external USB hard disk on Linux Fedora system&#8230; To delete Windows partition, please make sure that you know which partition that you want to delete before you follow the procedure below &#8230; ones you delete the Windows partition&#8230; all data inside that partition also deleted (gone forever). Please note that the same procedure could be apply to delete Linux partition.</p><p><span
id="more-891"></span></p><h2><span
style="color: #3366ff;">Delete Windows Partition:</span></h2><p><strong>1.</strong> List the windows partition that you want to delete using fdisk -l [target device] command. The example below show that the Windows partition that we want to delete is on the <em>/dev/sdb</em> hard disk device and on the partition number 1 ( show as sdb1 )<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/windows_partition1.png"><img
class="aligncenter size-full wp-image-892" title="windows_partition1" src="http://www.php2s.com/wp-content/uploads/2012/04/windows_partition1.png" alt="windows partition1 Step by Step Delete Windows Partition using fdisk command on Linux Fedora System" width="500" height="212" /></a></p><blockquote><p>[root@fedora ~]# <strong>fdisk -l /dev/sdb</strong></p><p>Disk /dev/sdb: 40.0 GB, 40007761920 bytes<br
/> 64 heads, 32 sectors/track, 38154 cylinders<br
/> Units = cylinders of 2048 * 512 = 1048576 bytes<br
/> Disk identifier: 0x00b4c6f2</p><p>Device Boot Start End Blocks Id System</p><p>/dev/sdb1 1 38154 39069680 c W95 FAT32 (LBA)</p><p>[root@fedora ~]#</p></blockquote><p><strong>2.</strong> Execute the fdisk command as show on the example below.<br
/> <a
href="http://www.php2s.com/wp-content/uploads/2012/04/delete_windows.png"><img
class="aligncenter size-full wp-image-895" title="delete_windows" src="http://www.php2s.com/wp-content/uploads/2012/04/delete_windows.png" alt="delete windows Step by Step Delete Windows Partition using fdisk command on Linux Fedora System" width="500" height="212" /></a></p><blockquote><p>[root@fedora ~]# fdisk /dev/sdb</p></blockquote><p><em>The number of cylinders for this disk is set to 38154.</em><br
/> <em> There is nothing wrong with that, but this is larger than 1024,</em><br
/> <em> and could in certain setups cause problems with:</em></p><p><em>1) software that runs at boot time (e.g., old versions of LILO)</em><br
/> <em> 2) booting and partitioning software from other OSs</em></p><p><em>(e.g., DOS FDISK, OS/2 FDISK)</em></p><p><strong>3.</strong> Then type in &#8216;m&#8217; key and hit Enter key to display the help menu for fdisk command. Command (m for help): <span
style="color: #ff6600;"><strong>m</strong></span></p><p><strong>Command action</strong></p><p><em>a toggle a bootable flag</em><br
/> <em> b edit bsd disklabel</em><br
/> <em> c toggle the dos compatibility flag</em><br
/> <em> d delete a partition</em><br
/> <em> l list known partition types</em><br
/> <em> m print this menu</em><br
/> <em> n add a new partition</em><br
/> <em> o create a new empty DOS partition table</em><br
/> <em> p print the partition table</em><br
/> <em> q quit without saving changes</em><br
/> <em> s create a new empty Sun disklabel</em><br
/> <em> t change a partition&#8217;s system id</em><br
/> <em> u change display/entry units</em><br
/> <em> v verify the partition table</em><br
/> <em> w write table to disk and exit</em><br
/> <em> x extra functionality (experts only)</em></p><p><strong>4.</strong> Type in &#8216;d&#8217; key and hit Enter key to delete a partition, select the partition that you want to delete.<br
/> Command (m for help): <strong><span
style="color: #ff6600;">d</span></strong></p><p>Selected partition 1</p><p><strong>5.</strong> Verify again by type in &#8216;p&#8217; command, to list all partition table inside the hard disk.<br
/> Command (m for help): <span
style="color: #ff6600;"><strong>p</strong></span></p><p><em>Disk /dev/sdb: 40.0 GB, 40007761920 bytes</em><br
/> <em> 64 heads, 32 sectors/track, 38154 cylinders</em><br
/> <em> Units = cylinders of 2048 * 512 = 1048576 bytes</em><br
/> <em> Disk identifier: 0x00b4c6f2</em><br
/> <em> Device Boot Start End Blocks Id System</em></p><p><strong>6.</strong> Save the changes that you made by type in the &#8216;w&#8217; key then hit Enter key<br
/> Command (m for help): <strong><span
style="color: #ff6600;">w</span></strong></p><p>The partition table has been altered!</p><p>Calling ioctl() to re-read partition table.<br
/> Syncing disks.</p><p>[root@fedora ~]#</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/windows_deleted.png"><img
class="aligncenter size-full wp-image-896" title="windows_deleted" src="http://www.php2s.com/wp-content/uploads/2012/04/windows_deleted.png" alt="windows deleted Step by Step Delete Windows Partition using fdisk command on Linux Fedora System" width="500" height="196" /></a></p><h2><span
style="color: #3366ff;">Check deleted partition on hard disk</span></h2><p>To verify: After exit the fdisk command&#8230; check Windows deleted partition again using fdisk command as show on example below.</p><blockquote><p>[root@fedora ~]# <strong>fdisk -l /dev/sdb</strong></p></blockquote><p><em>Disk /dev/sdb: 40.0 GB, 40007761920 bytes</em><br
/> <em> 64 heads, 32 sectors/track, 38154 cylinders</em><br
/> <em> Units = cylinders of 2048 * 512 = 1048576 bytes</em><br
/> <em> Disk identifier: 0x00b4c6f2</em></p><p><em>Device Boot Start End Blocks Id System</em></p><p>[root@fedora ~]#</p><p>Hope the example will be helpful!</p><p>&nbsp;</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/ps-replacing-failed-raid-drive.html" rel="bookmark" class="crp_title">(P/S) Replacing failed Raid Drive</a></li><li><a
href="http://www.php2s.com/linux/howto-downloa-install-centos-6-2-step-by-step-guide-screenshots.html" rel="bookmark" class="crp_title">How to install CentOS 6.2 Step by step guide Screenshots</a></li><li><a
href="http://www.php2s.com/linux/qa-linux-lvm-extend-on-software-raid-partition.html" rel="bookmark" class="crp_title">(Q/A) Linux LVM Extend on Software RAID Partition</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" rel="bookmark" class="crp_title">How to configure network interface on Fedora 16 using NetworkManager</a></li><li><a
href="http://www.php2s.com/linux/how-to-change-default-boot-up-runlevel-for-linux-centos-fedora-by-inittab-config-file.html" rel="bookmark" class="crp_title">How to change default boot up runlevel for Linux CentOS Fedora by inittab config file</a></li><li><a
href="http://www.php2s.com/linux/howto-setup-iscsi-san-server-on-centos-red-hat-linux.html" rel="bookmark" class="crp_title">Howto Setup iSCSI San Server on CentOS / Red Hat Linux</a></li><li><a
href="http://www.php2s.com/linux/how-to-change-permissions-in-ubuntu-11-10-oneiric-ocelot-with-the-chmod-command.html" rel="bookmark" class="crp_title">How to change permissions in Ubuntu 11.10 Oneiric Ocelot with the chmod command</a></li><li><a
href="http://www.php2s.com/linux/howto-guide-setup-local-yum-repository-on-centos-6-2-from-cddvd-image.html" rel="bookmark" class="crp_title">Howto Guide: Setup Local Yum Repository on CentOS 6.2 from CD/DVD image</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-turn-on-telnet-service-on-rhel-febora-centos-ubuntu-freebsd-debian.html" rel="bookmark" class="crp_title">how to install &#038; turn on telnet service on RHEL, Fedora, CentOS, Ubuntu, FreeBSD, Debian</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="fdisk step by step">fdisk step by step</a> (6)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="ubuntu delete fdisk delete partition">ubuntu delete fdisk delete partition</a> (4)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="ubuntu 11 10 fdisk delete partition">ubuntu 11 10 fdisk delete partition</a> (2)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="step to change the partition table using fdisk">step to change the partition table using fdisk</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="steps to fdisk in linux">steps to fdisk in linux</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="command to delete partition">command to delete partition</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="usb fdisk partition for windows and linux">usb fdisk partition for windows and linux</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="what is the command to delete the created partition in linux step by step">what is the command to delete the created partition in linux step by step</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="why delete windows partition linux">why delete windows partition linux</a> (1)</li><li><a
href="http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html" title="linux ubuntu delete windows partition">linux ubuntu delete windows partition</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=WC-JO_1Z7Gk:6gpwdpQuSaY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=WC-JO_1Z7Gk:6gpwdpQuSaY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=WC-JO_1Z7Gk:6gpwdpQuSaY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=WC-JO_1Z7Gk:6gpwdpQuSaY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/WC-JO_1Z7Gk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/step-by-step-delete-windows-partition-using-fdisk-command-on-linux-fedora-system.html</feedburner:origLink></item> <item><title>How to Set Static IP Address in Centos 6.2 Linux Server</title><link>http://feedproxy.google.com/~r/Php2s/~3/nGmRHlSgk_Q/how-to-set-static-ip-address-in-centos-6-2-linux-server.html</link> <comments>http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html#comments</comments> <pubDate>Sun, 22 Apr 2012 06:38:02 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[CentOS 6.2]]></category> <category><![CDATA[IP Address]]></category> <category><![CDATA[Server]]></category><guid isPermaLink="false">http://www.php2s.com/?p=886</guid> <description><![CDATA[This tutorial shows how to configure static ip address on CentOS 6.2 Linux Server. After you have installed CentOS 6.2 linux server, the system will not get the ip automatically and the network interface will not auto start even after the server rebooted. The default system configuration will be as below: DEVICE=&#8221;eth0&#8243; HWADDR=&#8221;xx:xx:xx:xx:xx:xx&#8221; NM_CONTROLLED=&#8221;yes&#8221; ONBOOT=&#8221;no&#8221; [...]]]></description> <content:encoded><![CDATA[<p>This tutorial shows how to configure static ip address on CentOS 6.2 Linux Server. After you have installed CentOS 6.2 linux server, the system will not get the ip automatically and the network interface will not auto start even after the server rebooted.<span
id="more-886"></span> The default system configuration will be as below:</p><blockquote><p>DEVICE=&#8221;eth0&#8243;<br
/> HWADDR=&#8221;xx:xx:xx:xx:xx:xx&#8221;<br
/> NM_CONTROLLED=&#8221;yes&#8221;<br
/> ONBOOT=&#8221;no&#8221;</p></blockquote><p>Follow this steps to set static ip and set it auto start once rebooted in CentOS 6.2 :</p><p><span
style="color: #ff0000;"><strong>1. Configure eth0:</strong></span></p><blockquote><p>[root@centos6 ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0</p><p>DEVICE=&#8221;eth0&#8243;<br
/> HWADDR=&#8221;00:0C:29:67:51:B1&#8243;<br
/> NM_CONTROLLED=&#8221;yes&#8221;<br
/> ONBOOT=&#8221;yes&#8221;<br
/> IPADDR=192.168.1.44<br
/> BOOTPRO=static<br
/> NETMASK=255.255.255.0</p></blockquote><p><span
style="color: #ff0000;"><strong>2. Configure Default gateway:</strong></span></p><blockquote><p>[root@centos6 ~]# vi /etc/sysconfig/network</p><p>NETWORKING=yes<br
/> HOSTNAME=centos6.2<br
/> GATEWAY=192.168.1.1</p></blockquote><p><span
style="color: #ff0000;"><strong>3. Restart Network interface:</strong></span></p><blockquote><p>[root@centos6 ~]# /etc/init.d/network restart</p></blockquote><p>or</p><blockquote><p>[root@centos6 ~]# Service network restart</p></blockquote><p><span
style="color: #ff0000;"><strong>4. Configure DNS server:</strong></span></p><blockquote><p>[root@centos6 ~]# vi /etc/resolv.conf</p><p>nameserver 8.8.8.8<br
/> nameserver 192.168.1.1</p></blockquote><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-setup-a-fedora-red-hat-linux-or-centos-dhcp-client.html" rel="bookmark" class="crp_title">How to Setup a Fedora / Red Hat Linux or CentOS DHCP Client</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-card-in-red-hat-enterprise-linux-centos-fedora-core-from-cli.html" rel="bookmark" class="crp_title">How to configure network card in Red Hat Enterprise Linux, CentOS, Fedora Core from CLI</a></li><li><a
href="http://www.php2s.com/linux/install-fresh-centos-ilo-install-no-internet-connectivity-yum-wget-etc-fail.html" rel="bookmark" class="crp_title">Install fresh CentOS iLO install, no internet connectivity (yum, wget etc. fail)</a></li><li><a
href="http://www.php2s.com/linux/howto-install-webmin-1-570-1-on-centos-6-2-using-rpm.html" rel="bookmark" class="crp_title">Howto Guide: Install Webmin 1.570-1 on CentOS 6.2 using RPM</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-apache-httpd-on-centos-6-2.html" rel="bookmark" class="crp_title">Howto Guide: Install &#038; Start Apache or Httpd Service on CentOS 6.2</a></li><li><a
href="http://www.php2s.com/linux/howto-guide-setup-local-yum-repository-on-centos-6-2-from-cddvd-image.html" rel="bookmark" class="crp_title">Howto Guide: Setup Local Yum Repository on CentOS 6.2 from CD/DVD image</a></li><li><a
href="http://www.php2s.com/linux/step-by-step-install-and-configure-squid-proxy-server-on-centos-6-2-rhel-6.html" rel="bookmark" class="crp_title">Step by Step Install and Configure Squid Proxy Server on CentOS 6.2 / RHEL 6</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-interface-on-fedora-16-using-networkmanager.html" rel="bookmark" class="crp_title">How to configure network interface on Fedora 16 using NetworkManager</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="centos 6 2 set static ip">centos 6 2 set static ip</a> (13)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="set static ip centos 6 2">set static ip centos 6 2</a> (10)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="how to configure ip in centos 6 2">how to configure ip in centos 6 2</a> (9)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="setting fixed ip to network centos 6">setting fixed ip to network centos 6</a> (9)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="centos 6 2 configure static ip">centos 6 2 configure static ip</a> (8)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="centos 6 2 configure eth0">centos 6 2 configure eth0</a> (8)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="centos 6 static ip">centos 6 static ip</a> (7)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="centos 6 2 static ip">centos 6 2 static ip</a> (7)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="how to set static ip on centos">how to set static ip on centos</a> (6)</li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" title="static ip address centos 6 2">static ip address centos 6 2</a> (6)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=nGmRHlSgk_Q:NtdYXkWcwSA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=nGmRHlSgk_Q:NtdYXkWcwSA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=nGmRHlSgk_Q:NtdYXkWcwSA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=nGmRHlSgk_Q:NtdYXkWcwSA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/nGmRHlSgk_Q" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html</feedburner:origLink></item> <item><title>Installing Webmin on Ubuntu 12.04 Server using APT</title><link>http://feedproxy.google.com/~r/Php2s/~3/NKlSsCl4LCU/installing-webmin-on-ubuntu-12-04-server-using-apt.html</link> <comments>http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html#comments</comments> <pubDate>Thu, 19 Apr 2012 08:29:22 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Feature]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Webmin]]></category><guid isPermaLink="false">http://www.php2s.com/?p=875</guid> <description><![CDATA[Webmin is a user-friendly web-based interface for Linux server system administration. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. Previously installing Webmin on [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/logo-webmin.png"><img
class="alignleft  wp-image-876" title="logo-webmin" src="http://www.php2s.com/wp-content/uploads/2012/04/logo-webmin.png" alt="logo webmin Installing Webmin on Ubuntu 12.04 Server using APT" width="210" height="158" /></a>Webmin is a user-friendly web-based interface for Linux server system administration. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.</p><p>Previously installing Webmin on your Ubuntu server required a few workarounds thanks to its reliance on deprecated perl libraries, but nowadays you can actually do a full install via the standard APT mechanism.<br
/> <span
id="more-875"></span></p><p>First, edit your sources file to add the Webmin repository:</p><blockquote><p>sudo nano /etc/apt/sources.list</p></blockquote><p>Add the following two lines at the end of the file:</p><blockquote><p>deb http://download.webmin.com/download/repository sarge contrib<br
/> deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib</p></blockquote><p>Next, add the necessary key to ensure smooth access:</p><blockquote><p>cd ~<br
/> wget http://www.webmin.com/jcameron-key.asc<br
/> sudo apt-key add jcameron-key.asc</p></blockquote><p>Now that we’re all set up, time to do the actual download and install:</p><blockquote><p>sudo apt-get update<br
/> apt-get install webmin<br
/> apt-get -f install</p></blockquote><p>Done. You should now be able to login to Webmin at the URL <em><strong><span
style="color: #ff6600;">http://localhost:10000/</span></strong></em>. Or if accessing it remotely, replace localhost with your system’s IP address. You can login in with any user account that has sudo powers.</p><p><a
href="http://www.php2s.com/wp-content/uploads/2012/04/Install-webmin-using-ubuntu.png"><img
class="size-full wp-image-878 aligncenter" title="Install-webmin-using-ubuntu" src="http://www.php2s.com/wp-content/uploads/2012/04/Install-webmin-using-ubuntu.png" alt="Install webmin using ubuntu Installing Webmin on Ubuntu 12.04 Server using APT" width="550" height="409" /></a></p><p>Related Link<br
/> <a
href="http://www.webmin.com/index.html">http://www.webmin.com/index.html</a></p><p><em><span
style="color: #888888;"><a
href="http://www.codeunit.co.za/"><span
style="color: #888888;">Reference</span></a></span></em></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/howto-install-webmin-1-570-1-on-centos-6-2-using-rpm.html" rel="bookmark" class="crp_title">Howto Guide: Install Webmin 1.570-1 on CentOS 6.2 using RPM</a></li><li><a
href="http://www.php2s.com/linux/how-to-quickly-install-virtualbox-4-1-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to quickly install virtualbox 4.1 on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/installing-lamp-linux-apache-mysql-php-on-ubuntu-11-10.html" rel="bookmark" class="crp_title">Installing LAMP (Linux, Apache Mysql PHP) on Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-configure-vsftpd-on-rhel-centos-ubuntu-fedora-debian.html" rel="bookmark" class="crp_title">How to Install &#038; Configure Vsftpd on RHEL/CentOS/Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-using-cli-ang-gui-in-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to configure network using CLI ang GUI in Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/virtualization/howto-install-virtualbox-on-linux-server-without-gui.html" rel="bookmark" class="crp_title">Howto install Virtualbox on Linux Server without GUI</a></li><li><a
href="http://www.php2s.com/linux/how-to-enable-root-login-in-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to Enable Root Login in Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-samba-configure-network-share-on-ubuntu-12-04.html" rel="bookmark" class="crp_title">How to install Samba &#038; configure network share on Ubuntu 12.04</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-perl-module-in-linux-without-root-permission.html" rel="bookmark" class="crp_title">How to Install A Perl Module In Linux Without Root Permission</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="webmin ubuntu 12">webmin ubuntu 12</a> (32)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="ubuntu 12 webmin">ubuntu 12 webmin</a> (27)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="webmin ubuntu 12 04">webmin ubuntu 12 04</a> (26)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="ubuntu 12 04 webmin">ubuntu 12 04 webmin</a> (23)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="install webmin ubuntu 12 04">install webmin ubuntu 12 04</a> (19)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="install webmin ubuntu server 12 04">install webmin ubuntu server 12 04</a> (15)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="webmin ubuntu server 12 04">webmin ubuntu server 12 04</a> (13)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="ubuntu server 12 04 webmin">ubuntu server 12 04 webmin</a> (11)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="install webmin ubuntu 12">install webmin ubuntu 12</a> (11)</li><li><a
href="http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html" title="ubuntu 12 04 server webmin">ubuntu 12 04 server webmin</a> (10)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=NKlSsCl4LCU:BrfmgxvZNgM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=NKlSsCl4LCU:BrfmgxvZNgM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=NKlSsCl4LCU:BrfmgxvZNgM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=NKlSsCl4LCU:BrfmgxvZNgM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/NKlSsCl4LCU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/installing-webmin-on-ubuntu-12-04-server-using-apt.html</feedburner:origLink></item> <item><title>How to Encrypt LAN and wifi traffic on small private network</title><link>http://feedproxy.google.com/~r/Php2s/~3/9qsw787k9kc/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html</link> <comments>http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html#comments</comments> <pubDate>Tue, 27 Mar 2012 05:36:36 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Networking]]></category> <category><![CDATA[Encrypt]]></category> <category><![CDATA[lan]]></category> <category><![CDATA[VPN]]></category> <category><![CDATA[Wifi]]></category><guid isPermaLink="false">http://www.php2s.com/?p=862</guid> <description><![CDATA[Question: How to Encrypt LAN and WiFi traffic on small private network. I want to encrypt all traffic on a small private network running wi-fi and LAN traffic on 192.168.0.x network. The network would comprise of client laptops connecting to the wi-fi router (192.168.0.254) via ethernet connection or wireless. The main purpose of the server [...]]]></description> <content:encoded><![CDATA[<p><strong><a
href="http://www.php2s.com/wp-content/uploads/2012/03/questions-qa.png"><img
class="alignleft  wp-image-864" title="questions-qa" src="http://www.php2s.com/wp-content/uploads/2012/03/questions-qa-300x191.png" alt="questions qa 300x191 How to Encrypt LAN and wifi traffic on small private network" width="210" height="134" /></a>Question:</strong><br
/> How to Encrypt LAN and WiFi traffic on small private network. I want to encrypt all traffic on a small private network running wi-fi and LAN traffic on 192.168.0.x network. The network would comprise of client laptops connecting to the wi-fi router (192.168.0.254) via ethernet connection or wireless. The main purpose of the server is for the client laptops to talk to two servers on different IP’s (192.168.0.200 and 192.168.0.201) on ports 80 and 433.<span
id="more-862"></span></p><p>My main concern is having packet sniffers and what not getting access to the data.</p><p>The only ways I see at the moment is to have VPN running on the network or use IPSec policy’s to do this. Is there any other way to do that?</p><p><strong>Answer:</strong><br
/> IPSEC is the network layer encryption designed specifically to cover this case (among others).</p><p>If you do not want to mess with it because of the complexity and cannot use HTTPS throughout for some reason, you might consider relying on your network equipment’s isolation features. WPA2-enterprise encrypts client-to-AP traffic and is not susceptible to man-in-the-middle attacks due to a secret shared among all users as WPA-PSK would be. Managed switches allow either for locking down the MAC forwarding database or using authenticated connections (802.1x) with a MAC address lockdown so MAC spoofing attacks allowing authenticated users to sniff on other user’s data would be mitigated. This would not protect your users from a direct tap on layer 1 though (e.g. a hub or a wiretap device installed somewhere between the switch port and the user’s laptop Ethernet jack).</p><p>Answered by <a
href="http://serverfault.com/users/76595/syneticon-dj">syneticon-dj</a></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/networking/how-to-create-map-of-local-network-lan-using-lanmap.html" rel="bookmark" class="crp_title">How to create map of local network (LAN) using Lanmap</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-an-ip-ip-tunnel-among-three-networks.html" rel="bookmark" class="crp_title">How to create an ip-ip tunnel among three Networks</a></li><li><a
href="http://www.php2s.com/linux/how-to-configure-network-card-in-red-hat-enterprise-linux-centos-fedora-core-from-cli.html" rel="bookmark" class="crp_title">How to configure network card in Red Hat Enterprise Linux, CentOS, Fedora Core from CLI</a></li><li><a
href="http://www.php2s.com/networking/how-to-configure-passwords-to-secure-your-cisco-router-on-different-mode.html" rel="bookmark" class="crp_title">How to Configure Passwords to Secure your Cisco Router on Different Mode</a></li><li><a
href="http://www.php2s.com/linux/install-configure-squid-proxy-server-on-centos-or-enterprise-linux-5-and-implement-access-control-list-to-block-website.html" rel="bookmark" class="crp_title">Install &#038; Configure Squid Proxy Server on CentOS or Enterprise Linux 5 and Implement ACL</a></li><li><a
href="http://www.php2s.com/linux/linux-encryptdecrypt-files-command-gpg-interactivenon-interactive-modes.html" rel="bookmark" class="crp_title">Linux Encrypt/Decrypt Files Command, GPG Interactive/Non Interactive Modes</a></li><li><a
href="http://www.php2s.com/linux/step-by-step-install-and-configure-squid-proxy-server-on-centos-6-2-rhel-6.html" rel="bookmark" class="crp_title">Step by Step Install and Configure Squid Proxy Server on CentOS 6.2 / RHEL 6</a></li><li><a
href="http://www.php2s.com/linux/how-to-setup-a-fedora-red-hat-linux-or-centos-dhcp-client.html" rel="bookmark" class="crp_title">How to Setup a Fedora / Red Hat Linux or CentOS DHCP Client</a></li><li><a
href="http://www.php2s.com/linux/how-to-restrict-web-access-by-time-using-squid-proxy-server-on-centos-6-2-rhel-6.html" rel="bookmark" class="crp_title">How to Restrict Web Access By Time Using Squid Proxy Server on CentOS 6.2/ RHEL 6</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-nx-server-on-centos-red-hat-linux.html" rel="bookmark" class="crp_title">How to install and configure NX/FreeNX Server on CentOS, Red Hat Linux</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="encrypt lan network traffic">encrypt lan network traffic</a> (2)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="encrypt lan traffic">encrypt lan traffic</a> (2)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="how to encrypt wi-fi">how to encrypt wi-fi</a> (2)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="how to encrypt lan traffic">how to encrypt lan traffic</a> (2)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="centos 6 2 ipsec module">centos 6 2 ipsec module</a> (1)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="private wifi linux">private wifi linux</a> (1)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="linux encrypted network">linux encrypted network</a> (1)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="ipsec squid">ipsec squid</a> (1)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="how to encrypt all wifi traffic">how to encrypt all wifi traffic</a> (1)</li><li><a
href="http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html" title="how to create wi-fi traffic?">how to create wi-fi traffic?</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=9qsw787k9kc:tTzTw8bB3y8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=9qsw787k9kc:tTzTw8bB3y8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=9qsw787k9kc:tTzTw8bB3y8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=9qsw787k9kc:tTzTw8bB3y8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/9qsw787k9kc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/networking/how-to-encrypt-lan-and-wifi-traffic-on-small-private-network.html</feedburner:origLink></item> <item><title>How to Untar Tar.gz on Linux (Linux Untar Command)</title><link>http://feedproxy.google.com/~r/Php2s/~3/KtI--cpZPD0/how-to-untar-tar-gz-on-linux-linux-untar-command.html</link> <comments>http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html#comments</comments> <pubDate>Thu, 08 Mar 2012 10:41:49 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[How-To]]></category><guid isPermaLink="false">http://www.php2s.com/?p=852</guid> <description><![CDATA[How to untar tar.gz archives on Linux systems, there is no actual Linux untar command – you use the tar command with different options to extract tar.gz files. tar.gz files are commonly used on Linux operating systems for source packages and for grouping large amounts of small files, tar.gz is by far the most common [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/03/terminal-logo-small.png"><img
class="alignleft size-full wp-image-853" title="terminal-logo-small" src="http://www.php2s.com/wp-content/uploads/2012/03/terminal-logo-small.png" alt="terminal logo small How to Untar Tar.gz on Linux (Linux Untar Command)" width="128" height="128" /></a>How to untar tar.gz archives on Linux systems, there is no actual Linux untar command – you use the tar command with different options to extract tar.gz files.</p><p>tar.gz files are commonly used on Linux operating systems for source packages and for grouping large amounts of small files, tar.gz is by far the most common compressed archive software used on Linux, if you are from a Windows background you will be familiar with .zip this is a similar propitiatory equivalent.<span
id="more-852"></span></p><h2>How to untar tar.gz archive</h2><blockquote><p>tar -xvzf archive.tar.gz</p></blockquote><p>You should be left with your extracted files in a directory or in the directory where you extracted your tar.gz file.</p><p>I will explain the Linux untar options I used above:</p><p>x = Extract<br
/> v = Verbose (it shows you what files are extracted from the archive on the console)<br
/> z = Filter through gzip – allows us to extract gzip compression using the Linux tar command.<br
/> f = File, this tells the command we which to use a file</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/linux-locate-command-find-files-and-directories-quickly-and-efficiently-in-linux.html" rel="bookmark" class="crp_title">Linux locate command: Find Files and Directories Quickly and Efficiently in Linux</a></li><li><a
href="http://www.php2s.com/linux/linux-encryptdecrypt-files-command-gpg-interactivenon-interactive-modes.html" rel="bookmark" class="crp_title">Linux Encrypt/Decrypt Files Command, GPG Interactive/Non Interactive Modes</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-recordmydesktop-on-rhel-and-centos.html" rel="bookmark" class="crp_title">How to install RecordMyDesktop on RHEL and CentOS</a></li><li><a
href="http://www.php2s.com/linux/add-date-and-time-to-linux-terminal-title-gnome-terminal-xterm-urxvt-rxvt.html" rel="bookmark" class="crp_title">Add date and time to Linux terminal title (Gnome Terminal, xterm, urxvt, rxvt)</a></li><li><a
href="http://www.php2s.com/programming/php-programming/how-to-run-mutiple-localhosts-using-wamp-windows-apache-mysql-php.html" rel="bookmark" class="crp_title">How to Run Mutiple Localhosts Using WAMP (Windows Apache MySQL PHP)</a></li><li><a
href="http://www.php2s.com/linux/howto-guide-get-the-size-of-a-directory-via-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">Howto Guide: Get the Size of a Directory via Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/moving-and-renaming-directories-and-files-in-centoslinux.html" rel="bookmark" class="crp_title">Moving and Renaming Directories and Files in CentOS/Linux</a></li><li><a
href="http://www.php2s.com/linux/vi-commands-cheat-sheet-vi-short-commands-reference-linux.html" rel="bookmark" class="crp_title">Vi Commands Cheat sheet &#8211; Vi short commands reference linux</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li><li><a
href="http://www.php2s.com/linux/how-to-change-ownership-with-the-chown-command-on-ubuntu-11-10-oneiric-ocelot.html" rel="bookmark" class="crp_title">How to Change Ownership With The chown Command On Ubuntu 11.10 Oneiric Ocelot</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="linux untar">linux untar</a> (21)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="linux untar command">linux untar command</a> (11)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="Untar Tar gz">Untar Tar gz</a> (9)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="untar command linux">untar command linux</a> (8)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="untar command">untar command</a> (7)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="how to untar in linux">how to untar in linux</a> (6)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="how to untar on linux">how to untar on linux</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="linux command terminal unzip tar gz">linux command terminal unzip tar gz</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="how to untar tar gz">how to untar tar gz</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html" title="how to untar tar gz in Linux">how to untar tar gz in Linux</a> (3)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=KtI--cpZPD0:jnUcyxlWMKA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=KtI--cpZPD0:jnUcyxlWMKA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=KtI--cpZPD0:jnUcyxlWMKA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=KtI--cpZPD0:jnUcyxlWMKA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/KtI--cpZPD0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-untar-tar-gz-on-linux-linux-untar-command.html</feedburner:origLink></item> <item><title>How to Redirect all www traffice to non-www version in Nginx</title><link>http://feedproxy.google.com/~r/Php2s/~3/d2Pf3L2qqVE/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html</link> <comments>http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html#comments</comments> <pubDate>Thu, 23 Feb 2012 06:20:40 +0000</pubDate> <dc:creator>Sheikh Khalid</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[nginx]]></category><guid isPermaLink="false">http://www.php2s.com/?p=845</guid> <description><![CDATA[Problem: How do I redirect an request at www. to the non-www version? This should include requests to the root domain as well as any (wildcard) subdomain. I also don’t want any unnecessary if statements, as per the nginx pitfalls document. Here’s what I have so far but it only seems to work for the [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/02/nginx.png"><img
class="alignleft  wp-image-846" title="nginx" src="http://www.php2s.com/wp-content/uploads/2012/02/nginx.png" alt="nginx How to Redirect all www traffice to non www version in Nginx" width="207" height="93" /></a><br
/> <strong><span
style="color: #ff0000;">Problem</span>:</strong><br
/> How do I redirect an request at www. to the non-www version?</p><p>This should include requests to the root domain as well as any (wildcard) subdomain.</p><p>I also don’t want any unnecessary if statements, as per the nginx pitfalls document.</p><p><span
id="more-845"></span></p><p>Here’s what I have so far but it only seems to work for the root domain, not subdoamins.</p><blockquote><p>server {<br
/> listen 80 default_server;<br
/> server_name www.*;<br
/> rewrite &#8220;^www\.(.*)&#8221; $scheme://$1 permanent;<br
/> }</p></blockquote><p><strong><span
style="color: #3366ff;">Solution</span>:</strong><br
/> My understanding of your question is the following:<br
/> Redirect all requests reaching any subdomain of an arbitrary root domain to the root domain – in a reasonably general manner. For example:</p><blockquote><p>www.example1.com -&gt; example1.com<br
/> abcd.example2.com -&gt; example2.com<br
/> *.exampleN.com -&gt; exampleN.com</p></blockquote><p>Let’s start with the easy case first – a known root domain, with any subdomain:</p><blockquote><p>server{<br
/> server_name *.example.com;<br
/> rewrite ^ $scheme://example.com permanent;<br
/> }server{<br
/> listen 80 default_server;<br
/> server_name example.com;<br
/> #your main config<br
/> }</p></blockquote><p>This is fairly well optimized – no if statements, no unnecessary captures in the rewrite – and wildcard server_names are hashed for performance. The first server block matches any subdomain and will issue a redirect to the second server block which only matches the root domain. (Note, although it is easy to match both conditions in one server block (server_name .example.com – no * needed) the two server blocks are needed to prevent a redirect loop).</p><p>The more generalized case requires some way of identifying the domain, since it is ‘unknown’. We therefore need to parse the server_name – and can do so with a regex capture.</p><blockquote><p>server{<br
/> server_name ~^(.+\.)(?.+\..+)$;<br
/> rewrite ^ $scheme://$domain permanent;<br
/> }server{<br
/> listen 80 default_server;<br
/> server_name _;<br
/> #your main config<br
/> }</p></blockquote><p>Here we have a (required) subdomain – (.+\.) means any character (.) repeated one or more times (+) followed by an actual ‘.’ (escaped with the backslash) – this capture will be assigned to $1 if we need it.</p><p>The next section is very similar – we are using Perl 5.1/PCRE7 notation for a ‘named capture’ – ?assigns the capture to $domain. Our domain can be anything (.) one or more characters in length (+), followed by an actual ‘.’ and then another set of any characters (the TLD). This regex will not work for TLDs which contain a ‘.’ – e.g. ‘co.uk’ – if you will be using those, it is probably best to specify the valid TLDs in your regex. For example:</p><blockquote><p>server_name ^(.+\.)(?.+\.(co\.uk|net|org|com))$</p></blockquote><p>We use the same rewrite as above, just replacing the static root domain with the captured domain.</p><p>Since a common case with the ‘unknown’ domain scenario will see you passing the same files to all the domains, you probably don’t need to capture the domain name in the default_server block (it is more efficient to avoid the regex when possible).</p><p>It is important to note that regex matches have the lowest priority – exact names, and wildcard entries take precendence over regexes. Additionally, unlike exact names and wildcard entries – regexes are not hashed. Finally, when using regexes with captures, even if only one server block is defined, the expression must be evaluated for every request to obtain the captures.</p><p>As a result of the above, if you do have to do something specific with a particular domain name, simply define a new server block for it and that will take precedence over the default_server block defined above.</p><p>If you know the domain names, even if they are numerous, you will get better performance if you can include the static name instead of using a regex. That said, there are some cases (e.g. allowing users to point their (unknown) domain at your IP as part of a service) where you may not know the domain and where the regex approach is necessary.</p><p>(Of course, this needs a matching wildcard DNS entry for the requests to ever reach the server.)</p><p><a
href="http://serverfault.com/questions/362425/nginx-redirect-all-www-traffice-to-non-www-version">Reference</a></p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-configure-virtualhost-by-different-domains-nginx.html" rel="bookmark" class="crp_title">How to configure VirtualHost by different domains (nginx)</a></li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-install-nginx-with-https-support-on-centos.html" rel="bookmark" class="crp_title">How to Install Nginx with HTTPS support on CentOS</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-dhcp-server-on-centos-or-other-clone-of-linux.html" rel="bookmark" class="crp_title">How to Install and Configure DHCP Server on Centos or Other Clone of Linux</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-the-phpbb-forum-on-debian-squeezesid-linux.html" rel="bookmark" class="crp_title">How to install the phpbb forum on Debian (Squeeze/Sid) Linux</a></li><li><a
href="http://www.php2s.com/linux/install-configure-squid-proxy-server-on-centos-or-enterprise-linux-5-and-implement-access-control-list-to-block-website.html" rel="bookmark" class="crp_title">Install &#038; Configure Squid Proxy Server on CentOS or Enterprise Linux 5 and Implement ACL</a></li><li><a
href="http://www.php2s.com/linux/how-to-installation-and-configuration-bind-dns-server-on-centos-5-3.html" rel="bookmark" class="crp_title">How to Installation and Configuration BIND DNS Server on CentOS 5.3</a></li><li><a
href="http://www.php2s.com/linux/run-php-file-without-create-any-file-via-wget-to-cronjob-of-linux.html" rel="bookmark" class="crp_title">Run PHP File Without Create Any File Via Wget to Cronjob of Linux</a></li><li><a
href="http://www.php2s.com/linux/virtualbox-auto-start-vm-centos-fedora-redhat.html" rel="bookmark" class="crp_title">(Q/A)VirtualBox Auto Start VM Centos Fedora RedHat</a></li><li><a
href="http://www.php2s.com/linux/how-to-set-static-ip-address-in-centos-6-2-linux-server.html" rel="bookmark" class="crp_title">How to Set Static IP Address in Centos 6.2 Linux Server</a></li><li><a
href="http://www.php2s.com/virtualization/how-to-check-fiber-connectivity-in-vmware-esxi-5-0.html" rel="bookmark" class="crp_title">How to check fiber connectivity in VMware ESXi 5.0</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="nginx rewrite www to non www">nginx rewrite www to non www</a> (2)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="centos 6 2 nginx rewrite">centos 6 2 nginx rewrite</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="nginx rewrite non-www">nginx rewrite non-www</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="nginx rewrite www to non-www">nginx rewrite www to non-www</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="nginx rewrite www to non-www domain">nginx rewrite www to non-www domain</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="nginx www to non www">nginx www to non www</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="non www not working nginx">non www not working nginx</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="redirect all non www to www">redirect all non www to www</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="redirect domain to www nginx">redirect domain to www nginx</a> (1)</li><li><a
href="http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html" title="redirect non www to www nginx without root access">redirect non www to www nginx without root access</a> (1)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=d2Pf3L2qqVE:rETnc5hAKOs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=d2Pf3L2qqVE:rETnc5hAKOs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=d2Pf3L2qqVE:rETnc5hAKOs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=d2Pf3L2qqVE:rETnc5hAKOs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/d2Pf3L2qqVE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/open-source/nginx/how-to-redirect-all-www-traffice-to-non-www-version-in-nginx.html</feedburner:origLink></item> <item><title>How to improve battery life of Linux System / Laptop / PC</title><link>http://feedproxy.google.com/~r/Php2s/~3/-jYgTPIzHXk/how-to-improve-battery-life-of-linux-system-laptop-pc.html</link> <comments>http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html#comments</comments> <pubDate>Mon, 06 Feb 2012 14:13:46 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Feature]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[Laptop]]></category><guid isPermaLink="false">http://www.php2s.com/?p=831</guid> <description><![CDATA[In this tutorial i will show you how to improve battery life of linux system or laptop. For Linux users who enjoy a fragmentation-free and virus-immune laptop, there’s barely anything that makes them whine as much as their Redmond-loving counterparts. Linux, on a fully compatible machine, achieves a perfect blend of performance and stability. That [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/02/linux-system.jpg"><img
class="alignleft  wp-image-832" title="linux-system" src="http://www.php2s.com/wp-content/uploads/2012/02/linux-system-300x219.jpg" alt="linux system 300x219 How to improve battery life of Linux System / Laptop / PC" width="210" height="153" /></a>In this tutorial i will show you how to improve battery life of linux system or laptop. For Linux users who enjoy a fragmentation-free and virus-immune laptop, there’s barely anything that makes them whine as much as their Redmond-loving counterparts. Linux, on a fully compatible machine, achieves a perfect blend of performance and stability. That said, there are some of us who want more than perfection, they want optimum performance and a beast-like computing speed. I know, overclocking is a bit risky, but tweaking isn&#8217;t. We&#8217;ve heard them whining about their empty batteries and their always-plugged workdays, and yeah, as always, we couldn&#8217;t help doling out some useful advice to those folks.</p><p><span
id="more-831"></span></p><h2><span
style="color: #3366ff;"><strong>Dim the Lights</strong></span></h2><p>In most of the devices, including cellphones, the display is the biggest culprit when it comes to reduced battery life. A brightly lit laptop won’t really help you get through a whole workday. The best solution to this problem is to dim the screen as much as possible. If, in certain cases like movie-watching or reading you need a bright display, you can turn the brightness up for that period and them dim the screen back when you’re finished.</p><h2><span
style="color: #3366ff;"><strong>Kill the Slowpokes</strong></span></h2><p>It’s not just the display that hurts the battery, it’s also those CPU-hogging programs that make you reach out for the charger sooner than expected. That said, it’s not always easy for a user to spot that the CPU is under a load. It takes a real slowdown or freezing to realize that the program has become a mess and needs to be killed.</p><p>Don’t worry yet, as you can always keep an eye on your CPU or RAM by using any of the following methods:</p><p><strong>1.</strong> Take a look at the system monitor if you feel the slightest of difference in performance. From there, you can kill any misbehaving task.</p><p><strong>2.</strong> Ubuntu users can install the System Load Indicator from a ppa, which, once installed, will let you take a look at the performance right from the indicator menu. To install, go to the terminal (Ctrl+Alt+T) and paste/type in the following commands.</p><blockquote><p>sudo add-apt-repository ppa:indicator-multiload/stable-daily</p><p>sudo apt-get update &amp;&amp; sudo apt-get install indicator-multiload</p></blockquote><h2><span
style="color: #3366ff;"><strong>Power Management</strong></span></h2><p>The computer’s power management scheme is one of the most important factors that decide the fate of your battery. In the power management settings window, always make sure you choose a balanced plan that helps you get through a whole workday without looking for an adapter. Another great way to take advantage of this setting is by making sure that the laptop goes into suspend mode as soon as the lid is closed. Though, it might not be a suitable setting for folks who are a tad impatient, it still is one of the most effective ways of saving battery life. To access the power management settings in Ubuntu, open the Dash (Super/Windows key) and type in the word “Power” without quotes.</p><h2><span
style="color: #3366ff;"><strong>Hibernate over Suspend</strong></span></h2><p>If, instead of shutting down your laptop, you put it on suspend mode, always make sure you’re connected to a charger. If not, then put the computer in hibernate mode and go for a nice nap. That way, neither would you lose any precious battery life nor would you lose your current work.</p><h2><span
style="color: #3366ff;"><strong>Keep It Cool</strong></span></h2><p>Most of the battery loss also occurs due to overheating laptops. The overheating issue is something that affects a lot of laptops. To remedy that problem, simply use a laptop cooling pad, a simple accessory that saves your computer from overheating. It’s also a good idea to keep an eye on the temperature; to do that, simply install the system monitor indicator that comes with various temperature sensors.</p><blockquote><p>sudo add-apt-repository ppa:alexeftimie/ppa</p><p>sudo apt-get update &amp;&amp; sudo apt-get install indicator-sysmonitor</p></blockquote><p>Or, if all you want is a simple hardware sensor, then try out the following indicator applet:</p><blockquote><p>sudo add-apt-repository ppa:alexmurray/indicator-sensors</p><p>sudo apt-get install indicator-sensors</p></blockquote><h2><span
style="color: #3366ff;"><strong>Update Update Update</strong></span></h2><p>Finally, always remember to update your computer. The Linux kernel is continuously improving, and so are the distributions. In Ubuntu 12.04 for example, users will get to see an improved support for battery life. So, make sure you don’t ignore your computer when it badgers you to give it a big update.</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-enable-root-login-in-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to Enable Root Login in Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-configure-vsftpd-on-rhel-centos-ubuntu-fedora-debian.html" rel="bookmark" class="crp_title">How to Install &#038; Configure Vsftpd on RHEL/CentOS/Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-mate-desktop-environment-on-ubuntu-fedora.html" rel="bookmark" class="crp_title">How to install MATE Desktop Environment on Ubuntu/Fedora</a></li><li><a
href="http://www.php2s.com/open-source/installing-and-tweaking-homebrew-on-mac-os-x.html" rel="bookmark" class="crp_title">Installing and Tweaking Homebrew on Mac OS X</a></li><li><a
href="http://www.php2s.com/linux/linux-kernel-3-2-released-and-available-for-download.html" rel="bookmark" class="crp_title">Linux Kernel 3.2 released and available for download</a></li><li><a
href="http://www.php2s.com/linux/how-to-update-lib-modules-after-copying-disk-to-a-different-system.html" rel="bookmark" class="crp_title">How to update /lib/modules after copying disk to a different system?</a></li><li><a
href="http://www.php2s.com/linux/how-to-upgrade-to-ubuntu-12-04-for-desktops-servers-running-10-04-or-11-10.html" rel="bookmark" class="crp_title">How To Upgrade to Ubuntu 12.04 for Desktops &#038; Servers running 10.04 or 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-and-configure-ntp-daemon-on-centos-rhel-fedora.html" rel="bookmark" class="crp_title">Install and Configure NTP on CentOS/ RHEL/ Fedora</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-turn-on-telnet-service-on-rhel-febora-centos-ubuntu-freebsd-debian.html" rel="bookmark" class="crp_title">how to install &#038; turn on telnet service on RHEL, Fedora, CentOS, Ubuntu, FreeBSD, Debian</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-software-application-from-a-terminal-on-ubuntu.html" rel="bookmark" class="crp_title">How to Install a Software Application from a Terminal on Ubuntu</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="centos battery life">centos battery life</a> (5)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="LINUX SYSTEM">LINUX SYSTEM</a> (4)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="linux improve battery life">linux improve battery life</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="how to improve battery life on linux">how to improve battery life on linux</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="improve battery life centos">improve battery life centos</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="improving battery life linux">improving battery life linux</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="battery life improve linux">battery life improve linux</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="how to improve battery life in linux">how to improve battery life in linux</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="how to improve linux system performance">how to improve linux system performance</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html" title="improve linux battery life">improve linux battery life</a> (2)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=-jYgTPIzHXk:4y8VdMCkPtY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=-jYgTPIzHXk:4y8VdMCkPtY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=-jYgTPIzHXk:4y8VdMCkPtY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=-jYgTPIzHXk:4y8VdMCkPtY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/-jYgTPIzHXk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-improve-battery-life-of-linux-system-laptop-pc.html</feedburner:origLink></item> <item><title>How to load custom Kernel (tun) module in CentOS/ RHEL Linux</title><link>http://feedproxy.google.com/~r/Php2s/~3/kpEkwub0rJk/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html</link> <comments>http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html#comments</comments> <pubDate>Mon, 06 Feb 2012 07:25:42 +0000</pubDate> <dc:creator>Frank Boros</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Centos]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[How-To]]></category><guid isPermaLink="false">http://www.php2s.com/?p=825</guid> <description><![CDATA[Just recently it was necessery to load up a tun kernel module on few CentOS Linux servers. I’m using Debian on daily basis, and everybody that had even little of experience with Debian should already be aware about the existence of the handy: /etc/modules file. On Debian to enable a certain kernel module to load [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.php2s.com/wp-content/uploads/2012/02/centos-logo11.jpg"><img
class="alignleft  wp-image-826" title="centos-logo1" src="http://www.php2s.com/wp-content/uploads/2012/02/centos-logo11-300x80.jpg" alt="centos logo11 300x80 How to load custom Kernel (tun) module in CentOS/ RHEL Linux" width="240" height="64" /></a>Just recently it was necessery to load up a <strong>tun</strong> kernel module on few <strong>CentOS</strong> Linux servers.</p><p>I’m using Debian on daily basis, and everybody that had even little of experience with Debian should already be aware about the existence of the handy:<br
/> <strong> /etc/modules </strong> file.<br
/> On Debian to enable a certain kernel module to load up on Linux boot, all necessery is to just place the kernel module name in <em>/etc/modules</em>.</p><p><span
id="more-825"></span><br
/> For example loading the <strong>tun</strong> tunneling kernel module I issue the command:</p><blockquote><p><code>debian:~# echo tun &gt;&gt; /etc/modules<br
/> </code></p></blockquote><p>I wondered if CentOS, also supports<span
style="color: #3366ff;"> <strong> /etc/modules</strong></span> as it was necessery now to add this <em>tun</em> module to load up on CentOS’s boot.<br
/> After a bit of research I’ve figured out CentOS does not have support for adding modules names in <strong> /etc/modules </strong>, anyhow after consulting <strong> CentOS </strong> documentation on <em> <a
href="http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-kernel-modules-persistant.html">http://www.centos.org</a> </em>, I found <span
style="color: #3366ff;"><strong>CentOS and RHEL use /etc/rc.modules instead of Debian’s /etc/modules </strong></span> to load up any custom kernel modules not loaded by default during system boot.</p><p>Therefore instructing the RHEL Linux to load up my desired <strong>tun</strong> module in kernel on next boot was as easy as executing:</p><blockquote><p><code>[root@centos ~]# echo 'modprobe tun' &gt;&gt; /etc/rc.modules<br
/> [root@centos ~]# chmod +x /etc/rc.modules<br
/> </code></p></blockquote><p>Now on next boot CentOS will load up the <strong>tun</strong> module in kernel. Achiving the same module load up is also possible through <strong> /etc/rc.local </strong>, but it’s not recommended way as <strong>/etc/rc.local</strong> would load up the kernel module after all of the rest init boot scripts complete and therefore will load up the module slightly later, at the final boot stage.</p><div
id="crp_related"><h2>You might be interested in this:</h2><ul><li><a
href="http://www.php2s.com/linux/how-to-automatically-reboot-restart-debian-gnu-lenny-squeeze-linux-on-kernel-panic.html" rel="bookmark" class="crp_title">How to automatically reboot (restart) Debian GNU Lenny / Squeeze Linux on Kernel Panic</a></li><li><a
href="http://www.php2s.com/open-source/how-to-auto-restart-centos-linux-server-with-software-watchdog-softdog-to-reduce-server-downtime.html" rel="bookmark" class="crp_title">How to auto restart CentOS Linux server with software watchdog (softdog) to reduce server downtime</a></li><li><a
href="http://www.php2s.com/linux/how-to-update-lib-modules-after-copying-disk-to-a-different-system.html" rel="bookmark" class="crp_title">How to update /lib/modules after copying disk to a different system?</a></li><li><a
href="http://www.php2s.com/linux/how-to-disable-ipv6-on-gnu-centos-fedora-debian-redhat.html" rel="bookmark" class="crp_title">How to disable Ipv6 on GNU / CentOS, Fedora, Debian, Redhat</a></li><li><a
href="http://www.php2s.com/linux/how-to-make-a-usb-boot-cd-for-ubuntu-11-10.html" rel="bookmark" class="crp_title">How to make a USB Boot CD for Ubuntu 11.10</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-a-perl-module-in-linux-without-root-permission.html" rel="bookmark" class="crp_title">How to Install A Perl Module In Linux Without Root Permission</a></li><li><a
href="http://www.php2s.com/linux/how-to-install-memcached-on-centos-6-2-rhel-5-7-fedora-16.html" rel="bookmark" class="crp_title">How to Install Memcached on CentOS 6.2, RHEL 5.7, Fedora 16</a></li><li><a
href="http://www.php2s.com/virtualization/howto-install-virtualbox-on-linux-server-without-gui.html" rel="bookmark" class="crp_title">Howto install Virtualbox on Linux Server without GUI</a></li><li><a
href="http://www.php2s.com/networking/how-to-create-an-ip-ip-tunnel-among-three-networks.html" rel="bookmark" class="crp_title">How to create an ip-ip tunnel among three Networks</a></li><li><a
href="http://www.php2s.com/linux/how-to-modify-iptables-during-kickstart-install-of-centos-6.html" rel="bookmark" class="crp_title">How to modify iptables during Kickstart Install of CentOS 6</a></li></ul></div><h4>Incoming search terms:</h4><ul><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="rhel load kernel module">rhel load kernel module</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="installing tun module ubuntu 11 10">installing tun module ubuntu 11 10</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="rhel 6 2 rc modules">rhel 6 2 rc modules</a> (3)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="install tun module centos 6">install tun module centos 6</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="centos 6 load module startup">centos 6 load module startup</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="how to setup remote desktop centos 6 2">how to setup remote desktop centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="custom kernel centos 6 2">custom kernel centos 6 2</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="load modules at boot centos 6 0">load modules at boot centos 6 0</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="debian squeeze rc modules">debian squeeze rc modules</a> (2)</li><li><a
href="http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html" title="rhel 6 2 tun support">rhel 6 2 tun support</a> (2)</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Php2s?a=kpEkwub0rJk:y8yyzA0NBFs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Php2s?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=kpEkwub0rJk:y8yyzA0NBFs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Php2s?i=kpEkwub0rJk:y8yyzA0NBFs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Php2s?a=kpEkwub0rJk:y8yyzA0NBFs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Php2s?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Php2s/~4/kpEkwub0rJk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.php2s.com/linux/how-to-load-custom-kernel-tun-module-in-centos-rhel-linux.html</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 39/319 queries in 0.315 seconds using disk: basic
Object Caching 9344/9922 objects using disk: basic

Served from: www.php2s.com @ 2012-05-29 02:36:00 -->

