-
Recent Posts
Archives
Categories
Meta
Monthly Archives: December 2011
Creando tablas en Mysql
Tengo que crear tablas e insertar data en las tablas de mi pequeña farmacia: julita@yulys:~$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. … Continue reading
Posted in τεχνολογια :: Technology
Tagged CREATE TABLE, http://lleksah.wordpress.com, Julita Inca, MySQL, Workbench
Leave a comment
Happy New Year 2012 GNOME!!
I just wanted to express my gratitude with GNOME… I made a little GNOME girls Christmass tree and I want to thank all the support I received from all the guys I met this year! I know this like I found in the OMG Ubuntu … Continue reading
GNOME Girls Christmas Tree
This year: 2011 I have the opportunity to meet incredible girls trough GNOME. GNOME is an international organization who lets many people around the world work for one objective: Offer an amazing desktop user interface by creating applications that anyone can … Continue reading
Mi draft de la documentación para Disk Usage Analyzer
Este memorable post es sólo para recordar que pasos seguí para poder subir la documentación a git, y por supuesto es SOLO PARA MÍ! ;D http://git.gnome.org/browse/baobab/log/?h=mallard-documentation julita@yulys:~/GNOME/baobab/help$ cd C julita@yulys:~/GNOME/baobab/help/C$ git branch * mallard-documentation master julita@yulys:~/GNOME/baobab/help/C$ yelp-new task index “Disk … Continue reading
Posted in τεχνολογια :: Technology
Leave a comment
User Disk Analyzer in advanced
I catch up on my writings for GNOME after a couple of months, and I surprisingly realized that I forget some details that are important to make my job fluently. A parallel story: I’ve formatted my lap, so I had to install … Continue reading
Posted in GNOME, τεχνολογια :: Technology
Tagged Disk Usage, disk usage analyzer, documentation, git, GNOME, Juita Inca
Leave a comment
Mis primeras lecciones de Python
Este sabado 17 de Dic, asisiti al python Camp y tal cual indica la pagina realice los comandos para crear el entorno visual; luego, dentro de la carpeta pycamp se instalara shake: julita@yulys:~$ virtualenv –no-site-packages –distribute pycamp The –no-site-packages flag is deprecated; … Continue reading
Posted in τεχνολογια :: Technology, Programming
Tagged http://lleksah.wordpress.com, Julita Inca, Python
Leave a comment
Connecting to IRC with Empathy
A lot of people in GNOME use a dedicated IRC application called XChat, but that Empathy lets you connect to IRC too! So I can show you how to do that in a few minutes ;D Empathy is an application … Continue reading
Posted in GNOME, GNU/Linux/Open Source, τεχνολογια :: Technology
Tagged #gnome-women, Empathy, GNOME 3.2, http://lleksah.wordpress.com, IRC, Julita Inca
5 Comments
Configurando Emphaty en mi GNOME 3.2
El día de mañana tendremos una reunión on line con las #gnome-women de todo el mundo y bueno como formatee porque no tenia bien configuradas las particiones para poder tener fedora 16 – ubuntu 11.10 en mi misma lap, nuevamente … Continue reading
Release Party GNOME 3.2 in Peru
December 10th, in PUCP a group of guys from different universities celebrated the new release of GNOME: GNOME 3.2.1. What we did, was installing GNOME 3.2 over Ubuntu 11.10 using VBOX in PC labs of the university. Only two warriors … Continue reading
Me cambié a GNOME 3.2… algunos tips
El dia 10 de Dic. se realizo un taller practico en la PUCP para instalar Ubuntu 11.10 con GNOME 3.2 a cargo de Marco Villegas y Felipe Solari. La mayoria de los asistentes realizaron la prueba en una maquina virtual … Continue reading
GNOME 3.2 install
El dia de hoy con la ayuda de mi amigo Jose Quinhones, instalamos en mi lap Ubuntu 11.10 y como venia por defecto Unity, le pusimo GNOME <3 tal solo ejecutando los comandos apt-get install gnome-shell y apt-get install gnome-tweak-tool como … Continue reading
Conectando MySQL con Haskell en Ubuntu
Para la experiencia: * Versión de Ubuntu: root@V20520:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.04 Release: 11.04 Codename: natty * Instalación previa de ghc: root@linux:~# apt-get install ghc Leyendo lista de paquetes… Hecho Creando … Continue reading