Email This Post
...........................................................
329 views
Email This Post
...........................................................
105 views
Reading time: < 1 minute
* 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 *
Email This Post
...........................................................
102 views
Reading time: < 1 minute
Wishes 4 all !!
I hope 2008 can be better 4 all !! and all the projects ends well.
enjoin Life !! ’cause is just ONE !!!
Email This Post
...........................................................
258 views
Reading time: 1 – 2 minutes
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 !!

Leer el resto de la entrada
Email This Post
...........................................................
1,720 views
Reading time: 1 – 2 minutes
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
).
—- >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
Leer el resto de la entrada



Subscribe by Email