<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4576064307164434581</id><updated>2011-04-21T12:36:34.065-07:00</updated><title type='text'>EEE Stuff</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://eeestuff.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://eeestuff.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mariano</name><uri>http://www.blogger.com/profile/02704893059236583143</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4576064307164434581.post-8096615857979338086</id><published>2008-03-19T12:05:00.000-07:00</published><updated>2008-03-19T12:06:55.517-07:00</updated><title type='text'>Cliente VPN</title><content type='html'>Para instalarlo: sudo apt-get install vpnc&lt;br /&gt;Para conectar: /etc/vpnc/vpnc-connect file.conf&lt;br /&gt;Para desconectar: /etc/vpnc/vpnc-disconnect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4576064307164434581-8096615857979338086?l=eeestuff.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eeestuff.blogspot.com/feeds/8096615857979338086/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4576064307164434581&amp;postID=8096615857979338086' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/8096615857979338086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/8096615857979338086'/><link rel='alternate' type='text/html' href='http://eeestuff.blogspot.com/2008/03/cliente-vpn.html' title='Cliente VPN'/><author><name>Mariano</name><uri>http://www.blogger.com/profile/02704893059236583143</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4576064307164434581.post-1402421993392953901</id><published>2008-03-19T11:54:00.000-07:00</published><updated>2008-03-19T11:55:29.491-07:00</updated><title type='text'>Cliente SFTP</title><content type='html'>Con Alt-F2 se accede a la ventana de ejecución de aplicaciones.&lt;br /&gt;&lt;br /&gt;Ahí ingresar sftp://url....&lt;br /&gt;&lt;br /&gt;Done!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4576064307164434581-1402421993392953901?l=eeestuff.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eeestuff.blogspot.com/feeds/1402421993392953901/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4576064307164434581&amp;postID=1402421993392953901' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/1402421993392953901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/1402421993392953901'/><link rel='alternate' type='text/html' href='http://eeestuff.blogspot.com/2008/03/cliente-sftp.html' title='Cliente SFTP'/><author><name>Mariano</name><uri>http://www.blogger.com/profile/02704893059236583143</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4576064307164434581.post-7525145893991450862</id><published>2008-03-19T11:38:00.000-07:00</published><updated>2008-03-19T11:54:13.307-07:00</updated><title type='text'>Permitir la ejecución de aplicaciones desde la SD</title><content type='html'>There's a file in /sbin called probedevice which sets up the options for mounting different filesystems.  The 'FAT' and 'msdos' filesystem types are configured with 'noexec' (which turns off the ability to run programs from the filesystem), and a fmask of '111' (which doesn't permit the changing of the execute bit even if the 'noexec' option isn't present).  On lines 43 and 44 of the file, if you change the 2 'noexec' options to 'exec', and change the value of fmask from '111' to '0', save and reboot, then you'll be able to execute programs from the SD card (and probably USB memory devices too).EDIT:  You'll need to do this as root, normal users don't have permission to modify this file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4576064307164434581-7525145893991450862?l=eeestuff.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eeestuff.blogspot.com/feeds/7525145893991450862/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4576064307164434581&amp;postID=7525145893991450862' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/7525145893991450862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4576064307164434581/posts/default/7525145893991450862'/><link rel='alternate' type='text/html' href='http://eeestuff.blogspot.com/2008/03/permitir-la-ejecucin-de-aplicaciones.html' title='Permitir la ejecución de aplicaciones desde la SD'/><author><name>Mariano</name><uri>http://www.blogger.com/profile/02704893059236583143</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
