<?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>ssh &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ssh/</link>
	<description>Feed of posts on WordPress.com tagged "ssh"</description>
	<pubDate>Tue, 01 Dec 2009 23:24:07 +0000</pubDate>

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

<item>
<title><![CDATA[Execute command in SSH without using SHELL]]></title>
<link>http://networknuts.wordpress.com/2009/12/01/execute-command-in-ssh-without-using-shell/</link>
<pubDate>Tue, 01 Dec 2009 09:08:16 +0000</pubDate>
<dc:creator>networknuts</dc:creator>
<guid>http://networknuts.wordpress.com/2009/12/01/execute-command-in-ssh-without-using-shell/</guid>
<description><![CDATA[Generally whenever we intend to run some command on remote machine, we first do a ssh and then type ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Generally whenever we intend to run some command on remote machine, we first do a ssh and then type the command to be executed.</p>
<p><strong>Here is a very small <span style="color:#ff0000;">&#8220;trick&#8221;</span> to be more smarter.</strong></p>
<blockquote>
<div>Lets say you want to run &#8220;top&#8221; command on the machine x.x.x.x using SSH.</div>
</blockquote>
<p>First find out the path of the top command using -</p>
<dl>
<dd><span style="color:#000080;"><strong><code>whereis top</code></strong></span></dd>
</dl>
<p>Once you get the path. Now just type this -</p>
<dl>
<dd><span style="color:#000080;"><code>s<strong>sh user@x.x.x.x /path/to/the/command</strong></code></span></dd>
</dl>
<p>Enjoy</p>
<p>Alok Srivastava</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[rsync,resume,sourceforge.net]]></title>
<link>http://arcierisinasce.wordpress.com/2009/11/30/rsyncresumesourceforge-net/</link>
<pubDate>Mon, 30 Nov 2009 18:00:12 +0000</pubDate>
<dc:creator>marinz</dc:creator>
<guid>http://arcierisinasce.wordpress.com/2009/11/30/rsyncresumesourceforge-net/</guid>
<description><![CDATA[rsync -a -z -v --partial --progress -e ssh &lt;file_da_uplodare&gt; &lt;user_sourceforge&gt;,&lt;pro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><code>rsync -a -z -v --partial --progress -e ssh &#60;file_da_uplodare&#62; &#60;user_sourceforge&#62;,&#60;progetto&#62;@frs.sourceforge.net:/home/frs/project/&#60;prima lettera iniziale progetto&#62;/&#60;prime 2 iniziali progetto&#62;/&#60;nome completo progetto&#62;/&#60;directory dove uploadare&#62;/</code></p>
<p><a href="https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download" target="_blank">FRS Sourceforge.net</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SSH, SVN and Ubuntu Integration]]></title>
<link>http://webflakes.wordpress.com/2009/11/30/ssh-svn-and-ubuntu-integration/</link>
<pubDate>Mon, 30 Nov 2009 12:04:06 +0000</pubDate>
<dc:creator>max</dc:creator>
<guid>http://webflakes.wordpress.com/2009/11/30/ssh-svn-and-ubuntu-integration/</guid>
<description><![CDATA[Subversion Set Up With Windows on Ubuntu 1) Download Putty, Plink, and PuttyGen 2) Save them all som]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Subversion Set Up With Windows on Ubuntu</strong></p>
<p>1) Download Putty, Plink, and PuttyGen<br />
2) Save them all somewhere on your path. (I suggest putting C:svnbin in your path, so that will work nicely)<br />
3) Edit C:Documents and Settings{your username}Application DataSubversionconfig . Skip down to the portion of the file about tunnels. Right under the uncommented [tunnels] line, add this EXACTLY without the quotes: &#34;ssh=plink&#34;<br />
4) Open PuttyGen. Hit generate new key, move mouse around like it instructs, get key generated. Copy it to the keyboard, hit Save Private Key, toss it somewhere convenient (I used C:Documents and Settings{your username}.ssh{slice name}.ppk<br />
5) Open Putty. follow these directions exactly: your hostname is {your deployment logon}@{your hostname}. From the left hand pane, click SSH to expand it, go down to Auth, click Browse, navigate to the key file you saved in step #4, and open it. Now, back to the main screen of Putty, and save this session as a name, like &#34;Dreaming&#34;.<br />
6) Login to host using the session you just made. You should see it complain that the server rejected your key.<br />
7) &#34;mkdir ~.ssh&#34; on host <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> echo &#34;[click your right mouse button to paste in that key you copied earlier]&#34; &#62; ~.sshauthorized_keys</p>
<p>9) Log out.<br />
10) Log back in using the same session from Putty. If your key was accepted (it will say [Authenticating with public key &#34;rsa-key-{datestamp}&#34;]), you win.<br />
11) Edit config/deploy.rb on your localhost. Locate the line which says repository. Change it to</p>
<p>set :repository, &#34;svn+ssh://{your login name}@{the SESSION NAME which you saved from step #5}/usr/local/svn/#{application}&#34;</p>
<p>12) Back on your local machine, &#34;cap setup_scm&#34;</p>
<p>If you don&#8217;t see either &#34;Couldn&#8217;t create tunnel&#34; or &#34;Failed to create transaction&#34; near the bottom of all the stuff that sailed by, congrats, you&#8217;re probably set up with a newly checked out copy and an up-to-date repository.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Một số lệnh căn bản trong SSH]]></title>
<link>http://domain1hosting1gltec.wordpress.com/2009/11/30/mot-so-lenh-can-ban-trong-ssh/</link>
<pubDate>Mon, 30 Nov 2009 10:06:38 +0000</pubDate>
<dc:creator>gltecdomainvn</dc:creator>
<guid>http://domain1hosting1gltec.wordpress.com/2009/11/30/mot-so-lenh-can-ban-trong-ssh/</guid>
<description><![CDATA[SSH là công cụ hết sức cần thiết cho bất kỳ một chuyên gia quản trị máy chủ nào bởi nó là phương các]]></description>
<content:encoded><![CDATA[SSH là công cụ hết sức cần thiết cho bất kỳ một chuyên gia quản trị máy chủ nào bởi nó là phương các]]></content:encoded>
</item>
<item>
<title><![CDATA[HOW-TO restart ssh server - Как перезапустить ssh сервер]]></title>
<link>http://adminfo.wordpress.com/2009/11/30/how-to-restart-ssh-server-%d0%ba%d0%b0%d0%ba-%d0%bf%d0%b5%d1%80%d0%b5%d0%b7%d0%b0%d0%bf%d1%83%d1%81%d1%82%d0%b8%d1%82%d1%8c-ssh-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80/</link>
<pubDate>Mon, 30 Nov 2009 09:39:36 +0000</pubDate>
<dc:creator>Sharm</dc:creator>
<guid>http://adminfo.wordpress.com/2009/11/30/how-to-restart-ssh-server-%d0%ba%d0%b0%d0%ba-%d0%bf%d0%b5%d1%80%d0%b5%d0%b7%d0%b0%d0%bf%d1%83%d1%81%d1%82%d0%b8%d1%82%d1%8c-ssh-%d1%81%d0%b5%d1%80%d0%b2%d0%b5%d1%80/</guid>
<description><![CDATA[После изменения конфигурации вам может понадобиться перезапустить ssh сервер. Конечно, можно перезаг]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>После изменения конфигурации вам может понадобиться перезапустить ssh сервер. Конечно, можно перезагрузить систему целиком, но это не всегда удобно.</p>
<p>Кроме того, в вашей системе сервер может не загружаться автоматически &#8211; тогда вам нужно будет его запустить командой start.</p>
<p>На разных системах для этого используются различные команды:</p>
<p><strong>RedHat and Fedora Core Linux</strong><br />
service sshd restart</p>
<p><strong>Suse linux</strong><br />
/etc/rc.d/sshd restart</p>
<p><strong>Solaris 9 and below</strong><br />
/etc/init.d/sshd stop<br />
/etc/init.d/sshd start</p>
<p><strong>Solaris 10</strong><br />
svcadm disable ssh<br />
svcadm enable ssh</p>
<p><strong>AIX</strong><br />
stopsrc -s sshd<br />
startsrc -s sshd</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[iPhone Explorer]]></title>
<link>http://melaworld.wordpress.com/2009/11/30/iphone-explorer/</link>
<pubDate>Mon, 30 Nov 2009 00:58:13 +0000</pubDate>
<dc:creator>fasettiman</dc:creator>
<guid>http://melaworld.wordpress.com/2009/11/30/iphone-explorer/</guid>
<description><![CDATA[Un software nuovo di zecca che ci permette di accedere ai file di sistema dell&#8217;iPhone senza l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-67" title="iphoneexplorer400" src="http://melaworld.wordpress.com/files/2009/11/iphoneexplorer400.png?w=300" alt="" width="194" height="194" />Un software nuovo di zecca che ci permette di accedere ai file di sistema dell&#8217;iPhone senza l&#8217;ausilio dell&#8217;SSH quindi senza l&#8217;ausilio di wi-fi? La risposta alla domanda è <a href="http://www.iphone-explorer.com/" target="_blank"><strong>iPhone Explorer</strong></a> che si contrappone al già esistente <a href="http://www.ispazio.net/7268/iphone-tunnel-suite-come-connettervi-in-ssh-senza-wifi" target="_blank"><strong>iPhone Tunnel Suite</strong></a>. iPhone Explorer è un software che,come già detto,ci permette di gestire la <em>root</em> del nostro melafonino via USB senza,quindi,l&#8217;ausilio di software come Cyberduck. Per scaricare il software in maniera totalmente gratuita basta seguire <a href="http://www.iphone-explorer.com/" target="_blank"><strong>questo link</strong></a> e scaricare la versione che vi serve (Esiste sia per Mac che per<!--more--> Winzozz),fatto ciò vi basterà collegare il vostro iPhone alla porta USB del vostro Mac e/o Pc per iniziare a navigare tra le varie folders del vostro gioiellino Made by Apple. Il software può gestire sia gli iPhone Jailbreakati che quelli originali,ovviamente i primi saranno avvantaggiati in quanto si potrà accedere direttamente alla <em>root</em> del melafonino e gestire tutto ciò che potete gestire con Cyberduck e software affini.</p>
<p><span style="color:#ff0000;">AVVISO IMPORTANTE!!!</span></p>
<p>Se avete eseguito il Jailbreak dell&#8217;iPhone con <a href="http://blackra1n.com/" target="_blank"><strong>Blackra1n</strong></a> di  GeHot la <em>root principale</em> dell&#8217;iPhone risulterà comunque inaccessibile,per rimediare a questo piccolo imprevisto vi basterà correre su Cydia ed installare il file <em><strong>afc2add </strong></em>una volta installato questo file avviate iPhone Explorer e cliccate su <em>Change Rott</em> in basso a destra e vedrete che la prima icona in alto a sinistra,quella che una volta spuntata vi permetterà di accedere alla <em>root principale</em> del melafonino,è selezionabile e vi consentirà di lavorare tramite SSH senza l&#8217;ausilio di reti wireless.</p>
<p><span style="color:#999999;"><br />
</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Seguridad en SSH]]></title>
<link>http://hydrus.wordpress.com/2009/11/29/seguridad-en-ssh/</link>
<pubDate>Sun, 29 Nov 2009 18:28:20 +0000</pubDate>
<dc:creator>Sirius</dc:creator>
<guid>http://hydrus.wordpress.com/2009/11/29/seguridad-en-ssh/</guid>
<description><![CDATA[En el post anterior sobre como montar una red local en Ubuntu 9.10 con un módem. Deje de lado la seg]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;">En el post anterior sobre como montar una red local en Ubuntu 9.10 con un módem. Deje de lado la seguridad en SSH. Ya sabemos que todos somos vulnerables, pero no está demás configurar un poco este servicio.</p>
<p style="text-align:center;">Utilizaremos el editor nano escribiendo en una shell:</p>
<pre style="text-align:center;">sudo nano /etc/ssh/sshd_config</pre>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/seguridad-en-ssh.png"><img class="aligncenter size-full wp-image-1638" title="Seguridad en SSH" src="http://hydrus.wordpress.com/files/2009/11/seguridad-en-ssh.png" alt="" width="497" height="329" /></a></p>
<p style="text-align:center;">Esta es la captura de mi shell</p>
<p style="text-align:center;">CONTENIDO A EDITAR</p>
<p># Package generated configuration file<br />
# See the sshd(8) manpage for details</p>
<p># What ports, IPs and protocols we listen for<br />
Port 22  <strong>[POR DEFECTO UTILIZA EL 22, CAMBIARLO POR OTRO ¡¡ TIENES MÁS DE 60000!!]</strong><br />
# Use these options to restrict which interfaces/protocols sshd will bind to<br />
#ListenAddress ::<strong> [POR DEFECTO ESCUCHA TODAS LAS DIRECCIONES, CONFIGURA LA TUYA]<br />
</strong> #ListenAddress 0.0.0.0<br />
Protocol 2<br />
# HostKeys for protocol version 2<br />
HostKey /etc/ssh/ssh_host_rsa_key<br />
HostKey /etc/ssh/ssh_host_dsa_key<br />
#Privilege Separation is turned on for security<br />
UsePrivilegeSeparation yes</p>
<p># Lifetime and size of ephemeral version 1 server key<br />
KeyRegenerationInterval 3600<br />
ServerKeyBits 768</p>
<p># Logging<br />
SyslogFacility AUTH<br />
LogLevel INFO</p>
<p># Authentication:<br />
LoginGraceTime 120 <strong>[TIEMPO QUE APARECE LA VENTANITA PARA LOGUEARSE, PONER MENOS SEGUNDOS]</strong><br />
PermitRootLogin yes<strong> [POR DEFECTO PERMITE ACCESO COMO ROOT, VA A SER QUE NO <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ]</strong><br />
StrictModes yes</p>
<p>RSAAuthentication yes<br />
PubkeyAuthentication yes<br />
#AuthorizedKeysFile     %h/.ssh/authorized_keys</p>
<p># Don&#8217;t read the user&#8217;s ~/.rhosts and ~/.shosts files<br />
IgnoreRhosts yes<br />
# For this to work you will also need host keys in /etc/ssh_known_hosts<br />
RhostsRSAAuthentication no<br />
# similar for protocol version 2<br />
HostbasedAuthentication no</p>
<p style="text-align:center;">ALGUNAS OPCIONES QUE SE PUEDEN AÑADIR</p>
<p style="text-align:left;"># Habilitar usuarios</p>
<p style="text-align:left;">AllowUsers</p>
<p style="text-align:left;">#Habilitar grupos de usuarios</p>
<p style="text-align:left;">AllowGroupsUsers_ssh</p>
<p style="text-align:left;">#Habilitar encaminamiento</p>
<p style="text-align:left;">AllowAgentFowarding yes</p>
<p style="text-align:left;">#Habilitar encaminamiento TCP</p>
<p style="text-align:left;">AllowTcpFowarding yes</p>
<p style="text-align:left;">#Maximos intentos de passwords</p>
<p style="text-align:left;">MaxStartups 3 <strong>[POR DEFECTO CREO QUE SON 10]</strong></p>
<p style="text-align:left;">NOTA: Seguramente se podrá configurar más. Dejo el post abierto con los comentarios, si alguien le apetece postear.</p>
<p style="text-align:center;">
<p><a href="http://www.nopalitux.com/index2.php?option=com_topsites&#38;id=29&#38;task=vote" target="_blank"><img src="http://www.nopalitux.com/components/com_topsites/images/votamenopalitux.gif" border="0" alt="" align="left" /></a><br />
<a href="http://www.hispabloggers.com/modules.php?name=MS_TopSites&#38;file=in&#38;id=1274" target="_blank"><img src="http://www.hispabloggers.com/topimg/vote.gif" border="0" alt="" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Open SSH Security]]></title>
<link>http://enablesecret.wordpress.com/2009/11/28/open-ssh-security/</link>
<pubDate>Sat, 28 Nov 2009 21:48:42 +0000</pubDate>
<dc:creator>Rockwell Stockton</dc:creator>
<guid>http://enablesecret.wordpress.com/2009/11/28/open-ssh-security/</guid>
<description><![CDATA[I would strongly suggest setting this software up: http://en.wikipedia.org/wiki/Fail2ban on the mach]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I would strongly suggest setting this software up:<br />
http://en.wikipedia.org/wiki/Fail2ban</p>
<p>on the machines that have ssh wide open on port 22</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[Untangle] Enable/Disable SSH.]]></title>
<link>http://fossun.wordpress.com/2009/11/28/untangle-enabledisable-ssh-2/</link>
<pubDate>Sat, 28 Nov 2009 14:56:08 +0000</pubDate>
<dc:creator>fossun</dc:creator>
<guid>http://fossun.wordpress.com/2009/11/28/untangle-enabledisable-ssh-2/</guid>
<description><![CDATA[Start SSH To start the SSH daemon (this will also cause it to restart on every boot) rm /etc/ssh/ssh]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Start SSH<br />
</strong><br />
To start the SSH daemon (this will also cause it to restart on every boot)</p>
<p>rm /etc/ssh/sshd_not_to_be_run<br />
/etc/init.d/ssh start</p>
<p><strong>Disable SSH</strong></p>
<p>To stop SSH and prevent it from starting automatically on every boot run:</p>
<p>touch /etc/ssh/sshd_not_to_be_run<br />
/etc/init.d/ssh stop</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux - Configurando hosts favoritos no SSH]]></title>
<link>http://andreysmith.wordpress.com/2009/11/28/favoritos-no-ssh/</link>
<pubDate>Sat, 28 Nov 2009 13:28:37 +0000</pubDate>
<dc:creator>Andrey Smith</dc:creator>
<guid>http://andreysmith.wordpress.com/2009/11/28/favoritos-no-ssh/</guid>
<description><![CDATA[Introdução Acesso remoto é algo que faz parte da rotina de administradores de rede, e em ambientes U]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a rel="attachment wp-att-214"><img class="aligncenter size-full wp-image-214" title="openssh" src="http://andreysmith.wordpress.com/files/2009/11/openssh.png" alt="" width="194" height="191" /></a></p>
<p><strong>Introdução</strong></p>
<p>Acesso remoto é algo que faz parte da rotina de administradores de rede, e em ambientes Unix e Linux, o SSH é o protocolo mais utlizado para esta tarefa. Neste tutorial, irei mostrar como configurar host alias no SSH.<!--more--></p>
<p><strong>Pré-requisitos</strong></p>
<p>OpenSSH → É uma coleção de programas de computador quem provem a criptografia em sessões de comunicações em uma rede de computadores usando o protocolo SSH.</p>
<p><strong>Mão à obra</strong></p>
<p>Há duas maneiras de criar os aliases:</p>
<p><strong>1. Alias para todos usuários do sistema</strong></p>
<p>Efetuar estas configurações logado como root.</p>
<pre class="brush: plain;">Lara:/ root# vi /etc/ssh/ssh_config</pre>
<p>Adicionar as linhas abaixo no final do arquivo</p>
<pre class="brush: plain;">Host tico
HostName 192.168.0.1
User root
Port 8082</pre>
<p>Host → É o alias (apelido) para a máquina remota<br />
HostName → Pode ser utilizado o hostname ou IP da máquina remota<br />
User → Usuário que será utlizado para efetuar o acesso remoto<br />
Port → É especificado quando o ssh não está sendo executado na porta padrão (22), caso contrário, esta linha torna-se desnecessária.</p>
<p>Obs.: Para usuários Mac, o arquivo de configuração está localizado em /etc/ssh_config.</p>
<p><strong>2. Alias válido apenas para usuário</strong></p>
<p>Efetuar estas configurações com usuário diferente do usuário root, neste exemplo utilizarei o usuário smith.<br />
Caso o diretório .ssh não exista, basta cria-lo com comando abaixo</p>
<pre class="brush: plain;">Lara:/ smith$ mkdir ~/.ssh</pre>
<p>Conceder a permissão necessária</p>
<pre class="brush: plain;">Lara:/ smith$ chmod 700 ~/.ssh</pre>
<p>Criar aliases</p>
<pre class="brush: plain;">Lara:/ smith$ vi ~/.ssh/config</pre>
<p>Conteúdo do arquivo config:</p>
<pre class="brush: plain;">Host teco
HostName 192.168.0.2
User smith</pre>
<p>O arquivo config deve ter permissão 600, ou seja, deve estar acessível apenas para o usuário dono do arquivo.</p>
<p><strong>Prova dos nove</strong></p>
<p>Neste ponto do tutorial existem dois aliases criados, um para todos usuários do sistema e outro apenas para o usuário smith.</p>
<p><strong>Testar acesso remoto</strong></p>
<p>As duas tentivas de acesso a máquina remota tico, devem funcionar, pois o alias foi criado para todos usuários do sistema.<br />
Executar o comando abaixo logado com usuário root.</p>
<pre class="brush: plain;">Lara:/ root# ssh tico</pre>
<p>Executar o comando abaixo logado com usuário utilizado para criar alias de usuário (smith)</p>
<pre class="brush: plain;">Lara:/ smith$ ssh tico</pre>
<p>Apenas a segunda tentiva de acesso a máquina remota teco, deve funcionar, pois o alias foi criado apenas para o usuário smith.<br />
Executar o comando abaixo logado com usuário root</p>
<pre class="brush: plain;">Lara:/ root# ssh teco</pre>
<p>Executar o comando abaixo logado com usuário utilizado para criar alias de usuário (smith)</p>
<pre class="brush: plain;">Lara:/ smith$ ssh teco</pre>
<p><strong>Testar cópia de arquivos remoto</strong></p>
<pre class="brush: plain;">Lara:/ root# scp  /etc/ssh/ssh_config tico:/home
Lara:/ smith$ scp ~/.ssh/config teco:/home</pre>
<p><strong>Conclusão</strong></p>
<p>Alisases no ssh ajudam a manter de forma organizada, uma lista dos computadores remotos que são mais acessados diariamente.</p>
<p>:wq<br />
Andrey Smith</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LockSreen Animata con il vostro Segno Zodiacale]]></title>
<link>http://6unblog.wordpress.com/2009/11/27/locksreen-animata-con-il-vostro-segno-zodiacale/</link>
<pubDate>Fri, 27 Nov 2009 22:26:25 +0000</pubDate>
<dc:creator>Marco</dc:creator>
<guid>http://6unblog.wordpress.com/2009/11/27/locksreen-animata-con-il-vostro-segno-zodiacale/</guid>
<description><![CDATA[Ho preparato un pacchetto con i segni zodiacali in formato .gif da inserire nella lockscreen. Requis]]></description>
<content:encoded><![CDATA[Ho preparato un pacchetto con i segni zodiacali in formato .gif da inserire nella lockscreen. Requis]]></content:encoded>
</item>
<item>
<title><![CDATA[Another scpresume alias with rsync]]></title>
<link>http://eskatos.wordpress.com/2009/11/27/another-scpresume-alias-with-rsync/</link>
<pubDate>Fri, 27 Nov 2009 21:04:30 +0000</pubDate>
<dc:creator>eskatos</dc:creator>
<guid>http://eskatos.wordpress.com/2009/11/27/another-scpresume-alias-with-rsync/</guid>
<description><![CDATA[File copy over ssh is nice but it has no resume support. That can be a pain if dealing with big file]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>File copy over ssh is nice but it has no resume support. That can be a pain if dealing with big files and/or poor connectivity.</p>
<p>As a reminder to myself here is a shell alias I use :</p>
<p><code>alias scpresume='rsync -Pazhv -e ssh'</code></p>
<ul>
<li>-P is the same as &#8211;partial &#8211;progress, this enable progress indication and partially downloaded files transfer to be resumed </li>
<li>-a activate archive mode to be recursive</li>
<li>-z enable compression</li>
<li>-h outputs human readable units</li>
<li>-v add more verbosity, especially reassuring with poor connectivity</li>
<li>&#8216;-e ssh&#8217; is needed to use ssh as transport, you can change this to &#8216;-e &#8220;ssh -p XXXX&#8221;&#8216; if you need to change used port or any other ssh options</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Magia SSH &amp; dd]]></title>
<link>http://zuluspower.wordpress.com/2009/11/27/magia-ssh/</link>
<pubDate>Fri, 27 Nov 2009 14:08:55 +0000</pubDate>
<dc:creator>zuluspower</dc:creator>
<guid>http://zuluspower.wordpress.com/2009/11/27/magia-ssh/</guid>
<description><![CDATA[Zamieszczam kilka podstawowych (dla każdego admina)  komend z użyciem SSH. Czasami mam zaćmienie umy]]></description>
<content:encoded><![CDATA[Zamieszczam kilka podstawowych (dla każdego admina)  komend z użyciem SSH. Czasami mam zaćmienie umy]]></content:encoded>
</item>
<item>
<title><![CDATA[iPhone Explorer: Collegati con il Computer a iPhone o iPod Touch con il cavo USB - Mac e Win]]></title>
<link>http://6unblog.wordpress.com/2009/11/27/iphone-explorer-collegati-con-il-computer-a-iphone-o-ipod-touch-con-il-cavo-usb-mac-e-win/</link>
<pubDate>Fri, 27 Nov 2009 10:45:06 +0000</pubDate>
<dc:creator>Marco</dc:creator>
<guid>http://6unblog.wordpress.com/2009/11/27/iphone-explorer-collegati-con-il-computer-a-iphone-o-ipod-touch-con-il-cavo-usb-mac-e-win/</guid>
<description><![CDATA[Parlo soprattutto agli utenti Mac, che con iPhone Folder c&#8217;erano rimasti male&#8230; Anche per]]></description>
<content:encoded><![CDATA[Parlo soprattutto agli utenti Mac, che con iPhone Folder c&#8217;erano rimasti male&#8230; Anche per]]></content:encoded>
</item>
<item>
<title><![CDATA[[Untangle] Enable/Disable SSH]]></title>
<link>http://fossun.wordpress.com/2009/11/27/untangle-enabledisable-ssh/</link>
<pubDate>Fri, 27 Nov 2009 05:21:14 +0000</pubDate>
<dc:creator>fossun</dc:creator>
<guid>http://fossun.wordpress.com/2009/11/27/untangle-enabledisable-ssh/</guid>
<description><![CDATA[By default, SSH is disabled in Untangle 7.0.1. Start SSH To start the SSH daemon (this will also cau]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By default, SSH is disabled in Untangle 7.0.1.</p>
<p><strong>Start SSH</strong></p>
<p>To start the SSH daemon (this will also cause it to restart on every boot)</p>
<blockquote><p>rm /etc/ssh/sshd_not_to_be_run<br />
/etc/init.d/ssh start</p></blockquote>
<p>&#8212;</p>
<p><strong>Disable SSH</strong></p>
<p>To stop SSH and prevent it from starting automatically on every boot run:</p>
<blockquote><p>touch /etc/ssh/sshd_not_to_be_run<br />
/etc/init.d/ssh stop</p></blockquote>
<p>&#8212;</p>
<p>Source: <a href="http://wiki.untangle.com/index.php/Enable_SSH">http://wiki.untangle.com/index.php/Enable_SSH</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Guida 6unblog: Riavviare iPhone e iPod correttamente quando si blocca sulla schermata Boot Logo]]></title>
<link>http://6unblog.wordpress.com/2009/11/26/guida-6unblog-riavviare-iphone-e-ipod-correttamente-quando-si-blocca-sulla-schermata-boot-logo/</link>
<pubDate>Thu, 26 Nov 2009 18:20:45 +0000</pubDate>
<dc:creator>Marco</dc:creator>
<guid>http://6unblog.wordpress.com/2009/11/26/guida-6unblog-riavviare-iphone-e-ipod-correttamente-quando-si-blocca-sulla-schermata-boot-logo/</guid>
<description><![CDATA[Avete installato un&#8217;applicazione da cydia e iPhone &#8211; Ipod si sono bloccati con questa im]]></description>
<content:encoded><![CDATA[Avete installato un&#8217;applicazione da cydia e iPhone &#8211; Ipod si sono bloccati con questa im]]></content:encoded>
</item>
<item>
<title><![CDATA[Use your PuTTY SSH Key on linux or Mac]]></title>
<link>http://stevewardell.wordpress.com/2009/11/26/use-your-putty-ssh-key-on-linux-or-mac/</link>
<pubDate>Thu, 26 Nov 2009 12:04:04 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://stevewardell.wordpress.com/2009/11/26/use-your-putty-ssh-key-on-linux-or-mac/</guid>
<description><![CDATA[I look after an ever growing number of linux servers as part of my job, almost all of this I do remo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I look after an ever growing number of linux servers as part of my job, almost all of this I do remotely and with the help of our data centre.</p>
<p>All remote access is by secure keys NOT passwords. I use PuTTY SSH terminal on windows so I wanted to use the same key on my linux desktop with, as it happens, Gnome Terminal. I could have just generated a new key pair on linux but that seemed silly.</p>
<p>First export your PuTTY key using PuTTYGen Conversions option and Export as OpenSSH key. Save the file with a sensible name. This is your PRIVATE key, this is the part you DO NOT give out. If this ever does get out in the wild you need to remove the public key from all servers and build a new key pair. If you don&#8217;t have a password/pass-phrase on your key you should add one.</p>
<p>Now copy the exported private key to your linux (or Mac, its exactly the same process) home folder, or where ever.</p>
<p>OK, you now have your private key on your linux desktop (or Mac), you need to set the right file permissions on it, &#8216;chmod 700 private_key_filename&#8217;, if you don&#8217;t do this it wont work (and the number of times I&#8217;ve missed this part&#8230;)</p>
<p>Now you should be able to SSH into your server</p>
<p>ssh -p port -i private_key_filename username@hostname_or_ip_address</p>
<p>-p port &#8212; on my servers I run the SSH daemon on a different port to 22, if you use 22 you can omit that part</p>
<p>-i private_key_filename &#8212; is your key that you just copied</p>
<p>username &#8212; is the username on the server you are connecting to, if its the same as the username on your linux (or Mac) desktop then you can omit it</p>
<p>hostname_or_ip_address &#8212; obvious</p>
<p><a href="http://stevewardell.wordpress.com/files/2009/11/ssh.jpg"><img class="aligncenter size-medium wp-image-165" title="ssh" src="http://stevewardell.wordpress.com/files/2009/11/ssh.jpg?w=300" alt="" width="300" height="231" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dos pcs en red con Ubuntu 9.10 y un modem]]></title>
<link>http://hydrus.wordpress.com/2009/11/25/dos-pcs-en-red-con-ubuntu-9-10-y-un-modem/</link>
<pubDate>Wed, 25 Nov 2009 20:28:13 +0000</pubDate>
<dc:creator>Sirius</dc:creator>
<guid>http://hydrus.wordpress.com/2009/11/25/dos-pcs-en-red-con-ubuntu-9-10-y-un-modem/</guid>
<description><![CDATA[Este tutorial trata de conectar dos equipos en red un pc de sobremesa y un portatil, para intercambi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;">Este tutorial trata de <strong>conectar dos equipos en red </strong>un pc de sobremesa y un portatil, para intercambiar datos y compartir la conexión a internet <strong>con un modem</strong> de cable sin la necesidad de rascarnos el bolsillo para comprar un router <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p style="text-align:left;">El hadware que planteo es el siguiente:</p>
<ul>
<li>Un pc de sobremesa que le llamaré <strong>Acimut</strong>, con dos tarjetas ethernet, una para salir al exterior (internet) y la otra para conectarse al segundo pc.</li>
<li>En el segundo pc una tarjeta ethernet y lo nombraré como<strong> Hydrus.</strong></li>
<li>Un <strong>cable RJ45 cruzado</strong>.</li>
<li>El <strong>modem </strong>de cable con la conexión a internet que me puso el ISP (proveedor).</li>
</ul>
<p>El software que vamos a utilizar es:</p>
<ul>
<li><strong>Ubuntu 9.10 Karmic Koala</strong> en ambos pcs.</li>
<li> <strong>Firestarter</strong> (que actuará de router y lo instalaré en Acimut)</li>
<li><strong>SSH (Secure Shell)</strong>, que será el encargado de transferir los archivos entre Acimut e Hydrus.</li>
</ul>
<p style="text-align:center;"><strong>CONFIGURANDO ACIMUT</strong></p>
<p style="text-align:center;">Abrimos una shell e instalamos Firestarter con el siguiente comando:</p>
<pre style="text-align:center;">sudo apt-get install firestarter
<a href="http://hydrus.wordpress.com/files/2009/11/instalando-firestarter-en-acimut.png"><img class="aligncenter size-full wp-image-1609" title="Instalando Firestarter en Acimut" src="http://hydrus.wordpress.com/files/2009/11/instalando-firestarter-en-acimut.png" alt="" width="497" height="126" /></a>
</pre>
<p style="text-align:center;">Ya lo tenía instalado <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:center;">Seguidamente nos desplazamos por el menu de Gnome en Sistemas y finalmente en Administración, buscamos Firestarter y lo lanzamos por primera vez ejecutando se de forma automática el asistente. No voy a entrar en configuraciones avanzadas de Firestarter sólo lo necesario para esta tarea.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/asitente-firestarter.png"><img class="aligncenter size-full wp-image-1615" title="Asitente Firestarter" src="http://hydrus.wordpress.com/files/2009/11/asitente-firestarter.png" alt="" width="179" height="66" /></a><a href="http://hydrus.wordpress.com/files/2009/11/asistente-firestarter-conf.png"><img class="aligncenter size-full wp-image-1616" title="Asistente Firestarter conf" src="http://hydrus.wordpress.com/files/2009/11/asistente-firestarter-conf.png" alt="" width="496" height="146" /></a></p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/asistente-firestarter-conf.png"></a>Automáticamente al estar conectado a inet nos ha detectado el dispositivo ethernet, si no fuera así configurar el adecuado.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/asitente-firestarter.png"><img class="aligncenter size-full wp-image-1615" title="Asitente Firestarter" src="http://hydrus.wordpress.com/files/2009/11/asitente-firestarter.png" alt="" width="179" height="66" /></a></p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/pantallazo.png"><img class="aligncenter size-full wp-image-1617" title="Asistente Firestarter configuración." src="http://hydrus.wordpress.com/files/2009/11/pantallazo.png" alt="" width="497" height="206" /></a></p>
<p style="text-align:center;">Llegados a este punto Activamos la compartición a internet y seleccionamos el ethernet en el caso de que el asistente no lo haga.</p>
<pre style="text-align:center;">@@@</pre>
<p style="text-align:center;">Seguimos con la instalación de SSH</p>
<pre style="text-align:center;">sudo apt-get install ssh
</pre>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/instalando-ssh-en-acimut.png"><img class="aligncenter size-full wp-image-1610" title="Instalando SSH en Acimut" src="http://hydrus.wordpress.com/files/2009/11/instalando-ssh-en-acimut.png" alt="" width="497" height="544" /></a></p>
<p style="text-align:center;">Sintaxis para parar, iniciar y reiniciar SSH</p>
<pre style="text-align:center;"> sudo /etc/init.d/ssh stop
  sudo /etc/init.d/ssh start
    sudo /etc/init.d/shh restart
</pre>
<p style="text-align:center;">Ya tenemos el software instalado en Acimut ahora vamos a pasar a configurar el dispositivo de red local (la tarjeta de red que esta conectada al portatil con el cable RJ45 cruzado).</p>
<p style="text-align:center;">En el menu de Gnome &#8211; Sistema &#8211; Preferencias &#8211; Conexiones de red.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/conexiones-de-red-en-acimut.png"><img class="aligncenter size-full wp-image-1621" title="Conexiones de red en Acimut" src="http://hydrus.wordpress.com/files/2009/11/conexiones-de-red-en-acimut.png" alt="" width="474" height="155" /></a></p>
<p style="text-align:center;">Ubuntu les pondra nombre auto eth1, auto eth2. Yo en este caso les he cambiado a mi gusto. Nos colocamos en la Red Local para configurarla manualmente. La que sale internet no hace falta.</p>
<p style="text-align:center;">Nos pasamos a la pestaña Ajustes IPv4, método manual, y escribimos la dirección ip y la máscara de red. La configuración de las capturas es válida. La puerta de enlace no es necesario, finalmente aplicar.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/editando-red-local-en-acimut.png"><img class="aligncenter size-full wp-image-1620" title="Editando Red Local en Acimut" src="http://hydrus.wordpress.com/files/2009/11/editando-red-local-en-acimut.png" alt="" width="460" height="461" /></a></p>
<p style="text-align:center;">Con esto Acimut ya está listo.</p>
<p style="text-align:center;">
<p style="text-align:center;"><strong>CONFIGURANDO HYDRUS</strong></p>
<p style="text-align:center;">De Firestarter nos olvidamos. Pasamos a instalar SSH del mismo modo que en Acimut.</p>
<pre style="text-align:center;">sudo apt-get install ssh
</pre>
<p style="text-align:center;">Ya sólamente queda configurar la tarjeta de red.</p>
<p style="text-align:center;">En el menu de Gnome &#8211; Sistema &#8211; Preferencias &#8211; Conexiones de red.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/pantallazo-editando-red-local-laptop.png"><img class="aligncenter size-full wp-image-1622" title="Configurando manualmente Hydrus" src="http://hydrus.wordpress.com/files/2009/11/pantallazo-editando-red-local-laptop.png" alt="" width="462" height="477" /></a></p>
<p style="text-align:center;">El sistema es el mismo en Hydrus, seleccionamos la opción manual le asignamos otra dirección ip con su máscara de red correspondiente. Pero en este caso de puerta de enlace ponemos la dirección ip de Acimut. Finalmente agregamos también los servidores DNS. Estos que veis son de ONO. Para averiguar los vuestros arriba en la derecha en información de la conexión los teneis.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/informacion-dela-conexion.png"><img class="aligncenter size-full wp-image-1623" title="Información de la conexión" src="http://hydrus.wordpress.com/files/2009/11/informacion-dela-conexion.png" alt="" width="260" height="155" /></a></p>
<p style="text-align:center;">Hydrus está listo.</p>
<p style="text-align:center;">Con esto realizado las conexión ya se tiene que haber efectuado. Se pueden ejecutar con &#8220;ping&#8221; por ejemplo una prueba de conectividad. En este punto los dos pcs ya disponen de internet.</p>
<p style="text-align:center;">CONECTANDO CON SSH PARA TRANSFERIR ARCHIVOS</p>
<p style="text-align:center;">Un ejemplo para de conexión SSH con el navegador de archivos.</p>
<p style="text-align:center;">ssh://nombredelequipolocal@sudirecciónip</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/navegador-de-archivos.png"><img class="aligncenter size-full wp-image-1624" title="Acimut conecta con Hydrus" src="http://hydrus.wordpress.com/files/2009/11/navegador-de-archivos.png" alt="" width="414" height="109" /></a></p>
<p style="text-align:center;">Salta el sistema de seguridad</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/pantallazo-11.png"><img class="aligncenter size-full wp-image-1626" title="Aviso de seguridad" src="http://hydrus.wordpress.com/files/2009/11/pantallazo-11.png" alt="" width="425" height="207" /></a></p>
<p style="text-align:center;">Iniciamos sesión obviamente con la contraseña que utilizamos para acceder a nuestro sistema.</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/login.png"><img class="aligncenter size-full wp-image-1627" title="Login" src="http://hydrus.wordpress.com/files/2009/11/login.png" alt="" width="409" height="201" /></a></p>
<p style="text-align:center;">En el escritorio se genera un icono de acceso directo. Ya podemos navegar por nuestra red, copiar, pegar etc&#8230;&#8230;</p>
<p style="text-align:center;"><a href="http://hydrus.wordpress.com/files/2009/11/icono-en-el-escritorio.png"><img class="aligncenter size-full wp-image-1628" title="icono en el escritorio" src="http://hydrus.wordpress.com/files/2009/11/icono-en-el-escritorio.png" alt="" width="147" height="131" /></a></p>
<p style="text-align:center;">
<p><a href="http://www.nopalitux.com/index2.php?option=com_topsites&#38;id=29&#38;task=vote" target="_blank"><img src="http://www.nopalitux.com/components/com_topsites/images/votamenopalitux.gif" border="0" alt="" align="left" /></a><br />
<a href="http://www.hispabloggers.com/modules.php?name=MS_TopSites&#38;file=in&#38;id=1274" target="_blank"><img src="http://www.hispabloggers.com/topimg/vote.gif" border="0" alt="" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SSH session timeouts]]></title>
<link>http://saschpe.wordpress.com/2009/11/25/ssh-session-timeouts/</link>
<pubDate>Wed, 25 Nov 2009 19:41:37 +0000</pubDate>
<dc:creator>Sascha Peilicke</dc:creator>
<guid>http://saschpe.wordpress.com/2009/11/25/ssh-session-timeouts/</guid>
<description><![CDATA[Recently I&#8217;ve experienced some odd SSH behavior, my connection is lost after not issuing a com]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently I&#8217;ve experienced some odd <a href="http://en.wikipedia.org/wiki/Ssh">SSH</a> behavior, my connection is lost after not issuing a command for a while. Usually I get this message:</p>
<blockquote><p>
ME@SERVER:~% Read from remote host SERVER: Connection reset by peer<br />
Connection to SERVER closed.
</p></blockquote>
<p>Nice, indeed. However, this can be fixed by creating the file  <em>~/.ssh/config</em> and pasting this into it:</p>
<blockquote><p>
TCPKeepAlive no<br />
ServerAliveInterval 15
</p></blockquote>
<p>What happens here is that you overwrite the default SSH configuration usually found in <em>/etc/ssh/ssh_config</em> with a different behavior. A timeout interval is set after which your SSH client will request a response from the server. This is usually done via TCP keep-alive, which is unreliable (and insecure)  and therefore turned off. So, no more timed-out connections here, great! Feel free to read the <strong>ssh_config</strong> manpage for more insight.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[SOLUCIÓN]:Llegan los virus al iPhone.]]></title>
<link>http://distrito.wordpress.com/2009/11/25/solucionllegan-los-virus-en-el-iphone/</link>
<pubDate>Wed, 25 Nov 2009 18:05:32 +0000</pubDate>
<dc:creator>Dani Ruiz</dc:creator>
<guid>http://distrito.wordpress.com/2009/11/25/solucionllegan-los-virus-en-el-iphone/</guid>
<description><![CDATA[Por lo general, tanto Apple como Linux tienen algo muy bueno y es que no pasa como con Windows, que ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img class="aligncenter" src="http://i35.photobucket.com/albums/d160/satelitepro/iphone-virus.jpg" alt="" width="336" height="302" /></p>
<p>Por lo general, tanto Apple como Linux tienen algo muy bueno y es que no pasa como con Windows, que es una mina de virus, Spyware y demás porquería que nos elimina de un plumazo disfrutar de la informática y nos hace casi odiarla, pero de un tiempo a esta parte, a un chico (Del que no daré ningún dato, por que no se merece esa publicidad) no se le ocurre otra que gastar una &#8220;broma&#8221; y crear un gusano que hacia una modificación en el iPhone, nada grave, pero fue ya una puerta abierta para que otros tipos se metieran en ella, para &#8220;explorar&#8221; y hacer de las suyas, primero se creó un gusano que hacia algo peor y el último que se conoce aprovecha la vulnerabilidad y se hace pasar por una &#8220;cuenta bancaria falsa&#8221; (ING Direct) , además del riesgo que supone meterse en el root del móvil y con ello, robar información del usuario. Desde MUY PERSONAL, os enseño como protegeros.</p>
<ul>
<li><strong>¿Como solucionarlo desde el iPhone?</strong>.</li>
</ul>
<p>1. Accedemos a Cydia e instalamos la aplicación MobileTerminal.<br />
2. Abrimos la aplicación y escribimos el comando “passwd” para cambiar la contraseña del usuario “mobile”.<br />
3. Introducimos la contraseña actual: “alpine”.<br />
4. Introducimos la contraseña que queramos definir como nueva. Nos solicitará confirmación así que volvemos a introducirla por segunda vez (la contraseña es sensible para mayúsculas y minúsculas).<br />
5. Ahora le toca el turno al usuario “root” así que escribimos el comando “login root”.<br />
6. Nos solicitará la contraseña, que en este usuario sigue siendo “alpine”.<br />
7. Repetimos el paso 2 escribiendo “passwd”, solo que esta vez no necesitaremos indicar la contraseña actual, tan solo introduciremos la nueva y la confirmaremos.<br />
8. Y con esto ya estaremos protegidos ante cualquier ataque de Rick Astley o posible variante que surja en un futuro. Recordad que en lo sucesivo necesitaréis utilizar la nueva contraseña para acceder al iPhone mediante SSH.</p>
<ul>
<li><strong>¿Y si no se puede o no se sabe desde el iPhone?</strong>.</li>
</ul>
<p>Ajustes -&#62; Wi-Fi y pulsar sobre la flecha azul, aquí vemos los datos de red, lo que se necesita primero es saber que estamos en una red local, es decir, que no se está conectado a un vecino, no servirá, se necesita la IP, para quien no sepa que es, se trata de una numeración que comienza con 192.xxx.xxx.xx, una vez sepamos este dato, se necesitan 2 aplicaciones</p>
<p><a href="http://winscp.net/eng/download.php">WinSCP</a></p>
<p>Se instala.</p>
<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a></p>
<p>En &#8220;Archivos de programa&#8221; o &#8220;Program files (x86)&#8221; dependiendo del sistema operativo, se crea la carpeta &#8220;Putty&#8221; y el arvhico que descargamos se pega dentro.</p>
<p>Se abre WinSCP y en IP se pone la del iPhone, <strong>puerto 22</strong> (Ya tendría que venir por defecto), nombre de usuario &#8220;<strong>root</strong>&#8221; (sin las comillas) y contraseña &#8220;<strong>alpine</strong>&#8220;.</p>
<p>Es posible que salga un mensaje de advertencia de &#8220;Si estamos seguros de conectarnos a esa máquina&#8221; (En Ingles) aceptamos y ya podremos ver la jerarquía de carpetas,( ¡OJO!, no tocar nada, si no queréis un carísimo pisapapeles)  ahora en COMANDOS, usar la opción &#8220;Abrir en PuTTY&#8221; , si sale otro aviso, aceptar sin problemas, eso que veis es la consola del terminal, ya estáis dentro del root (raíz), aquí escribís:</p>
<p><strong>passwd root</strong></p>
<p>Ahora YA podéis poner la NUEVA CONTRASEÑA, una que podáis recordar, os pide que la repitais y ¡LISTO!.</p>
<p>Con estos pasos, no deberías tener problemas de seguridad, de todas formas, desde MUY PERSONAL os iré informando de nuevas amenazas y de como solucionarlas <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[guida 6unblog: Far "impare" all' iPhone e iPod nuove parole e salvare il file sul tuo computer]]></title>
<link>http://6unblog.wordpress.com/2009/11/25/guida-6unblog-far-impare-all-iphone-e-ipod-nuove-parole-e-salvare-il-file-sul-tuo-computer/</link>
<pubDate>Wed, 25 Nov 2009 17:49:57 +0000</pubDate>
<dc:creator>Marco</dc:creator>
<guid>http://6unblog.wordpress.com/2009/11/25/guida-6unblog-far-impare-all-iphone-e-ipod-nuove-parole-e-salvare-il-file-sul-tuo-computer/</guid>
<description><![CDATA[Ogni volta che facciamo un aggiornamento o un ripristino, sabbaimo bene che tutto il terminale si fo]]></description>
<content:encoded><![CDATA[Ogni volta che facciamo un aggiornamento o un ripristino, sabbaimo bene che tutto il terminale si fo]]></content:encoded>
</item>
<item>
<title><![CDATA[System: SSH тормоза.]]></title>
<link>http://guruway.wordpress.com/2009/11/25/system-ssh-%d1%82%d0%be%d1%80%d0%bc%d0%be%d0%b7%d0%b0/</link>
<pubDate>Wed, 25 Nov 2009 10:26:33 +0000</pubDate>
<dc:creator>guruway</dc:creator>
<guid>http://guruway.wordpress.com/2009/11/25/system-ssh-%d1%82%d0%be%d1%80%d0%bc%d0%be%d0%b7%d0%b0/</guid>
<description><![CDATA[Избавляемся от тормозов при работе по ssh. nano /etc/ssh/sshd_config: UseDNS no GSSAPIAuthentication]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Избавляемся от тормозов при работе по ssh.<br />
<strong>nano /etc/ssh/sshd_config:<br />
UseDNS no<br />
GSSAPIAuthentication no<br />
GSSAPIKeyExchange no</strong></p>
<p><strong>nano /etc/hosts:</strong><br />
<strong>127.0.0.1       localhost local.kss45.ru local</strong><br />
<strong>127.0.1.1       local.kss45.ru  local</strong>               // добавляем свой хост без Loopback-адреса.<br />
<strong>ip                 your_computer_name</strong>             // добавляем ip &#8211; name того компьютера с которого ломимся по ssh.</p>
<p><strong>nano /etc/resolv.conf:</strong><br />
<strong>domain domain.ru</strong>          // тут domain &#8211; ето ключевое слово, например domain ya.ru, а не ya ya.ru =)<br />
<strong>search domain.ru</strong>          // адрес по которому осуществлять поиск локальных доменов 3его уровня.<br />
<strong>nameserver ns1 </strong>           // dns &#8211; сервера, либо ввести ip либо в /etc/hosts прописать ip &#8211; name.<br />
<strong>nameserver ns2<br />
nameserver 195.161.15.19 </strong></p>
<p><strong>nano /etc/nsswitch.conf:</strong><br />
ищем строку:<br />
<strong>hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4</strong><br />
приводим её к виду:<br />
<strong>hosts:          files dns mdns4_minimal [NOTFOUND=return] mdns4</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[NOTICIA] Apple "se pone las pilas" contra los gusanos de los Hackers...]]></title>
<link>http://tjuanma.wordpress.com/2009/11/25/noticia-apple-se-pone-las-pilas-contra-los-gusanos-de-los-hackers/</link>
<pubDate>Wed, 25 Nov 2009 09:54:46 +0000</pubDate>
<dc:creator>tjuanma</dc:creator>
<guid>http://tjuanma.wordpress.com/2009/11/25/noticia-apple-se-pone-las-pilas-contra-los-gusanos-de-los-hackers/</guid>
<description><![CDATA[Hace ya un poco que os hablo de gusanos creados por terceros para fastidiarnos el iPhone o robarnos ]]></description>
<content:encoded><![CDATA[Hace ya un poco que os hablo de gusanos creados por terceros para fastidiarnos el iPhone o robarnos ]]></content:encoded>
</item>
<item>
<title><![CDATA[SSH For Web Browser]]></title>
<link>http://vvaavv.wordpress.com/2009/11/25/ssh-for-web-browser/</link>
<pubDate>Wed, 25 Nov 2009 08:11:13 +0000</pubDate>
<dc:creator>uashokkumar1989</dc:creator>
<guid>http://vvaavv.wordpress.com/2009/11/25/ssh-for-web-browser/</guid>
<description><![CDATA[SSH or Secure shell allows you to access external servers from consoles and Windows desktop applicat]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>SSH or Secure shell allows you to access external servers from consoles and Windows desktop applications like Putty and Cygwin. Wouldn’t it be nice if you could SSH into your server without requiring any client, so that you can access your server from virtually anywhere? Web Shell is a web application based on Python which will allow you to access SSH from any web browser and even your iPhone.</p>
<p>The server is written in Python and is very easy to set up on Linux, Mac OS X, BSD, Solaris, and any Unix that runs python 2.3.<br />
<a href="http://code.google.com/p/web-shell/" target="_blank">Download Web Shell</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opium's Closet Tuesday by Rhonda Pennell]]></title>
<link>http://opiumsim.wordpress.com/2009/11/24/opiums-closet-tuesday-by-rhonda-pennell/</link>
<pubDate>Tue, 24 Nov 2009 19:25:14 +0000</pubDate>
<dc:creator>Rhonda Pennell</dc:creator>
<guid>http://opiumsim.wordpress.com/2009/11/24/opiums-closet-tuesday-by-rhonda-pennell/</guid>
<description><![CDATA[Recently, I had the pleasure of sitting next to GM Nikolaidis of spork at a fashion show&#8230;and o]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently, I had the pleasure of sitting next to GM Nikolaidis of <strong>spork</strong> at a fashion show&#8230;and one of the designs being presented had a striking resemblance with one of my favourite tops from spork:) It was then that I knew I would put something around it together and blog about it, and today is the perfect opportunity for me to introduce you to <strong>Janis</strong>, a super-stylish and sexy top showing lots of skin!</p>
<p><a href="http://opiumsim.wordpress.com/files/2009/11/janis-full.jpg"><img class="aligncenter size-full wp-image-5937" title="janis-full" src="http://opiumsim.wordpress.com/files/2009/11/janis-full.jpg" alt="" width="450" height="396" /></a></p>
<p>Janis, shown here in copper (one of several available colours),  is an eye-catching asymmetrical design, worn off the shoulder on one side and featuring a puffy sleeve on the other side. Prim attachments designed to be worn on both the shoulder and upper arm ensure that you will look great in just about any pose:)</p>
<p><a href="http://opiumsim.wordpress.com/files/2009/11/janis-shoes.jpg"><img class="alignright size-full wp-image-5938" title="janis-shoes" src="http://opiumsim.wordpress.com/files/2009/11/janis-shoes.jpg" alt="" width="200" height="222" /></a>The tight-fitting bodice flares out just above the waist into adorable prim ruffles with a black lace trim which adds an aura of girly cuteness to the overall look. As if that was not enough already, this versatile top includes a matching shawl worn around the neck, lovingly detailed with the same sequined texture that adorns the top as well. This is an amazing piece of clothing for mixing and matching, and could be worn with casual styles but also as part of an elegant and semi-formal dress:)</p>
<p><a href="http://opiumsim.wordpress.com/files/2009/11/janis-back.jpg"><img class="alignright size-full wp-image-5940" title="janis-back" src="http://opiumsim.wordpress.com/files/2009/11/janis-back.jpg" alt="" width="450" height="446" /></a></p>
<p>For today&#8217;s look of casual comfort and subdued elegance, I chose to combine the top with brown oilcloth pants from SSH (Style starts here) by Simone Stern. Prim attachments are an integral part of contemporary SL fashion and of course add greatly to its realism, but these impressively textured pants show that you can look great &#8220;the easy way&#8221; as well:) The recently released La Vivien boots in sepia from Courtisane, Leezu Baxter&#8217;s sister store, are the perfect complement to finish my look. I ended up with a colour scheme reminiscent of autumn leaves and cooling weather, but the overall look is perfect for a warm, summery theme &#8211; after all, in Second Life the sun always shines:)</p>
<p>&#8212;&#8212;</p>
<p><a href="http://opiumsim.wordpress.com/files/2009/11/janis_pose.jpg"><img class="alignleft size-full wp-image-5942" title="janis_pose" src="http://opiumsim.wordpress.com/files/2009/11/janis_pose.jpg" alt="" width="200" height="524" /></a>Photography and modeling by Rhonda Pennell</p>
<p>Outfit: <strong>Janis</strong> top in copper by <a href="http://slurl.com/secondlife/Malt/39/58/22">spork</a> &#8211; <strong>Oilcloth pants</strong> in brown by <a href="http://slurl.com/secondlife/Style%20Starts%20Here/119/130/29">SSH &#8211; Style Starts Here</a></p>
<p>Shoes: <strong>La Vivien</strong> in sepia by <a href="http://slurl.com/secondlife/Orbiuna/174/146/25">Courtisane</a></p>
<p>Skin: <strong>Sundust [Light] June Daylily 1</strong> by <a href="http://slurl.com/secondlife/Curio/128/130/38">Curio</a></p>
<p>Hair: <strong>Alex</strong> in blonde from <a href="http://slurl.com/secondlife/Viana%20Beach/144/229/1001">3636</a></p>
<p>Accessories: <strong>Flower Bracelets</strong> in brown by <a href="http://slurl.com/secondlife/Jiminy/233/148/440">Bax Coen</a> &#8211; <strong>Elegance</strong> long nails &#38; ring in gold by <a href="http://slurl.com/secondlife/HollandCoast%202/66/63/31">CCD &#8211; Caithlin Carter Designs</a> &#8211; <strong>Double Dangle</strong> diamond/gold earrings by <a href="http://slurl.com/secondlife/Porcupine/22/84/106">Dex&#8217;s Jewelry</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
