Janux — Blog

February 10, 2008

Making a WiFi antenna using a CAN

Filed under: Actividades, Gnu/Linux, LinuxCabal — janux @ 11:10 pm

This post is just to show the power of a CAN antenna and a dish … pictures are more illustratives:

DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG
DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG
DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG DSC01048_m.JPG

January 1, 2008

* HAPPY NEW YEAR 2008 *

Filed under: Actividades, General, Gnu/Linux, LinuxCabal, Work — janux @ 10:30 pm

* HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 * * HAPPY NEW YEAR 2008 ** HAPPY NEW YEAR 2008 *

December 31, 2007

2007 has gone !!

Filed under: Actividades, General, Gnu/Linux, LinuxCabal, Work — janux @ 1:31 pm

Wishes 4 all !!
I hope 2008 can be better 4 all !! and all the projects ends well.
enjoin Life !! ’cause is just ONE !!! :D

August 1, 2007

How to Virtualization on Mandriva 2007.1 using VirtualBox

Filed under: Gnu/Linux, LinuxCabal — janux @ 2:53 pm

This day is my birthday and I’m just doing some thing that I like to do … having a good time using my LapTop and before going to eat I just install this nice tool and put Ubuntu on it.. this is the way I made it.
—-> some info:
[root@hestia ~]# uname -a
Linux hestia.linuxcabal.org 2.6.17-14mdv #1 SMP Wed May 9 21:11:43 MDT 2007 i686 Intel(R) Pentium(R) M processor 1600MHz GNU/Linux
[root@hestia ~]# cat /etc/redhat-release
Mandriva Linux release 2007.1 (Official) for i586

—> now we install this:
[root@hestia ~]# smart install virtualbox-kernel-2.6.17-13mdv
[root@hestia ~]# smart install dkms-virtualbox
[root@hestia ~]# smart install virtualbox

After this we just type: VirtualBox
[janux@hestia ~]$ VirtualBox
Folow the Images to INSTALL the new DISTRO using your Instalation Disks :) and configure it !!
VirtualBox_2
(more…)

July 25, 2007

How To MySQL Replication

Filed under: Gnu/Linux, LinuxCabal — janux @ 4:37 pm

Hi there this time as usual I just play with another server at work, and replicating is really simple and easy check the steps bellow
a) You must have 2 servers running MySQL ( I like MySQL-Max )
b) There will be 2 configurations one p/ server ( Master ) and one per client ( Client :P ).

—- >Server / Master Side:

1) Edit /etc/hosts.allow and add this line ( you MUST change this IP’s for yours !! )
mysql: 192.168.10.70 192.168.10.13

2) Edit my.cnf …. In my case located at: /etc/my.cnf
* I’m going to show just a what you need the my.cnf file contains much more info.


####### Comment this lines:
bind-address = xxx.xxx.xxx.xxx
skip-networking
####### Make sure this lines exists in the [mysqld] Section:
log-bin=mysql-bin
server-id = 1

3) Now lets move to mysql using a power user like root xD

mysql> GRANT ALL ON databasename.* TO repl@'%' IDENTIFIED BY 'put_some_pass_here';
mysql> FLUSH PRIVILEGES;
mysql> GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO repl@'%' IDENTIFIED BY 'put_some_pass_here';

4) restart MySQL service
(more…)

May 1, 2007

Flisol 2k7

Filed under: Gnu/Linux, LinuxCabal — janux @ 4:55 pm

LogoFlisol2007

Hi there the Flisol 2007 has gone and it was terrific !! Click HERE to get mas info and check this pics:
janux at flisol

In this pic, I’m talking about how to set up a Trixbox ( VoIP ) in 20 minutes :P as you can see is weas nice :D
The Community at LinuxCabal durig FLISOL

April 2, 2007

resting and startign a new week

Filed under: LinuxCabal — janux @ 6:57 pm

After a hard week I start a new one, the last was just to made a lot of things like work but principally GNU & Linux stuff, we ( LinuxCabal staff ) are creating all the preparation for FLISOL 2007, we just has an interview in a newspaper and things going well

June 26, 2006

Un dia GNU / Lunix

Filed under: Gnu/Linux, LinuxCabal — janux @ 3:59 pm

En esta imagen un dia GNU/Linux en las instalaciones de LinuxCabal, ver foto abajo con la banda en el LinuxCabal
La banda
de Izq, a derecha: Richard, Janux, Xanatos y Cristian.

Newer Posts »

Powered by WordPress