<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>hostname &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/hostname/</link>
	<description>Feed of posts on WordPress.com tagged "hostname"</description>
	<pubDate>Fri, 25 Jul 2008 23:51:30 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Change Hostname in Solaris 10]]></title>
<link>http://tazlambert.wordpress.com/?p=97</link>
<pubDate>Thu, 17 Jul 2008 02:54:14 +0000</pubDate>
<dc:creator>tazlambert</dc:creator>
<guid>http://tazlambert.wordpress.com/?p=97</guid>
<description><![CDATA[Solaris is not is easy to maintain, that from what I experienced up till now +__+. For example if yo]]></description>
<content:encoded><![CDATA[<p class="MsoNormal">Solaris is not is easy to maintain, that from what I experienced up till now +__+. For example if you want to change the name of our computer you have to go through all this stuff, while in Windows you can do it easily :P, but this is the interesting part, you have to try it!!</p>
<p class="MsoNormal">Change the name in /etc/nodename</p>
<blockquote>
<p class="MsoNormal">Inside here just replace the old name with the name that you wanted</p>
</blockquote>
<p class="MsoNormal">Change the name in /etc/hostname.<em>interface</em></p>
<blockquote>
<p class="MsoNormal">Inside here just replace the old name with the name that you wanted</p>
</blockquote>
<p class="MsoNormal">Change the name in /etc/hosts</p>
<blockquote>
<p class="MsoNormal">127.0.0.1<span> </span>localhost</p>
<p class="MsoNormal">10.0.0.1<span> </span><em>new_hostname</em><span> </span>loghost</p>
</blockquote>
<p class="MsoNormal">After this you can type</p>
<blockquote>
<p class="MsoNormal">hostname <em>new_hostname</em></p>
</blockquote>
<p class="MsoNormal">After that you can try to reboot and check by ping to your new hostname.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Hostname Change]]></title>
<link>http://dbaanswers.wordpress.com/?p=25</link>
<pubDate>Sun, 29 Jun 2008 20:27:00 +0000</pubDate>
<dc:creator>June Lee</dc:creator>
<guid>http://dbaanswers.wordpress.com/?p=25</guid>
<description><![CDATA[In doing RAC Workshop, we use VMware to create a server named &#8220;rac1&#8243; and then copy all t]]></description>
<content:encoded><![CDATA[<p>In doing RAC Workshop, we use VMware to create a server named "rac1" and then copy all the files as to another server "rac2". The two servers are the same just after the copy process, including all the IP setting and hostname. We need to change the 2nd server with different hostname.</p>
<p>Change the hostname on a running machine:</p>
<blockquote><p>$hostname NEW_NAME</p></blockquote>
<p>This is active right away and will remain like that until the system will be rebooted. You will most probably need to exit the current shell in order to see the change in your shell prompt.</p>
<p>Change the hostname permanently on Redhat based systems:</p>
<blockquote><p>$vi /etc/sysconfig/network</p>
<p>edit the new Hostname in this file</p></blockquote>
<p>Reference:</p>
<p>1. <a href="http://www.ducea.com/2006/08/07/how-to-change-the-hostname-of-a-linux-system/">http://www.ducea.com/2006/08/07/how-to-change-the-hostname-of-a-linux-system/</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Running PHP Applications on Linux]]></title>
<link>http://manishtech.wordpress.com/?p=21</link>
<pubDate>Sat, 28 Jun 2008 08:46:52 +0000</pubDate>
<dc:creator>Manish</dc:creator>
<guid>http://manishtech.wordpress.com/?p=21</guid>
<description><![CDATA[Overview:
I usually find that lots of poeple find it quite difficult to install any application made]]></description>
<content:encoded><![CDATA[<h2>Overview:</h2>
<p>I usually find that lots of poeple find it quite difficult to install any application made in PHP and MySQL on their Linux boxes. They find it a bit confusing how to configure the settings. How to install the LAMP stack. Where to put the PHP applications code. I was quite inspired to write to this after having I saw people facing problems on Ubuntu Forums. <a href="http://ubuntuforums.org/showthread.php?t=842219" target="_blank">This is the one which I dealt with</a>.</p>
<p>Sometimes spoon-feeding becomes important,but only for the first time.</p>
<h2>Scenario:</h2>
<p>A newbie who knows just the basics of Linux. He/She wants to run a PHP application like wordpress / phpBB / osCommerce on their computer.</p>
<p>The distro is assumed to be Ubuntu, though it doesn't change much for others too.</p>
<h2>Lets Start:</h2>
<h3>Step 1: Getting the LAMP stack on your system</h3>
<p>You first need to install LAMP on your box, Installation is quite simple. Just get the following packages using the command on your terminal ( Applications&#62; Accessories&#62;Terminal)</p>
<blockquote><p><span style="color:#ff6600;">sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server</span></p></blockquote>
<p>While installing MySQL, it might ask for set up the root password,if it doesn't ask, then continue.</p>
<p>For more information check this <a href="http://manishtech.wordpress.com/2007/06/20/settng-up-lamp-stack-on-your-ubuntu-system/">post here</a> .</p>
<h3>Step 2: Download the PHP application</h3>
<p>You need to download the PHP application which you want to run over the webserver. Examples are Wordpress, phpBB, osCommerce, MediaWiki etc</p>
<p>Get them and let it be in the folder where you have downloaded it.</p>
<h3>Step 3: Moving these software to the Apache's root directory</h3>
<p>Apache's root directory is /var/www (/var/www/html). This is owned by the user www-data which is a minimal user created just for running apache and web servers. A normal user cant write to this directory.</p>
<p>Now here is the solution of how to copy the data to this directory. This method can be used for any directory which the normal user does not have write access. The concept behind the method is to start an instance of nautilus ( explorer) with root (superuser) privileges. For this follow the isntructions</p>
<p><span style="color:#ff6600;">* Press Alt + F2</span></p>
<p><span style="color:#ff6600;">* A Run daialog box appears, over there type gksudo nautilus /var/www</span></p>
<p><span style="color:#ff6600;">* You will be asked for your password as you are elevating your privileges</span></p>
<p><span style="color:#ff6600;">* Nautilus opens up,now copy the tarball/zip file from the download location to /var/www</span></p>
<p><span style="color:#ff6600;">* Untar the archive by Right Click &#62; Extract Archive</span></p>
<p>You may have the package in the folder say /var/www/wordpress. We are supposing wordpress as an example.</p>
<h3>Step 4: Setting up username and accounts in database</h3>
<p>Now you need to have a create a new database for the software you intent to work on. For this open MySQL from the terminal. If you had been asked to set up the password at time of MySQL installation then use this command</p>
<blockquote><p><span style="color:#ff6600;">mysql -u root -p</span></p></blockquote>
<p>and then enter the root password which you set up</p>
<p>if you were not asked to set up root password, then use this command at terminal</p>
<blockquote><p><span style="color:#ff6600;">mysql -u root</span></p></blockquote>
<p>After this is done you will be dropped to mysql prompt. Create a new database using this:</p>
<blockquote><p><span style="color:#ff6600;">create database foo;</span></p></blockquote>
<p>type quit to exit.</p>
<h3>Step 5: Change the data in the config file.</h3>
<p>Hunt for file which may have name such as config,settings etc etc. One you locate it,open to find the area for entering database settings. The settings should be:</p>
<blockquote><p><span style="color:#ff6600;">Hostname: <strong>localhost</strong></span></p>
<p><span style="color:#ff6600;">Username: <strong>root</strong></span></p>
<p><span style="color:#ff6600;">Password: <em>&#60;the password you set up&#62;</em></span></p>
<p><span style="color:#ff6600;">Database name: <strong>foo</strong> (or whatever you created)</span></p></blockquote>
<h3>Step 6: Access it via browser</h3>
<p>Now point your browser to http://localhost/wordpress</p>
<p>You may get the basic installation thing or whatever stuff you need.</p>
<h3>Additional Stuffs:</h3>
<p>You can be asked to make some locations writable. There may be instances like the software cant write to a specific folder or file. It can be used for cache or any such temporary stuff. Then you need to change the permissions. Simply give write permissions to the user www-root. However this situation may be unlikely. e..g we have to change the permissions of folder /var/www/wordpress/cache</p>
<blockquote><p><span style="color:#ff6600;">sudo chmod -cR u+w /var/www/wordpress/cache</span></p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Με τι όνομα πρέπει να αποθηκεύουμε τα post στο wordpress]]></title>
<link>http://olamesa.wordpress.com/?p=254</link>
<pubDate>Tue, 17 Jun 2008 18:04:06 +0000</pubDate>
<dc:creator>tassadar</dc:creator>
<guid>http://olamesa.wordpress.com/?p=254</guid>
<description><![CDATA[
#last update 7/7/2008: δεν ξέρω τι έγινε και πως, αλλά οι διευθύν]]></description>
<content:encoded><![CDATA[<p><img src="http://www.subhub.com/custom/www%20domain%20name.jpg" alt="" width="342" height="266" /></p>
<p>#last update 7/7/2008: δεν ξέρω τι έγινε και πως, αλλά οι διευθύνσεις με ελληνικούς χαρακτήρες φαίνεται να δουλεύουν κανονικά με τον firefox 3, οπότε αν θέλετε αγνοήστε αυτό το post#</p>
<p><em>Αυτό είναι κάτι το οποίο δυστυχώς άργησα να το καταλάβω.</em><br />
Το θέμα είναι ότι δεν μπορείς να έχεις στην διεύθυνση (hostname) ενός post ελληνικούς χαρακτήρες.<br />
Αν αποθηκεύσετε ένα post με ελληνικούς χαρακτήρες στο hostname, αυτοί θα μετατραπούν σε μια ακαταλαβίστικη συμβολοσειρά.</p>
<p>Και τι έγινε θα μου πείτε. Δείτε το παράδειγμα και θα καταλάβετε.</p>
<p><strong>α) </strong>διεύθυνση που χρησιμοποιεί μόνο λατινικούς χαρακτήρες:<br />
http://olamesa.wordpress.com/2008/06/17/gynaikeies-prodiagrafes/<br />
όπως βλέπετε φαίνεται ξεκάθαρα ο τίτλος του post.</p>
<p><strong>β) </strong>διεύθυνση που χρησιμοποιεί και ελληνικούς χαρακτήρες:<br />
http://olamesa.wordpress.com/2008/06/16/%cf%80%ce%b5%ce%af%cf%84%ce%b5-%cf%84%ce%b7-%cf%83%cf%89%cf%83%cf%84%ce%ae-%ce%b1%cf%84%ce%ac%ce%ba%ce%b1/</p>
<p>Αν σας ικανοποιεί το <strong>β </strong>τότε δεν χρειάζεται να διαβάσετε παρακάτω.<br />
Αν προτιμάτε το <strong>α </strong>συνεχίστε ακάθεκτοι.</p>
<p>Αυτό που πρέπει να κάνετε είναι να γράφετε τα hostname με λατινικούς χαρακτήρες (ακόμα επιτρέπονται η τελεία, η παύλα καθώς και τα αριθμητικά ψηφία).</p>
<p><span style="text-decoration:underline;"><strong>Προσοχή</strong>: άλλο ο τίτλος του post και άλλο το hostname του!</span></p>
<p>Στον τίτλο (title) μπορείτε να γράψετε ότι θέλετε, ελληνικά κινέζικα ή σουαχίλι.<br />
Όταν γράφετε ένα post, ακριβώς κάτω από τον τίτλο του, υπάρχει κάτι που λέγεται <span style="text-decoration:underline;"><strong>Permalink</strong></span>. Σε αυτή τη θέση μπαίνει αυτόματα ο τίτλος του post, και εφόσον ο τίτλος είναι στα ελληνικά, θα μετατραπεί αυτόματα σε αλαμπουρνέζικα.<br />
<span style="text-decoration:underline;">Αυτή είναι η διεύθυνση του post</span> (το hostname που λέγαμε) και αυτή πρέπει να γράψετε με λατινικούς χαρακτήρες (πατώντας το <strong>edit </strong>που βρίσκεται δίπλα του).</p>
<p>Με αυτό τον τρόπο θα μπορείτε να ξεχωρίζετε τις διευθύνσεις των post και να μην μπερδεύεστε (θα καταλάβετε πόσο χρήσιμο είναι μόνο αν δεν το εφαρμόσετε, αλλά πιστέψτε με!)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Γιατί βγαίνουν κινέζικα στις διευθύνσεις]]></title>
<link>http://olamesa.wordpress.com/?p=253</link>
<pubDate>Tue, 17 Jun 2008 17:55:16 +0000</pubDate>
<dc:creator>tassadar</dc:creator>
<guid>http://olamesa.wordpress.com/?p=253</guid>
<description><![CDATA[Αναρωτηθήκατε ποτέ γιατί μερικές διευθύνσεις εμφανίζ]]></description>
<content:encoded><![CDATA[<p>Αναρωτηθήκατε ποτέ γιατί μερικές διευθύνσεις εμφανίζονται με <em>κινέζικα</em>;</p>
<p>Αν έχετε blog στο wordpress θα έχετε καταλάβει για τι πράγμα μιλάω.<br />
Κάτι τέτοιο:<br />
http://olamesa.wordpress.com/2008/06/16/%cf%80%ce%b5%ce%af%cf%84%ce%b5-%cf%84%ce%b7-%cf%83%cf%89%cf%83%cf%84%ce%ae-%ce%b1%cf%84%ce%ac%ce%ba%ce%b1/</p>
<p>Αυτό συμβαίνει επειδή σε μια διεύθυνση (<strong>host name</strong>) επιτρέπεται να υπάρχουν <span style="text-decoration:underline;">μόνο</span> οι λατινικοί χαρακτήρες, αριθμητικά ψηφία, η τελεία και η παύλα.</p>
<p>Ένα hostname είναι αυτό: http://olamesa.wordpress.com/2008/06/17/gynaikeies-prodiagrafes/</p>
<p>Αν χρησιμοποιήσετε χαρακτήρες που δεν επιτρέπονται, π.χ. ελληνικούς, τότε αυτοί θα μετατραπούν αυτόματα σε κινέζικα.</p>
<p>Οπότε, όταν βλέπετε κινέζικα σε διευθύνσεις να ξέρετε ότι υπάρχουν απαγορευμένοι χαρακτήρες.</p>
<p><em>Σκόρπιες γνώσεις...</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Rename ArcGIS Server Hostname]]></title>
<link>http://arkblog.wordpress.com/?p=53</link>
<pubDate>Sun, 25 May 2008 23:50:02 +0000</pubDate>
<dc:creator>sathyaprasad</dc:creator>
<guid>http://arkblog.wordpress.com/?p=53</guid>
<description><![CDATA[Note: This post is for ArcGIS Server 9.2 Java (any platform)
Did you ever install ArcGIS Server Java]]></description>
<content:encoded><![CDATA[<p><span style="color:#993300;"><em><strong>Note: This post is for ArcGIS Server 9.2 Java (any platform)</strong></em></span></p>
<p>Did you ever install ArcGIS Server Java first and then go ahead and change the host name of the machine only to realize now the you will have to either re-install or run post install or contact support to fix ArcGIS Server.</p>
<p>Did you ever have an disk image with ArcGIS Server Java installed and configured, then you go ahead and ghost the image on many machines only to realize that all the hostnames are the same.</p>
<p>Don't worry, In this post you will find information on what files has got the entries of the host name and for what purpose. This will also give you a good understanding of how ArcGIS Server Manager and Web Services Handler uses these configuration files.</p>
<p><!--more--></p>
<p><span style="color:#ff0000;">Note: These files are for version 9.2, I will update the post shortly after the 9.3 is released.</span></p>
<p>The five files of concern are:</p>
<pre>C:\Program Files\ArcGIS\server\system\Server.dat
C:\Program Files\ArcGIS\java\manager\service\tomcat\managerserver\webapps\arcgismanager\WEB-INF\classes\manager_client.properties
C:\Program Files\ArcGIS\java\web_output\services\WEB-INF\classes\arcgis_wshandler.properties
C:\Program Files\ArcGIS\java\manager\service\lib\manager_config.properties
C:\Program Files\ArcGIS\java\manager\config\applications\build\build.properties</pre>
<p>1.  <strong><span style="color:#3366ff;">&#60;ArcGIS Install Dir&#62;\server\system\Server.dat</span></strong></p>
<p>This files stores the actual name of the machine where the SOM is running. Also here the URL's to the virtual directories such as the arcgisjobs, arcgisoutput and arcgiscache is set. If your ArcGIS Services are not previewing correctly in ArcCatalog or if the web service end point url's are shown incorrectly than you should check this file. You can edit this file in any text editor, but once you make any changes to this file be sure to restart the ArcGIS Server processes (both ArcGIS Server Manager and  ArcGIS Server Object Manager).</p>
<p>2.  <strong><span style="color:#3366ff;">&#60;ArcGIS Install Dir&#62;\java\manager\service\tomcat\managerserver\webapps\arcgismanager\WEB-INF\classes\manager_client.properties</span></strong></p>
<p>I am not sure on the importance/functionality of this file, but this file has one hostname attribute to startup the manager web application with the correct host name.</p>
<p>3. <strong><span style="color:#3366ff;">&#60;ArcGIS Install Dir&#62;\java\web_output\services\WEB-INF\classes\arcgis_wshandler.properties</span></strong></p>
<p>This is a pretty important configuration file. This file has all the details needed including the hostname of where the SOM is installed for the Web Services handler to initialize. So if you are unable to log into manager and also get an HTTP 503 error when you access the services wsdl (http://machinename:8399/arcgis/services?wsdl) then you need to make sure this file has the right entries. There is nice knowledge base article on this issue and here is the <a href="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&#38;d=33019" target="_blank">link</a>.</p>
<p>4. <strong><span style="color:#3366ff;">&#60;ArcGIS Install Dir&#62;\java\manager\service\lib\manager_config.properties</span></strong></p>
<p>This file defines a host name parameter to indicate to the manager tomcat instance as to where to start the new tomcat instance to host all the webapps (port 8399)</p>
<p>5. <strong><span style="color:#3366ff;">&#60;ArcGIS Install Dir&#62;\java\manager\config\applications\build\build.properties</span></strong></p>
<p>This file both a URL and SERVER properties which has a hostname entry primarily used by the manager web application to deploy the web application.</p>
<h4>Few tips to make your life easier:</h4>
<ul>
<li>If you are creating an image to ghost then instead of using the <strong>machinename</strong> try using <strong>localhost</strong> both during the install and post-install of ArcGIS Server. This way the image is portable and no changes are needed</li>
<li>If you are using <strong>Windows XP</strong> then make sure you have turned the built in <strong>firewall</strong> off (this prevents the DCOM from making the necessary connections) and also make sure the <strong>Simple File Sharing</strong> is turned off. This is enabled by default and you will have to manually turn this off, its best done i nthe image so that you will not have to do this for every ghosted machine. <em>(How: My Computer -&#62; Tools -&#62; Folder Options -&#62; View -&#62; Advanced Settings -&#62; All the way to the bottom)</em></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ubuntu: Changing Hostname from Command Line]]></title>
<link>http://sysblogd.wordpress.com/?p=173</link>
<pubDate>Fri, 16 May 2008 00:15:18 +0000</pubDate>
<dc:creator>sysblog</dc:creator>
<guid>http://sysblogd.wordpress.com/?p=173</guid>
<description><![CDATA[As described at it&#8217;s straight forward:


sudo /bin/hostname mynewhostname

Supplying the path ]]></description>
<content:encoded><![CDATA[<p>As described at it's straight forward:</p>
<p>[sourcecode language='vb']<br />
sudo /bin/hostname mynewhostname<br />
[/sourcecode]</p>
<p>Supplying the path to the binary is for security reasons, I guess, to make sure we have the right bin (eventhough it could have been replaced there, too...).</p>
<p>But the people at <a href="http://www.debianadmin.com/ubuntu-networking-for-basic-and-advanced-users.html">debianadmin.com</a> forgot to mention in order to avoid "hostname: Unknown Host" you have to</p>
<p>[sourcecode language='vb']<br />
sudo edit /etc/hosts<br />
[/sourcecode]</p>
<p>and change it there, too!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[GowTo] Instalando Nessus 3.2.0 y NessusClient 3.2.0 en Ubuntu 8.04]]></title>
<link>http://genlinux.wordpress.com/?p=140</link>
<pubDate>Fri, 09 May 2008 00:16:19 +0000</pubDate>
<dc:creator>Cross</dc:creator>
<guid>http://genlinux.wordpress.com/?p=140</guid>
<description><![CDATA[Creo este GowTo para explicar otro tema bastante problematico entre algunos usuarios noveles y no ta]]></description>
<content:encoded><![CDATA[<p>Creo este GowTo para explicar otro tema bastante problematico entre algunos usuarios noveles y no tan noveles de <a href="http://ubuntu.com" target="_blank">Ubuntu</a> y <a href="http://nessus.org" target="_blank">Nessus</a>.</p>
<p style="text-align:center;"><strong>GowTo - Instalando Nessus 3.2.0 en Ubuntu 8.04</strong></p>
<p style="text-align:left;">Para empezar necesitamos cumplir las siguientes dependencias;</p>
<p style="text-align:left;"><code>libc6 (&#62;= 2.3.5-1), libssl0.9.8 (&#62;= 0.9.8c-1), zlib1g (&#62;= 1:1.2.1), openssl (&#62;= 0.9.8c-1</code>)</p>
<p style="text-align:left;">Todas estas dependencias se arreglarian con un simple comando</p>
<p style="text-align:left;"><code>sudo apt-get install libc6 libssl zlib1g openssl</code></p>
<p style="text-align:left;">Con esto resolveriamos las dependencias de Nessus y podríamos instalarlo sin mayor problema, ahora necesitariamos el paquete para nuestra distribución, en mi caso voy a trabajar con Ubuntu 8.04 como ya dije en el título pero es casi lo mismo para las demas.<br />
Lo primero sería ir a la web oficial de <a href="http://nessus.org" target="_blank">Nessus</a> y darle a <em>"Downloads" </em>y insertar la información que nos pide y descargarnos el paquete que vaya acorde a nuestras necesidades.</p>
<p style="text-align:left;"><em>Nessus-3.2.0-ubuntu710_i386.deb</em></p>
<p style="text-align:left;">Aunque en este caso usaremos el paquete para Ubuntu 7.10 funciona perfectamente en Ubuntu 8.04 sin problema.<br />
Bien procedemos a la instalación, en este paso tenemos dos maneras o bien por gdebi o por dpkg;</p>
<p style="text-align:left;">Para instalar desde GDebi;</p>
<p style="text-align:left;"><code>#~$ gdebi-gtk</code></p>
<p style="text-align:left;">Y selecionamos el paquete desde el menú de GDebi, esperamos a que termine la instalación y ya estaría, tendriamos nuestro nessus instalado.</p>
<p style="text-align:left;">Para instalar desde dpkg;</p>
<p style="text-align:left;"><code>#~$ sudo dpkg -i Nessus-3.2.0-ubuntu710_i386.deb</code></p>
<p style="text-align:left;">Bien, una vez instalado para los amantes de un entorno más gráfico para nessus tenemos <a href="http://nessus.org" target="_blank">NessusClient </a>que también se puede descargar desde la propia web de Nessus.</p>
<p style="text-align:left;">Para instalarlo tan simple como usar gdebi-gtk como ya he mencionado arriba seleccionando el paquete de NessusClient o bien desde dpkg;</p>
<p style="text-align:left;"><code>#~$ sudo dpkg -i NessusClient-3.2.0-ubuntu710.i386.deb</code></p>
<p style="text-align:left;">Una vez termine, tendremos que entrar en nuestro email para recojer el código de Plugins que se nos ha enviado. y pondremos;</p>
<p style="text-align:left;"><code>#~$ sudo /opt/nessus/bin/nessus-fetch --register el código que se te ha enviado</code></p>
<p style="text-align:left;">Luego añadiremos al usuario para poder conectarnos a nuestro servidor de Nessus;</p>
<p style="text-align:left;"><code>#~$ sudo /opt/nessus/sbin/nessus-add-first-user</code></p>
<p style="text-align:left;">Y nos pedirá una serie de datos que deberemos introducir según nuestros criterios.</p>
<p style="text-align:left;">Si hemos llegado hasta aquí quiere decir que o bien hemos terminado satisfactoriamente o bien estaís buscando alguna solución a un fallo que os ha aparecido durante la instalación. Si es lo segundo, dejad un comentario con vuestro problema y vuestra distro para poder ayudaros. En caso de que sea lo primero continuemos;</p>
<p style="text-align:left;">Retomando, iniciamos Nessus con el siguiente comando;</p>
<p style="text-align:left;"><code>#~$ /opt/nessus/sbin/nessus-update-plugins &#38;&#38; /etc/init.d/nessusd stop &#38;&#38; /etc/init.d/nessusd start</code></p>
<p style="text-align:left;">Así nos aseguramos de que dispondremos de los últimos plugins disponibles y de que si nessusd ha sido iniciado anteriormente se reinicie para que se recargen los plugins.</p>
<p style="text-align:left;">Ahora debemos crear nuestro primer usuario para conectarnos con el servidor <em>nessusd</em>.</p>
<p style="text-align:left;">/opt/nessus/sbin/nessus-add-first-user</p>
<p style="text-align:left;">Bien ya tenemos nessusd iniciado correctamente si todo ha ido bien, y ahora podremos conectar a nuestro servidor de Nessus llendo a Aplicaciones -&#62; Internet -&#62; NessusClient</p>
<p style="text-align:left;">Una vez dentro sería configurar el servidor al que vamos a conectar dandole al boton que aparece en NessusClient; Connect (Ver Imagen) nos aparecera este menú.</p>
<p style="text-align:left;"><a href="http://genlinux.files.wordpress.com/2008/05/screenshot-connection-manager.png"><img class="alignnone size-medium wp-image-141" src="http://genlinux.wordpress.com/files/2008/05/screenshot-connection-manager.png?w=300" alt="" width="300" height="241" /></a></p>
<p style="text-align:left;">Una vez estemos dentro, clickearemos en Edit y nos pedirá lo siguiente:</p>
<p style="text-align:left;">Connection Name (Nombre de conexión): Podemos Poner lo que queramos<br />
Host Name (Nombre del Host): aquí va la IP en caso que sea local 127.0.0.1<br />
Port (Puerto): Por defecto 1241<br />
Login (Usuario): GenLinux (En tu caso el que añadistes en el comando de /opt/nessus/sbin/nessus-add-first-user<br />
Password (Contraseña): La contraseña que elejistes</p>
<p style="text-align:left;">Y ya estaría. podríamos conectar a nuestro servidor de Nessus sin problemas y comenzar a escanear.<br />
Espero que este pequeño GowTo haya solventado esas pequeñas dudas que pudierais haber tenido.</p>
<p style="text-align:left;"><a href="http://genlinux.wordpress.com/gowto/" target="_self"><img class="alignnone size-full wp-image-51" src="http://genlinux.wordpress.com/files/2007/12/gowtotitle-copy.jpg" alt="" width="500" height="210" /></a></p>
<p style="text-align:left;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Finding hostname from IP address]]></title>
<link>http://axdimensions.wordpress.com/?p=123</link>
<pubDate>Thu, 10 Apr 2008 17:55:30 +0000</pubDate>
<dc:creator>Em</dc:creator>
<guid>http://axdimensions.wordpress.com/?p=123</guid>
<description><![CDATA[&#8220;Finding hostname from IP address&#8221; post has been moved to:
http://www.axdimensions.com/p]]></description>
<content:encoded><![CDATA[<p>"<strong>Finding hostname from IP address</strong>" post has been moved to:<br />
<a href="http://www.axdimensions.com/pixelnotes/2008/04/10/finding-hostname-from-ip-address/" target="_blank">http://www.axdimensions.com/pixelnotes/2008/04/10/finding-hostname-from-ip-address/</a><br />
<a href="http://axdimensions.blogspot.com/2008/03/finding-hostname-from-ip-address.html" target="_blank"></a></p>
<p>Thanks, Em</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Basic Router Configurations]]></title>
<link>http://bfindarto.wordpress.com/?p=36</link>
<pubDate>Sun, 30 Mar 2008 01:47:50 +0000</pubDate>
<dc:creator>bfindarto</dc:creator>
<guid>http://bfindarto.wordpress.com/?p=36</guid>
<description><![CDATA[When we have a router in front of us, and want to configure our router/network, there are some essen]]></description>
<content:encoded><![CDATA[<p>When we have a router in front of us, and want to configure our router/network, there are some essential things that we have to do in our router. Those things will be about security and managing our router's configurations easily.</p>
<p>1. Give Your Router A Name<br />
Router(config)#HostName <span style="color:#0000ff;">AnyName</span></p>
<p>2. Securing Your Privilage Mode<br />
a. Router(config)#Enable Password <span style="color:#0000ff;">AnyPassword</span><br />
b. Router(config)#Enable Secret <span style="color:#0000ff;">AnySecretPassword</span><br />
If you configure both password and secret password, secret password will be the router privilage mode password.</p>
<p>3. Securing Your Console Line<br />
Router(config)#Line Console 0<br />
Router(config-line)#Password <span style="color:#0000ff;">AnyPassword</span><br />
Router(config-line)#Login</p>
<p>4. Securing Your Telnet Line<br />
Router(config)#Line vty 0 4<br />
Router(config-line)#Password <span style="color:#0000ff;">AnyPassword</span><br />
Router(config-line)#Login</p>
<p>5. Secure Your "Text Password" with Encryption<br />
Router(config)#Service Password-Encryption</p>
<p>6. Describe All The Interfaces or Lines or Configuration<br />
Examples:<br />
Router(config-if)#description <span style="color:#ff6600;"> This  Is The Link  To  HeadQuarter LAN<br />
</span>Router(config)#Access-List 101 Remark <span style="color:#ff6600;">This List Stops Telnet Sessions To Accounting LAN</span><br />
Router(config)#Banner motd #<span style="color:#ff6600;">You're Entering Secure Area, Make Sure You Have Rights!</span>#</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[La guerra dei CMS [2/3]]]></title>
<link>http://markoblog.wordpress.com/?p=212</link>
<pubDate>Thu, 21 Feb 2008 10:59:06 +0000</pubDate>
<dc:creator>markostyle</dc:creator>
<guid>http://markoblog.wordpress.com/?p=212</guid>
<description><![CDATA[Ora, non ci resta che entrare nel dorato mondo dei fantastici 4. I più usati attualmente e sui qual]]></description>
<content:encoded><![CDATA[<p>Ora, non ci resta che entrare nel dorato mondo dei <i>fantastici 4</i>. I più usati attualmente e sui quali sicuramente si scrive di più, si fanno confronti e prove fino allo stremo!</p>
<p>Naturalmente non si andrà in ordine di importanza, giusto per non influenzare le vostre scelte nel settore :-D</p>
<p>Partiamo da <i><b>Plone </b></i><a href="http://markoblog.wordpress.com/files/2008/02/logoploneconference_sm.jpg" title="logoploneconference_sm.jpg"><img src="http://markoblog.wordpress.com/files/2008/02/logoploneconference_sm.thumbnail.jpg" alt="logoploneconference_sm.jpg" /></a></p>
<p>Semplice, potente e standard compliant. Tre aggettivi che definiscono <a href="http://plone.org/">Plone</a>, uno tra i migliori CMS in circolazione usato da moltissime organizzazioni tra cui (tanto per fare un esempio tra i più noti) la <a href="http://www.fsf.org/">Free Software Foundation</a>.<br />
A giudicare dalle <a href="http://plone.org/products/plone/features/3.0">feature incluse</a> nelle ultime versioni, Plone si candida come una tra le migliori <i><b>CMS solutions </b></i>di sempre.</p>
<p>Tra tutte le nuove caratteristiche ne voglio segnalare alcune, a mio avviso, degne di nota:</p>
<p>- Supporto alla <a href="http://plone.org/products/plone/features/3.0/new/working-copy-support">Working Copy</a>, caratteristica che permette l’editing contemporaneo di due versioni dello stesso documento</p>
<p>- Possibilità di vedere quali sono state le aggiunte da parte di più autori a un documento e nel caso tornare a una versione precedente</p>
<p>- <a href="http://plone.org/products/plone/features/3.0/new/upgraded-visual-html-editor">Miglioramenti all’editor HTML</a> e <a href="http://plone.org/products/plone/features/3.0/new/inline-editing">implementazione di AJAX</a> per evitare di dover salvare un documento per vederne le modifiche.</p>
<p>- <a href="http://plone.org/products/plone/features/3.0/new/full-text-indexing-of-word-and-pdf-documents">Indicizzazione del testo</a> contenuto in documenti Word e PDF</p>
<p>Come sempre, qualunque versioni si adoperi, è <a href="http://plone.org/products/plone">facilmente installabile</a> su Linux, Windows, Mac grazie a degli installer che permettono di avere in pochi minuti la propria istanza di Plone perfettamente funzionante.</p>
<p>Passiamo ora a <i><b>WordPress</b></i>, anche se forse dovrei evitare di parlarne per non creare conflitti di interesse [vedere dominio, please! :-D ]</p>
<p><a href="http://markoblog.wordpress.com/files/2008/02/wordpresslogo.jpg" title="wordpresslogo.jpg"><img src="http://markoblog.wordpress.com/files/2008/02/wordpresslogo.thumbnail.jpg" alt="wordpresslogo.jpg" /></a></p>
<p>Di questo CMS una cosa è certa, è di sicuro il più usato, ricchissimo di <i>plugin</i> (sia sul fronte amministrativo sia per le sciocchezze varie ed eventuali) e non ultimo ha dalla sua una <i>portabilità</i> non ndifferente (esiste un plugin per la visualizzazione e uso su <b>nintendo wii, ds-lite, psp e iphone!</b>)</p>
<p>Il rilascio delle edizioni ha una <i>velocità </i>impressionante e la <i>frequenza di aggiornamento </i>è notevole</p>
<p>Interessante l'utility <i>OneClick </i></p>
<p><a href="http://markoblog.wordpress.com/files/2008/02/oneclickinstaller.png" title="oneclickinstaller.png"><img src="http://markoblog.wordpress.com/files/2008/02/oneclickinstaller.thumbnail.png" alt="oneclickinstaller.png" /></a>  con la quale è possibile evitare i “vecchi metodi” dando la possibilità a chiunque di poter personalizzare facilmente il proprio blog.<br />
Nelle precedenti versioni OneClick veniva rilasciato come plugin che consentiva l’installazione (e cancellazione) di add-on e temi grafici attraverso un form nell’area amministrativa (per precisione nella Dashboard) di Wordpress, ma con l’ultima release è stata implementata anche <a href="https://addons.mozilla.org/it/firefox/addon/5503">un’estensione per Firefox</a> denomita OneClick Installer che si interfaccia perfettamente con il plugin.</p>
<p>Navigando con Firefox basta un semplice clic con il tasto destro sulla url che punta a un tema o a un plugin per installarlo.</p>
<p>Una comodità non da poco per i “Wordpress addicted” :-D</p>
<p>Altra utility di sicuro interesse, specie per i paranoici (come il sottoscritto), è <i>EasyBan</i> . Come tutti i plugin per WP si installa facilmente  e consente in poco tempo di erigere una barriera contro i “soliti sospetti”. Possono essere bannati indirizzi IP, domini, hostname, referrer e si può decidere anche un redirect per ban, cioè di ridirezionare i visitatori molesti verso altri siti.<br />
E’ anche possibile impostare un tempo predefinito, passato il quale il ban cesserà di essere attivo.<br />
Il plugin è anche dotato di un pannello di controllo per gestire con semplicità i ban.</p>
<p>Per ultimo, ma non certo per importanza, <i>HyperDB. </i>Si tratta di <b>una classe per database</b> che consente l’utilizzo di funzioni avanzate già implementate in <a href="http://wordpress.com/">Wordpress.com</a> e da ora in poi disponibile per la comunità.<br />
In particolare HyperDB supporta:</p>
<p>- Replicazione<br />
- Failover<br />
- Network (pubblici/privati) ridondanti<br />
- Datacenters locali e remoti<br />
- Partizionamento<br />
- Tabelle differenti su diversi database<br />
- Statistiche avanzate per la profilazione degli utenti</p>
<p>La classe potrà essere utilizzata rimpiazzando la <a href="http://codex.wordpress.org/Function_Reference/wpdb_Class">wpdb</a>. L’installazione,<a href="http://comox.textdrive.com/pipermail/hyperdb/2007-May/000010.html"> come spiegato </a>da Matt Mullenweg, consiste nello scaricamento dei file <a href="http://svn.wp-plugins.org/hyperdb/trunk/">db-settings.php e db.php</a>, nell’inclusione di db-settings in wp-config.php e nel caricamento di db.php in wp-content.<br />
Per consentire la partecipazione della comunità alla sviluppo di HyperDB è stata attivata <a href="http://comox.textdrive.com/mailman/listinfo/hyperdb">una mailing list dedicata</a>.</p>
<p>Stop ai complimenti ... anche perche, come i più informati sanno, qualche tempo fa <i>Linux.com </i>proponeva un serrato confronto:  <b><i>Drupal vs WordPress. </i></b>Per scoprire come si comportano questi 2colossi, <a href="http://www.linux.com/article.pl?sid=07/03/20/193214">Linux.com</a> ha utilizzato i servizi di <a href="http://www.bryght.com/">Bryght</a> e di <a href="http://wordpress.com/">WordPress.com</a> per predisporre due siti simili; sono state confrontate le interfacce ed i passi base per la personalizzarne l’aspetto, l’aggiunta di contenuti, la gestitone di commenti e spam, la lettura delle statistiche e altre funzionalità tipiche di un CMS.</p>
<p>I risultati? Stando a Linux.com <a href="http://www.ossblog.it/tag/drupal">Drupal</a> offre maggiori possibilità di <i>tuning</i> e migliori strumenti per il controllo di blog multipli ma a <a href="http://www.ossblog.it/tag/wordpress">WordPress</a>, seppur meno configurabile (anche a fronte di tutti i plugin e gli strumenti sopra citati) dell’avversario, va la palma di CMS più "professionalmente" facile da usare e navigare.</p>
<h1></h1>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to change Your Server's Hostname and Retain your cPanel License]]></title>
<link>http://mohammednv.wordpress.com/2008/02/17/how-to-change-your-servers-hostname-and-retain-your-cpanel-license/</link>
<pubDate>Sun, 17 Feb 2008 10:24:54 +0000</pubDate>
<dc:creator>Mohammed</dc:creator>
<guid>http://mohammednv.wordpress.com/2008/02/17/how-to-change-your-servers-hostname-and-retain-your-cpanel-license/</guid>
<description><![CDATA[Changing your servers hostname will invalidate your cPanel license. If you want to change server hos]]></description>
<content:encoded><![CDATA[<p>Changing your servers hostname will invalidate your cPanel license. If you want to change server hostname and need to access WHM/cPanel, then do the following:</p>
<p>1. SSH to the server (as the root user) and change the hostname.<br />
2. Then run the command /usr/local/cpanel/cpkeyclt.</p>
<p>This will update the license file with your current hostname, and push the change to cPanel's license verification servers auth.cpanel.net and verify.cpanel.net.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Changing hostname in Solaris 10]]></title>
<link>http://monsterservant.wordpress.com/?p=10</link>
<pubDate>Thu, 14 Feb 2008 09:18:07 +0000</pubDate>
<dc:creator>ahmadfarhan</dc:creator>
<guid>http://monsterservant.wordpress.com/?p=10</guid>
<description><![CDATA[I&#8217;ve been using Linux for sometime now and changing hostname in Linux has always been a simple]]></description>
<content:encoded><![CDATA[<p>I've been using Linux for sometime now and changing hostname in Linux has always been a simple matter of changing the /etc/hostname file or running the 'hostname" command. Changing hostname is Solaris 10 however is a little more cumbersome than that.</p>
<div style="text-align:center;"><img src="http://monsterservant.wordpress.com/files/2008/02/host.png" alt="Host name in Solaris 10" /></div>
<p><!--more--></p>
<p>The files that you need to change to change the hostname are:</p>
<ul>
<li>/etc/hostname.&#60;interface&#62;</li>
<li> /etc/nodename</li>
<li>/etc/hosts</li>
<li>/etc/inet/ipnodes</li>
</ul>
<p>The /etc/host file that contain the ip address and all the hostname that is resolved to that specific ip adress. Find the interface's ip address and change the old hostname to the new one.<br />
All the other file contain just the hostname, so change the content of the files to match the new hostname. If you have multiple network interfaces, then you will have, for example, /etc/hostname.eth0, /etc/hostname.eth1  and so on.</p>
<p>If you are not planning to restart the machine, then you need to run the 'hostname &#60;new hostname&#62;' command and also rename "/var/crash/&#60;oldhostname&#62;" to "/var/crash/&#60;newhostname&#62;".  But if you are planinng to restart anyway then the system will create the /var/crash/hostname and use the new hostname on startup.</p>
<p>edit:(22/2/08) After some more testing, it seems that some application are a little more finicky about hostname changes than others. So I would suggest you to rename the "/var/crash/&#60;oldhostname&#62;" and run the "hostname" command  directory regardless weather you will restart the machine or not.I had trouble with certain configurations of kerberos if those steps are not done even if I restarted the machine.</p>
<p>Hope you like your new hostname. :D</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Die Ubunuss...]]></title>
<link>http://dudleys.wordpress.com/?p=307</link>
<pubDate>Mon, 04 Feb 2008 10:41:16 +0000</pubDate>
<dc:creator>dudleyperkins</dc:creator>
<guid>http://dudleys.wordpress.com/?p=307</guid>
<description><![CDATA[&#8230;, was das ist fragt ihr - keine Ahnung ;-). Mir geht nur die ganze Zeit mein Schreibfehler ni]]></description>
<content:encoded><![CDATA[<p>..., was das ist fragt ihr - keine Ahnung ;-). Mir geht nur die ganze Zeit mein Schreibfehler nicht aus dem Kopf, wie oft musste ich aus einem versehentlich getippten ubunut wieder ein ubuntu machen, ehrlich ich hätt's nicht zählen können. Aber anscheinden bin ich nicht so ganz alleine, Google spuckt mir da immerhin <a href="http://www.google.de/search?source=ig&#38;hl=de&#38;rlz=&#38;q=ubunut&#38;btnG=Google-Suche&#38;meta=" title="Google Suche nach ubunut">30000 Ergebnisse</a> aus.</p>
<p>Mittlerweile find ich den Namen echt nicht so übel, ich glaub einer meiner nächsten Rechner wird Ubunut getauft. So stelle ich mir übrigens die Ubunuss vor ;-):</p>
<p><a href="http://dudleys.wordpress.com/files/2008/02/ubunut.jpg" title="Die Ubunuss…"><img src="http://dudleys.wordpress.com/files/2008/02/ubunut-small.jpg" alt="Die Ubunuss… (klein)" /></a></p>
<p>So und jetzt bin ich mal gespannt wie viele das Wordpress Tag Ubunut schon verwendet haben.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to log in syslog-ng when the message does not have the hostname field]]></title>
<link>http://slashhome.wordpress.com/?p=39</link>
<pubDate>Thu, 31 Jan 2008 21:20:41 +0000</pubDate>
<dc:creator>Romain Pelissier</dc:creator>
<guid>http://slashhome.wordpress.com/?p=39</guid>
<description><![CDATA[Depending of you syslog-ng configuration, you may have configured your logging system to write a di]]></description>
<content:encoded><![CDATA[<p>Depending of you <strong>syslog-ng</strong> configuration, you may have configured your logging system to write a different at different place (folder created by year and month for ex) and for each different hosts that contact your syslog server.</p>
<p>I will not detail here all the configuration needed for that (or maybe later if you are nice) but I will explain a trick that can help you when the syslog-ng server does not want to create a file for a host and put its messages in the <strong>Fallback</strong> file. </p>
<p>Usually, all is working fine with simple filters, like this one :</p>
<p><code>filter my_filter { host("myserver");};</code></p>
<p>Here, '<strong>myserver</strong>' is in fact the <strong>hostname</strong> in the message <strong>header</strong> (should be in third position after the date and the hour/timestamp). Some device may send their messages without the hostname field in the message resulting the log written in the fallback file.</p>
<p>In this case, you can use <strong>netmask</strong> intead of <strong>host</strong>, like this:</p>
<p><code>filter my_filter { netmask("&#60;ip address of the server&#62;/&#60;netmask&#62;");};</code></p>
<p>for ex : filter my_filter { <strong>netmask</strong>("<strong>192.168.1.100</strong>/<strong>255.255.255.0</strong>");};</p>
<p>Which should this time make your redirection to work well and the file created for this host correctly.</p>
<p><strong>Note</strong>: using <strong>/32</strong> does not work at all, use the entire netmask instead.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Como alterar o nome do computador no Ubuntu Linux]]></title>
<link>http://blackcow.wordpress.com/2008/01/14/como-alterar-o-nome-do-computador-no-ubuntu-linux/</link>
<pubDate>Mon, 14 Jan 2008 12:35:16 +0000</pubDate>
<dc:creator>alexsander2</dc:creator>
<guid>http://blackcow.wordpress.com/2008/01/14/como-alterar-o-nome-do-computador-no-ubuntu-linux/</guid>
<description><![CDATA[1 - Abra uma janela de Terminal
2 - Digite o comando abaixo e pressione ENTER.
gksudo gedit /etc/hos]]></description>
<content:encoded><![CDATA[<p>1 - Abra uma janela de Terminal<br />
2 - Digite o comando abaixo e pressione ENTER.</p>
<p>gksudo gedit /etc/hostname</p>
<p>3 - Irá surgir um prompt, digite a senha do root e então pressione OK.<br />
4 - O arquivo hostname será aberto, mostrando o nome atual do computador. Altere para o nome desejado<br />
5 - Clique em salvar.<br />
6 - Feche todas as janelas e reinicie o sistema.</p>
<p>Após o reinicio, sua máquina já vai estar com o novo nome.</p>
<p>Fonte: <a href="http://www.tech-recipes.com" target="_blank">tech-recipes </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[[Linux] Le fantasie in /etc/hostname]]></title>
<link>http://www.innoland.it/2008/01/14/linux-le-fantasie-in-etc-hostname/</link>
<pubDate>Mon, 14 Jan 2008 01:13:33 +0000</pubDate>
<dc:creator>innovatel</dc:creator>
<guid>http://www.innoland.it/2008/01/14/linux-le-fantasie-in-etc-hostname/</guid>
<description><![CDATA[L&#8217;altro giorno, mentre rifacevo la mia macchina, mi sono messo a pensare ai varii nomi che uso]]></description>
<content:encoded><![CDATA[<p>L'altro giorno, mentre rifacevo la mia macchina, mi sono messo a pensare ai varii nomi che uso quando installo Linux ed il perchè. Lo sò, è assurdo come ragionamento da scrivere, ma perchè non farlo?</p>
<p><!--more-->Seguo l'ordine cronologico degli eventi ...</p>
<p><em>Le mie prime distribuzioni:</em></p>
<ul>
<li>Red Hat 7</li>
<li> Red Hat 7.3</li>
<li> Red Hat 8</li>
<li> Slackware 8.1</li>
</ul>
<p>Data la mia elevata esperienza in linux, usavano il nome di default che dava la distribuzione. Sia mai che cambio qualcosa e poi non funziona più nulla. Vero?</p>
<p><em>La scoperta di Harry Potter: </em></p>
<p>Dopo aver scoperto Harry Potter, ho cominciato a distinguere il bene dal male. Così, conoscendo i varii personaggi, ho cominciato ad attribuire i nomi alle distribuzioni:</p>
<ul>
<li><em>debian</em> -&#62; Silente ... è uomo saggio e pieno di sapere. Un pò come la debian</li>
<li><em>gentoo</em> -&#62; Hermione ... prendendo spundo dal pinguino del nome ... ho pensato ad Hermione ... piccolina e veloce con gli incantesimi :P</li>
<li><em>slackware</em> -&#62; Hagrid! Amabile, dura e rozza, quale nome migliore?</li>
<li><em>Fedora</em> -&#62; Ginny ... sò che Fedora ha il logo blu, ma derivando da Red Hat non riuscivo a non vederci il rosso e quindi ho pensato ai Weasley. I quattro fratelli maschi non mi ispiravano da usare come nome, così ho messo la sorella</li>
<li><em>ubuntu</em> -&#62; essendo una derivata di debian, ho tenuto silente anche se non se lo merita a mio avviso. Dovrei trovare un nome migliore ma non ho voglia di pensarci.</li>
</ul>
<p>Per info di cronaca, dalla scoperta di Harry Potter, le macchine del "sistema bandiera" hanno assunto dei nomi particolari anche loro: malfoy, voldemort, mangiamorte</p>
<p>In  fase di creazione della rete, il dominio ve lo lascio immaginare. Indoviniamo? Bravissimo ... hogwarts :)</p>
<p>Magari, con tutta la possibile calma di questo mondo, un giorno cresco ... state tranquilli :P</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change your Computer Name in (K)Ubuntu]]></title>
<link>http://linuxfud.wordpress.com/2008/01/12/how-to-change-your-computer-name-in-kubuntu/</link>
<pubDate>Sat, 12 Jan 2008 07:52:07 +0000</pubDate>
<dc:creator>Kevin Guertin</dc:creator>
<guid>http://linuxfud.wordpress.com/2008/01/12/how-to-change-your-computer-name-in-kubuntu/</guid>
<description><![CDATA[ Change my hostname in Ubuntu?
Easy.
That is.
Simply replace the name in your /etc/hostname file as ]]></description>
<content:encoded><![CDATA[<p> Change my <a href="http://www.answers.com/topic/hostname?nafid=22" class="answerlink">hostname</a> in Ubuntu?</p>
<p>Easy.</p>
<p>That is.</p>
<p>Simply replace the name in your <i>/etc/hostname</i> file as superuser (<a href="http://www.answers.com/topic/sudo?nafid=22" class="answerlink">sudo</a>) and save the file,<b> <a href="http://www.tech-recipes.com/rx/2732/ubuntu_how_to_change_computer_name">as tech-recipes.com tells us</a></b>.</p>
<p>Or:</p>
<blockquote><p><code>gksu gedit /etc/hostname</code></p></blockquote>
<p>As pie.</p>
<p>To see the change, restart your system.</p>
<p><b>EXTRA TIDBIT</b>:  Remember that <b>gksu</b> is the same as <b>sudo</b>, but it is <a href="http://www.psychocats.net/ubuntu/graphicalsudo">the recommended command to use</a> <b>for graphical programs</b>.  In this case, gedit (Gnome’s Text Editor).  <b>Sudo</b> is best suited for terminals, or command-line.  You could have also typed in <b>gksudo</b>, but that is the same thing:  <b>it’s a symlink to gksu</b>.  And in <a href="http://www.answers.com/topic/4-kids-entertainment-inc?nafid=22" class="answerlink">KDE</a>, you could have used kdesu (<b>KDE</b> <b>S</b>uper<b>U</b>ser).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Cambiare il nome del PC (Linux)]]></title>
<link>http://rafanto.wordpress.com/2008/01/11/cambiare-il-nome-del-pc-linux/</link>
<pubDate>Fri, 11 Jan 2008 17:09:05 +0000</pubDate>
<dc:creator>rafanto</dc:creator>
<guid>http://rafanto.wordpress.com/2008/01/11/cambiare-il-nome-del-pc-linux/</guid>
<description><![CDATA[Volete cambiare il nome del vostro computer (sotto Linux)?? E&#8217; Semplicissimo :
- Aprite un ter]]></description>
<content:encoded><![CDATA[<p>Volete cambiare il nome del vostro computer (sotto Linux)?? E' Semplicissimo :</p>
<p>- Aprite un terminale</p>
<p>- ed editate questo comando molto semplice :</p>
<div class="code">sudo nano /etc/hostname</div>
<p>- vi verrà richiesta la password dell'utente amministratore  dopo di che si aprirà il file e verrà visualizzato il contenuto con il nome attuale del vostro host quindi il nome del pc. Cambiatelo come desiderate e salvate il tutto!</p>
<p>- Ora dopo aver salvato chiudete la finestra del terminale e riavviate il sistema.</p>
<p><img src="http://static.technorati.com/x/static/img/graphicresources/icn-talkbubble.gif?1149714944" border="0" /> <a href="http://technorati.com/tags/cambiare" rel="tag">cambiare</a>, <a href="http://technorati.com/tags/nome" rel="tag">nome</a>, <a href="http://technorati.com/tags/computer" rel="tag">computer</a>, <a href="http://technorati.com/tags/pc" rel="tag">pc</a>, <a href="http://technorati.com/tags/linux" rel="tag">linux</a>, <a href="http://technorati.com/tags/hostname" rel="tag">hostname</a>, <a href="http://technorati.com/tags/tips" rel="tag">tips</a>, <a href="http://technorati.com/tags/truchetto" rel="tag">truchetto</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[how to change cisco hostname]]></title>
<link>http://ciscohowto.wordpress.com/2007/12/24/how-to-change-cisco-hostname/</link>
<pubDate>Mon, 24 Dec 2007 05:35:03 +0000</pubDate>
<dc:creator>voidzzz</dc:creator>
<guid>http://ciscohowto.wordpress.com/2007/12/24/how-to-change-cisco-hostname/</guid>
<description><![CDATA[launch your telnet session or console
password : [enter your telnet password here]
switch&gt; en
pas]]></description>
<content:encoded><![CDATA[<p>launch your telnet session or console</p>
<p>password : [enter your telnet password here]<br />
switch&#62; en<br />
password : [enter your privileged exec password here]</p>
<p>switch # <strong><i>configure terminal</i></strong><br />
switch (config) # <strong><i>hostname MYSWITCH</i></strong><br />
MYSWITCH (config) # <strong><i>end</i></strong></p>
<p>[optional] Backup your old setup<br />
MYSWITCH # <strong><i>copy startup-config startup-config.bak</i></strong></p>
<p>Save your running setup (so it will start at boot)<br />
MYSWITCH # <strong><i>copy running-config startup-config</i></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Cambiar el nombre del PC]]></title>
<link>http://xonos.wordpress.com/2007/12/07/cambiar-el-nombre-del-pc/</link>
<pubDate>Fri, 07 Dec 2007 10:24:42 +0000</pubDate>
<dc:creator>xynco</dc:creator>
<guid>http://xonos.wordpress.com/2007/12/07/cambiar-el-nombre-del-pc/</guid>
<description><![CDATA[La última cosa de Linux a la que me he enganchado es SSH. SSH es una aplicación de administración]]></description>
<content:encoded><![CDATA[<p>La última cosa de Linux a la que me he enganchado es <strong><a href="http://tuxpepino.wordpress.com/2007/05/11/ssh-el-dios-de-la-administracion-remota/" target="_blank">SSH</a></strong>. SSH es una aplicación de administración <strong>remota</strong>. Esto es: te permite conectar directamente con <strong>otro</strong> PC y hacer un poco de todo: copiar archivos que necesitas urgentemente, leer, mirar o escuchar todos los archivos de éste ordenador (vídeo, audio, <strike>hentai</strike> imagen, ...), y hasta <strong>ejecutar</strong> aplicaciones que no tienes ahora mismo (todo desde Linux, claro).</p>
<p>Pues me he encontrado con el siguiente <strong>problema</strong> los PC's que se conectan no pueden tener el mismo<strong> nombre</strong> (sí, el nombre que pones en la instalación de Linux). Y he tenido que cambiar el nombre de uno de los dos. Y he estado a punto de naufragar en el intento :D.</p>
<p><!--more--><br />
Pues bien; utilizé el comando <code>sudo hostname nuevo_nombre</code> para intentar arreglarlo. Pero casi jodí Ubuntu, y tuve que entrar en la terminal de reparación para arreglarlo. Pero eso ya es otra cosa, así que mejor os cuento qué hay que hacer para el cambio de nombre(es fácil y rápido, y no tiene peligro alguno):</p>
<ol>
<li>Abrir una terminal.</li>
<li>Insertar <code>sudo gedit /etc/hostname</code>. Lo más probable es que te pida tu contraseña.</li>
<li>Modificar el nombre que te sale en pantalla (que es el de tu PC) por el que quieras.</li>
<li>Guarda y cierra.</li>
<li>Ahora poner <code>sudo gedit /etc/hosts</code> en la terminal. Te saldrá algo como <code>127.0.0.1 localhost y 127.0.1.1 nombre_de_tu_equipo</code>. Pues bien, limítate a poner el mismo nombre que has insertado antes en el espacio indicado como nombre_de_tu_equipo.</li>
<li>Reinicia y todo listo</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Slackware - zmiana nazwy hosta]]></title>
<link>http://gigablogs.wordpress.com/2007/12/01/slackware-zmiana-nazwy-hosta/</link>
<pubDate>Sat, 01 Dec 2007 15:12:59 +0000</pubDate>
<dc:creator>Trivelt</dc:creator>
<guid>http://gigablogs.wordpress.com/2007/12/01/slackware-zmiana-nazwy-hosta/</guid>
<description><![CDATA[O instalacji Slacka na moim komputerze pisałem już na Joggu, więc powstarzać się nie będę. Sk]]></description>
<content:encoded><![CDATA[<p>O instalacji Slacka na moim komputerze <a href="http://informatyk.jogger.pl/2007/11/30/nadszedl-czas-na-slackware/">pisałem już na Joggu</a>, więc powstarzać się nie będę. Skupię się lepiej na opisie rozwiązań kilku problemów jakie napotkałem konfigurując ww. system.</p>
<p><strong> Zmiana nazwy hosta</strong></p>
<p>Muszę przyznać się iż podczas instalacji nazwa hosta którą wybrałem nie była zbyt ładna, stąd też niedługo poczułem potrzebę jej zmiany. ;) Teoretycznie łatwo mozna tego dokonać w Menu K -&#62; Control Center -&#62; Internet &#38; Network -&#62; Network Settings -&#62; zakładka Domain Name Systems, jednak w praktyce na początku wszystko OK, ale po reboocie ustawienia się resetują. Poszedłem za radą użytkowników z polskiego forum Slacka i dodałem po prostu<br />
<code>hostname moja_nazwa</code><br />
do pliku startowego rc.local. (/etc/rc.d/rc.local).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows OS commands]]></title>
<link>http://psadmin.wordpress.com/2007/11/29/windows-os-commands/</link>
<pubDate>Thu, 29 Nov 2007 22:07:27 +0000</pubDate>
<dc:creator>balaglobal</dc:creator>
<guid>http://psadmin.wordpress.com/2007/11/29/windows-os-commands/</guid>
<description><![CDATA[Few common windows operating system related commands
To know windows IP configuration go to command]]></description>
<content:encoded><![CDATA[<p>Few common windows operating system related commands</p>
<p>To know windows IP configuration go to command propmt and type <strong>ipconfig /all</strong>  - this shows detailed information about the IP configuration of the the server you have logged in.</p>
<p>To know the connection status to another IP address, use <strong>ping  ipaddress </strong> command</p>
<p>To trace all the IP address that is between your current server to the destination IP address use <strong>tracert  ipaddress</strong> command</p>
<p>To know the hostname use <strong>hostname</strong> command, it will show the host name.</p>
<p>To know all the prots on the server use the following command</p>
<p>C:\&#62; netstat -an<br />
The Netstat command can list currently used ports, which might be helpful if you suspect an application is clashing with another one on an active port. The -an switch is used to show all connections and listening ports in numeric form.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Cautari speciale in Yahoo]]></title>
<link>http://engineoptimization.wordpress.com/2007/11/05/cautari-speciale-in-yahoo/</link>
<pubDate>Mon, 05 Nov 2007 23:48:47 +0000</pubDate>
<dc:creator>laurentiu vlad</dc:creator>
<guid>http://engineoptimization.wordpress.com/2007/11/05/cautari-speciale-in-yahoo/</guid>
<description><![CDATA[Yahoo are comenzi diferite fata de Google si care dau rezultate mult mai exacte.
- site:ipsum.ro
Per]]></description>
<content:encoded><![CDATA[<p class="post_content"><span class="postbody"><a href="http://ipsum.ro/tag/yahoo/" class="kblinker" title="More about Yahoo »">Yahoo</a> are comenzi diferite fata de <a href="http://ipsum.ro/tag/google/" class="kblinker" title="More about google »">Google</a> si care dau rezultate mult mai exacte.</span></p>
<p>- site:<span class="postbody">ipsum.ro</span><span class="postbody"><br />
Permite aflarea tuturor fisierelor dintr-un domeniu sau din toate subdomeniile lui.</span></p>
<p>- hostname:<span class="postbody">ipsum.ro</span><span class="postbody"><br />
Permite aflarea tuturor fisierelor dintr-un anumit domeniu.</span></p>
<p>- link:http://<span class="postbody">ipsum.ro</span><span class="postbody"><br />
Permite aflarea tuturor fisierelor care au link spre un anumit URL. Spre deosebire de Google, care arata doar un procent mic din paginile care au link spre site-ul dvs., Yahoo arata majoritatea acestora.</span></p>
<p>-url:http://<span class="postbody">ipsum.ro</span><span class="postbody"><br />
Permite aflarea unui anumit fisier in index.</span></p>
<p>- inurl:optimizare<br />
Permite aflarea unui cuvant cheie parte din URL-urile indexate.</p>
<p>- intitle:optimizare<br />
Permite aflarea unui cuvant cheie parte din titlurile fisierelor indexate.</p>
<p>Comanda link: in Yahoo va va da o idee mai buna asupra Backlink-urilor.</p>
<p><span class="postbody">In Yahoo se foloseste links,  iar in Google link:</span></p>
<p>link:http://ipsum.ro e incorect pentru Yahoo</p>
<p>corect e</p>
<p>links:http://<span class="postbody">ipsum.ro</span></p>
]]></content:encoded>
</item>

</channel>
</rss>
