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

<channel>
	<title>Webmaster-Source &#187; Ubuntu</title>
	<atom:link href="https://www.webmaster-source.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>What to Do After You Install Ubuntu Server in VMwware Fusion</title>
		<link>https://www.webmaster-source.com/2012/03/13/what-to-do-after-you-install-ubuntu-server-in-vmwware-fusion/</link>
		<comments>https://www.webmaster-source.com/2012/03/13/what-to-do-after-you-install-ubuntu-server-in-vmwware-fusion/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 11:04:01 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4543</guid>
		<description><![CDATA[I recently installed a fresh copy of Ubuntu Server in a VMware Fusion virtual machine, so I could test some things out locally. (It&#8217;s a great way to set up a local development server with a similar configuration to your production server.) The initial setup was painless, but I had an amusing problem after. The [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I recently installed a fresh copy of Ubuntu Server in a VMware Fusion virtual machine, so I could test some things out locally. (It&#8217;s a great way to set up a local development server with a similar configuration to your production server.) The initial setup was painless, but I had an amusing problem after. The default keyboard mapping didn&#8217;t match up with my MacBook&#8217;s keyboard, so pressing the arrow keys would lead to unexpected behavior. Obviously this is problematic behavior when the only way you have to interact with the OS is text-based&#8230;</p>
<p>Fortunately, <a href="http://blog.thefrontiergroup.com.au/2011/03/broken-arrow-keys-ubuntu-10-10-vmware-fusion-mabook-pro/">the solution is simple</a>.</p>
<p>You just need to run s<code>udo dpkg-reconfigure console-setup</code> and follow the on-screen prompts. You would usually use the arrow keys to traverse the menus, but that isn&#8217;t exactly possible, is it? Pressing the first letter of the option you&#8217;re looking for until it cycles up and is selected works fine, though. (<em>A</em>pple Laptop, <em>U</em>SA-style layout, etc.) The full instructions on what you should pick for MacBooks are available <a href="http://blog.thefrontiergroup.com.au/2011/03/broken-arrow-keys-ubuntu-10-10-vmware-fusion-mabook-pro/">here</a>.</p>
<p>Now, moving in and out of the VM window is a little bit annoying, so I installed an SSH server.<span id="more-4543"></span></p>
<p><code>sudo apt-get install openssh-server</code></p>
<p>Easy enough. Now you can SSH into the server from a native Terminal session, which is easier to Command+Tab in and out of, and you can make use of the clipboard. Not being able to copy and paste sure is limiting.</p>
<p>Now you only have one final obstacle standing between you and easily connecting to the server. Whether you&#8217;re using SSH or accessing a web page being served by the VM, you need to figure out the local IP address of the VM on the network and input that. Or you can set up <a href="http://www.zeroconf.org/">ZeroConf</a>, which lets other machines on the network automagically find the VM when you call it by name. Instead of addressing it as <code>192.168.0.255</code>, you could use <code>Ubuntu.local</code>. (Very handy when you&#8217;re running game servers on your LAN.)</p>
<p>The following command will install the required packages to enable ZeroConf on the VM.</p>
<p><code>sudo apt-get install avahi-daemon avahi-discover avahi-utils libnss-mdns service-discovery-applet mdns-scan</code></p>
<p>Now you can reach the VM at thehostname.local, which is considerably easier than figuring out what IP your router has assigned it and pasting it in whenever you need it.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/03/13/what-to-do-after-you-install-ubuntu-server-in-vmwware-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Set Up a Linux Server</title>
		<link>https://www.webmaster-source.com/2008/12/10/how-to-set-up-a-linux-server/</link>
		<comments>https://www.webmaster-source.com/2008/12/10/how-to-set-up-a-linux-server/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 11:48:05 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1557</guid>
		<description><![CDATA[Since I&#8217;ve been planning on moving to a VPS server sometime in the coming months, I&#8217;ve been reading up on server administration. How to set up Linux to serve web pages and parse PHP, how to not leave the door wide open to attackers, how to manage Apache, all that jazz. It&#8217;s all rather complicated [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Since I&#8217;ve been planning on moving to a VPS server sometime in the coming months, I&#8217;ve been reading up on server administration. How to set up Linux to serve web pages and parse PHP, how to not leave the door wide open to attackers, how to manage Apache, all that jazz. It&#8217;s all rather complicated at a glance, though luckily not too much so once you get into it. I&#8217;m doing my best to prepare myself so I&#8217;m not overwhelmed when the time comes to switch servers.</p>
<p>The folks over at NETTUTS must be psychic or something. They seemed to know that I was semi-actively looknig for information on this topic, since they recently published a tutorial on setting up an Ubuntu webserver. I had a &#8220;well that&#8217;s cool&#8221; moment when I saw it in my feed reader.<span id="more-1557"></span></p>
<blockquote><p>All great websites have a great server behind them. In this tutorial, I&#8217;ll show you how to set up a dedicated web server (with Apache, MySQL, and PHP) <strong>using that old computer you have lying around the house and some free software.</strong></p></blockquote>
<p>Link: <a href="http://nettuts.com/articles/news/how-to-setup-a-dedicated-web-server-for-free/">How to Setup a Dedicated Web Server for Free</a></p>
<p>The article shows you step-by-step, with a screenshot for every step, how to install Ubuntu and get it running Apache with PHP and MySQL. It&#8217;s long, but easy to follow and very informative.</p>
<p>If you&#8217;re like me, you&#8217;ll want to learn even more than one post can provide. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> So here are a few other guides and such worth taking a peek at.</p>
<ul>
<li><a href="http://doc.ubuntu.com/ubuntu/serverguide/C/">Ubuntu Server Guide</a></li>
<li><a href="http://www.sitepoint.com/article/installing-apache-tutorial/">Installing [and Configuring] Apache Tutorial</a></li>
<li><a href="http://www.ubuntu.com/products/whatisubuntu/serveredition/documentation">Ubuntu Server Resources and Documentation</a></li>
<li><a href="http://www.reallylinux.com/docs/admin.shtml">Linux Commands for Beginning Server Administators</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/12/10/how-to-set-up-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 20:14:20 by W3 Total Cache
-->