En este video podrán ver como configurar un router con OPENWRT para funcionar como un simple access point. Video realizado por
viernes, 29 de enero de 2016
Configurar Router con OpenWRT Modo Repetidor
En este video realizado por Diego Jesus Amaya podrán realizar la configuración de un Router con OpenWRT Firmware en Modo Repetidor Wireless
sábado, 17 de octubre de 2015
Activar o cambiar KEY en Office 2013
Para cambiar o activar el producto de Microsoft Office desde la consola debemos hacer:
C:\>"Program Files\Microsoft Office\Office14"\ospp /act
Basicamente sería hacer:
cscript /h:cscript
C:\>"Program Files\Microsoft Office\Office14\ospp.vbs" /dstatus |
para ver el estado
C:\>"Program Files\Microsoft Office\Office14"\ospp /inpkey<key product>
para introducir el key
para activar
consultar estos links:
Editado (9/1/16):
Pueden evitar realizar estos pasos descriptos haciendo uso de este programa bajo Windows.
viernes, 24 de abril de 2015
PartKeepr installation on Ubuntu
What is PartKeepr?
PartKeepr (www.partkeepr.org) is an open source inventory manage system, primarily designed for electronic components.
I generally lose track of my (however small) personal inventory of electronic components. Also, some important components may be in use in some projects. This is where PartKeepr comes in! It fulfils most of my requirements for a Small , Personal Inventory Management System for Electronic Components.
Some of its features I like are:
- Electronic Components Management
- Projects and Components currently in use by them
- Label Printing
- Intuitive UI, although I'd like more fast and better UI
martes, 21 de abril de 2015
How to deploy a web application quickly with Ubos on Raspberry Pi
Posted: 20 Apr 2015 01:12 PM PDT Ubos, which translates to "You are the boss", is a platform to help intermediately skilled users set up a home server and deploy web apps on it in a most automated way. Ubos puts you in the driver seat without knowing the details of the motor. On the other hand, it does not keep you […] The post How to deploy a web application quickly with Ubos on Raspberry Pi appeared first on Xmodulo. |
miércoles, 25 de marzo de 2015
Cambiar Theme en Python IDLE (Linux)
Obsidian Theme for IDLE
Posted: August 4, 2011 | Author: David Sosby | Filed under: Uncategorized |1 Comment
I attempt to use dark backgrounds in all of my editors. I find it much easier on my eyes when I'm staring at code all day long or hacking on something early in the morning. I generally use something close to my favorite color scheme on Notepad++, Obsidian, which I believe is based on Obsidian Coast in KDE.
With that said, Python's IDLE application is harshly bright compared to my normal editors. After a quick Google search I found only a few themes available for IDLE, so I created IDLE highlighting settings that mimic my favorite color scheme. Here is the first draft for all to enjoy. You can also find the latest updates in this Gist repo. Installation is easy: just copy and paste these settings into your .idlerc\config-highlight.cfg file in your home directory (creating as necessary), then choose it in your Highlighting settings in IDLE by selecting "Use Custom Theme" and "Obsidian" from the dropdown.
miércoles, 4 de marzo de 2015
Como editar inicio Grub Netbook Conectar Igualdad
Para hacerlo y poner por defecto el inicio de otros sistemas operativos debemos realizar lo siguiente:
Primero debemos saber qué opciones tenemos, para ello en una terminal escribamos lo siguiente:
Primero debemos saber qué opciones tenemos, para ello en una terminal escribamos lo siguiente:
grep menuentry /boot/grub/grub.cfg
cada línea que empiece con "menuentry" es una opción. Digamos que yo deseo poner por defecto para que mi sistema acceda siempre (por defecto repito) mediante Windows XP, ubicado en /dev/sda1.
Suscribirse a:
Entradas (Atom)