Email This Post
...........................................................
111 views
Reading time: < 1 minute
I just upgrade my firefox version to 3.6, in the beginning as usual some of my add-ons do not work, but eventually they will, no problem at all except when I try to use the java plugin I make a little research at mozdev site and found a change in the plugin path:
/usr/java/jre1.6.0_18/lib/i386/libnpjp2.so
This is the new file that must be like a symbolic link at plugins directory into your firefox version, this resolve the issue of no java plugin installed.
Email This Post
...........................................................
11 views
Reading time: < 1 minute

FSL Vallarta
Pues que si hay……… no falten: http://fslvallarta.org
Email This Post
...........................................................
10 views
Reading time: < 1 minute
Yes !! Another Total dedicated server at The Planet:
# cat /proc/cpuinfo
vendor_id : GenuineIntel
model name : Intel(R) Pentium(R) 4 CPU 3.40GHz
and more:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 7.9G 294M 7.2G 4% /
/dev/hda1 122M 19M 98M 16% /boot
none 1013M 0 1013M 0% /dev/shm
/dev/hda8 201G 3.0G 188G 2% /home
/dev/hda6 1012M 37M 924M 4% /tmp
/dev/hda3 7.9G 3.6G 3.9G 49% /usr
/dev/hda2 9.9G 732M 8.7G 8% /var
/tmp 1012M 37M 924M 4% /var/tmp
Leer el resto de la entrada
Email This Post
...........................................................
17 views
Reading time: < 1 minute
Pos si ... saltaremos el squid con una técnica vieja de ssh tunneling.
Requisitos: una cuenta con SSH en algún otro lado excepto donde esta el squid ( o proxy que no deja ver p0rn )
Desde la oficina local: ssh 200.76.xxx.xxx -D 8080
ahora: netstat -an | grep 8080
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN
tcp 0 0 ::1:8080 :::* LISTEN
Ahora veamos la imagen en el firefox:

Ahora si a ver p0rn !! y navegar libremente.
Email This Post
...........................................................
64 views
Reading time: < 1 minute
You will be very surprised when you see NET, Load-Balancing & Round-Robin using Bonding at mandriva an the easiest way to implement it.
What you neet:
- 2 NICs ( eth0 & eth1 )
- bonding module at your kernel
lets rock
1- add :
alias bond0 bonding
options bond0 mode=balance-alb miimon=100 at /etc/modprobe.conf
2- modprobe bondign
3- ifconfig bond0 192.168.9.7 netmask 255.255.255.0 up
4- ifenslave bond0 eth0
5- ifenslave bond0 eth1
that all folks !!
cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.2.3 (December 6, 2007)
Leer el resto de la entrada