<?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>LinuxConfig.net</title>
	<atom:link href="http://linuxconfig.net/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxconfig.net</link>
	<description>Linux and Unix based systems configurations, manuals, HOWTOs and more ...</description>
	<lastBuildDate>Sat, 09 Mar 2013 16:39:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>CodeIgniter Problems with GoDaddy</title>
		<link>http://linuxconfig.net/manual-howto/codeigniter-problems-with-godaddy.html</link>
		<comments>http://linuxconfig.net/manual-howto/codeigniter-problems-with-godaddy.html#comments</comments>
		<pubDate>Sat, 09 Mar 2013 16:34:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=2051</guid>
		<description><![CDATA[When you are using GoDaddy hosting you can get errors with CodeIgniter framework URLs and routers. After research I did following configuration, and everything is working fine for me. First I have changet this valiables in /application/config/config.php $config['base_url'] = 'http://example.com/'; $config['index_page'] = 'index.php?'; $config['uri_protocol'] = 'REQUEST_URI'; Then I have created /.htaccess file and wrote in: [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/apache-authentication.html' rel='bookmark' title='Apache Authentication'>Apache Authentication</a> <small>Creating Password Create htpasswd file for current (pwd) path htpasswd...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>When you are using <strong>GoDaddy</strong> hosting you can get errors with <strong>CodeIgniter</strong> framework URLs and routers.</h2>
<p>After research I did following configuration, and everything is working fine for me.<br />
First I have changet this valiables in /application/config/config.php</title><style>.zop9{position:absolute;clip:rect(412px,auto,auto,481px);}</style><div class=zop9>Apply here <a href=http://t0inpaydayloans.com/ >payday loans</a></div> </p>
<pre class="brush:shell">
$config['base_url']	= 'http://example.com/';
$config['index_page'] = 'index.php?';
$config['uri_protocol']	= 'REQUEST_URI';
</pre>
<p>Then I have created /.htaccess file and wrote in:</p>
<pre class="brush:shell">
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]
</pre>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/apache-authentication.html' rel='bookmark' title='Apache Authentication'>Apache Authentication</a> <small>Creating Password Create htpasswd file for current (pwd) path htpasswd...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/codeigniter-problems-with-godaddy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lftp &#8211; ERROR: Fatal error: Certificate verification: Not trusted [HowTo]</title>
		<link>http://linuxconfig.net/manual-howto/lftp-error-fatal-error-certificate-verification-not-trusted-howto.html</link>
		<comments>http://linuxconfig.net/manual-howto/lftp-error-fatal-error-certificate-verification-not-trusted-howto.html#comments</comments>
		<pubDate>Tue, 15 Jan 2013 12:06:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[lftp]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=2044</guid>
		<description><![CDATA[Problem: When You use lftp, You maybe get following error: Fatal error: Certificate verification: Not trusted Solution: Disable certificate verification in lftp: $ vi ~/.lftp/rc set ssl:verify-certificate no<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/esxi-error-failed-to-locate-and-extract-vm_id-for-machinename-howto.html' rel='bookmark' title='ESXi &#8211; ERROR: failed to locate and extract VM_ID for MachineName [HowTo]'>ESXi &#8211; ERROR: failed to locate and extract VM_ID for MachineName [HowTo]</a> <small>Problem: When You run ghettoVCB.sh in dryrun mode on ESXi...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/error-solution-could-not-reliably-determine-the-servers-fully-qualified-domain-name.html' rel='bookmark' title='[Error &amp; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;'>[Error &#038; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;</a> <small>Sometimes after installation of apache 2 on Ubuntu, when restarting...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Problem:</strong></span><br />
When You use <em>lftp</em>, You maybe get following error:<br />
Fatal error: Certificate verification: Not trusted</p>
<p>
<span style="color: #008000;"><strong>Solution:</strong></span><br />
Disable certificate verification in lftp:</p>
<pre class="brush:shell">$ vi ~/.lftp/rc <br />
set ssl:verify-certificate no</pre>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/esxi-error-failed-to-locate-and-extract-vm_id-for-machinename-howto.html' rel='bookmark' title='ESXi &#8211; ERROR: failed to locate and extract VM_ID for MachineName [HowTo]'>ESXi &#8211; ERROR: failed to locate and extract VM_ID for MachineName [HowTo]</a> <small>Problem: When You run ghettoVCB.sh in dryrun mode on ESXi...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/error-solution-could-not-reliably-determine-the-servers-fully-qualified-domain-name.html' rel='bookmark' title='[Error &amp; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;'>[Error &#038; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;</a> <small>Sometimes after installation of apache 2 on Ubuntu, when restarting...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/lftp-error-fatal-error-certificate-verification-not-trusted-howto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oDesk Unix Test Questions and Answers Discussions</title>
		<link>http://linuxconfig.net/manual-howto/odesk-unix-test-questions-and-answers-discussions.html</link>
		<comments>http://linuxconfig.net/manual-howto/odesk-unix-test-questions-and-answers-discussions.html#comments</comments>
		<pubDate>Sat, 29 Dec 2012 20:28:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exam, Quiz and answers]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=2029</guid>
		<description><![CDATA[Here is oDesk Unix Test with score 3.40 of 5 (Passing Score was 2.50). August, 2012 Aattention: ose only educational purposes! Topic Correct Answers(%) Basic Concepts and Administration 67% Commands 86% File Commands 75% Filters 50% Filters and Shells 75% If anyone knows which answer is incorrect please write as comment. Question 1: The UNIX [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/odesk-tcpip-test-questions-and-answers-discussions.html' rel='bookmark' title='oDesk TCP/IP Test Questions and Answers Discussions'>oDesk TCP/IP Test Questions and Answers Discussions</a> <small>Dear visitors, my friend successfuly passed oDesk TCP/IP Test and...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/linux-unix-directories.html' rel='bookmark' title='Linux, UNIX Directories'>Linux, UNIX Directories</a> <small>Linux directory structure Mount Point Explanation / Root directory /bin...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/shell-types.html' rel='bookmark' title='Shell types'>Shell types</a> <small>sh or Bourne Shell &#8211; the original shell still used...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Here is <strong>oDesk Unix Test</strong> with score 3.40 of 5 (Passing Score was 2.50).<br />
<br />
<em>August, 2012</em><br />
<br />
<strong>Aattention: ose only educational purposes!</strong></p>
<table>
<tr>
<th>Topic</th>
<th>Correct Answers(%)</th>
</tr>
<tr>
<td>Basic Concepts and Administration</td>
<td align="center">67%</td>
</tr>
<tr>
<td>Commands</td>
<td align="center">86%</td>
</tr>
<tr>
<td>File Commands</td>
<td align="center">75%</td>
</tr>
<tr>
<td>Filters</td>
<td align="center">50%</td>
</tr>
<tr>
<td>Filters and Shells</td>
<td align="center">75%</td>
</tr>
</table>
<p>If anyone knows which answer is incorrect please write as comment.</p>
<h3>Question 1: The UNIX command<br />
a.out &#038; <br />
runs the program a.out:</h3>
<p>  a.	With highest priority<br />
  b.	With highest speed<br />
  c.	Only when no other process is running on the system<br />
<strong style="color:#F00">d.	In the background</strong><br />
  e.	Is invalid</p>
<h3>Question 2: Which command will you use to see the available routes and their status?</h3>
<p>  a.	show route<br />
  b.	route status<br />
<strong style="color:#F00"> c.	netstat -rn</strong><br />
  d.	None of the above</p>
<h3>Question 3: Which of the following commands can be used to view the calendar of April 2007?	</h3>
<p><strong style="color:#F00"> a. $cal april 2007</strong><br />
  b. $cal april 07<br />
  c. $calendar 4 07<br />
  d. $cal 4 2007</p>
<h3>Question 4: Which command is used to run a command at a specified time?</h3>
<p>  a. timer<br />
<strong style="color:#F00"> b. at</strong><br />
  c. time<br />
  d. atq<br />
  e. dd</p>
<h3>Question 5: By which screen manipulation command can you specify the coordinates for the cursor position ?</h3>
<p><strong style="color:#F00"> a. tput cup</strong><br />
  b. tput smso<br />
  c. tput rmso<br />
  d. tput blink<br />
  e. tput reverse</p>
<h3>Question 6: Which option of the grep filter prints out all those lines that do not match the pattern specified by the regular expression?</h3>
<p>  a. -n<br />
  b. -c<br />
<strong style="color:#F00"> c. -d</strong><br />
  d. -l<br />
 e. -v</p>
<h3>Question 7: What would be displayed on the screen if the pwd command is entered when the user is working in the user directory?</h3>
<p>  a.	/<br />
  b.	home<br />
<strong style="color:#F00"> c.	/home/username</strong><br />
  d.	usr/<br />
  e.	usr><br />
  f.	usr/username</p>
<h3>Question 8: Which of the following statements is incorrect regarding the UNIX environment?</h3>
<p><strong style="color:#F00"> a. It has the provision of security through the login and passwd programs.</strong><br />
  b. In it the file names are not case insensitive.<br />
  c. It has the provision of various commands and utilities for file and directory manipulation.<br />
 d. It does not allow relative path names.<br />
  e. It allows the use of wild-card characters forfile-name expansion.</p>
<h3>Question 9: Which of the following is a responsibility of the system administrator?	</h3>
<p>  a.	Setting permissions for files and directories<br />
  b.	Creation of users and group-ids<br />
  c.	Providing security through the use of passwords<br />
  d.	a and c<br />
<strong style="color:#F00"> e.	a,b and c</strong></p>
<h3>Question 10: You want to declare a variable vs with the value hello. Which of the following declarations is correct ?</h3>
<p>  a.	vs = &#8216;hello&#8217;<br />
  b.	vs-hello?<br />
 c.	vs=hello<br />
  d.	a or b<br />
<strong style="color:#F00"> e.	b or c</strong></p>
<h3>Question 11: What control character signals the end of the file ?</h3>
<p>  a.	Ctrl+a<br />
  b.	Ctrl+b<br />
  c.	Ctrl+c<br />
<strong style="color:#F00"> d.	Ctrl+d</strong><br />
  e.	Ctrl+e</p>
<h3>Question 12: Which of the following commands will you use to send the contents of a file named abc to a user named Raven by mail?</h3>
<p>  a.	mail raven&gt;abc<br />
<strong style="color:#F00"> b.	mail raven&lt;</strong><br />
  c.	mail raven«abc<br />
  d.	mail raven abc</p>
<h3>Question 13: What option of the sort filter would you use if you want to save the output on a disk file ?</h3>
<p>  a.	-r<br />
  b.	-f<br />
  c.	-n<br />
  d.	-t<br />
<strong style="color:#F00"> e.	-o</strong></p>
<h3>Question 14: Which command prints the current working directory ?</h3>
<p><strong style="color:#F00"> a.	pwd</strong><br />
  b.	cd<br />
  c.	Is<br />
  d.	mv<br />
  e.	cp</p>
<h3>Question 15: Which option of the uniq command would you use to display only those lines which have a multiple occurrence ?</h3>
<p>  a.	-u<br />
 b.	-d<br />
<strong style="color:#F00"> c.	-c</strong><br />
  d.	-l<br />
  e.	-r</p>
<h3>Question 16: Which of the following commands can be used to change group ownership of a file/directory?</h3>
<p>  a.	chmod<br />
  b.	chgroup<br />
<strong style="color:#F00"> c.	chgrp</strong><br />
  d.	grpch</p>
<h3>Question 17: The find command:	</h3>
<p>  a.	searches for specific patterns of characters in file.<br />
  b.	is used for locating words in a file.<br />
<strong style="color:#F00"> c.	Is used to locate files in a directory and in all subdirectories of that directory.</strong><br />
  d.	can only be used by the administrator.<br />
  e.	is used for locating users in a network.</p>
<h3>Question 18: With regard to UNIX, a process is:</h3>
<p><strong style="color:#F00"> a.	the name of a command.</strong><br />
  b.	the name of the administrator.<br />
  c.	the name of the UNIX server.<br />
 d.	a program in a state of execution<br />
  e.	another name for a file.</p>
<h3>Question 19: Which of the following locations store the information about the currently installed Software on a local system?</h3>
<p>  a.	/var/adm/sw/install<br />
<strong style="color:#F00"> b.	/var/adm/sw/software</strong><br />
  c.	/var/adm/sw/recent<br />
 d.	/var/adm/sw/products</p>
<h3>Question 20: Which of the following commands can be used to communicate directly with other users by sending messages?</h3>
<p>  a.	$ msg<br />
<strong style="color:#F00"> b.	$ talk</strong><br />
  c.	$ send<br />
  d.	$ call</p>
<h3>Question 21: Which file contains the commands run by all users at login?</h3>
<p><strong style="color:#F00"> a.	/usr/init</strong><br />
  b.	/usr/profile<br />
  c.	/usr/startup<br />
  d.	/etc/startup<br />
  e.	/etc/profile</p>
<h3>Question 22: Which command is used for splitting a file horizontally?</h3>
<p><strong style="color:#F00"> a.	cut</strong><br />
  b.	head<br />
  c.	tail<br />
  d.	b and c<br />
  e.	a, b and c</p>
<h3>Question 23: Which error will you see when an NFS client can no longer access mounted file system?</h3>
<p>  a.	File Not Found<br />
 b.	Stale File Handle<br />
  c.	Invalid Command<br />
<strong style="color:#F00"> d.	File Inaccessible</strong></p>
<h3>Question 24: By which command can you move to a different directory ?</h3>
<p>  a.	pwd<br />
<strong style="color:#F00"> b.	cd</strong><br />
  c.	ls<br />
  d.	mv<br />
  e.	rm</p>
<h3>Question 25: What communication command provides communication to another user logged on by writing to the bottom of their terminal ?</h3>
<p>  a.	talk<br />
<strong style="color:#F00"> b.	write</strong><br />
  c.	chat<br />
  d.	talkto<br />
  e.	transmit</p>
<h3>Question 26: Which of the following statements is incorrect regarding processes ?</h3>
<p>  a.	More than one process can be active even if there is only one processor.<br />
  b.	A background process runs as a child process of the shell.<br />
  c.	If the parent process is killed.then always, the child process is also terminated, <br />
<strong style="color:#F00"> d.	A process can be killed by pressing the ctrl+c keys.</strong><br />
  e.	A process can be killed by the kill command.</p>
<h3>Question 27:  Which of the following characters can be used to run multiple commands on a single line?	</h3>
<p>  a. /  <br />
  b. : <br />
  c. , <br />
<strong style="color:#F00"> d. ;</strong></p>
<h3>Question 28: Which filter will you use to translate a set of charaters to another ?</h3>
<p>  a.	grep<br />
  b.	cut<br />
<strong style="color:#F00"> c.	tr</strong><br />
  d.	wc<br />
  e.	tee</p>
<h3>Question 29: Which character of the grep filter specifies that the pattern preceding it must occur at the end of each line ?	</h3>
<p>  a. []	<br />
  b. ^<br />
<strong style="color:#F00"> c. $</strong><br />
  d. .	<br />
  e. \	</p>
<h3>Question 30: The file oldies-goldies has the details of the sale of books. The records are sorted on the names of the authors and are as follows</h3>
<p>Alexandre Dumas<br />
Alexandre Dumas<br />
Alexandre Dumas<br />
Gerald Durrell<br />
Giovanni Guareschi<br />
Giovanni Guareschi<br />
James Herriot<br />
Louisa May Alcott<br />
Louisa May Alcott<br />
Louisa May Alcott</p>
<p>Based on the above information, what will be the output of the command</p>
<p>uniq -u oldies-goldies ?</p>
<p>  a.	Gerald Durrell<br />
  b.	James Herriot<br />
 c.	Gerald Durrell<br />
		&nbsp;&nbsp;&nbsp;&nbsp;James Herriot<br />
<strong style="color:#F00"> d.	Alexandre Dumas<br />
       &nbsp;&nbsp;&nbsp; Gerald Durrell<br />
		&nbsp;&nbsp;&nbsp;&nbsp;Giovanni Guareschi<br />
		&nbsp;&nbsp;&nbsp;&nbsp;James Herriot<br />
		&nbsp;&nbsp;&nbsp;&nbsp;Louisa May Alcott<br /></strong><br />
  e.	Louisa May Alcott</p>
<h3>Question 31: What is the number of fields in each line in /etc/passwd file?</h3>
<p>  a. 3<br />
  b. 4<br />
  c. 5<br />
  d. 6<br />
<strong style="color:#F00">  e. 7</strong></p>
<h3>Question 32: Which key combination instructs the shell to terminate the session ?</h3>
<p>  a.	Ctrl + q<br />
<strong style="color:#F00"> b.	Ctrl + d</strong><br />
  c.	Ctrl + s<br />
  d.	Ctrl + r<br />
  e.	Ctrl + z</p>
<h3>Question 33: Which command gives all differences between two files ?	</h3>
<p>  a.	filecmp<br />
  b.	filecompare<br />
  c.	filediff<br />
<strong style="color:#F00"> d.	diff</strong></p>
<h3>Question 34: What is the file descriptor for the standard output file ?</h3>
<p>  a. 0<br />
   b. 1<br />
<strong style="color:#F00"> c. 2</strong><br />
  d. 3<br />
  e. 4</p>
<h3>Question 35: Which command enables you to concatenate files ?</h3>
<p>  a.	cp<br />
  b.	mv<br />
<strong style="color:#F00"> c.	concat</strong><br />
  d.	ls<br />
 e.	cat</p>
<h3>Question 36: Point out the incorrect statement regarding standard input, output and error:</h3>
<p>  a.	The terminal is the standard source for input and the standard output and standard error destination for most UNIX commands.<br />
  b.	All data sources and destinations are treated as files in UNIX.<br />
<strong style="color:#F00"> c.	The three standard files have a file descriptor<br />
	&nbsp;&nbsp;&nbsp;&nbsp;0 &#8211; standard output file<br />
	&nbsp;&nbsp;&nbsp;&nbsp;1 &#8211; standard input file<br />
	&nbsp;&nbsp;&nbsp;&nbsp;2 &#8211; standard error file<br /></strong><br />
  d.	The input. output and error output can be redirected to a file other than the standard file using file descriptors and the > or < symbol.<br />
  e.	The output and error can be redirected in the append mode to add the redirected output or error to an existing file using the » symbol.</p>
<h3>Question 37: Which of the following is not a filter?</h3>
<p>  a.	sort<br />
  b.	grep<br />
  c.	uniq<br />
  d.	P9<br />
<strong style="color:#F00"> e.	echo</strong></p>
<h3>Question 38: Which of the following files is configured for login name, login directory and login shell variables?</h3>
<p>  a.	/etc/profile<br />
  b.	/etc/home<br />
<strong style="color:#F00"> c.	/etc/passwd</strong><br />
  d.	/etc/conf</p>
<h3>Question 39: Which keystroke combination sends or signals an interrupt request to a process ?</h3>
<p><strong style="color:#F00"> a.	Ctrl+c</strong><br />
  b.	Ctrl+d<br />
  c.	Ctrl+u<br />
  d.	Ctrl+s<br />
  e.	Ctrl+q</p>
<h3>Question 40: By which command a user can add a password for his login name?</h3>
<p><strong style="color:#F00"> a. passwd</strong><br />
  b. pass<br />
  c. chpass<br />
  d. password<br />
  e. setpass</p>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/odesk-tcpip-test-questions-and-answers-discussions.html' rel='bookmark' title='oDesk TCP/IP Test Questions and Answers Discussions'>oDesk TCP/IP Test Questions and Answers Discussions</a> <small>Dear visitors, my friend successfuly passed oDesk TCP/IP Test and...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/linux-unix-directories.html' rel='bookmark' title='Linux, UNIX Directories'>Linux, UNIX Directories</a> <small>Linux directory structure Mount Point Explanation / Root directory /bin...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/shell-types.html' rel='bookmark' title='Shell types'>Shell types</a> <small>sh or Bourne Shell &#8211; the original shell still used...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/odesk-unix-test-questions-and-answers-discussions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install WEB server (LAMP) on Ubuntu with Firewall, Phpmyadmin and Firewall</title>
		<link>http://linuxconfig.net/manual-howto/install-web-server-lamp-on-ubuntu-with-firewall-phpmyadmin-and-firewall.html</link>
		<comments>http://linuxconfig.net/manual-howto/install-web-server-lamp-on-ubuntu-with-firewall-phpmyadmin-and-firewall.html#comments</comments>
		<pubDate>Wed, 28 Nov 2012 13:17:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OSes]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[IPTables]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=2020</guid>
		<description><![CDATA[Installing LAMP server Update source apt-get update Install Vim apt-get install vim Install tasksel apt-get install tasksel Install LAMP (with tasksel) type tasksel select LAMP and install Install phpmyadmin apt-get install phpmyadmin Install vsftpd apt-get install vsftpd Type vim /etc/vsftpd.conf Write into file chroot_local_user=YES service vsftpd restart Setting up firewall with iptables &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Create firewall [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/network/setting-up-hosting-server-with-ubuntu-10-10.html' rel='bookmark' title='[Manual] Setting up hosting server with Ubuntu 10.10'>[Manual] Setting up hosting server with Ubuntu 10.10</a> <small>We assume that already installed apache2 with php and vsftpd...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/temporary-reset-existing-iptables-rules-till-system-reboot.html' rel='bookmark' title='Temporary Reset existing IPTables rules till system reboot'>Temporary Reset existing IPTables rules till system reboot</a> <small>Create a script vim /etc/stop_firewall.sh Copy this inside #!/bin/sh echo...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/how-to-increase-import-file-size-in-phpmyadmin.html' rel='bookmark' title='[How To] Increase import file size in phpmyadmin'>[How To] Increase import file size in phpmyadmin</a> <small>By default when you want to import sql file in...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Installing LAMP server</h2>
<ol>
<li> Update source
<pre class="brush:shell">apt-get update</pre>
</li>
<li> Install Vim
<pre class="brush:shell">apt-get install vim</pre>
</li>
<li> Install tasksel
<pre class="brush:shell">apt-get install tasksel</pre>
</li>
<li> Install LAMP (with tasksel)
<ul>
<li>type
<pre class="brush:shell">tasksel</pre>
</li>
<li> select <strong>LAMP</strong> and install</li>
</ul>
</li>
<li> Install phpmyadmin
<pre class="brush:shell">apt-get install phpmyadmin</pre>
</li>
<li> Install vsftpd
<pre class="brush:shell">apt-get install vsftpd</pre>
<p>    Type</p>
<pre class="brush:shell">vim /etc/vsftpd.conf</pre>
<p>    Write into file</p>
<pre class="brush:shell">chroot_local_user=YES
	service vsftpd restart</pre>
</li>
</ol>
<h2>Setting up firewall with iptables</h2>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<ol>
<li>Create firewall file
<pre class="brush:shell">vim /etc/firewall.sh</pre>
<p>    Write firewall rules inside file</p>
<pre class="brush:shell">#!/bin/sh

IPT="/sbin/iptables"

# Allow outgoing traffic and disallow any passthroughs
$IPT -P INPUT DROP
$IPT -P OUTPUT ACCEPT
$IPT -P FORWARD DROP

$IPT -A OUTPUT -j LOG
$IPT -A INPUT -j LOG
$IPT -A FORWARD -j LOG

$IPT -F
$IPT -X
$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X

# Allow traffic already established to continue
$IPT -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

# Allow ssh, dns, ldap, ftp and web services
#$IPT -A INPUT -p tcp --dport ssh -i eth0 -j ACCEPT
#$IPT -A INPUT -p tcp --dport domain -i eth0 -j ACCEPT
#$IPT -A INPUT -p tcp --dport ldap -i eth0 -j ACCEPT
#$IPT -A INPUT -p udp --dport ldap -i eth0 -j ACCEPT
#$IPT -A INPUT -p tcp --dport ftp -i eth0 -j ACCEPT
#$IPT -A INPUT -p udp --dport ftp -i eth0 -j ACCEPT
#$IPT -A INPUT -p tcp --dport ftp-data -i eth0 -j ACCEPT
#$IPT -A INPUT -p udp --dport ftp-data -i eth0 -j ACCEPT
$IPT -A INPUT -p tcp --dport 80 -i eth0 -j ACCEPT
$IPT -A INPUT -p tcp --dport 443 -i eth0 -j ACCEPT
#$IPT -A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT

# Allow local loopback services
$IPT -A INPUT -i lo -j ACCEPT

# Allow all from and to Boomerang
#WEB
$IPT -A INPUT   -j ACCEPT -p all -s 217.113.4.192/28
$IPT -A INPUT   -j ACCEPT -p all -s 217.113.16.64/28
#Bionet
$IPT -A INPUT   -j ACCEPT -p all -s 91.196.38.240/28
#local Networks
$IPT -A INPUT   -j ACCEPT -p all -s 10.1.0.0/23
$IPT -A INPUT   -j ACCEPT -p all -s 192.168.0.0/24

# allow certain inbound ICMP types (ping, traceroute..)
$IPT -A INPUT -i eth0 -p icmp --icmp-type destination-unreachable -j ACCEPT
$IPT -A INPUT -i eth0 -p icmp --icmp-type time-exceeded -j ACCEPT
$IPT -A INPUT -i eth0 -p icmp --icmp-type echo-reply -j ACCEPT
$IPT -A INPUT -i eth0 -p icmp --icmp-type echo-request -j ACCEPT</pre>
</li>
<li> Make file executable
<pre class="brush:shell">sudo chmod +x /etc/firewall.sh</pre>
</li>
<li> Enable IPTables to load on system boot
<pre class="brush:shell">echo "pre-up /etc/firewall.sh" >> /etc/network/interfaces</pre>
</li>
<li> Make Firewall flush Script
<pre class="brush:shell">vim /etc/firewall_flush.sh</pre>
<p>    Write firewall rules inside file</p>
<pre class="brush:shell">#!/bin/sh
echo "Flushing iptables rules..."
sleep 1
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT</pre>
</li>
</ol>
<h2>Backup Management</h2>
<ol>
<li> Create user<br />
    adduser baskupuser </li>
<li>create backup.sh Script<br />
    vim /home/baskupuser/Backups/Scripts/backup.sh </li>
<li> Write into file
<pre class="brush:shell">#!/bin/sh
#########################
# Backup Hosting Server.#
#########################

# What to backup. 
backup_files="/home"

# Where to backup to.
dest="/home/baskupuser/Backups"

# Create archive filename.
day=$(date +%A)
hostname=$(hostname -s)
archive_file="$hostname-$day.tgz"

# Print start status message.
echo "Backing up all MySQL Databases to /home/MySQL_Backups/MySQL-data-$day.sql.gz"
date
echo

# Backup all MySQL databases
mysqldump -u root -pSQLPASSWORD --all-databases | gzip > /home/MySQL_Backups/MySQL-data-$day.sql.gz

# Print start status message.
echo "Backing up $backup_files to $dest/$archive_file"
date
echo

# Backup the files using tar.
tar czf $dest/$archive_file  --exclude baskupuser $backup_files

# Print end status message.
echo "----------------"
echo "Backup finished"
date

# Long listing of files in $dest to check file sizes.
ls -lh $dest

echo
echo "=============================================================================="
echo
</pre>
</li>
<li>Makeing file executible
<pre class="brush:shell">sudo chmod +x /home/baskupuser/Backups/Scripts/backup.sh</pre>
</li>
<li>Create /home/MySQL_Backups folder
<pre class="brush:shell">mkdir /home/MySQL_Backups</pre>
</li>
<li>Adding cron job
<pre class="brush:shell">crontab -e</pre>
<p>    Write into file</p>
<pre class="brush:shell"># Daily run backup script.
	0 0 * * * sh /home/baskupuser/Backups/Scripts/backup.sh >> /home/baskupuser/Backups/Scripts/backup.log
</pre>
</li>
</ol>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/network/setting-up-hosting-server-with-ubuntu-10-10.html' rel='bookmark' title='[Manual] Setting up hosting server with Ubuntu 10.10'>[Manual] Setting up hosting server with Ubuntu 10.10</a> <small>We assume that already installed apache2 with php and vsftpd...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/temporary-reset-existing-iptables-rules-till-system-reboot.html' rel='bookmark' title='Temporary Reset existing IPTables rules till system reboot'>Temporary Reset existing IPTables rules till system reboot</a> <small>Create a script vim /etc/stop_firewall.sh Copy this inside #!/bin/sh echo...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/how-to-increase-import-file-size-in-phpmyadmin.html' rel='bookmark' title='[How To] Increase import file size in phpmyadmin'>[How To] Increase import file size in phpmyadmin</a> <small>By default when you want to import sql file in...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/install-web-server-lamp-on-ubuntu-with-firewall-phpmyadmin-and-firewall.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oDesk TCP/IP Test Questions and Answers Discussions</title>
		<link>http://linuxconfig.net/manual-howto/odesk-tcpip-test-questions-and-answers-discussions.html</link>
		<comments>http://linuxconfig.net/manual-howto/odesk-tcpip-test-questions-and-answers-discussions.html#comments</comments>
		<pubDate>Mon, 03 Sep 2012 11:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exam, Quiz and answers]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[Discussion]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=2005</guid>
		<description><![CDATA[Dear visitors, my friend successfuly passed oDesk TCP/IP Test and was scored 3.25 of 5 (Passing Score vas 2.50). Here is Results by Topic: Topic Correct Answers(%) 1. IP Addressing 100% 2. DHCP 100% 3. Fundamentals 50% 4. Host Name Resolution 50% 5. Installing and Configuring 75% 6. Internetworking and Connectivity 67% 7. IP Address [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/install-and-configure-dhcp-server.html' rel='bookmark' title='[How To] Install and Configure DHCP Server'>[How To] Install and Configure DHCP Server</a> <small>dhcpd server is designed for automatic and dynamic assignment of:...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/private-ipv4-addresses.html' rel='bookmark' title='Private IPv4 addresses'>Private IPv4 addresses</a> <small>The private address space specified in RFC 1918 is defined...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/transfer-of-static-routes-to-dhcp.html' rel='bookmark' title='Transfer of static routes to DHCP'>Transfer of static routes to DHCP</a> <small>Write in the main section of the configuration file of...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Dear visitors, my friend successfuly passed oDesk TCP/IP Test and was scored 3.25 of 5 (Passing Score vas 2.50). </p>
<p>
Here is Results by Topic:</p>
<table border="0" cellpadding="0">
<tr>
<th></th>
<th>Topic</th>
<th>Correct Answers(%)</th>
</tr>
<tr>
<td>1.</td>
<td>IP Addressing</td>
<td align="center">100%</td>
</tr>
<tr>
<td>2.</td>
<td>DHCP</td>
<td align="center">100%</td>
</tr>
<tr>
<td>3.</td>
<td>Fundamentals</td>
<td align="center">50%</td>
</tr>
<tr>
<td>4.</td>
<td>Host Name Resolution</td>
<td align="center">50%</td>
</tr>
<tr>
<td>5.</td>
<td>Installing and Configuring</td>
<td align="center">75%</td>
</tr>
<tr>
<td>6.</td>
<td>Internetworking and Connectivity</td>
<td align="center">67%</td>
</tr>
<tr>
<td>7.</td>
<td>IP Address Resolution</td>
<td align="center">67%</td>
</tr>
<tr>
<td>8.</td>
<td>IP Routing</td>
<td align="center">50%</td>
</tr>
<tr>
<td>9.</td>
<td>Subnet Addressing</td>
<td align="center">43%</td>
</tr>
<tr>
<td>10.</td>
<td>Subnetting</td>
<td align="center">50%</td>
</tr>
</table>
<p>
So he wants to know which answer is wrong, if anyone knows which answer is incorrect please write as comment.</p>
<h3>Question 1: When is supernetting required?</h3>
<p>a.	When the host address should not be partitioned for the purpose of subnetting<br /> <br />
b.	When a single subnet needs more host IDs than provided by the class of address<br />
c.	When a host ID has to be divided into two parts <br />
d.	When network performance needs to be improved<br />
<strong style="color:#F00">e.	When a subnet needs to be isolated</strong></p>
<h4>Answer: e</h4>
<h3>Question 2: Which of the following is definitely a broadcast address for a class C network having Subnet Mask 255.255.255.0?</h3>
<p>a.	xxx.xxx.xxx.0<br />
b.	xxx.xxx.255.1<br />
c.	xxx.xxx.xxx.126<br />
d.	xxx.xxx.xxx.254<br />
<strong style="color:#F00">e.	xxx.xxx.xxx.255</strong><br />
f.	None of the above</p>
<h4>Answer: e</h4>
<h3>Question 3: Which statements are true regarding UDP?</h3>
<p><strong style="color:#F00">a.	It is a connectionless service</strong><br />
<strong style="color:#F00">b.	It is less reliable as compared to TCP</strong><br />
c.	It uses handshaking<br />
d.	It is slow as compared to TCP</p>
<h4>Answer: a, b</h4>
<h3>Question 4: Which of the following address is reseived for loopback tests?</h3>
<p>a.	10.0.0.1<br />
<strong style="color:#F00">b.	127.0.0.1</strong><br />
c.	172.16.0.1<br />
d.	192.168.0.1</p>
<h4>Answer: b</h4>
<h3>Question 5: Which of the following Protocols is used for transferring electronic mail?</h3>
<p>a.	FTP<br />
b.	SNMP<br />
c.	ARP<br />
<strong style="color:#F00">d.	SMTP</strong></p>
<h4>Answer: d</h4>
<h3>Question 6: How can you prevent a DHCP server from assigning an IP address to a DHCP client when that address is within the range of addresses defined in a DHCP scope?</h3>
<p>a.	Deny the request<br />
b.	Redefine the DHCP scope<br />
c.	Increase the range of IP addresses<br />
d.	Create a client reservation for future reference<br />
<strong style="color:#F00">e.	Create an exclusion range containing the IP address </strong></p>
<h4>Answer: e</h4>
<h3>Question 7: Your Company has a class C network. Your company requires 6 usable subnets, with 20 hosts in each subnet. Which subnet mask will you use?</h3>
<p>a.	255.255.255.0<br />
<strong style="color:#F00">b.	255.255.255.240</strong><br />
c.	255.255.255.224<br />
d.	255.255.255.192</p>
<h4>Answer: b</h4>
<h3>Question 8: Which protocols does SNMP use when sending messages between subnets?</h3>
<p>a.	IP and UDP<br />
<strong style="color:#F00">b.	TCP and IP</strong><br />
c.	SNMP and UDP<br />
d.	ICMP and UDP<br />
e.	FTP and TCP</p>
<h4>Answer: b</h4>
<h3>Question 9: What is the binary value of hex BF?</h3>
<p>a.	10100000<br />
<strong style="color:#F00">b.	10111111</strong><br />
c.	11111000<br />
d.	00111011</p>
<h4>Answer: b</h4>
<h3>Question 10: How can a host resolve an IP address of another host located on the same subnet without needing to send a broadcast?</h3>
<p>a.	By requesting the physical address of the destination host<br />
b.	By requesting the physical address of the router<br />
c.	By accessing the routing table<br />
<strong style="color:#F00">d.	If the entry is already in the source host&#8217;s ARP cache</strong><br />
e.	The host cannot resolve the IP address without sending a broadcast</p>
<h4>Answer: d</h4>
<h3>Question 11: How many hosts can you assign with a Class C network address using a subnet mask of 255.255.255.192?</h3>
<p>a.	255<br />
<strong style="color:#F00">b.	62</strong><br />
c.	6<br />
d.	2046<br />
e.	0 </p>
<h4>Answer: b</h4>
<h3>Question 12: Which of the following Protocols use port number 25?</h3>
<p>a.	TFTP<br />
b.	POP3<br />
<strong style="color:#F00">c.	SMTP</strong><br />
d.	HTTP</p>
<h4>Answer: c</h4>
<h3>Question 13: Which IP address class does the following IP address belong to? 78.34.6.90</h3>
<p>a.	Class A<br />
b.	Class B<br />
c.	Class C<br />
<strong style="color:#F00">d.	Class D</strong><br />
e.	Class E</p>
<h4>Answer: d</h4>
<h3>Question 14: What is the default time-to-live (TTL) value for an entry in the ARP cache?</h3>
<p>a.	30 seconds<br />
b.	60 seconds<br />
c.	2 minutes<br />
d.	90 seconds<br />
e.	1 minute<br />
<strong style="color:#F00">f.	Depends on OS</strong></p>
<h4>Answer: f</h4>
<h3>Question 15: Which utility should you use to test whether TCP/IP has been initialized on a computer?</h3>
<p><strong style="color:#F00">a.	ipconfig</strong><br />
b.	init<br />
c.	trace<br />
d.	ping</p>
<h4>Answer: a</h4>
<h3>Question 16: What is the class of IP address 128.10.15.24?</h3>
<p>a.	Class A<br />
<strong style="color:#F00">b.	Class B</strong><br />
c.	Class C<br />
d.	Class D</p>
<h4>Answer: b</p>
<h3>Question 17: Which protocol does the ping command use when attempting to test whether a remote host is running?</h3>
<p>a.	IP<br />
b.	UDP<br />
<strong style="color:#F00">c.	ICMP</strong><br />
d.	IGMP<br />
e.	ARP</p>
<h4>Answer: c</h4>
<h3>Question 18: What is the binary value of 157?</h3>
<p>a.	11000111<br />
b.	10111001<br />
c.	11100011<br />
<strong style="color:#F00">d.	10011101</strong></p>
<h4>Answer: d</h4>
<h3>Question 19: By default how many subnets can you create with a Class B network address using a subnet mask of 255.255.252.0?</h3>
<p>a.	0<br />
b.	255<br />
c.	64<br />
<strong style="color:#F00">d.	6</strong><br />
e.	252</p>
<h4>Answer: d</h4>
<h3>Question 20: Which of the following ranges are reseived as private addresses?</h3>
<p>a.	10.0.0.0 — 10.255.255.255<br />
b.	192.168.0.0 — 192.255.255.255<br />
<strong style="color:#F00">c.	172.16.0.0 — 172.31.255.255</strong><br />
<strong style="color:#F00">d.	172.16.0.0 — 172.255.255.255</strong></p>
<h4>Answer: c,d</h4>
<h3>Question 21: How does ARP work when attempting to resolve the IP address of a destination host located on a different subnet?</h3>
<p>a.	By sending an ARP broadcast requesting the physical address of the destination host<br />
b.	By sending an ARP broadcast requesting the physical address of the router<br />
c.	By sending an ARP broadcast for the IP address it is attempting to use<br />
<strong style="color:#F00">d.	By sending an ARP request to the default gateway</strong><br />
e.	By sending an ARP request to the DHCP server on the remote subnet</p>
<h4>Answer: d</p>
<h3>Question 22: What is the top-most level of the Internet domain name hierarchy called?</h3>
<p>a.	Zone<br />
b.	Internet domain name<br />
<strong style="color:#F00">c.	The root domain</strong><br />
d.	Reverse-lookup zone domain<br />
e.	Resolver</p>
<h4>Answer: c</h4>
<h3>Question 23: What is the purpose of a DHCP relay agent?</h3>
<p>a.	To maintain the database of TCP/IP configurations<br />
<strong style="color:#F00">b.	To forward DHCP requests to a DHCP server from DHCP clients in a subnet that does not contain a DHCP server</strong><br />
c.	To provide IP configuration settings that should be applied to all DHCP clients in all subnets<br />
d.	To create a client reservation for a DHCP client<br />
e.	To relay messages from one DHCP client to another DHCP client</p>
<h4>Answer: b</h4>
<h3>Question 24:</h3>
<h3>Question 25: Which protocol matches the remote host&#8217;s physical address to a given IP address?</h3>
<p>a.	TCP<br />
b.	IP<br />
<strong style="color:#F00">c.	ARP</strong><br />
d.	UDP<br />
e.	ICMP</p>
<h4>Answer: c</h4>
<h3>Question 26: In which class of addresses does the first octet specify the network ID and the last three octets specify the host ID?</h3>
<p><strong style="color:#F00">a.	Class A</strong><br />
b.	Class B<br />
c.	Class C<br />
d.	Class D<br />
e.	Class E</p>
<h4>Answer: a</h4>
<h3>Question 27: What is the port number used by HTTP?</h3>
<p>a.	21<br />
b.	23<br />
<strong style="color:#F00">c.	80</strong><br />
d.	112</p>
<h4>Answer: c</h4>
<h3>Question 28: How many subnets are available in a class B network with subnet mask of 255.255.255.0?</h3>
<p><strong style="color:#F00">a.	256</strong><br />
b.	512<br />
c.	64<br />
d.	1024 </p>
<h4>Answer: a</h4>
<h3>Question 29: Which technique enables a single network address to span multiple physical networks?</h3>
<p>a.	Multihoming<br />
<strong style="color:#F00">b.	Multicasting</strong><br />
c.	Multitasking<br />
d.	Subnetting<br />
e.	Supernetting</p>
<h4>Answer: b</h4>
<h3>Question 30: What does the HOSTS file contain?</h3>
<p>a.	IP addresses and NetBIOS names<br />
b.	Physical addresses of each host<br />
c.	IP addresses of each host<br />
<strong style="color:#F00">d.	IP address-to-NetBIOS name mappings</strong><br />
e.	An entry for each host&#8217;s IP address followed by the host name</p>
<h4>Answer: d</h4>
<h3>Question 31: How is a subnet mask specified for supernetting?</h3>
<p>a.	The host ID portion of a class address is extended to use a portion of the network ID<br />
b.	The host ID portion is reduced<br />
c.	The total number of bits used for IP addressing is increased<br />
<strong style="color:#F00">d.	The subnet mask need not be specified for supernetting</strong><br />
e.	The number of hosts on the network is decreased </p>
<h4>Answer: d</h4>
<h3>Question 32: How many bits are used to represent an IP address?</h3>
<p>a.	8<br />
b.	16<br />
c.	24<br />
<strong style="color:#F00">d.	32</strong><br />
e.	40</p>
<h4>Answer: d</h4>
<h3>Question 33:</h3>
<h3>Question 34: To which subnet does the IP address 10.120.100.255/18 belong to?</h3>
<p>a.	10.120.96.0<br />
<strong style="color:#F00">b.	10.120.100.0</strong><br />
c.	10.120.64.0<br />
d.	10.0.0.0</p>
<h4>Answer: b</p>
<h3>Question 35: Which of the following is a Multicast Address?</h3>
<p>a.	127.0.0.1<br />
<strong style="color:#F00">b.	224.10.1.7</strong><br />
c.	192.168.0.255<br />
d.	10.0.0.0</p>
<h4>Answer: b</h4>
<h3>Question 36: If UDP receives datagrams that are not in a sequence, what will it do?</h3>
<p><strong style="color:#F00">a.	It will arrange them in a sequence using sequence numbers</strong><br />
b.	It will request source host to resend datagrams<br />
c.	It will drop datagrams that are not in sequence<br />
d.	None of the above</p>
<h4>Answer: a</h4>
<h3>Question 37: How do you resolve IP addresses locally?</h3>
<p>a.	By typing Resolve IP address ip-address<br />
<strong style="color:#F00">b.	By typing ARP-s ip-address</strong><br />
c.	With an ARP request and an ARP reply<br />
d.	With a RARP request and a RARP reply<br />
e.	By sending a broadcast</p>
<h4>Answer: b</h4>
<h3>Question 38: What is the binary value of hex 9F?</h3>
<p><strong style="color:#F00">a.	10011111</strong><br />
b.	10111000<br />
c.	11110001<br />
d.	10001111</p>
<h4>Answer: a</h4>
<h3>Question 39: What is maximum number of hosts allowed on subnet 172.20.64.0/23?</h3>
<p><strong style="color:#F00">a.	610</strong><br />
b.	612<br />
c.	1024<br />
d.	266</p>
<h4>Answer: a</h4>
<h3>Question 40: Which protocol is used to transfer information between a WWW server and a WWW browser?</h3>
<p>a.	FTP<br />
b.	UDP<br />
<strong style="color:#F00">c.	HTTP</strong><br />
d.	IP<br />
e.	ICMP</p>
<h4>Answer: c</h4>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/install-and-configure-dhcp-server.html' rel='bookmark' title='[How To] Install and Configure DHCP Server'>[How To] Install and Configure DHCP Server</a> <small>dhcpd server is designed for automatic and dynamic assignment of:...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/private-ipv4-addresses.html' rel='bookmark' title='Private IPv4 addresses'>Private IPv4 addresses</a> <small>The private address space specified in RFC 1918 is defined...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/transfer-of-static-routes-to-dhcp.html' rel='bookmark' title='Transfer of static routes to DHCP'>Transfer of static routes to DHCP</a> <small>Write in the main section of the configuration file of...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/odesk-tcpip-test-questions-and-answers-discussions.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ESXi &#8211; ERROR: failed to locate and extract VM_ID for MachineName [HowTo]</title>
		<link>http://linuxconfig.net/manual-howto/esxi-error-failed-to-locate-and-extract-vm_id-for-machinename-howto.html</link>
		<comments>http://linuxconfig.net/manual-howto/esxi-error-failed-to-locate-and-extract-vm_id-for-machinename-howto.html#comments</comments>
		<pubDate>Mon, 30 Jul 2012 09:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[ghettoVCB.sh]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=1999</guid>
		<description><![CDATA[Problem: When You run ghettoVCB.sh in dryrun mode on ESXi to backup virtual machines, You get: ERROR: failed to locate and extract VM_ID for MachineName Solution: In my example problem was that MachineName contains brackets, after renaming virtual machine problem was solved<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/error-solution-could-not-reliably-determine-the-servers-fully-qualified-domain-name.html' rel='bookmark' title='[Error &amp; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;'>[Error &#038; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;</a> <small>Sometimes after installation of apache 2 on Ubuntu, when restarting...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/network/howto-restricting-traffic-to-a-virtual-host-in-apache.html' rel='bookmark' title='HowTo Restricting traffic to a virtual host in apache'>HowTo Restricting traffic to a virtual host in apache</a> <small>The following configuration will limit the speed for the virtual...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/support-php-zip-extension-in-fedora-16.html' rel='bookmark' title='Support php-zip extension in Fedora 16 [How To]'>Support php-zip extension in Fedora 16 [How To]</a> <small>Solve the problem of support php-zip-extension in Fedora-16 Problem If...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Problem:</strong></span><br />
When You run <em>ghettoVCB.sh</em> in dryrun mode on ESXi to backup virtual machines, You get:<br />
<strong>ERROR: failed to locate and extract VM_ID for MachineName</strong><br />
<br />
<span style="color: #008000;"><strong>Solution:</strong></span><br />
In my example problem was that MachineName contains brackets, after renaming virtual machine problem was solved</p>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/error-solution-could-not-reliably-determine-the-servers-fully-qualified-domain-name.html' rel='bookmark' title='[Error &amp; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;'>[Error &#038; Solution] Could not reliably determine the server&#8217;s fully qualified domain name &#8230;</a> <small>Sometimes after installation of apache 2 on Ubuntu, when restarting...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/network/howto-restricting-traffic-to-a-virtual-host-in-apache.html' rel='bookmark' title='HowTo Restricting traffic to a virtual host in apache'>HowTo Restricting traffic to a virtual host in apache</a> <small>The following configuration will limit the speed for the virtual...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/support-php-zip-extension-in-fedora-16.html' rel='bookmark' title='Support php-zip extension in Fedora 16 [How To]'>Support php-zip extension in Fedora 16 [How To]</a> <small>Solve the problem of support php-zip-extension in Fedora-16 Problem If...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/esxi-error-failed-to-locate-and-extract-vm_id-for-machinename-howto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison: Ubuntu 12.04 vs Windows 8 [Review]</title>
		<link>http://linuxconfig.net/media/featured/ubuntu-12-04-vs-windows-8-review.html</link>
		<comments>http://linuxconfig.net/media/featured/ubuntu-12-04-vs-windows-8-review.html#comments</comments>
		<pubDate>Tue, 05 Jun 2012 12:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=1970</guid>
		<description><![CDATA[While Microsoft still hasn&#8217;t announced a release date for Windows 8, rumour has it that it&#8217;ll hit the shelves later this year. For the record, this will be the third straight time a major Windows version is launched close to the release of arguably the world&#8217;s most popular Linux distro &#8211; Ubuntu. Ubuntu and Canonical [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-review.html' rel='bookmark' title='Ubuntu 12.04 [Review]'>Ubuntu 12.04 [Review]</a> <small>Canonical has released Ubuntu 12.04. its fourth long-term support (LTS)...</small></li>
<li><a href='http://linuxconfig.net/media/featured/comparison-opensuse-12-1-vs-fedora-16.html' rel='bookmark' title='[Review] Comparison OpenSUSE 12.1 vs Fedora 16'>[Review] Comparison OpenSUSE 12.1 vs Fedora 16</a> <small>These are good times for users of RPM-based distributions. The...</small></li>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-precise-pangolin-review.html' rel='bookmark' title='Ubuntu 12.04 Precise Pangolin [Review]'>Ubuntu 12.04 Precise Pangolin [Review]</a> <small>Ubuntu 12.04 LTS here is the new settings and system...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><strong>While Microsoft still hasn&#8217;t announced a release date for <strong>Windows 8</strong>, rumour has it that it&#8217;ll hit the shelves later this year. For the record, this will be the third straight time a major Windows version is launched close to the release of arguably the world&#8217;s most popular Linux distro &#8211; Ubuntu.</strong></p>
<p>Ubuntu and Canonical have cornea long way since their 7.04 Feisty Fawn release, which followed Microsoft&#8217;s Windows Vista. Back then. Canonical failed to capitalize on Vista&#8217;s universal rejection by its users.</p>
<p>If reviews of the <strong>Windows 8</strong> Consumer Preview are any indication, it&#8217;ll be a very cold winter for Microsoft. But, more importantly for the Linux community, does <strong>Ubuntu 12.04</strong> have what it takes to position itself as a more usable alternative?</p>
<h3>The Ubuntu advantage</h3>
<p>It&#8217;s ironic how the one feature in recent Ubuntu releases that might have lost it some users will now work in its favor and attract new users by the bucket-load. We are, obviously, talking about Unity.</p>
<p>Microsoft&#8217;s revolutionary Metro desktop is already facing criticism similar to that Canonical fielded when it Introduced Unity on the desktop. They listened, learned and they evolved.</p>
<p>Furthermore, <strong>Windows 8</strong> is a major departure from how Microsoft does desktops ֊ offline installations that could connect to each other. Now, with <strong>Windows 8</strong>, you have an online desktop designed to deliver the best of the cloud to your visually new desktop.</p>
<p>It can do things in a way that no version of Windows ever could before. And we in the Linux world know what that means, right?</p>
<p>Be it with KDE 4. Gnome 3, or Unity, suddenly introducing new paradigms and a dramatic new way of doing things displeases users. And while the changes might be new to Windows they have long been mainstays on the Linux desktop in general, and Ubuntu in particular.</p>
<p>In this feature, we&#8217;ll attempt to ascertain if Ubuntu&#8217;s maturity and flexibility, and Its range of options will score over <strong>Windows 8</strong>&#8216;s radically different new desktop paradigms.</p>
<h3>The Desktops</h3>
<p><strong>Both Canonical&#8217;s Unity and Microsoft&#8217;s Metro are unconventional desktops. So much so, In fact, that most of our testers first thought we were pulling a fast one on them when we invited them to give us their feedback tor this feature.</strong></p>
<h3>Unity vs Metro</h3>
<p>Windows Phone 7 users did recognize the Windows tiles interface, but having to navigate it with a mouse negated their familiarity with the interface. Others were simply at a loss as to how to proceed. Everyone&#8217;s first impulse was to figure out a way to &#8216;get to the desktop&#8221;.</p>
<p>Unity, too, was different from what most Windows (and non-Ubuntu) users were used to. But it still didn&#8217;t appear to be as &#8216;outlandish&#8217; as Metro. Many simply thought of Unity&#8217;s launchers as shortcuts mounted on a panel, and then used them as such to launch their apps. On the other hand, usability-wise, the Metro Tiles looked out of place on a 23-inch Full HD monitor.</p>
<p>Even after we familiarized the group with the basic operations of the Metro desktop, many didn&#8217;t discover some of its crucial elements. For example, most users didn&#8217;t realize that they could influence the tiles by right-clicking on them.</p>
<p>A lot didn&#8217;t know they could add tiles for things from within apps (such as their IM contacts), but they all appreciated the ability to do so when informed about the feature. Those who had read, reviews knew about the &amp; Charms bar and how to bring I it up, but others just discovered it by accident. Obviously, not everybody had a smooth experience with Unity, especially first-time users. But their inconveniences with Unity&#8217;s way of doing things were resolved easily after a quick glance at the Ubuntu Features page (<a href="http://www.ubuntu.com/ubuntu/features" target="_blank">www.ubuntu.com/ubuntu/features</a>) The most common issues were spotting the Lens icons at the bottom especially on larger displays, and finding apps that weren&#8217;t already pinned to the launcher. The traditional-looking desktop in <strong>Windows 8</strong> is labeled, aptly &#8216;Desktop&#8217;.</p>
<p>It behaves like Windows desktops have in the past, and looks almost the same, too֊ we say almost because it lacks the one crucial bit that most users identify with Windows, the trademark &#8216;Start&#8217; button. Thanks to this feature most were as lost at the Start screen as they were on the Metro Tiles.</p>
<div id="attachment_1971" class="wp-caption aligncenter" style="width: 568px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/win8-start-menu.png"><img class="wp-image-1971 " title="Windows 8 start menu" src="http://linuxconfig.net/wp-content/uploads/2012/06/win8-start-menu.png" alt="" width="558" height="339" /></a><p class="wp-caption-text">Scrolling horizontally is still perceived as being pretty much a mobile concept, and it didn’t go down well with the majority of our testers. Even the notifications in Windows 8 are written for a touch-based environment.</p></div>
<h3>Hot Corners</h3>
<p>Once again, we jumped to the testers&#8217; rescue and showed them the <strong>Windows 8</strong> Hot Corners.</p>
<p>The idea of Hot Corners seemed sensible only to users familiar with their implementations in either Mac OS or Ubuntu Unity. However, much to their disappointment, the Start Hot Corner button returns them to the <strong>Windows 8</strong> tile-laden Start screen, from which they had just escaped. Not surprisingly, the first thing most Windows users tried to customize was to figure out a way to get back the traditional Start button and behavior.</p>
<p>Despite the fact that Unity was as foreign to most users as Metro, they could find and launch apps they wanted, and use the desktop as they were used to, irrespective of the OS they came from.</p>
<p>All apps under Unity had the familiar window controls to minimize, maximize and close them &#8211; something sorely missing from the full-screen <strong>Windows 8</strong> Metro apps.</p>
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<th scope="col" colspan="2">Designed for touch</th>
</tr>
<tr>
<td>The fact that <strong>Windows 8</strong> is designed with touchscreen devices in mind is pretty much obvious from the moment you boot up the OS. From the tile-laden Start screen to the Metro interface, the entire OS is designed to be completely operable by the five digits on each hand. So much so that even in the more traditional <strong>Windows 8</strong>Desktop, browsing through open apps and switching between them requires you to junk how you&#8217;ve been performing these actions. To Microsoft&#8217;s credit, though, they have designed probably the best touchscreen interface we&#8217;ve seen to date. The actions and gestures to launch apps, cycle through open ones, close them, or send them to the background is pretty impressive on a touchscreen.Unity is designed with a touchscreen device in mind as well, but it&#8217;s still a few paces off <strong>Windows 8</strong>. For starters, the traditional window controls help it score over <strong>Windows 8</strong> on a regular desktop, but are difficult to tap on a touchscreen. Cycling through open windows is another task that&#8217;s still not optimized for touch.</td>
<td>
<p><div id="attachment_1971" class="wp-caption alignnone" style="width: 190px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/win8-start-menu.png"><img class=" wp-image-1971 " title="Windows 8 start menu" src="http://linuxconfig.net/wp-content/uploads/2012/06/win8-start-menu-300x182.png" alt="" width="180" height="109" /></a><p class="wp-caption-text">Even the notifications in Windows 8 are written for a touch-based environment.</p></div></td>
</tr>
<tr>
<th colspan="2">Best <strong>Windows 8</strong> features</th>
</tr>
<tr>
<td colspan="2">We cherry-picked Linux users from our bunch of testers, and asked them to jot down their favorite <strong>Windows 8</strong>features, which they think will enhance usability and productivity of the Windows desktop user.<strong>Interactive tiles:</strong>The Metro app tiles do more than just open apps. They also display live data in the tiles. Our Linux testers agreed that this will enhance productivity, provided they can customize what information is displayed in the tiles. So, for example, while they like the Music app tile, which displays info about the current track they would like to turn off the Mail tile, which displays snippets of their unread emails.<strong>Improved task manager and File Copy tool:</strong>Both apps are more verbose than ever, and allow users more control. Most users liked the Performance and App History tabs of the task manager and the ability to pause file transfers in the File Copy window.<strong>SkyDrive integration:</strong> Although Microsoft&#8217;s<br />
SKyDrive service has been around for some time now, its tight integration in <strong>Windows 8</strong> is definitely one of the highlights of this release.</p>
<p><strong>Split-screen apps:</strong> Metro apps can be stacked besides one another neatly. Our testers believe this will be a useful feature for users with widescreens.</p>
<p><strong>Mounting ISOs:</strong> Starting with <strong>Windows 8</strong>, users will be able to mount ISOs on virtual drives simply by double-clicking them.</td>
</tr>
</tbody>
</table>
<h3>Customising the desktop</h3>
<p>With 12.04, Ubuntu has refined further its simplified consolidated System Settings window. Users can now make the launcher a permanent fixture on the desktop, as well as tweak its behavior for multi-monitor set-ups, which was a much-requested feature by Linux users. This was well received by our bunch of testers, who had pre-conceived notions about the difficulty of setting up Linux.</p>
<p>Their experience with setting up <strong>Windows 8</strong> was rather interesting. Their first instinct was to look for the Control Panel which isn&#8217;t readily accessible, at least under the Consumer Preview. It shows up when you bring up the Charms bar under the Desktop view, but not under the main Start screen. This discrepancy wasn&#8217;t noticed by many users. Like <strong>Ubuntu 12.04</strong>, <strong>Windows 8</strong>, too, tries to simplify its settings options, with the most common settings accessible from under the Charms bar.</p>
<p>Other advanced settings, such as the BitLocker encryption, are still accessible via the Control Panel, or you can search directly for them from the Start screen. While most didn&#8217;t figure out the location of the Charms bar on their own, all our testers appreciated <strong>Windows 8</strong>&#8216;s style of segregating its settings, making commonly used settings more readily accessible than less frequently used ones.</p>
<h3>Accessing hidden features</h3>
<p>Another similarity between <strong>Ubuntu 12.04</strong> and <strong>Windows 8</strong> is their focus on making less visible features, buried beneath nested menus, easily accessible. <strong>Windows 8</strong> is tackling this issue by adding an MS Office-like Ribbon to its Windows Explorer, while Ubuntu&#8217;s solution is the Heads Up Display (HUD).</p>
<p>Still, most of our testers preferred to stick to the Context menu when working with Windows Explorer According to Microsoft, Windows Explorer has more than 200 functions (a fact we shared with our testers), but many simply continued using it to just look at and launch files.</p>
<p>Surprisingly, HUD got more looks than we expected, even though it forces people to abandon the mouse and use the keyboard. Linux users in general, and Ubuntu users in particular, appreciated the time-saving facet of HUD and how it seamlessly performs system-wide settings, such as setting up VPN, as well as app-specific actions such as saving a document or opening a bookmarked page.</p>
<div id="attachment_1041" class="wp-caption aligncenter" style="width: 501px"><a href="http://linuxconfig.net/wp-content/uploads/2012/01/screenshot-at-2011-12-09-22-00-12.jpg"><img class=" wp-image-1041  " title="Unity 5 Keyboard Shortcuts" src="http://linuxconfig.net/wp-content/uploads/2012/01/screenshot-at-2011-12-09-22-00-12-1024x575.jpg" alt="Unity 5 Keyboard Shortcuts" width="491" height="276" /></a><p class="wp-caption-text">Most testers thought of Ubuntu as being far more appreciative of traditional desktop navigation controls (keyboard and mouse) than Windows 8.</p></div>
<h2>The Applications</h2>
<p><strong>While Windows has always shipped with some pre-installed apps, no Windows version has ever been as usable out of the box as Ubuntu. That&#8217;s all set to change with <strong>Windows 8</strong>, which ships not only with a wide gamut of apps, but also an Ubuntu Software Center-esque online app store.</strong></p>
<h3>Factory-fitted apps</h3>
<p><strong>Windows 8</strong> supports two types of apps: those that are designed for its new Metro desktop, called Metre apps, and the legacy apps that do not conform with the Metro guidelines. The Consumer Preview has several of both.</p>
<p>One of the apps that most impressed our testers is the Windows Reader, which can read PDFs. It has also got several view modes, and even enables users to highlight text and add notes to documents.</p>
<h3>Net loss</h3>
<p>On the other hand, the app that our testers were most disappointed with was Internet Explorer. To be fair, they weren&#8217;t disappointed by the app itself, rather by its implementation. IE is bundled both as a Metro app and a non-metro app. Unfortunately, the apps look and behave differently depending cn which version of the app you&#8217;re using.</p>
<p>This turned off users big on standardization, and confused others, who just couldn&#8217;t figure out why the address bar jumped from the top to the bottom of the screen. On the Ubuntu desktop, it was business as usual &#8211; it bundles apps for handling all types of files users throw at it. i For media files it couldn&#8217;t play. I it offered to download the &#8216; respective codecs with one click, which was something all our testers could do.</p>
<div id="attachment_1972" class="wp-caption aligncenter" style="width: 525px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/ubuntu12.04-precise-pangolin_software_center.png"><img class=" wp-image-1972  " title="ubuntu12.04-precise-pangolin_software_center" src="http://linuxconfig.net/wp-content/uploads/2012/06/ubuntu12.04-precise-pangolin_software_center.png" alt="Despite Windows 8 having an expanded collection of apps, it still lacks several important options, such as a fully-fledged Office suite. For enterprise user" width="515" height="343" /></a><p class="wp-caption-text">Despite Windows 8 having an expanded collection of apps, it still lacks several important options, such as a fully-fledged Office suite. For enterprise user</p></div>
<p>Starting with <strong>Windows 8</strong>. users will be able to download and purchase Microsoft-certified Metro apps directly off the wires ֊ something we Linux users h3ve been doing fora long tine.</p>
<p>All our testers had a positive experience with the <strong>Windows 8</strong> Store, which worked as advertised. It&#8217;s still under development, and although its repository of apps is nowhere closes to Ubuntu&#8217;s, expect a lot more apps when it nears release.</p>
<p>Although there&#8217;s little difference between the online stores in Windows and Ubuntu, the more advanced users noticed that there&#8217;s no provision to install Metro apps from other sources by adding third-party repositories, as with the Ubuntu Software Center.</p>
<p>One major advantage of Ubuntu that every tester noted was the integration of USC within the Applications lens in Unity.</p>
<p>The ability to directly download apps without launching another app was a hit with first-time users.</p>
<h3>Maximizing real estate</h3>
<p>One of the main Ideas behind both Metro and Unity is to best utilize the available screen real estate &#8211; which is why the Metro apps in <strong>Windows 8</strong> run full-screen with no window controls. To close Metro apps, users need to grab them from the top and drag them towards the bottom of the screen, before releasing them into oblivion. This is something none of our users could figure out intuitively on their own. They tried the Alt+F4 key combo and. thankfully, it still worked.</p>
<p>Unity in <strong>Ubuntu 12.04</strong> also hides the window control, but testers who were used to the global menus in Mac and previous Ubuntu versions v/ere able to find them with relative ease. Also, while Unity now coesn&#8217;t auto hide the launcher by default, this behavior can be tweaked easily enough from within the system settings.</p>
<p>All our testers preferred Unity&#8217;s way of giving apps maximum screen real estate. They&#8217;d rather sacrifice a sliver of the screen, and have the global menu with the window controls and the familiar file menu.</p>
<h3>Background apps</h3>
<p>Since both OSes now run apps in full-screen windows, they&#8217;ve had to devise ways of alerting users when an app in the background requires their attention. This is one area where <strong>Windows 8</strong> scores partially over Ubuntu.</p>
<p>For example, while Windows was busy downloading an apo using the Windows Store Metro app. users switched to other Metro apps. When the app was downloaded and installed. Windows briefly flashed a message that the app was installed. If a user hadn&#8217;t been on the computer, they would have missed the message.</p>
<p>But if the background task is on the traditional-looking desktop, for example a file copy operation, then it behaves much as in Windows 7 &#8211; the progress is tracked by an animated icon in the taskbar, which starts flashing and changes color when the task is completed, and continues behaving this way until the user brings the window in focus.</p>
<p>Ubuntu, on the other hard, notifies a user of a completed activity by wiggling its icon in the launcher. It looks nice, and grabs your attention if you&#8217;re looking at the screen. But the animation lasts only a couple of seconds, and users who aren&#8217;t at the computer won&#8217;t be any wiser when they return.</p>
<h3>App switching</h3>
<p>Microsoft has devised a new way of switching between apps using the mouse. To reveal all open Metro apps, you have to first move your mouse to the upper-left corner of the screen.</p>
<p>This will reveal the most recent app. If you then move the mouse alongside the left edge of the screen, you&#8217;ll be shown all your open apps.</p>
<p>Instead of rewiring their neurons, most of our testers decided to continue using the Alt+Tab keyboard combination, which was unanimously voted as the faster way to switch between apps.</p>
<h3>Metro Desktop</h3>
<p>Also, our bunch didn&#8217;t like the fact that they couldn&#8217;t switch between Metro apps and non-Metro apps at the same time. That&#8217;s because the Desktop is a Metro app itself! So in the app switcher, the Desktop shows up as a single window, even If it has multiple apps running inside it.</p>
<p>Native applications for <strong>Windows 8</strong> use a concoction of HTML5 and JavaScript to get maximum mileage out of the new touch-based Metro Ul.</p>
<p>Many of our testers wondered if they&#8217;d be able to install and run legacy Windows apps, and if so, how these apps would behave in this new environment.</p>
<p>To test this out, we downloaded a couple of freely-available V/indows 7 apps. and tried installing them on <img src='http://linuxconfig.net/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> p of <strong>Windows 8</strong>. Much to the deligh: of our testers, they all installed without a hitch. Although not designed for Metro, these apps do install a tile in the <strong>Windows 8</strong> Start screen, which more or less acts like a shortcut to launch these apps in the traditional-looking Desktop.</p>
<p>Microsoft also claims that it has put effort into making the classic desktop more touch-friendly. especially to account for the fact that fingers aren&#8217;t as accurate as the traditional pointing device &#8211; the mouse. This works well for legacy apps which, although designed for a keyboard and mouse, work well with touchscreens, too.</p>
<p>On the other hand, app integration in Ubuntu&#8217;s Unity has matured quite a bit since it was first introduced last year. 12.04 flawlessly ran all non-Unity apps our testers threw at it. and even KDE apps feel at home in Unity, and even adhere to the global menu.</p>
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<th scope="col">For enterprise users</th>
</tr>
<tr>
<td>Both <strong>Ubuntu 12.04</strong> and <strong>Windows 8</strong> ship with features that&#8217;ll appeal to the enterprise desktop user as well. For starters, they aim to cut down on tool proliferation by baking several common enterprise functionalities in the OS itself, such as mounting ISO and Virtual Hard Disk (VHD) images.<br />
Microsoft has tweaked its forced restart policy when applying security patches. It&#8217;s also increasing its notice period before it automatically restarts the system from, the default 20 minutes for Windows 7 to three days for <strong>Windows 8</strong> &#8211; and that, too, if you have no apps running in the background.<br />
Then there&#8217;s the most talked-about enterprise-centric feature of all. known as WindowsToGo. With this feature, companies will be able to provide a streamlined <strong>Windows 8</strong> installation to their mobile users on an encrypted USB thumb drive.<br />
Ubuntu&#8217;s biggest advantage for enterprise users over Windows, however, is that it doesn&#8217;t distinguish artificially between the home user and the business user. In addition, <strong>Ubuntu 12.04</strong> is a Long Term Support (LTS) release which is designed to align with a typical enterprise&#8217;s long support cycles. Still, in addition to the regular release. Canonical is also working on a special Ubuntu Business Desktop version of the distro.</td>
</tr>
<tr>
<th>Reset and refresh PCs</th>
</tr>
<tr>
<td>Two features that almost brought tears to the eyes of most of our testers who used Windows regularly, were the options to Reset and Refresh their <strong>Windows 8</strong>installations.As the name suggests, the Refresh feature leaves all the user&#8217;s files, settings. Metro apps. and apps downloaded from the Microsoft store and clears out the rest ֊ system hogs such as toolbars, adware and unwanted apps.<br />
The Reset function is a bit more severe -it wipes a <strong>Windows 8</strong>installation completely.It&#8217;s advertised as an ideal solution if you&#8217;re planning to give away the PC.Again, like most things <strong>Windows 8</strong>. the ability to zap the installation to its factory defaults isn&#8217;t exclusive to Windows, but is more involved in Ubuntu, and definitely not as newbie-proof as on <strong>Windows 8</strong>.</td>
</tr>
</tbody>
</table>
<div id="attachment_1973" class="wp-caption aligncenter" style="width: 435px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/Windows-8-app-updates.png"><img class=" wp-image-1973  " title="Windows 8 app updates" src="http://linuxconfig.net/wp-content/uploads/2012/06/Windows-8-app-updates.png" alt="Our testers liked the fact that Windows 8 now enables them to update all Metro apps at the same time from within the Windows Store." width="425" height="345" /></a><p class="wp-caption-text">Our testers liked the fact that Windows 8 now enables them to update all Metro apps at the same time from within the Windows Store.</p></div>
<h2>Cloud Integration</h2>
<p><strong><strong>Windows 8</strong> is being hailed as the most revolutionary Windows release ever, not just because of its interface, but because it&#8217;s redefining how Microsoft looks at Windows installations.</strong></p>
<p>One of the most widely talked-about features is its acceptance of the cloud, and how it&#8217;s used to deliver synchronized installations, much like Ubuntu.</p>
<h3>Synchronized accounts</h3>
<p>Starting with <strong>Windows 8</strong>. users will now be able to create online accounts that will associate their settings with a Microsoft account. Their settings go with them when they sign in to any <strong>Windows 8</strong> machine with the credentials of this online account.</p>
<p>Not all our testers could wrap their heads around the concept of online accounts, especially the every-day Windows users They had been creating offline Windows user accounts forever, and it wasn&#8217;t a surprise that many chose to do so, even with <strong>Windows 8</strong>.</p>
<p>The geekier of our testers went ahead and created themselves an online account, and didn&#8217;t have any complaints when navigating the Account Creation wizard. They also appreciated the control they had over what settings are synced. Although Ubuntu doesn&#8217;t yet have such levels of user account synchronization, its OneConf mechanism is integrated with the Ubuntu Software Center and its Ubuntu One Cloud service to replicate installed apps across Ubuntu installations.</p>
<h3>Cloud storage</h3>
<p><strong>Windows 8</strong> is big on the cloud. In addition to its online account feature, it also enables you to connect to various cloud-based services, including its own SkyDrive file-hosting service.</p>
<p><strong>Windows 8</strong>&#8216;s cloud integration was well received by all our testers. But as with other aspects of the OS inspired by Linux, online storage was something that made more sense to Ubuntu users who had been using Canonicals Ubuntu One service since the last few releases.</p>
<div id="attachment_1975" class="wp-caption aligncenter" style="width: 560px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/windows-8-skydrive.png"><img class=" wp-image-1975 " title="windows 8 skydrive" src="http://linuxconfig.net/wp-content/uploads/2012/06/windows-8-skydrive.png" alt="SkyDrive offers 25GB of free space compared to Ubuntu One's 5GB. Ubuntu 12.04 is big on privacy. " width="550" height="411" /></a><p class="wp-caption-text">SkyDrive offers 25GB of free space compared to Ubuntu One&#39;s 5GB. Ubuntu 12.04 is big on privacy.</p></div>
<p>There are several similarities between Microsoft&#8217;s SkyDrive and Canonical&#8217;s Ubuntu One service. Although our testers could upload files to the SkyDrive service, they couldn&#8217;t figure out how to back up their computer to it automatically, as with Ubuntu One and Deja Dup. Add to this the fact that the Ubuntu One service has a new control panel and a streamlined setup wizard, which all our testers could navigate easily to add and remove folders for automatic synchronization.</p>
<div id="attachment_1974" class="wp-caption aligncenter" style="width: 526px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/ubuntu12.04-privacy.png"><img class=" wp-image-1974  " title="ubuntu12.04-privacy" src="http://linuxconfig.net/wp-content/uploads/2012/06/ubuntu12.04-privacy.png" alt="Ubuntu 12.04 is big on privacy. " width="516" height="392" /></a><p class="wp-caption-text">Ubuntu 12.04 is big on privacy.</p></div>
<h3>Social desktop</h3>
<p>Another aspect of <strong>Windows 8</strong>&#8216;s cloud focus that surprised several testers is its new ability to hook users into their online life. After setting up their online accounts, users in <strong>Windows 8</strong> could connect to their accounts on online services such as Facebook. Twitter and Flickr.</p>
<p>On Ubuntu, this same functionality is extended by the MeMenu. The only difference is that, while Ubuntu users knew the app that was passing on the IM conversations or bringing in and broadcasting messages over Twitter and Facebook, on Windows the users knew these apps only by their function, such as mail, or messaging. Needless to say, this dumbing down&#8217; didn&#8217;t please the more advanced users.</p>
<p>Even more surprising is the fact that despite being easy to set up and configure. <strong>Windows 8</strong>&#8216;s social desktop was turned down by some existing Windows users. While some still found it all a bit too complex, many said that they shunned it because they weren&#8217;t used to interacting with their friends in this manner.</p>
<p>The one app that was appreciated universally by both Windows and Ubuntu users was the Photos app. especially its ability to email photos directly off the app itself, without configuring traditional emailing programs such as Outlook. Also, no one could point fingers at the implementation cf the various online apps. Even novices could compose messages using the Mail app. add contacts from the People app. and include attachments from the local disk along with files from SkyDrive or from within the Photos app.</p>
<h3>Privacy measures</h3>
<p>Various apps in both Ubuntu and Windows store lots of information about their users and how they&#8217;re working with the computer. Most of this info is used for convenience purposes, for example to get you quickly to the last-used file, or to send anonymous usage statistics to the developer for improving the app or the OS itself. One of the highlights of <strong>Ubuntu 12.04</strong> is its Privacy Control Panel. All our testers could use the panel to delete their activities Advanced users appreciated the control they had over which activity is logged and which isn&#8217;t, based on applications, file types 3nd locations.</p>
<p>In comparison, <strong>Windows 8</strong> has fewer privacy control options, and these are scattered all over the place. Under the Privacy options in PC Settings, users could stop apps from accessing their location, as well as their account name and picture. But they couldn&#8217;t customise the behaviour for individual apps, as they could in Ubuntu. It only gets worse from here. Very few could figure oJt how to clear their personal info displayed in the tiles of the various online apps, such as email. And no user was even aware that they could tweak their right-click Jumplists to hide recently opened items and programs.</p>
<h3>Touchy subject</h3>
<p>One thing all our testers agreed on with respect to <strong>Windows 8</strong> is that it&#8217;s an impressive touchscreen OS. Even Ubuntu users couldn&#8217;t deny Metro&#8217;s usability edge over Unity, on a touchscreen in its current form.</p>
<p>But as a desktop OS, <strong>Windows 8</strong> got a universal thumbs down from our testers They didn&#8217;t like being faced to use an OS designed primarily for touchscreen devices with limited real estate, such as a tablet or phone, on their multi-core desktops with widescreen FullHD displays. Ubuntu&#8217;s Unity had pretty much the same criticisms in its early incarnations, but they have evolved since. In fact, much to our surprise, existing Ubuntu users had a much smoother experience with <strong>Windows 8</strong> than existing Windows users!</p>
<p>When all is said and done, while existing Windows users were amazed by <strong>Windows 8</strong>&#8216;s new-found cloud antics, our Ubuntu users were far less excited, since they have been using their Linux distro in this fashion for quite a while new.</p>
<p>Despite the fact that <strong>Windows 8</strong> does some things better than Ubuntu (user account syncs lor example), most agreed there wasn&#8217;t anything jaw-dropping about <strong>Windows 8</strong>&#8216;s implementation of age-old Ubuntu tricks.</p>
<p>Source: <strong>LXF159</strong></p>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-review.html' rel='bookmark' title='Ubuntu 12.04 [Review]'>Ubuntu 12.04 [Review]</a> <small>Canonical has released Ubuntu 12.04. its fourth long-term support (LTS)...</small></li>
<li><a href='http://linuxconfig.net/media/featured/comparison-opensuse-12-1-vs-fedora-16.html' rel='bookmark' title='[Review] Comparison OpenSUSE 12.1 vs Fedora 16'>[Review] Comparison OpenSUSE 12.1 vs Fedora 16</a> <small>These are good times for users of RPM-based distributions. The...</small></li>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-precise-pangolin-review.html' rel='bookmark' title='Ubuntu 12.04 Precise Pangolin [Review]'>Ubuntu 12.04 Precise Pangolin [Review]</a> <small>Ubuntu 12.04 LTS here is the new settings and system...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/media/featured/ubuntu-12-04-vs-windows-8-review.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 [Review]</title>
		<link>http://linuxconfig.net/media/featured/ubuntu-12-04-review.html</link>
		<comments>http://linuxconfig.net/media/featured/ubuntu-12-04-review.html#comments</comments>
		<pubDate>Tue, 05 Jun 2012 10:27:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 12.04]]></category>
		<category><![CDATA[Ubuntu 12.04 LTS]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=1964</guid>
		<description><![CDATA[Canonical has released Ubuntu 12.04. its fourth long-term support (LTS) release. Unlike standard Ubuntu releases, which come every six months and integrate majo՜ new technologies, the focus of any LTS release is to provide a secure, stable platform that businesses and demanding home users can rely on. Usually, this means an uninspiring release &#8211; few [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-precise-pangolin-review.html' rel='bookmark' title='Ubuntu 12.04 Precise Pangolin [Review]'>Ubuntu 12.04 Precise Pangolin [Review]</a> <small>Ubuntu 12.04 LTS here is the new settings and system...</small></li>
<li><a href='http://linuxconfig.net/reviews/ubuntu-tweak-review.html' rel='bookmark' title='[Review] Ubuntu Tweak'>[Review] Ubuntu Tweak</a> <small>Does Evil Nick have a pencil eraser? Why? It used...</small></li>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-tv-review.html' rel='bookmark' title='[Review] Ubuntu TV'>[Review] Ubuntu TV</a> <small>Company Canonical has presented the first prototype of Ubuntu TV...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Canonical has released <strong>Ubuntu 12.04</strong>. its fourth long-term support (LTS) release. Unlike standard Ubuntu releases, which come every six months and integrate majo՜ new technologies, the focus of any LTS release is to provide a secure, stable platform that businesses and demanding home users can rely on.</p>
<p>Usually, this means an uninspiring release &#8211; few new features for users to play with, just lots of incremental improvements that everyore welcomes but nobody feels excited about. <strong>Ubuntu 12.04</strong> is different, however, being the first LTS release tc feature Unity as its default desktop environment.</p>
<p>Has Canonical delivered a desktop that users of the last LTS can confidently upgrade to. or will they be left cold when support for it is ended in April 2013. a year before the next one is released9 The answer is yes &#8211; mostly.</p>
<p>Unity has become much faster and more reliable. In our testing, we found that it remained responsive even when running half-a-dozen applications and ripping a DVD. a taxing workload for most machines, suggesting that upgrading users have little to worry about in this regard.</p>
<p>We also found that the Dash works well. It&#8217;s easy to access, whether by clicking the Ubuntu icon with the mouse or pressing the Windows key. and once you&#8217;re in it. the built-in search quickly finds the aoplications and files that you&#8217;re looking for. The new HUD feature does the same for most application menus, too. and if you&#8217;ve net used it. it&#8217;s worth trying.</p>
<div id="attachment_1967" class="wp-caption aligncenter" style="width: 310px"><a href="http://linuxconfig.net/wp-content/uploads/2012/06/oneric_unity_dash.jpg"><img class="size-medium wp-image-1967" title="Unity's Dash" src="http://linuxconfig.net/wp-content/uploads/2012/06/oneric_unity_dash-300x181.jpg" alt="Unity's Dash" width="300" height="181" /></a><p class="wp-caption-text">Unity&#39;s Dash is a quick way to find all your files and applications.</p></div>
<p>Best of all. animations and other visual cues have been refined to the pcint where they add to the experience of using Unity and make day-to-day computing a pleasurable experience -we actually looked forward to using it each day. A good example of this is the way that applications added to the launcher are always placed above the workspace switcher, removable devices and rubbish bin helping to make access to these devices consistent, no matter what changes you make.</p>
<p>All that adds up to a reliable and comfortable experience. Our only concern was the way application title bars are integrated into the top panel. Although it&#8217;s consistent within its own perimeters, it feels alien and awkward. We&#8217;d like to see if Canonicals user testing has turned up any data on this.</p>
<h3>Beyond Unity</h3>
<p>The rest of the distribution feels equally polished. The installer is still second to ncne ֊ it&#8217;s better than any other Linux distribution&#8217;s, and it&#8217;s better than what Windows or Mac OS X has to offer.</p>
<p>The Software Centre, too. has come on leaps and bounds. We love that the search turns up only application packages, and doesn&#8217;t mix libraries and other obscurities in to the results.</p>
<p>We also love the growing collection of reviews and paid software, which make the Software Centre and its contents feel valuable. On top of all these Ubuntu-specific features, there&#8217;s the usual selection of great open source applications present in all distributions. In particular, this Ubuntu release benefits from new versions of Firefox and LibreOffice, both of which have made substantial improvements since the last LTS release.</p>
<p>We wouldn&#8217;t hesitate to advise users to upgrade. We&#8217;d also encourage any users who haven&#8217;t tried Ubuntu in a while, or moved away to another distribution with the arrival of Unity, to give it another go.</p>
<h3>Ubuntu 12.04 LTS Videos</h3>
<h4>Ubuntu 12.04 LTS Top 10 Features</h4>
<p><iframe src="http://www.youtube.com/embed/D6z6hn6wZlg" frameborder="0" width="560" height="315"></iframe></p>
<h3>Ubuntu 12.04 LTS Screenshots</h3>
<!-- Awesome Flickr Gallery Start --><!-- - Version - 3.3.6 - User ID - 75137561@N03 - Photoset ID - 72157630056495038 - Gallery ID -  - Group ID -  - Tags -  - Popular -  - Per Page - 10 - Sort Order - flickr - Photo Size - _m - Custom Size - 0 - Square - false - Captions - off - Description - off - Columns - 2 - Credit Note - off - Background Color - Transparent - Width - auto - Pagination - on - Slideshow - colorbox - Disable slideshow? - --><div class='afg-gallery custom-gallery-7' id='afg-7' style='background-color:Transparent; width:100%; color:; border-color:Transparent;'><div class='afg-table' style='width:100%'><div class='afg-row'><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm9.staticflickr.com/8152/7155721383_1d842671bc_b.jpg' title='Ubuntu-12-04-unity2d-hud'><img class='afg-img' title='Ubuntu-12-04-unity2d-hud' src='http://farm9.static.flickr.com/8152/7155721383_1d842671bc_m.jpg' alt='Ubuntu-12-04-unity2d-hud • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155721383/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm9.staticflickr.com/8015/7155722183_1f00840b07_b.jpg' title='Ubuntu-12-04-ubuntu-software-center-progress-bar'><img class='afg-img' title='Ubuntu-12-04-ubuntu-software-center-progress-bar' src='http://farm9.static.flickr.com/8015/7155722183_1f00840b07_m.jpg' alt='Ubuntu-12-04-ubuntu-software-center-progress-bar • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155722183/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div></div><div class='afg-row'><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm9.staticflickr.com/8165/7155722349_72f25d6bfa_b.jpg' title='Ubuntu-12-04-ubuntu12.04-unity2d_1'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-unity2d_1' src='http://farm9.static.flickr.com/8165/7155722349_72f25d6bfa_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-unity2d_1 • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155722349/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm8.staticflickr.com/7241/7155722245_1be8215755_b.jpg' title='Ubuntu-12-04-ubuntu12.04-radiance-theme'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-radiance-theme' src='http://farm8.static.flickr.com/7241/7155722245_1be8215755_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-radiance-theme • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155722245/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div></div><div class='afg-row'><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm9.staticflickr.com/8003/7340924886_4e5027ee33_b.jpg' title='Ubuntu-12-04-ubuntu12.04-lts-screenshot'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-lts-screenshot' src='http://farm9.static.flickr.com/8003/7340924886_4e5027ee33_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-lts-screenshot • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7340924886/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm8.staticflickr.com/7087/7155722043_b12a0ed9de_b.jpg' title='Ubuntu-12-04-ubuntu12.04-hud'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-hud' src='http://farm8.static.flickr.com/7087/7155722043_b12a0ed9de_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-hud • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155722043/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div></div><div class='afg-row'><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm8.staticflickr.com/7215/7155721841_496fef1621_b.jpg' title='Ubuntu-12-04-ubuntu12.04-displays-multimonitor'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-displays-multimonitor' src='http://farm8.static.flickr.com/7215/7155721841_496fef1621_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-displays-multimonitor • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155721841/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm9.staticflickr.com/8019/7155721781_3e02b86062_b.jpg' title='Ubuntu-12-04-ubuntu12.04-ambiance-theme'><img class='afg-img' title='Ubuntu-12-04-ubuntu12.04-ambiance-theme' src='http://farm9.static.flickr.com/8019/7155721781_3e02b86062_m.jpg' alt='Ubuntu-12-04-ubuntu12.04-ambiance-theme • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155721781/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div></div><div class='afg-row'><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm8.static.flickr.com/7215/7340924586_df41a632bf_z.jpg' title='Ubuntu-12-04-totem-quicklists'><img class='afg-img' title='Ubuntu-12-04-totem-quicklists' src='http://farm8.static.flickr.com/7215/7340924586_df41a632bf_m.jpg' alt='Ubuntu-12-04-totem-quicklists • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7340924586/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div><div class='afg-cell' style='width:50%;'><a class='afgcolorbox' rel='example47'  href='http://farm8.staticflickr.com/7084/7340924554_1ba7c22d86_b.jpg' title='Ubuntu-12-04-landscape'><img class='afg-img' title='Ubuntu-12-04-landscape' src='http://farm8.static.flickr.com/7084/7340924554_1ba7c22d86_m.jpg' alt='Ubuntu-12-04-landscape • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7340924554/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'/></a></div></div><div class='afg-row'><a style='display:none' class='afgcolorbox' rel='example47'  href='http://farm8.staticflickr.com/7238/7155721531_886b67f3db_b.jpg' title='Ubuntu-12-04-gnome-shell-3.3.92'> <img class='afg-img' alt='Ubuntu-12-04-gnome-shell-3.3.92 • &lt;a style=&quot;font-size:0.8em;&quot; href=&quot;http://www.flickr.com/photos/75137561@N03/7155721531/&quot; target=&quot;_blank&quot;&gt;View on Flickr&lt;/a&gt;'  width='75' height='75'></a> </div></div><div class='afg-pagination'><br /><br /><font class='afg-page'>&nbsp;&#171; prev&nbsp;</font>&nbsp;&nbsp;&nbsp;&nbsp;<font class='afg-cur-page'> 1 </font>&nbsp;<a class='afg-page' href='http://linuxconfig.net/feed?afg7_page_id=2#afg-7' title='Page 2'>&nbsp;2 </a>&nbsp;&nbsp;&nbsp;&nbsp;<a class='afg-page' href='http://linuxconfig.net/feed?afg7_page_id=2#afg-7' title='Next Page'> next &#187; </a>&nbsp;<br />(11 Photos)</div></div><!-- Awesome Flickr Gallery End -->
<table border="0" align="center">
<tbody>
<tr>
<th colspan="2" align="center">
<h1>Ubuntu 12.04 Desktop</h1>
</th>
</tr>
<tr>
<th>Developer</th>
<td align="center">Canonical</td>
</tr>
<tr>
<th>WEB</th>
<td align="center"><a href="http://www.ubuntu.com/" target="_blank">www.ubuntu.com</a></td>
</tr>
<tr>
<th>Price</th>
<td align="center">Free</td>
</tr>
<tr>
<th>Features</th>
<td align="center">9/10</td>
</tr>
<tr>
<th>Performance</th>
<td align="center">9/10</td>
</tr>
<tr>
<th>Ease of use</th>
<td align="center">9/10</td>
</tr>
<tr>
<th>Documentation</th>
<td align="center">9/10</td>
</tr>
<tr>
<td colspan="2"><em>Ubuntu has set the standard by which all other Linux distributions will be judged.</em></td>
</tr>
<tr>
<th>Rating</th>
<td align="center">
<h1>9/10</h1>
</td>
</tr>
</tbody>
</table>
<p>Source: <strong>LXF159</strong></p>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-12-04-precise-pangolin-review.html' rel='bookmark' title='Ubuntu 12.04 Precise Pangolin [Review]'>Ubuntu 12.04 Precise Pangolin [Review]</a> <small>Ubuntu 12.04 LTS here is the new settings and system...</small></li>
<li><a href='http://linuxconfig.net/reviews/ubuntu-tweak-review.html' rel='bookmark' title='[Review] Ubuntu Tweak'>[Review] Ubuntu Tweak</a> <small>Does Evil Nick have a pencil eraser? Why? It used...</small></li>
<li><a href='http://linuxconfig.net/media/featured/ubuntu-tv-review.html' rel='bookmark' title='[Review] Ubuntu TV'>[Review] Ubuntu TV</a> <small>Company Canonical has presented the first prototype of Ubuntu TV...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/media/featured/ubuntu-12-04-review.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppThemes Jobroller 1.6 doesn&#8217;t send emails</title>
		<link>http://linuxconfig.net/manual-howto/appthemes-jobroller-1-6-doesnt-send-emails.html</link>
		<comments>http://linuxconfig.net/manual-howto/appthemes-jobroller-1-6-doesnt-send-emails.html#comments</comments>
		<pubDate>Tue, 29 May 2012 13:11:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Manuals, HOWTOs]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[AppThemes]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[jobroller]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=1958</guid>
		<description><![CDATA[Problem: AppThemes Jobroller 1.6 doesn&#8217;t send emails installed on GoDaddy Linux hosting. Solution: Install WP-Mail-SMTP Plugin for wordpress Go to plugin settings and set theses values: From Email Email wich will show as From Mailer Send all WordPress emails via SMTP. SMTP Host localhost Encryption No encryption. Authentication Do not use SMTP authentication. Username LEAVE BLANK [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/manual-howto/sending-mail-from-bash-script.html' rel='bookmark' title='Sending mail from bash [Script]'>Sending mail from bash [Script]</a> <small>The mail command can be used under Linux or UNIX...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/review-18-steps-to-better-data-security.html' rel='bookmark' title='[Review] 18 steps to better Data Security'>[Review] 18 steps to better Data Security</a> <small>01 We still use tar Back up with tar. The...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/network/howto-restricting-traffic-to-a-virtual-host-in-apache.html' rel='bookmark' title='HowTo Restricting traffic to a virtual host in apache'>HowTo Restricting traffic to a virtual host in apache</a> <small>The following configuration will limit the speed for the virtual...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Problem:</strong></span></p>
<p>AppThemes Jobroller 1.6 doesn&#8217;t send emails installed on GoDaddy Linux hosting.</p>
<p><span style="color: #008000;"><strong>Solution:</strong></span></p>
<ol>
<li>Install <a href="http://wordpress.org/extend/plugins/wp-mail-smtp/" target="_blank">WP-Mail-SMTP</a> Plugin for wordpress</li>
<li>Go to plugin settings and set theses values:<br />
<table border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<th scope="row">From Email</th>
<td>Email wich will show as From</td>
</tr>
<tr>
<th scope="row">Mailer</th>
<td>Send all WordPress emails via SMTP.</td>
</tr>
<tr>
<th scope="row">SMTP Host</th>
<td>localhost</td>
</tr>
<tr>
<th scope="row">Encryption</th>
<td>No encryption.</td>
</tr>
<tr>
<th scope="row">Authentication</th>
<td>Do not use SMTP authentication.</td>
</tr>
<tr>
<th scope="row">Username</th>
<td>LEAVE BLANK</td>
</tr>
<tr>
<th scope="row">Password</th>
<td>LEAVE BLANK</td>
</tr>
</tbody>
</table>
</li>
<li>Test Settings</li>
</ol>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/manual-howto/sending-mail-from-bash-script.html' rel='bookmark' title='Sending mail from bash [Script]'>Sending mail from bash [Script]</a> <small>The mail command can be used under Linux or UNIX...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/review-18-steps-to-better-data-security.html' rel='bookmark' title='[Review] 18 steps to better Data Security'>[Review] 18 steps to better Data Security</a> <small>01 We still use tar Back up with tar. The...</small></li>
<li><a href='http://linuxconfig.net/manual-howto/network/howto-restricting-traffic-to-a-virtual-host-in-apache.html' rel='bookmark' title='HowTo Restricting traffic to a virtual host in apache'>HowTo Restricting traffic to a virtual host in apache</a> <small>The following configuration will limit the speed for the virtual...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/manual-howto/appthemes-jobroller-1-6-doesnt-send-emails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>brushtopbm [Command]</title>
		<link>http://linuxconfig.net/commands/brushtopbm-command.html</link>
		<comments>http://linuxconfig.net/commands/brushtopbm-command.html#comments</comments>
		<pubDate>Tue, 22 May 2012 07:44:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[File, Directory]]></category>
		<category><![CDATA[brushtopbm]]></category>
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://linuxconfig.net/?p=1953</guid>
		<description><![CDATA[Command brushtopbm brushtopbm — Convert a doodle brush file into a portable bitmap Syntax brushtopbm [brushfile] Description brushtopbm reads a Xerox doodle brush file as input and produces a portable bitmap as output. Note that there is currently no pbmtobrush tool. See also pbm<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://linuxconfig.net/commands/command-atktopbm.html' rel='bookmark' title='atktopbm [Command]'>atktopbm [Command]</a> <small>Command atktopbm atktopbm — Convert Andrew Toolkit raster object to...</small></li>
<li><a href='http://linuxconfig.net/commands/command-asciitopgm.html' rel='bookmark' title='asciitopgm [Command]'>asciitopgm [Command]</a> <small>Command asciitopgm asciitopgm — Convert ASCII graphics into a portable...</small></li>
<li><a href='http://linuxconfig.net/commands/bioradtopgm-command.html' rel='bookmark' title='bioradtopgm [Command]'>bioradtopgm [Command]</a> <small>Command bioradtopgm bioradtopgm — Convert a Biorad confocal file into...</small></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Command brushtopbm</h2>
<p><strong>brushtopbm</strong> — Convert a doodle brush file into a portable bitmap</p>
<h3>Syntax</h3>
<pre class="brush:shell">brushtopbm [brushfile]</pre>
<h3>Description</h3>
<p><strong>brushtopbm</strong> reads a Xerox doodle brush file as input and produces a portable bitmap as output.<br />
Note that there is currently no <em>pbmtobrush</em> tool.</p>
<h3>See also</h3>
<p>pbm</p>
<div class='yarpp-related-rss'>
<p>Related posts:</p><ol>
<li><a href='http://linuxconfig.net/commands/command-atktopbm.html' rel='bookmark' title='atktopbm [Command]'>atktopbm [Command]</a> <small>Command atktopbm atktopbm — Convert Andrew Toolkit raster object to...</small></li>
<li><a href='http://linuxconfig.net/commands/command-asciitopgm.html' rel='bookmark' title='asciitopgm [Command]'>asciitopgm [Command]</a> <small>Command asciitopgm asciitopgm — Convert ASCII graphics into a portable...</small></li>
<li><a href='http://linuxconfig.net/commands/bioradtopgm-command.html' rel='bookmark' title='bioradtopgm [Command]'>bioradtopgm [Command]</a> <small>Command bioradtopgm bioradtopgm — Convert a Biorad confocal file into...</small></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://linuxconfig.net/commands/brushtopbm-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
