<?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>Ubuntu Archives - Beshoy Girgis</title>
	<atom:link href="https://beshoy.girgis.us/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://beshoy.girgis.us/tag/ubuntu/</link>
	<description>Father, husband, son, nerd.</description>
	<lastBuildDate>Sun, 12 Mar 2017 08:06:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Virtualbox &#124; Ubuntu &#124; Chrome &#8211; Rendering Issue</title>
		<link>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/</link>
					<comments>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/#comments</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 18:37:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">http://beshoy.girgis.us/?p=233</guid>

					<description><![CDATA[I&#8217;ve been having crazy problems with Chrome hanging on my Virtualbox build.  I couldn&#8217;t for the life of me figure out why Chrome was causing Ubuntu&#8217;s rendering to crash.  All of a sudden when visiting a random site such as https://chrome.google.com/webstore, the virtual machine would turn all black or all white or rendering would be all <a class="read-more" href="https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been having crazy problems with Chrome hanging on my Virtualbox build.  I couldn&#8217;t for the life of me figure out why Chrome was causing Ubuntu&#8217;s rendering to crash.  All of a sudden when visiting a random site such as https://chrome.google.com/webstore, the virtual machine would turn all black or all white or rendering would be all sorts of crazy where I can&#8217;t click on anything ( objects are there, I can move windows around and what not, but they wouldn&#8217;t render as they really are ). I am at that point forced to hit alt+f2 and <em>sudo poweroff</em> as a <em>sudo reboot</em> would sometimes bring Ubuntu back up with the same rendering issues.</p>
<p>After much digging, I came across <a href="http://ubuntuforums.org/showthread.php?t=1974800" target="_blank">http://ubuntuforums.org/showthread.php?t=1974800</a> with a suggestion of starting Chrome with the following command:</p>
<pre class="brush: bash; gutter: true; first-line: 1">google-chrome --blacklist-accelerated-compositing</pre>
<p>I&#8217;ve come to find out that this may have resolved my rending issue!  It seems to be more related to Virtualbox and how it&#8217;s handling 3D acceleration.</p>
<p>To update the desktop/launcher icons you can run:</p>
<pre class="brush: bash; gutter: true; first-line: 1">locate google-chrome.desktop</pre>
<p>Which will probably give you the following:</p>
<pre class="brush: bash; gutter: true; first-line: 1">/opt/google/chrome/google-chrome.desktop
/usr/share/applications/google-chrome.desktop</pre>
<p>Really, the only one you need to edit is the one in your /usr/share/applications/.  You can also copy that file to ~/.local/share/applications/ and add</p>
<pre>--blacklist-accelerated-compositing to the end of any "Exec=" line ( should be three -- one for first opening Chrome, one</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/11/virtualbox-ubuntu-chrome-rendering-issue/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu + Virtualbox: Numeric Keypad</title>
		<link>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/</link>
					<comments>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/#respond</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 15:47:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[keypad]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<guid isPermaLink="false">https://beshoy.girgis.us/?p=179</guid>

					<description><![CDATA[The numeric keypad doesn&#8217;t work in a fresh Ubuntu install in Virtualbox ( possibly not related to Virtualbox but is one of the factors in my case )&#8230; A bunch of Googling leads to two solutions that when put together, worked for me: {Name} ( top right of screen ) -&#62; System Settings -&#62; Keyboard <a class="read-more" href="https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>The numeric keypad doesn&#8217;t work in a fresh Ubuntu install in Virtualbox ( possibly not related to Virtualbox but is one of the factors in my case )&#8230;</p>
<p>A bunch of Googling leads to two solutions that when put together, worked for me:</p>
<p>{Name} ( top right of screen ) -&gt; System Settings -&gt; Keyboard Layout -&gt; Layouts Tab -&gt; Options -&gt; Numeric Keypad Layout Selection -&gt; Select &#8220;Legacy&#8221;</p>
<p>This alone didn&#8217;t do the trick.  The next piece I found was to hit <strong>ctrl + shift + Num Luck</strong>.  You may have to hit that combo then type some numbers, try it again, type some numbers, etc etc.  Those two things together did the trick for me and now.. I can use the Keypad!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/08/ubuntu-virtualbox-numeric-keypad/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu: Remove &#034;Could not reliably determine the server&#039;s fully qualified domain name&#034; Message</title>
		<link>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/</link>
					<comments>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/#respond</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Tue, 28 Aug 2012 15:23:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://beshoy.girgis.us/?p=164</guid>

					<description><![CDATA[For some reason, Ubuntu&#8217;s default Apache install is missing a directive in /etc/apache2/apache2.conf. This leads to the following message on every service apache2 restart: * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified <a class="read-more" href="https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>For some reason, Ubuntu&#8217;s default Apache install is missing a directive in /etc/apache2/apache2.conf.  This leads to the following message on every service apache2 restart:</p>
<pre lang="bash">
 * Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
</pre>
<p>The fix is simple!  Add &#8220;ServerName your.local.url&#8221; i.e. &#8220;ServerName beshoy.emfluence.com&#8221; to /etc/apache2/apache2/conf.</p>
<p>voila:</p>
<pre lang="bash">
 * Restarting web server apache2
... waiting                                                                                                                                                                               [ OK ]
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/08/ubuntu-remove-could-not-reliably-determine-the-servers-fully-qualified-domain-name-message/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/

Object Caching 44/89 objects using disk
Page Caching using disk: enhanced 
Lazy Loading (feed)
Minified using disk
Database Caching 10/31 queries in 0.053 seconds using disk (Request-wide modification query)

Served from: beshoy.girgis.us @ 2026-06-29 09:01:31 by W3 Total Cache
-->