miércoles, 23 de abril de 2008

Acelerar Firefox Ubuntu

Algunas cosillas para navegar con Firefox mas rapido.

En el navegador pondremos:

about:config

Busca la línea que pone network.http.pipelining (puedes escribirlo donde pone Filtro).
Haz doble click en ella y pon su valor a true.
Algo mas abajo deberías ver network.http.pipelining.maxrequests.
Haz doble click y cambia su valor de 4 a 8 (algunos sitios sugieren poner 30 o incluso 100 en lugar de 8, pero eso puede provocar problemas a algún servidor al que te conectes).
Más abajo todavia, localiza network.http.request.max-start-delay.
Haz doble click y cambia su valor de 10 a 0 (hace que Firefox comience a dibujar la página en cuanto comienza a recibir información).

Otra configuracion:

browser.turbo.enabled true

network.http.pipelining true

network.http.pipelining.maxrequests 8

network.http.max-connections 30

network.http.max-connections-per-server 8

network.http.max-persistent-connections-per-server 8

nglayout.initialpaint.delay 100

Acelerar Internet Ubuntu 7.10 o Ubuntu Server

El truco consiste en deshabilitar ipV6.

Escribe en un terminal sudo nano /etc/modprobe.d/aliases

Ahora cambia la línea que dice:
alias net-pf-10 ipv6

a

alias net-pf-10 off # ipv6

Imagen de como quedaria

Solo queda reiniciar para que surga efecto.

martes, 15 de abril de 2008

Instalar Automatix2 en Ubuntu 7.10

Desde una terminal.


Primero:

echo "deb http://www.getautomatix.com/apt gutsy main" | sudo tee -a /etc/apt/sources.list

Segundo:

 wget http://www.getautomatix.com/keys/automatix2.key

Tercero:

 gpg --import automatix2.key

Cuarto:

gpg --export --armor E23C5FC3 | sudo apt-key add -

Quinto:

 sudo apt-get update

Sexto:

 sudo apt-get install automatix2

martes, 1 de abril de 2008

Configurar Internet Ubuntu con Terminal

Por lo general nosotros tenemos un archivo /etc/network/interfaces como este.
# vamos a omitir los comentarios para no cansarnos tanto. :)

En el terminal :

sudo nano /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

O en el caso de que tenemos ip fija seria lo mismo para el loopback y para eth0 cambiaria asi.

auto eth0
iface eth0 inet static
address 192.168.0.101
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 192.168.0.1
dns-search xxx

o

dns-nameserver 80.58.0.97 80.58.0.33

sábado, 15 de marzo de 2008

Bluetooth en Xubuntu

Bluetooth en Xubuntu :

La unica manera que me a funcionado para recibir y enviar archivos de un movil es esta:

En Terminal:

sudo aptitude install bluetooth gnome-bluetooth

En Sistema>Gestor de Paquetes Synaptic:

Darle a buscar poner Bluetooth y Marcar y instalar KdeBluetooth

Con esas dos cosas puedo mandar y recibir archivos de todos los moviles que e provao(3 moviles e provao jejeje)

lunes, 10 de marzo de 2008

Ubuntu base (Server) + XFCE

Enlace Original:http://cverdugo.wordpress.com/2006/10/29/ubuntu-base-server-xfce/

Ubuntu base (Server) + XFCEOctober 29, 2006 — cverdugo
Tutorial para usuarios nivel medio.
Esta instalacion es recomendada, para computadores antiguos y que dispongan de poca memoria ram y un HDD pequeño. (Pentiun 1 o 2).
Requerimientos Basicos:
- 800 MB disco.
- Unidad de cdrom.
- Coneccion a internet.
- 64 mb Ram
- Procesador de 200 Mhz
- Disco de Ubuntu 5.04 o inferior, o bien, un disco de instalacion de Ubuntu Server.
Lo que voy a explicar es como instalar Ubuntu base (Instalacion server) y el escritorio XFCE4
1) Primero booteamos con el cd de Ubuntu Server o UBuntu 5.04 (Esta version nos permite hacer una instalacion minima) y instalamos con la opcion “server”.
2) Luego una vez instalado todo nos aparecera solo el interprete de comandos (Por defecto en esta instalacion no viene la X) en el cual debemos entrar como Root y modificar el “sources.list” quitando todos los “#” en donde aparesca una direccion web que comience con deb. esto lo hacemos para habilitar los repositorios.
3) Configuramos la coneccion a internet, en mi caso tengo un plan de terra por lo tanto lo hago con “pppoeconf” y posterior a eso puedo hacer un “ping www.google.cl” para ver si se conecto…
4) Actualizo la “base de datos” de los repositorios y mi distribucion con “sudo apt-get update” “sudo apt-get upgrade”
5) Ahora instalamos la X con, “sudo apt-get install xdm x-window-system-core xorg-dev” esto no instalara todo lo nesario para poder “montar” los escritorios que en este caso explicare XFCE4.
6) Para finalizar instalamos XFCE4 con lo sgte “sudo apt-get install xfce4″.
Listo!!!
Nota: Puedes instalar otros sistemas de login como el “kdm” o “gdm” pero el que mencion antes es el mas liviano… en caso de que no te gustara el escritorio puedes instalar lo minimo de gnome con “apt-get install gnome-core
Posted in Linux.

sábado, 8 de marzo de 2008

Diferentes Desktop

Enlace Original: http://icewm.cjb.net/

In general there are two flavors of X desktop. The two most famous "heavyweight" desktop projects are GNOME and KDE; these include both a desktop environment and an application development framework. A desktop environment includes a window manager, help browser, file manager, task bar, and so on. A development framework includes any number of libraries to ease application development, perhaps most importantly a GUI toolkit. GNOME and KDE are the desktops with the most support from Linux distribution vendors.
The second flavor of X desktop includes a desktop environment only; no development framework is included. The line between this flavor of desktop and a plain old window manager is a bit blurry; many people would describe XFce, WindowMaker, and Enlightenment as desktops in this category.
Desktops can be mixed-and-matched; for example, you can run Enlightenment together with GNOME or KDE components; you can run applications developed with the GNOME or KDE development framework under any of the X desktops. One purpose of freedesktop.org is to ensure that this mixing-and-matching remains possible, and promote more of it. Read our Mission Statement for details. The executive summary is that people or organizations developing applications do not need to worry about which desktop their users will select. Applications which work with any desktop are easy to write.
One way to think about the mission of freedesktop.org is this: to ensure that the different development frameworks aren't user-visible.
X Desktops with a Development Framework
Backbone: A GNUstep-based desktop environment
étoilé: another GNUstep-based Desktop Environment
GNOME (developer site): The GNU Network Object Model Environment
GNUstep: The GNU OpenStep Implementation
KDE (developersite): The K Desktop Environment
Plain Desktop Environments
AfterStep: Window manager that combines flexibility with elegant look
AntiRight: Lightweight scripted environment that uses the Motif toolkit
Enlightenment: The Enlightenment Window Manager
fluxbox: Lightweight WM with support for tabs
FVWM: An extremely customizable window manager and some desktop applications
IceWM: Window manager designed to be small, fast and lightweight
Matchbox: Environment for non-desktop systems, such as handheld computers
GoFun: Lightweight Desktop Entry Specification based desktop
ROX: ROX is a free, GTK+-based, fully drag-and-drop desktop
WindowMaker: Window manager intended to work with GNUstep Note: right now (2006-10-31), it's living at www.windowmaker.info.
XFCE: Lightweight GTK+-based environment
XPde: A Windows XP-like desktop environment designed for Windows users migrating to Linux
EDE: small desktop environment, built to be simple and fast
UDE: attempt to create new WM with original Look'n'Feel
LxDE: provide a new desktop environment which is lightweight and fast
3D Desktop Environments
Looking Glass: Looking Glass 3D Desktop Environment
Metisse: Metisse 3D Desktop project
True3D*Shell: open source 3D desktop environment
Compiz: OpenGL-based 3D window manager to extend existing desktop environments like Gnome and KDE
Classic Desktop Environments
CDE: Common Desktop Environment, the traditional proprietary environment based on Motif
TkDesk: TkDesk predates most of the environments on this page