<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>digital21</title>
	<atom:link href="http://digitalteam.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalteam.wordpress.com</link>
	<description>administración de sistemas linux</description>
	<lastBuildDate>Wed, 19 Oct 2011 14:35:01 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='digitalteam.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>digital21</title>
		<link>http://digitalteam.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://digitalteam.wordpress.com/osd.xml" title="digital21" />
	<atom:link rel='hub' href='http://digitalteam.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OWNCLOUD 2: YOUR PERSONAL CLOUD SERVER</title>
		<link>http://digitalteam.wordpress.com/2011/10/19/owncloud-2-your-personal-cloud-server/</link>
		<comments>http://digitalteam.wordpress.com/2011/10/19/owncloud-2-your-personal-cloud-server/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:29:48 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=427</guid>
		<description><![CDATA[ownCloud is a free software alternative to some proprietary web services and it currently includes file management (with built-in file sharing), music streaming, calendar, contacts and more &#8211; all running on your computer or server.. Try ownCloud 2 If you want to try ownCloud before installing it, simply go to http://demo.owncloud.org/ . Install ownCloud 2 The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=427&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ownCloud is a free software alternative to some proprietary web services and it currently includes file management (with built-in file sharing), music streaming, calendar, contacts and more &#8211; all running on your computer or server..</p>
<p><a href="http://digitalteam.files.wordpress.com/2011/10/owncloud_files.png"><img class="aligncenter size-medium wp-image-433" title="owncloud_files" src="http://digitalteam.files.wordpress.com/2011/10/owncloud_files.png?w=300&#038;h=232" alt="" width="300" height="232" /></a></p>
<h2>Try ownCloud 2</h2>
<p>If you want to try ownCloud before installing it, simply go to <a href="http://demo.owncloud.org/">http://demo.owncloud.org</a>/ .</p>
<h2>Install ownCloud 2</h2>
<div>The latest ownCloud 2 isn&#8217;t available in the official Ubuntu repositories so you must install it manually.</div>
<p><strong>1.</strong> Install the ownCloud 2 dependencies:</p>
<pre><code>sudo apt-get install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip</code></pre>
<p><strong>2. </strong>Download ownCloud 2 and copy it to<em> /var/www/</em>:</p>
<pre><code>cd wget http://owncloud.org/releases/owncloud-2.tar.bz2 tar -xvf owncloud-2.tar.bz2 sudo mv owncloud /var/www/owncloud</code></pre>
<p><strong>3.</strong> Set up the permissions:</p>
<pre><code>sudo chown -R www-data:www-data /var/www/owncloud</code></pre>
<p><strong>4.</strong> Restart Apache:</p>
<pre><code>sudo /etc/init.d/apache2 restart</code></pre>
<div><strong>5.</strong> Open a browser and enter http://localhost/owncloud &#8211; if you get an error similar to this: &#8220;<em>No database drivers (sqlite or mysql) installed.</em>&#8220;, restart your computer and the error should be gone.</div>
<div><a href="http://digitalteam.files.wordpress.com/2011/10/owncloud-admin.png"><img class="aligncenter size-medium wp-image-434" title="owncloud-admin" src="http://digitalteam.files.wordpress.com/2011/10/owncloud-admin.png?w=300&#038;h=214" alt="" width="300" height="214" /></a></p>
<div><em><strong>Ok, now back to: <strong>http://localhost/owncloud &#8211; here you&#8217;ll be prompted to enter a new admin username and password and you&#8217;re done!</strong></strong></em></div>
<div><em><strong><strong></strong><strong>These instructions* can also be found @ <a href="http://owncloud.org/install/advanced/">ownCloud&#8217;s website</a>, along with Arch Linux, openSuse, Fedora, CentOS, Gentoo, Mac and Windows installation instructions.</strong></strong></em></div>
<div>
<h2>Increase the maximum allowed file size</h2>
<p><em><em><strong><br />
By default, you can&#8217;t upload files larger than 2 mb to ownCloud. To change this you need to edit<em> /etc/php5/apache2/php.ini</em>:<br />
</strong></em></em></p>
<pre><code>gksu gedit /etc/php5/apache2/php.ini</code></pre>
<p><em><em><strong><br />
In this file, search for:<br />
</strong></em></em></p>
<pre><code>upload_max_filesize post_max_size</code></pre>
<p><em><em><strong><br />
And change their value to whatever you want. Then save the file and restart Apache:<br />
</strong></em></em></p>
<pre><code>sudo /etc/init.d/apache2 restart</code></pre>
<div><code><br />
</code></div>
<p><em><strong><br />
</strong></em></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=427&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2011/10/19/owncloud-2-your-personal-cloud-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2011/10/owncloud_files.png?w=300" medium="image">
			<media:title type="html">owncloud_files</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2011/10/owncloud-admin.png?w=300" medium="image">
			<media:title type="html">owncloud-admin</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 11.04 Servidor Samba</title>
		<link>http://digitalteam.wordpress.com/2011/08/12/ubuntu-11-04-servidor-samba/</link>
		<comments>http://digitalteam.wordpress.com/2011/08/12/ubuntu-11-04-servidor-samba/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 14:50:53 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Samba/Windows]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=419</guid>
		<description><![CDATA[Este tutorial explica la instalación del servidor de fichero Samba en Ubuntu 11.04 y cómo configurarlo para compartir ficheros sobre el protocolo SMB así como cómo añadir usuarios. Configuraremos Samba como un servidor independiente, no como un servidor de dominio. Como resultado de la configuración, cada usuario tendrá su directorio propio accesible a través del [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=419&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://digitalteam.files.wordpress.com/2011/08/samba.jpg"><img class="alignleft size-full wp-image-423" title="samba" src="http://digitalteam.files.wordpress.com/2011/08/samba.jpg?w=497" alt=""   /></a></p>
<p>Este tutorial explica la instalación del servidor de fichero Samba en Ubuntu 11.04 y cómo configurarlo para compartir ficheros sobre el protocolo SMB así como cómo añadir usuarios. Configuraremos Samba como un servidor independiente, no como un servidor de dominio. Como resultado de la configuración, cada usuario tendrá su directorio propio accesible a través del protocolo SMB y todos los usuarios tendrán un directorio compartido con acceso de lectura/escritura.</p>
<h3>1 Notas preliminares</h3>
<p>Estamos usando un sistema Ubuntu 11.04 con el nombre de host server1.example.com y con la dirección IP 192.168.0.100.</p>
<p>Todos los pasos de este tutorial se ejecutan con accesos de root. Asegúrate de haberte logeado como root:</p>
<pre>sudo su</pre>
<h3>2 Instalando Samba</h3>
<p>Conectese a su servidor via shell e instale los paquetes de Samba:</p>
<pre>apt-get install libcups2 samba samba-common</pre>
<p>Edite el fichero smb.conf :</p>
<pre>vi /etc/samba/smb.conf</pre>
<p>En la sección global, elimine el signo &#8220;#&#8221; del principio de la línea <em>security = user</em> para que quede como esto:</p>
<pre>[...]
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
   security = user
[...]</pre>
<p>Esto habilita a los usuarios de Linux para logearse en el servidor Samba.</p>
<p>Cierre el fichero y reinicie Samba:</p>
<pre>/etc/init.d/smbd restart</pre>
<p><span class="Apple-style-span" style="font-size:15px;font-weight:bold;">3 Añadiendo Directorios Samba</span></p>
<p>Ahora, añadiremos el directorio que será accesible por todos los usuarios.</p>
<p>Crea el directorio para compartir los ficheros y cambia el grupo al grupo users:</p>
<pre>mkdir -p /home/shares/allusers
chown -R root:users /home/shares/allusers/
chmod -R ug+rwx,o+rx-w /home/shares/allusers/</pre>
<p>Al final del fichero /etc/samba/smb.conf añade las lineas siguientes:</p>
<p>vi /etc/samba/smb.conf</p>
<pre>[...]
[allusers]
  comment = All Users
  path = /home/shares/allusers
  valid users = @users
  force group = users
  create mask = 0660
  directory mask = 0771
  writable = yes</pre>
<p>Si quiere que todos los usuarios tengan acceso de lectura y escritura a sus directorios particulares via Samba, añade las siguientes líneas al fichero <em>/etc/samba/smb.conf</em>:</p>
<pre>[...]
[homes]
   comment = Home Directories
   browseable = no
   valid users = %S
   writable = yes
   create mask = 0700
   directory mask = 0700</pre>
<p>Ahora reinicie Samba:</p>
<pre>/etc/init.d/smbd restart</pre>
<p><span class="Apple-style-span" style="font-size:15px;font-weight:bold;">4 Añadiendo y Gestionando Usuarios</span></p>
<p>En este ejemplo añadiremos un usuario llamado <em>tom</em>. Puedes añadir tantos usuarios como sea necesario de la misma forma, solo reemplaza el nombre <em>tom</em> con el nombre deseado en los comandos.</p>
<pre>useradd tom -m -G users</pre>
<p>Añada una clave para el usuario <em>tom</em> en la base de datos de usuarios. Si el usuario <em>tom</em> no de sebe logear en el servidor Linux, sáltese este paso.</p>
<pre>passwd tom</pre>
<p>-&gt; Introduzca la clave para el nuevo usuario.</p>
<p>Ahora añada el usuario a la base de datos de usuarios Samba:</p>
<p>smbpasswd -a <em>tom</em></p>
<p>-&gt; Introduzca ahora la clave para el nuevo usuario.</p>
<p>Ahora deberia logearse desde un ordenador Windows a través del explorador de fichero (la dirección es \\192.168.0.100 o \\192.168.0.100\tom para el directorio particular de tom) usando el nombre de usuario tom y la clave especificada y almacenar ficheros tamto en la carpeta particular de tom o en el directorio compartido.</p>
<p>&nbsp;</p>
<p>Este artículo es una traducción del <a title="howtoforge" href="http://www.howtoforge.com/ubuntu-11.04-samba-standalone-server-with-tdbsam-backend" target="_blank">original</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=419&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2011/08/12/ubuntu-11-04-servidor-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2011/08/samba.jpg" medium="image">
			<media:title type="html">samba</media:title>
		</media:content>
	</item>
		<item>
		<title>Transmission-daemon on a headless Ubuntu server</title>
		<link>http://digitalteam.wordpress.com/2011/05/03/transmission-daemon-on-a-headless-ubuntu-server/</link>
		<comments>http://digitalteam.wordpress.com/2011/05/03/transmission-daemon-on-a-headless-ubuntu-server/#comments</comments>
		<pubDate>Tue, 03 May 2011 21:25:18 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=415</guid>
		<description><![CDATA[Use Transmission-daemon on a headless Ubuntu server for remote control the torrents. Here I installed Transmisiion-daemon in a headless server running Ubuntu. Transmission is a fast, simple and cross-platform free BitTorrent client,  feature spotlight are, Uses fewer resources than other clients Native Mac, GTK+ and Qt GUI clients Daemon ideal for servers, embedded systems, and headless use All these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=415&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:arial, sans-serif;">Use Transmission-daemon on a headless Ubuntu server for remote control the torrents. Here I installed Transmisiion-daemon in a headless server running Ubuntu.</span></p>
<p><span style="font-family:arial, sans-serif;">Transmission is a fast, simple and cross-platform free BitTorrent client,  feature spotlight are,</span></p>
<ul>
<li><span style="font-family:arial, sans-serif;">Uses fewer resources than other clients</span></li>
<li><span style="font-family:arial, sans-serif;">Native Mac, GTK+ and Qt GUI clients</span></li>
<li><span style="font-family:arial, sans-serif;">Daemon ideal for servers, embedded systems, and headless use</span></li>
<li><span style="font-family:arial, sans-serif;">All these can be remote controlled by Web and Terminal clients</span></li>
<li><span style="font-family:arial, sans-serif;">Bluetack (PeerGuardian) blocklists with automatic updates</span></li>
<li><span style="font-family:arial, sans-serif;">Full encryption, DHT, PEX and Magnet Link support</span></li>
</ul>
<p><span style="font-family:arial, sans-serif;">Check new release at </span><a href="http://www.transmissionbt.com/" rel="nofollow" target="_blank"><span style="font-family:arial, sans-serif;">www.transmissionbt.com.<br />
</span></a></p>
<p><strong><span style="font-family:arial, sans-serif;">Installation(Ubuntu)</span></strong><span style="font-family:arial, sans-serif;"><br />
$ sudo apt-get install transmission-cli transmission-common transmission-daemon</span></p>
<p><strong><span style="font-family:arial, sans-serif;">Start and stop Daemon</span></strong><span style="font-family:arial, sans-serif;"><br />
$ sudo /etc/init.d/transmission-daemon start (stop)</span></p>
<p><strong><span style="font-family:arial, sans-serif;">Edit Configuration Settings</span></strong></p>
<p><span style="font-family:arial, sans-serif;">First, stop the daemon before editing.</span></p>
<p><span style="font-family:arial, sans-serif;">$ sudo nano /etc/transmossion-daemon/settings.json</span></p>
<p><span style="font-family:arial, sans-serif;">Some options(ref to </span><a href="http://trac.transmissionbt.com/wiki/EditConfigFiles" rel="nofollow" target="_blank"><span style="font-family:arial, sans-serif;">WIKI)</span></a><span style="font-family:arial, sans-serif;">:</span></p>
<ul>
<li><strong><span style="font-family:arial, sans-serif;">download-dir:</span></strong><span style="font-family:arial, sans-serif;"> String</span></li>
<li><strong><span style="font-family:arial, sans-serif;">incomplete-dir:</span></strong><span style="font-family:arial, sans-serif;"> String (directory to keep incomplete files in)</span></li>
<li><strong><span style="font-family:arial, sans-serif;">incomplete-dir-enabled:</span></strong><span style="font-family:arial, sans-serif;"> Boolean (default = false) When enabled, new torrents will download the files to </span><strong><span style="font-family:arial, sans-serif;">incomplete-dir</span></strong><span style="font-family:arial, sans-serif;">. When complete, the files will be moved to </span><strong><span style="font-family:arial, sans-serif;">download-dir</span></strong><span style="font-family:arial, sans-serif;">.</span></li>
<li><strong><span style="font-family:arial, sans-serif;">watch-dir:</span></strong><span style="font-family:arial, sans-serif;"> String</span></li>
<li><strong><span style="font-family:arial, sans-serif;">watch-dir-enabled:</span></strong><span style="font-family:arial, sans-serif;"> Boolean (default = false)</span></li>
</ul>
<ul>
<li><strong><span style="font-family:arial, sans-serif;">rpc-authentication-required:</span></strong><span style="font-family:arial, sans-serif;"> Boolean (default = false)</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-bind-address:</span></strong><span style="font-family:arial, sans-serif;"> String (default = “0.0.0.0″) Where to listen for RPC connections</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-enabled:</span></strong><span style="font-family:arial, sans-serif;"> Boolean (default = true)</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-password:</span></strong><span style="font-family:arial, sans-serif;"> String</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-port:</span></strong><span style="font-family:arial, sans-serif;"> Number (default = 9091)</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-username:</span></strong><span style="font-family:arial, sans-serif;"> String</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-whitelist:</span></strong><span style="font-family:arial, sans-serif;"> String (Comma-delimited list of IP addresses. Wildcards allowed using ‘*’. Example: “127.0.0.*,192.168.*.*”, Default: “127.0.0.1″ )</span></li>
<li><strong><span style="font-family:arial, sans-serif;">rpc-whitelist-enabled:</span></strong><span style="font-family:arial, sans-serif;"> Boolean (default = true)</span></li>
</ul>
<p><span style="font-family:arial, sans-serif;">My sample setting file for example:<br />
{<br />
“blocklist-enabled”: 0,<br />
“download-dir”: “\/home\/user\/downloads”,<br />
“incomplete-dir”: “\/home\/user\/tpm”,<br />
“incomplete-dir-enabled”: 1,<br />
“download-limit”: 100,<br />
“download-limit-enabled”: 0,<br />
“encryption”: 1,<br />
“lazy-bitfield-enabled”: 1,<br />
“message-level”: 2,<br />
“open-file-limit”: 32,<br />
“peer-limit-global”: 240,<br />
“peer-limit-per-torrent”: 60,<br />
“peer-port”: 51413,<br />
“peer-port-random-enabled”: 0,<br />
“peer-port-random-high”: 65535,<br />
“peer-port-random-low”: 1024,<br />
“peer-socket-tos”: 0,<br />
“pex-enabled”: 1,<br />
“port-forwarding-enabled”: 1,<br />
“preallocation”: 1,<br />
“proxy”: “”,<br />
“proxy-auth-enabled”: 0,<br />
“proxy-auth-password”: “”,<br />
“proxy-auth-username”: “”,<br />
“proxy-enabled”: 0,<br />
“proxy-port”: 80,<br />
“proxy-type”: 0,<br />
“rpc-authentication-required”: 1,<br />
“rpc-enabled”: 1,<br />
“rpc-password”: “transmission”,<br />
“rpc-port”: 9091,<br />
“rpc-username”: “transmission”,<br />
“rpc-whitelist”: “*”,<br />
“rpc-whitelist-enabled”: 1,<br />
“upload-limit”: 100,<br />
“upload-limit-enabled”: 0,<br />
“upload-slots-per-torrent”: 14<br />
}</span></p>
<p><span style="font-family:arial, sans-serif;"><strong>transmission-remote-gui</strong></span></p>
<p><span style="font-family:arial, sans-serif;"><a href="http://code.google.com/p/transmisson-remote-gui/" target="_blank">Transmission Remote GUI</a> is a tool to remotely control Transmission-daemon via its RPC  </span><span style="font-family:arial, sans-serif;">protocol. You can download n</span><span style="font-family:arial, sans-serif;">ative applications for Windows, Linux and Mac OS X.</span> In Linux, to make the file &#8220;transgui&#8221; executable by doing the following,</p>
<p><span style="font-family:arial, sans-serif;">$ sudo chmod +x transgui</span></p>
<p>I encountered difficulties with file permissions when I had Transmission save downloads within the /var/lib/transmission-daemon/. Therefore, I changed Transmissions setting to download to a folder within my home directory. To ensure that both I and the debian-transmission user had read/write permissions, I added my account to the debian-transmission group (which is created when you install transmission), and I changed the group ownership of my torrent download directory to debian-transmission. Doing so grants the debian-transmission group read/write access to that folder, preserves read/write/execute access for my account, and prevents access to all others.</p>
<p><code>$ sudo usermod -a -G debian-transmission mjdescy<br />
$ chgrp debian-transmission ~/dl/torrent<br />
$ chmod 770 ~/dl/torrent</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=415&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2011/05/03/transmission-daemon-on-a-headless-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>
	</item>
		<item>
		<title>Grub Customizer</title>
		<link>http://digitalteam.wordpress.com/2011/02/22/grub-customizer/</link>
		<comments>http://digitalteam.wordpress.com/2011/02/22/grub-customizer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:57:09 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=410</guid>
		<description><![CDATA[Grub Customizer: la manera más “sencilla” de configurar el Grub Las prestaciones principales de este paquete para ubuntu y derivados son: Habilitar/deshabilitar entradas, cambiar el valor por defecto, el orden o los colores del menu se hace más simple utilizando Grub Customizer. Para instalarlo ejecuta: sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer Lo ejecutamos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=410&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Grub Customizer: la manera más “sencilla” de configurar el Grub</div>
<div></div>
<div>Las prestaciones principales de este paquete para ubuntu y derivados son:</div>
<div></div>
<div>Habilitar/deshabilitar entradas, cambiar el valor por defecto, el orden o los colores del menu se hace más simple utilizando Grub Customizer.</div>
<div></div>
<p>Para instalarlo ejecuta:</p>
<pre>
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
</pre>
<p>Lo ejecutamos con:</p>
<pre>gksudo grub-customizer &amp;</pre>
<p>o desde Herramientas del Sistema &gt; Grub Customizer</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/410/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=410&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2011/02/22/grub-customizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandos útiles (V)</title>
		<link>http://digitalteam.wordpress.com/2010/11/22/comandos-utiles-v/</link>
		<comments>http://digitalteam.wordpress.com/2010/11/22/comandos-utiles-v/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 13:56:43 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[tunneling]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=406</guid>
		<description><![CDATA[Siguiendo esta serie de comandos útiles, expongo otro nuevo: Tunelizando un servidor remoto en una máquina local con un puerto destino especificado. $ socat TCP-LISTEN:3333,fork TCP:192.168.3.200:22,sourceport=12345 Este comando conecta a la ip 192.168.3.200 puerto 22, usando el puerto destino 12345 y une el tunel al puerto local 3333. Después de esto podemos conectar a  localhost:3333. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=406&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Siguiendo esta serie de comandos útiles, expongo otro nuevo:</p>
<p>Tunelizando un servidor remoto en una máquina local con un puerto destino especificado.</p>
<pre>$ socat TCP-LISTEN:3333,fork TCP:192.168.3.200:22,sourceport=12345</pre>
<p>Este comando conecta a la ip 192.168.3.200 puerto 22, usando el puerto destino 12345 y une el tunel al puerto local 3333. Después de esto podemos conectar a  localhost:3333.</p>
<p>Con este comando es posible conectar a servidores usando un puerto específico en destino.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/406/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=406&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/11/22/comandos-utiles-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandos útiles (IV)</title>
		<link>http://digitalteam.wordpress.com/2010/11/11/comandos-utiles-iv/</link>
		<comments>http://digitalteam.wordpress.com/2010/11/11/comandos-utiles-iv/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 17:55:11 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=401</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; Averiguar las consultas que se están haciendo a una base de datos mysql en linux: tshark -i any -T fields -R mysql.query -e mysql.query<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=401&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://digitalteam.files.wordpress.com/2010/11/mysql.jpg"><img class="alignleft size-full wp-image-404" title="mysql" src="http://digitalteam.files.wordpress.com/2010/11/mysql.jpg?w=497" alt=""   /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Averiguar las consultas que se están haciendo a una base de datos mysql en linux:</p>
<pre>tshark -i any -T fields -R mysql.query -e mysql.query</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/401/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=401&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/11/11/comandos-utiles-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2010/11/mysql.jpg" medium="image">
			<media:title type="html">mysql</media:title>
		</media:content>
	</item>
		<item>
		<title>Cómo montar Google Docs como una unidad externa en Nautilus</title>
		<link>http://digitalteam.wordpress.com/2010/11/08/como-montar-google-docs-como-una-unidad-externa-en-nautilus/</link>
		<comments>http://digitalteam.wordpress.com/2010/11/08/como-montar-google-docs-como-una-unidad-externa-en-nautilus/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 08:53:24 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=398</guid>
		<description><![CDATA[Este tutorial explicará como montar Google Docs como una unida externa dentro de Nautilus. Instalando Google Doc Mount Abre el terminal y introduce los siguientes comandos: sudo add-apt-repository ppa:doctormo/ppa sudo apt-get update sudo apt-get install gdocs-mount-gtk Usando Google Doc Mount Una vez instalado puedes encontrar el programa en el menú Aplicaciones &#62; Accesorios &#62; Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=398&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://digitalteam.files.wordpress.com/2010/11/images.jpg"><img class="alignleft size-full wp-image-399" title="images" src="http://digitalteam.files.wordpress.com/2010/11/images.jpg?w=497" alt=""   /></a>Este tutorial explicará como montar Google Docs como una unida externa dentro de Nautilus.</p>
<p>Instalando Google Doc Mount</p>
<p>Abre el terminal y introduce los siguientes comandos:</p>
<blockquote><p>sudo add-apt-repository ppa:doctormo/ppa<br />
sudo apt-get update<br />
sudo apt-get install gdocs-mount-gtk</p></blockquote>
<p>Usando Google Doc Mount</p>
<p>Una vez instalado puedes encontrar el programa en el menú Aplicaciones &gt; Accesorios &gt; Google Docs.</p>
<p>Ahora introduce tus credenciales de la cuenta de Google y, una vez hecho, la unidad aparecerá por arte de magia en Nautilis permitiendo el acceso a todos los documentos de Google Docs.</p>
<p>Fuente Original <a title="Acceso a Google Docs" href="http://www.ubuntugeek.com/how-to-mount-google-docs-as-an-external-drive-in-nautilus.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-mount-google-docs-as-an-external-drive-in-nautilus" target="_blank">Ubuntu Geek</a>.</p>
</div>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/398/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=398&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/11/08/como-montar-google-docs-como-una-unidad-externa-en-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2010/11/images.jpg" medium="image">
			<media:title type="html">images</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandos útiles (III)</title>
		<link>http://digitalteam.wordpress.com/2010/11/05/comandos-utiles-iii/</link>
		<comments>http://digitalteam.wordpress.com/2010/11/05/comandos-utiles-iii/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 11:45:40 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=394</guid>
		<description><![CDATA[Siguiendo la serie de comandos útiles aquí tenemos otro: Mostar el tamaño de todos los directorio de la carpeta home: $ du -sh ~/* &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=394&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>Siguiendo la serie de comandos útiles aquí tenemos otro:</p>
<p>Mostar el tamaño de todos los directorio de la carpeta home:</p>
<p>$ du -sh ~/*</p>
</div>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=394&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/11/05/comandos-utiles-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandos útiles (II)</title>
		<link>http://digitalteam.wordpress.com/2010/10/20/comandos-utiles-ii/</link>
		<comments>http://digitalteam.wordpress.com/2010/10/20/comandos-utiles-ii/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 09:35:09 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=392</guid>
		<description><![CDATA[Obtener una lista de los servidores ssh activos en una red local: nmap -p 22 --open -sV 192.168.2.0/24 &#160; &#160; &#160; Entrada original en : commandlinefu.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=392&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://digitalteam.files.wordpress.com/2009/04/terminal.png"><img class="alignleft size-full wp-image-361" title="Cómo usar una cuenta de Gmail como relay desde la consola" src="http://digitalteam.files.wordpress.com/2009/04/terminal.png?w=497" alt=""   /></a>Obtener una lista de los servidores ssh activos en una red local:</p>
<pre>nmap -p 22 --open -sV 192.168.2.0/24</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Entrada original en : <a href="http://www.commandlinefu.com/commands/view/6842/get-a-list-of-ssh-servers-on-the-local-subnet?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Command-line-fu+(Command-Line-Fu)" target="_blank">commandlinefu.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/392/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=392&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/10/20/comandos-utiles-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>

		<media:content url="http://digitalteam.files.wordpress.com/2009/04/terminal.png" medium="image">
			<media:title type="html">Cómo usar una cuenta de Gmail como relay desde la consola</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandos útiles (I)</title>
		<link>http://digitalteam.wordpress.com/2010/10/14/comandos-utiles-i/</link>
		<comments>http://digitalteam.wordpress.com/2010/10/14/comandos-utiles-i/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:26:28 +0000</pubDate>
		<dc:creator>digitalteam</dc:creator>
				<category><![CDATA[Administración]]></category>
		<category><![CDATA[Seguridad]]></category>

		<guid isPermaLink="false">http://digitalteam.wordpress.com/?p=388</guid>
		<description><![CDATA[Listas todos los puertos abiertos junto con los programas que escuchan: lsof -i -P &#124; grep -i &#8220;listen&#8221; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=388&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Listas todos los puertos abiertos junto con los programas que escuchan:</p>
<p>lsof -i -P | grep -i &#8220;listen&#8221;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitalteam.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitalteam.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitalteam.wordpress.com/388/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitalteam.wordpress.com&amp;blog=5839012&amp;post=388&amp;subd=digitalteam&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitalteam.wordpress.com/2010/10/14/comandos-utiles-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9560b9016588852a05818701d4a3535?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digitalteam</media:title>
		</media:content>
	</item>
	</channel>
</rss>
