<?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>Linux Admin Steps Into Management &#187; Linux</title>
	<atom:link href="http://yonitg.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonitg.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Jul 2010 13:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ajax DNS Tool</title>
		<link>http://yonitg.com/ajax-dns-tool/</link>
		<comments>http://yonitg.com/ajax-dns-tool/#comments</comments>
		<pubDate>Sun, 09 May 2010 22:06:08 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=447</guid>
		<description><![CDATA[I&#8217;m always searching for better tools to do my work, and today I have found this nice DNS online testing tool made with Ajax, It&#8217;s quite nice and fast, and its good when you do not have a Linux distro at hand, or have a problem with whois test from a proxied server. The site [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/05/dns1.jpg"><img class="alignnone size-full wp-image-451" title="Online dns tool" src="http://yonitg.com/blog/wp-content/uploads/2010/05/dns1.jpg" alt="Online dns tool" width="400" height="289" /></a></p>
<p>I&#8217;m always searching for better tools to do my work,<br />
and today I have found this nice <a title="DNS testing" href="http://www.ajaxdns.com/" target="_blank">DNS online testing tool</a> made with Ajax,<br />
It&#8217;s quite nice and fast, and its good when you do not have a Linux distro at hand,<br />
or have a problem with whois test from a proxied server.</p>
<p><span id="more-447"></span>The site offers:</p>
<ul>
<li>Live DNS test</li>
<li>whois search</li>
<li>IP whois</li>
<li>HTTP headers</li>
</ul>
<p>and more tools like it, very handy tool and works fast.</p>
<p>I do appreciate it when someone thinks of the GUI also and not just the functions in a tool.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/DNS' rel='tag' target='_self'>DNS</a>, <a class='technorati-link' href='http://technorati.com/tag/Online+Tools' rel='tag' target='_self'>Online Tools</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=447&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/ajax-dns-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS mount &#8211; When Your Shares Go Wrong</title>
		<link>http://yonitg.com/nfs-mount-debugging/</link>
		<comments>http://yonitg.com/nfs-mount-debugging/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:14:43 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=344</guid>
		<description><![CDATA[How to work with nfs mounts - command lines tool to check the server exports and debug nfs mounting problems.]]></description>
			<content:encoded><![CDATA[<p>From Wikipedia:</p>
<blockquote><p><a title="NFS on wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29" target="_blank"><strong>Network File System</strong> (<strong>NFS</strong></a><a title="NFS on wikipedia" href="http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29" target="_blank">)</a> is a network file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed.</p></blockquote>
<p>So basically its a network share, it allows you to share files between remote computers<br />
in the most easy and seamless way, once it was specifically for UNIX servers,<br />
but today NFS is supported over MS servers as well.</p>
<p>Like everything else in Sysadmin life,<br />
when its working its working well, and nobody hears about it,<br />
but what to do when its not working?<br />
<a title="How to Debug Samba Server" href="http://yonitg.com/howto-debug-samba-server/" target="_blank">Samba debugging</a> for example is easier from that aspect since it has extensive logs for the sysadmin,<br />
NFS doesn&#8217;t keep logs, and NFS issues doesn&#8217;t show up in the syslog/messages file as well.</p>
<p>But there are tools that allow you to get extensive information about the running NFS process,<br />
shares, statistics, users connected etc :</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="391" valign="top">
<h3><span style="color: #0000ff;"><strong>Description</strong></span></h3>
</td>
<td width="247" valign="top">
<h3><span style="color: #0000ff;"><strong>Command</strong></span></h3>
</td>
</tr>
<tr>
<td width="391" valign="top">see what the machine is exporting<strong> </strong></td>
<td width="247" valign="top">SunOS: # exportfs<br />
Solaris: # share</td>
</tr>
<tr>
<td width="391" valign="top">Print the list of shared file systems<strong> </strong></td>
<td width="247" valign="top">showmount   -e server_name</td>
</tr>
<tr>
<td width="391" valign="top">Print the list of all clients mounting a   directory from the questioned server</td>
<td width="247" valign="top">showmount -a server_name</td>
</tr>
<tr>
<td width="391" valign="top">Print the directory and all the clients that   are mounting it curretly &#8211; from within the nfs server</td>
<td width="247" valign="top">dfmounts</td>
</tr>
<tr>
<td width="391" valign="top">print the nfs netwrok statistics<strong> </strong></td>
<td width="247" valign="top">client side: nfsstat -c<br />
server side: nfsstat -s</td>
</tr>
<tr>
<td width="391" valign="top">To see that nfsd is responding</td>
<td width="247" valign="top">rpcinfo   -T udp crimson nfs</td>
</tr>
<tr>
<td width="391" valign="top">To see that mountd is responding</td>
<td width="247" valign="top">rpcinfo -T udp crimson mountd</td>
</tr>
<tr>
<td width="391" valign="top">To see that lockd is responding</td>
<td width="247" valign="top">rpcinfo   -T udp crimson nlockmgr</p>
<p>rpcinfo   -T udp crimson llockmgr</td>
</tr>
</tbody>
</table>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Command+line' rel='tag' target='_self'>Command line</a>, <a class='technorati-link' href='http://technorati.com/tag/NFS' rel='tag' target='_self'>NFS</a>, <a class='technorati-link' href='http://technorati.com/tag/samba' rel='tag' target='_self'>samba</a>, <a class='technorati-link' href='http://technorati.com/tag/Solaris' rel='tag' target='_self'>Solaris</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=344&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/nfs-mount-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Your WebSite Performance</title>
		<link>http://yonitg.com/improving-website-performance/</link>
		<comments>http://yonitg.com/improving-website-performance/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:56:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=371</guid>
		<description><![CDATA[Why is my site slow? Why is my Bounce Rate so high? How to improve my site&#8217;s performance? These are some of the questions bothering web masters and site owners all the time, here are some tools and readme&#8217;s that will: test your site find bottle necks measure performance from the outside get tips for [...]]]></description>
			<content:encoded><![CDATA[<p>Why is my site slow?<br />
Why is my Bounce Rate so high?<br />
How to improve my site&#8217;s performance?</p>
<p>These are some of the questions bothering web masters and site owners all the time,<br />
here are some tools and readme&#8217;s that will:</p>
<ul>
<li>test your site</li>
<li>find bottle necks</li>
<li>measure performance from the outside</li>
<li>get tips for fixing the problem areas in your site</li>
<li>and knows list of issues every site is suffering from</li>
</ul>
<p>so lets start with online freeware tools and external web site test tools.</p>
<h2>Check if your Google Analytics is working well in your site</h2>
<p>Who is watching the watchman?</p>
<p>first thing to check &#8211; are you getting the accurate statistics from your site?<br />
is your Analytics account configured well?<br />
are you even really using one?</p>
<p><a title="verifies if your Google Analytics (GA) Tracking Code is installed properly on your website" href="http://sitescanga.com/" target="_blank">SiteScan™ is a diagnostic tool</a> from EpikOne that verifies if your Google Analytics (GA)<br />
Tracking Code is installed properly on your website.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg"><img class="alignnone size-full wp-image-373" title="sitescan google analytics" src="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg" alt="sitescan google analytics" width="420" height="315" /></a></p>
<p>This scan will go over each page and verify that the Google Analytics code is embedded correctly to each of your page, this can help you diagnose if your bounce rate is high because the Analytics cant see their next click,<br />
or maybe you should really work on your site design.</p>
<h2>How does my code looks like from the browser?</h2>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg"><img class="alignnone size-full wp-image-374" title="firebug" src="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg" alt="firebug" width="420" height="107" /></a></p>
<p>From the <a title="firebug download page" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">firebug download page</a>:</p>
<blockquote><p>Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page..</p></blockquote>
<p>This is the basic tool to verify your code as it seen from the browser side,<br />
you can click a specific element on your page, and get a list on the right pane window of firebug,<br />
of all the css code that is effecting this element, even if the code span multiple css files.</p>
<h2>Why is my page so slow?</h2>
<p>the <a title="yslow tool from yahoo" href="http://developer.yahoo.com/yslow/" target="_blank">yslow tool from yahoo</a> will go through the elements of your page,<br />
and by using a preset list of rules, it will tell you which parts of the website you should fix,<br />
and what to fix.<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg"><img class="alignnone size-full wp-image-375" title="yslow" src="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg" alt="yslow" width="420" height="289" /></a></p>
<p>The yslow firefox plugin needs the firefox firebug installed first.</p>
<p>If you want to learn more deeply on the reasons behind each of the testing rules yahoo though about you can read the very informative document from yahoo about &#8220;<a title="yahoo developer network" href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Web Site</a>&#8221;</p>
<h2>Feed Validator</h2>
<p><a title="feed validator" href="http://feedvalidator.org/" target="_blank">Get your rss feed validated </a></p>
<h2>AOL webpagetest</h2>
<p>from the <a title="aol validator" href="http://www.webpagetest.org/" target="_blank">AOL web page test</a>:</p>
<blockquote><p>Pagetest allows you to provide the URL of a webpage to be tested. The test will be conducted from the location specified and you will be provided a waterfall of your page load performance  as well as a comparison against an optimization checklist.</p></blockquote>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg"><img class="alignnone size-full wp-image-376" title="aol pagetest waterfall" src="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg" alt="aol pagetest waterfall" width="420" height="300" /></a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=371&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/improving-website-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing MediaWiki</title>
		<link>http://yonitg.com/implementing-mediawiki/</link>
		<comments>http://yonitg.com/implementing-mediawiki/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:25:14 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=346</guid>
		<description><![CDATA[My favorite type of wiki is mediawiki, I love the ease of use, the huge matrix of extensions available, and the look and feel of the wiki itself. backup, restore and upgrade support are also very important reasons to choose a specific wiki software, and having gone through all this steps in mediawiki, I am [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite type of wiki is mediawiki,<br />
I love the ease of use, the huge matrix of extensions available,<br />
and the look and feel of the wiki itself.<br />
backup, restore and upgrade support are also very important reasons to choose a specific wiki software,<br />
and having gone through all this steps in mediawiki, I am very pleased with the ease of use.</p>
<p>Starting from the begining:</p>
<h2>what is mediawiki?</h2>
<blockquote><p>MediaWiki is free server-based software which is licensed under the GNU General Public License (GPL). It&#8217;s designed to be run on a large server farm for a website that gets millions of hits per day. MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation, that uses PHP to process and display data stored in its MySQL database.<br />
<a title="Media wiki what is wiki" href="http://www.mediawiki.org/wiki/How_does_MediaWiki_work%3F" target="_blank">Media wiki site</a></p></blockquote>
<p>Media wiki also saves the versions of the updated files &#8211; allowing for easy reverts and versioning of edited files.</p>
<p><a title="Large mediawiki site list" href="http://s23.org/wikistats/largest_html.php?th=999&amp;lines=999" target="_blank">The largest sites using medaiwiki:</a></p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg"><img class="alignnone size-full wp-image-349" title="Mediawiki_large_sites_list" src="http://yonitg.com/blog/wp-content/uploads/2010/01/large_sites_list1.jpg" alt="Mediawiki large sites list" width="400" height="229" /></a></p>
<h2>Design matters</h2>
<p>Wiki website doesn’t have to have the MediaWiki standard look,<br />
you can design the look and feel either manually to suite the corporate guidelines or with existing skins.</p>
<h3>Novelle&#8217;s wiki site:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg"><img class="alignnone size-full wp-image-350" title="Novell_wiki_site" src="http://yonitg.com/blog/wp-content/uploads/2010/01/Novell_wiki_site.jpg" alt="Novell wiki site" width="400" height="282" /></a></p>
<h3>marvel.wikia.com:</h3>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg"><img class="alignnone size-full wp-image-354" title="marvel" src="http://yonitg.com/blog/wp-content/uploads/2010/01/marvel.jpg" alt="marvel" width="400" height="217" /></a></p>
<h2>Extensions</h2>
<p><strong>Extensions</strong> are compilations of PHP code that add new features or enhance functionality of the main MediaWiki core. Extensions are one of the main advantages of MediaWiki. They give wiki administrators and wiki end-users the ability to adapt MediaWiki to their requirements.</p>
<p>The extensions can add capabilities like:</p>
<ul>
<li><a title="Embed youtube videos into your wiki" href="http://www.mediawiki.org/wiki/Extension:EmbedVideo" target="_blank">Embed videos</a> (YouTube)</li>
<li><a title="viewing the list of users currently online" href="http://www.mediawiki.org/wiki/WhosOnline" target="_blank">WhosOnline</a> &#8211; shows you who is currently logged in to your wiki</li>
<li><a title="embed flash" href="http://www.mediawiki.org/wiki/Extension:Flash" target="_blank">Allow embedded flash</a></li>
<li><a title="Iframe support" href="http://www.mediawiki.org/wiki/Extension:Website_in_iFrame" target="_blank">Iframe</a> &#8211; to load pages from other site in your wiki page</li>
<li><a title="export to pdf directly from the wiki" href="http://www.mediawiki.org/wiki/Extension:Wikipdf2" target="_blank">Convert to pdf</a></li>
<li><a title="Open large images with popup window" href="http://www.mediawiki.org/wiki/Extension:SlimboxThumbs" target="_blank">Images preview popup window</a></li>
</ul>
<h2>Integrate into the Organization</h2>
<div>Using LDAP we can integrate the wiki with the main active directory.</div>
<div><a href="http://www.mediawiki.org/wiki/Ldap">http://www.mediawiki.org/wiki/Ldap</a> will show you the step to add ldap support to the wiki install,</div>
<div>with ldap you can have single and multi domain authentication (including local database)</div>
<div>Retrieval of user information from LDAP:</div>
<ul>
<li>Email address</li>
<li>Real name</li>
<li>Nickname</li>
<li>Language</li>
</ul>
<div>you can configure the wiki to allow to only domain users to access the server, and you can create wikis that will be accessible only by a specific domain group/users.</div>
<div>You can restrict edit access only to users who have created an account AND verified their email address.</div>
<div>more features the mediawiki ofers:</div>
<div>
<ul>
<li>A watch list &#8211; update by email when a watched page has changed.</li>
<li>By default, MediaWiki’s page URLs look like /index.php?title=Your_Page,</li>
<li> but an .htaccess file tweak can make them look like Wikipedia’s clean /wiki/Your_Page links.</li>
<li>When a user submits an edit to a page, MediaWiki writes it to the database, but without deleting the previous versions of the page, thus allowing easy reverts in case of vandalism or spamming.</li>
</ul>
</div>
<h2>First steps with editing wiki pages</h2>
<p><a href="http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview">http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview</a></p>
<p>This simple editing tutorial will show you the basic step in editing a new wiki page:</p>
<ul>
<li>headings</li>
<li>lists</li>
<li>links</li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/mediawiki' rel='tag' target='_self'>mediawiki</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wiki' rel='tag' target='_self'>wiki</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=346&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/implementing-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>solaris 10 and vnc</title>
		<link>http://yonitg.com/solaris-10-vnc/</link>
		<comments>http://yonitg.com/solaris-10-vnc/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 21:35:20 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=338</guid>
		<description><![CDATA[VNC viewer is a free remote control software package. With VNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. Now Solaris 10 comes with vncserver built in.]]></description>
			<content:encoded><![CDATA[<p>VNC is a server client method of connecting to a remote server,<br />
the great thing about vnc is that you can see the remote server desktop, and work on it with a mouse just like its your local desktop.<br />
another good thing about vnc is that its free for use for many distros.</p>
<p>There are main 2 major software companies that supply free vnc server and vnc cllient,<br />
the first is <a title="realvnc free download " href="http://www.realvnc.com/products/download.html" target="_blank">realvnc</a> and the second is <a title="tightvnc free vnc" href="http://www.tightvnc.com/download.php" target="_blank">tightvnc </a>, from the tighvnc site:</p>
<p>TightVNC is a free remote control software package. With TightVNC, you can <span style="color: #007000;"><strong>see the     desktop of a remote machine and control it</strong></span> with your local mouse and keyboard, just like you     would do it sitting in the front of that computer. TightVNC is:</p>
<ul>
<li><span style="color: #007000;"><strong>free</strong></span> for both personal and commercial usage, with full source code available (<a title="gnu license" href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL</a>-licensed);</li>
<li>useful in remote administration, remote customer support, education, and for many other       purposes;</li>
<li>cross-platform, available for Windows and Unix, compatible with other VNC software.</li>
</ul>
<p>So these are 2 options for you to download a good free vnc viewer.</p>
<h2>Solaris VNCserver configuration</h2>
<p>and I say only viewer because now the Solaris 10 build 5 comes with the vncserver alredy inside.<br />
all you need to do is to configure it.</p>
<p>This page on the SUN site will give you the detailed explanation on how to do things and what <a title="Install a patch before using Xvnc" href="http://docs.sun.com/app/docs/doc/819-0872/remotead-20?l=en&amp;a=view&amp;q=vnc+solaris+10" target="_blank">security patch you need to install fisrt </a>,but the instructions can be summed up in 4 lines:</p>
<blockquote><p>mkdir -p /etc/dt/config</p>
<p>cp /usr/dt/config/Xservers    /etc/dt/config/Xservers</p>
<p>edit this file “/etc/dt/config/Xservers” and add these lines at the end:</p>
<p>:1  Local local_uid@none root /usr/X11/bin/Xvnc :1 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
:2  Local local_uid@none root /usr/X11/bin/Xvnc :2 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
:3  Local local_uid@none root /usr/X11/bin/Xvnc :3 -nobanner -AlwaysShared -SecurityTypes None -geometry 1024x768x24 -depth 24<br />
And reboot the server.</p></blockquote>
<p>The lines with the :1 :2 etc at the beginning, are the virtual displays you wish to server to have available for connections, you can add more by changing the numbers to :4 :5 etc.</p>
<p>when connecting to the server with the vnc viewer you need to express to which virtual display you want to connect by adding it to end of the server&#8217;s name or ip:</p>
<blockquote><p>10.10.10.1:3</p></blockquote>
<p>If you want to connect to virtual display number 3.</p>
<p>A security note – this configuration will allow passwordless access to the vnc screen – if someone logs in and leaves it open – the next user can just enter without a login.</p>
<p>A safer configuration is to require a password by using the <kbd><strong>-SecurityTypes VncAuth</strong></kbd> parameter. The Xvnc(1) man page describes password requirements.</p>
<h2><strong>VNC and Security</strong></h2>
<p>The vnc as a general is clear text, for a more secure connection there is a method of tunneling the vnc through a ssh session.<br />
2 nice tutorials for vnc through ssh can be found <a title="VNC over SSH2 - A TightVNC Tutorial" href="http://www.vanemery.com/Linux/VNC/vnc-over-ssh.html" target="_blank">here</a> and <a title="Tunnelling VNC over SSH with PuTTY" href="http://martybugs.net/smoothwall/puttyvnc.cgi" target="_blank">here</a>.<br />
the second tutorial is using putty for the ssh connection &#8211; putty is another great freeware,<br />
its a <a title="PuTTY Download Page" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">free ssh client for windows</a> to connect to ssh servers.</p>
<p>If the server you wish to connect to through vnc is located withing your lan,<br />
and you are relaxed about security for the users on it &#8211; if its a training server etc ,<br />
you can just setup the vncserver without any safeguards,<br />
but if you are connecting through an unsecured medium (AKA the internet)<br />
you better add the ssh layer to it.</p>
<p><a href="http://www.amazon.com/Solaris-10-System-Administration-Essentials/dp/013700009X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D013700009X"><img src="http://ecx.images-amazon.com/images/I/41E-zuGuMFL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Solaris-Security-Essentials-Microsystems-Engineers/dp/0137012330%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0137012330"><img src="http://ecx.images-amazon.com/images/I/41DnAUzC0jL._SL160_.jpg" alt="" /></a> <a href="http://www.amazon.com/Solaris-Solutions-System-Administrators-Time-Saving/dp/047143115X%3FSubscriptionId%3DAKIAJOT3JJ24F6GO7IGQ%26tag%3Dyonitgcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D047143115X"><img src="http://ecx.images-amazon.com/images/I/51VF610-5JL._SL160_.jpg" alt="" /></a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/desktop' rel='tag' target='_self'>desktop</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/network' rel='tag' target='_self'>network</a>, <a class='technorati-link' href='http://technorati.com/tag/Solaris' rel='tag' target='_self'>Solaris</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_self'>windows</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=338&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/solaris-10-vnc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading Linux Email book</title>
		<link>http://yonitg.com/reading-linux-email-book/</link>
		<comments>http://yonitg.com/reading-linux-email-book/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 16:40:06 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=334</guid>
		<description><![CDATA[I&#8217;m reading a new book about Linux mail servers, Its basically a Hands on training book for easily installing a full linux email server for the office, The book is filled with helping screenshots and a step-by-step procedures to install the server and make things work, some of the apps the book covers are: Postfix, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.packtpub.com/linux-email-2nd-edition/mid/241109al243p?utm_source=yonitg.com&amp;utm_medium=affiliate&amp;utm_content=blog&amp;utm_campaign=mdb_001602" class="broken_link" ><img class="alignnone size-full wp-image-335" title="Linux E-mail" src="http://yonitg.com/blog/wp-content/uploads/2009/12/1847198643.png" alt="Linux E-mail" width="100" height="123" /></a></p>
<p>I&#8217;m reading a new book about Linux mail servers,<br />
Its basically a Hands on training book for easily installing a full linux email server for the office,<br />
The book is filled with helping screenshots and a step-by-step procedures to install the server and make things work,<br />
some of the apps the book covers are: Postfix, Courier, Procmail etc&#8230;<br />
Ill add a full review when I&#8217;m done reading &#8211; it looks nice so far.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Hardware' rel='tag' target='_self'>Hardware</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/sendmail' rel='tag' target='_self'>sendmail</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=334&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/reading-linux-email-book/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Like Good Linux Lists On The Morning</title>
		<link>http://yonitg.com/i-like-good-linux-lists-on-the-morning/</link>
		<comments>http://yonitg.com/i-like-good-linux-lists-on-the-morning/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 22:21:51 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[IT management]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=319</guid>
		<description><![CDATA[Lists are the magic word for SEO and link bait, and they catch the eye. Well I sometimes bite too so here is the latest Linux links list I have fallen for: 15 Power tools for Linux that you cant afford to miss, I havent checked all the links in the page yet, but I [...]]]></description>
			<content:encoded><![CDATA[<p>Lists are the magic word for SEO and <a title="Matt Cutts SEO Advice: linkbait and linkbaiting" href="http://www.mattcutts.com/blog/seo-advice-linkbait-and-linkbaiting/" target="_blank">link bait</a>, and they catch the eye.</p>
<p>Well I sometimes bite too so here is the latest Linux links list I have fallen for:<br />
15 Power tools for Linux that you cant afford to miss,<br />
I havent checked all the links in the page yet, but I will.</p>
<p>And you should probably check out the whole blog,<br />
It looks very promising and fun to read.<br />
from their description:<br />
<a title="Linux Desktop Blog" href="http://penguininside.blogspot.com/" target="_blank">Penguin Inside</a> is a blog about Linux and Software Guides, How-TOs, Reviews.<br />
The blog is dedicated to Linux Desktops.</p>
<p>Another Good list is from Smashing Magazine:<br />
<a title="not realy related to linux servers but I liked it anyhow" href="http://www.smashingmagazine.com/2009/06/07/50-beautiful-flash-websites/" target="_blank">50 Beautiful Flash Websites</a> , and thats a beutiful list of 50 stunning flash websites,<br />
A couple that i liked the most are:</p>
<p><a title="econtent" href="http://www.econtent.hu/flash_version/index.html" target="_blank">e-Content Solutions</a></p>
<p><img class="alignnone size-full wp-image-328" title="econtent" src="http://yonitg.com/blog/wp-content/uploads/2009/11/econtent_s.jpg" alt="econtent" width="400" height="264" /></p>
<p>and <a title="v5design" href="http://www.v5design.com/" target="_blank">v5 Design</a></p>
<p><img class="alignnone size-full wp-image-329" title="v5design_s" src="http://yonitg.com/blog/wp-content/uploads/2009/11/v5design_s.jpg" alt="v5design_s" width="400" height="264" /></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Command+line' rel='tag' target='_self'>Command line</a>, <a class='technorati-link' href='http://technorati.com/tag/desktop' rel='tag' target='_self'>desktop</a>, <a class='technorati-link' href='http://technorati.com/tag/Hardware' rel='tag' target='_self'>Hardware</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=319&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/i-like-good-linux-lists-on-the-morning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache Active Directory Authentication</title>
		<link>http://yonitg.com/apache-active-directory-authentication/</link>
		<comments>http://yonitg.com/apache-active-directory-authentication/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:32:54 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux - Windows integration]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=310</guid>
		<description><![CDATA[Apache server is a strong web server that can serve great open source application like Mediawiki which is a great solution for information sharing, but what if you want to use Mediawiki to share information only for the local office active directory domain members? Or even only to members of a specific group in the [...]]]></description>
			<content:encoded><![CDATA[<p>Apache server is a strong web server that can serve great open source application like <a href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">Mediawiki</a> which is a great solution for information sharing,<br />
but what if you want to use Mediawiki to share information only for the local office active directory domain members?<br />
Or even only to members of a specific group in the active directory?</p>
<p>In Apache you have a specific module called <a href="http://httpd.apache.org/docs/2.0/mod/mod_ldap.html" target="_blank">mod_ldap</a> which allows you to use the Active Directory as an authentication server for your users,<br />
so you can create a secure wiki branch for each department users.</p>
<p>To setup the apache server to use Active Directory as access manager you will need to make sure the mod_ldap was compiled with the apache server and that these lines are in the httpd.conf file:</p>
<blockquote><p>LoadModule authnz_ldap_module modules/mod_authnz_ldap.so<br />
LoadModule ldap_module modules/mod_ldap.so</p></blockquote>
<p>If you have a Windows server installed with the <a href="http://yonitg.com/apache-mysql-php-perl-windows/" target="_blank">xampp install of apache and mysql</a>, you will have the module pre-compiled into the apache server,<br />
however testing that it’s loaded can be done with:</p>
<blockquote><p>C:\xampp\apache\bin\httpd.exe -t -D DUMP_MODULES<br />
the output should have these lines:<br />
authnz_ldap_module (shared)<br />
ldap_module (shared)</p></blockquote>
<p>Once you have the mod_ldap modules loaded you can add to the apache configuration file the user authentication support:</p>
<h3>Any Authenticated user from the Domain:</h3>
<blockquote style="width: 141.14%; height: 221px;"><p>&lt;Location /Finance_Wiki&gt;<br />
Require valid-user<br />
AuthType Basic<br />
AuthName &#8220;Finance Wiki Access&#8221;<br />
AuthBasicProvider &#8220;ldap&#8221;<br />
AuthLDAPBindDN &#8220;CN=proxy_user,OU=sub_group,OU=main_group,DC=some,DC=domain,DC=com&#8221;<br />
AuthLDAPBindPassword &#8220;proxy_user_pass&#8221;<br />
AuthLDAPURL &#8220;ldap://pdc.some.domain.com:389/OU=main_group,DC=some,DC=domain,DC=com?sAMAccountName?sub?(objectClass=*)&#8221;<br />
&lt;/Location&gt;</p></blockquote>
<p>The AuthLDAPBindDN and AuthLDAPBindPassword settings are for setting a user that will allow the apache server to browse the Active Directory structure,<br />
the user created for this should have the minimum rights possible in the domain.</p>
<p>This specific apache configuration will allow any user from the domain to share the /Finance_Wiki folder, but if you want to allow access for a specific group you need to add this configuration line:</p>
<blockquote><p>require ldap-group CN=groupname,OU=group.container,OU=main_group,DC=some,DC=domain,DC=com</p></blockquote>
<p>This is the part that will require the active directory authentication for a specific group.</p>
<p>This way you can prepare a wiki branch for each group in your company to securely share internal files.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/Command+line' rel='tag' target='_self'>Command line</a>, <a class='technorati-link' href='http://technorati.com/tag/desktop' rel='tag' target='_self'>desktop</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_self'>windows</a>, <a class='technorati-link' href='http://technorati.com/tag/xampp' rel='tag' target='_self'>xampp</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=310&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/apache-active-directory-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
