Skip to content

Instantly share code, notes, and snippets.

@tapatianbeast
Created December 28, 2017 04:51
Show Gist options
  • Save tapatianbeast/88c605e35292331109dcdc14cdeb2e52 to your computer and use it in GitHub Desktop.
Save tapatianbeast/88c605e35292331109dcdc14cdeb2e52 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<figure><img src="https://vignette.wikia.nocookie.net/logopedia/images/d/d1/Raspberry_Pi.png/revision/latest?cb=20130106212637"/></figure>
<h2>Servicios y Cosas para hacer con la Raspberry Pi</h2>
<ul>
<li><a href="http://soloelectronicos.com/2017/09/08/arrancar-su-raspberry-pi-3-desde-un-usb/">Arrancar Raspberry Pi desde Disco Duro</a></li>
<li><a href="https://www.atareao.es/tutorial/raspberry-pi-primeros-pasos/copia-de-seguridad-de-tu-raspberry-pi/">Hacer copia seguridad Raspberry Pi</a></li>
<li><a href="http://www.mclarenx.com/2015/02/10/raspberry-pi-paso-4-montar-disco-duro-usb/">Montar Disco Duro en la Raspberry Pi</a></li>
<li><a href="http://miraquelodije.blogspot.mx/2013/03/comprueba-la-temperatura-de-tu.html?m=1&amp;_escaped_fragment_">Temperatura Raspberry Pi</a>y <a href="">registro de temperatura</a></li>
<li><a href="https://educandogeek.github.io/Notas-Raspberry-Pi-3/">Configurar Raspberry Pi</a></li>
<li><a href="https://hipertextual.com/archivo/2014/10/owncloud/">Instalar Fish</a></li>
<li><a href="https://www.fororaspberry.es/viewtopic.php?t=811">Pi Hole</a></li>
<li><a href="https://www.makeuseof.com/tag/run-doom-raspberry-pi/">Chocolate Doom</a></li>
<li><a href="https://thepi.io/how-to-set-up-a-raspberry-pi-plex-server/">Plex</a></li>
<li><a href="https://www.fororaspberry.es/viewtopic.php?t=6319">Nextcloud</a></li>
<li><a href="https://ownyourbits.com/2017/12/23/security-audit-your-arm-board-with-lynis/">Lynis</a></li>
<li><a href="https://kartoffelsalat.ddns.net/post/wallabag-raspi/">Wallabag</a></li>
<li><a href="http://ugeekpodcast.blogspot.com/2017/03/027-instala-una-vpn-openvpn-en-ubuntu-o.html?m=1">OpenVPN</a></li>
<li><a href="https://raspberrypi.stackexchange.com/questions/61213/how-to-install-vlc-on-raspberry-pi">VLC</a></li>
<li><a href="https://www.atareao.es/tutorial/raspberry-pi-primeros-pasos/syncthing-en-la-raspberry-pi/">Syncthing</a> y <a href="https://educandogeek.github.io/Notas-Raspberry-Pi-3/">metodo alternativo</a></li>
<li><a href="https://educandogeek.github.io/Notas-Raspberry-Pi-3/">Resilio</a></li>
<li><a href="https://www.google.com.mx/amp/beerntech.com/instalar-transmission-para-descargar-torrents-en-la-raspberry-pi/amp/">Transmission</a></li>
<li><a href="https://learn.adafruit.com/resizing-raspberry-pi-boot-partition/edit-partitions">Gparted</a></li>
<li><a href="http://www.instructables.com/id/Jupyter-Notebook-on-Raspberry-Pi/">Jupyter Notebook</a></li>
<li><a href="http://rpi.uroboros.es/segurid.html">Fail2Ban</a></li>
<li><a href="http://rpi.uroboros.es/segurid.html">Firewall</a></li>
<li><a href="http://beerntech.com/monitorizar-raspberry-pi-de-forma-remota-con-rpi-monitor/">RPI-Monitor</a></li>
</ul>
<p><code>sudo apt-get </code></p>
<h4>Temperatura Raspberry Pi</h4>
<pre><code>/opt/vc/bin/vcgencmd measure_temp
</code></pre>
<h4>OpenVPN</h4>
<pre><code>curl -L https://install.pivpn.io | bash
</code></pre>
<h4>Gparted</h4>
<pre><code>sudo apt-get install -y gparted
sudo gparted
</code></pre>
<script type='text/javascript'>
tippy('.footnote-popover', {
position: 'bottom',
trigger:'click',
theme:'footnote',
interactive:'true',
arrow:'true',
arrowSize:'big',
popperOptions: {
modifiers: {
flip: {
behavior: ['bottom', 'top']
},
preventOverflow: {
enabled: true,
boundariesElement:'viewport'
}
}
}
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment