Re: Hora del Sistema

2003-03-06 Por tema bro

Bernardo Arlandis Mañó wrote:
> Hector Ortiz wrote:
>
>> Quiero saber donde configurar para que el linux
>> obtenga la hora del bios y no la que tiene por
>> default,
>> ya que la hora por default esta atrasada 6 horas con
>> respecto al del bios
>>
>> =
>> El conocimiento es de la Humanidad para la Humanidad
>>
>> _
>> Do You Yahoo!?
>> La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
>> http://net.yahoo.com.mx
>>
>>
>>
>>
> Debes configurar correctamente la zona horaria, tzconfig, tzselect o
> tzsetup.
>
in /etc/default/rc$ cambia dónde pone :
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no

De este modo el sistema tomará la hora de la bios como la de tu zona
horaria, y no como GMT a la q le suma/resta la diferencia horaria de tu zona






Re: Acceder a mi pc de forma remota.

2003-02-02 Por tema bro

Omar Lopez wrote:

El sshd si vas ha acceder ""en linea de comando"" y el VNC para el "modo
grafico" necesitaras un cliente de ssh en el windows como el putty y uno
de VNC.

El sáb, 01-02-2003 a las 19:32, Juan Ortiz escribió:


Saludos colisteros,
Que programas debo instalar para acceder de forma remota (desde un win)
a mi pc?,quiero acceder a la consola.
Gracias.
--
Juan Ortiz
Powered by Debian GNU/Linux Woody




Lo malo del VNC creo recordar es que entras en las X del user root.
cierto???



Re: audio

2003-01-17 Por tema bro

Fabio Rodriguez wrote:


Hola a todos!

Esta pregunta puede parecer boba, pero la verdad es que he buscado y no 
he podido encontrar nada.


No he podido encontrar el control de volumen en mi escritorio KDE, Tengo 
una aplicacion que recibe audio y se escucha muy bajito aunque suba todo 
el volumen de los parlantes.


Si alguien conoce una aplicacion que pueda hacer esto o en donde esta 
escondido el control de volumen del KDE le asgradeceria me lo dijera.

Gracias.




_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.microsoft.com/es





Aumix



qué scanner me recomendais????

2002-12-20 Por tema bro

Alguien me recomienda un scanner para mi debian
La impresora es una Lexmark Z23 USB.

Agradecido!
--
__

   """ mercurio.espuny.tv
  ""  ""   Lorenzo R.B.Espuny
  ""  ""  ""   Debian 3.0 GNU/Linux 2.4.16
  ""  "  ""Linux resgistered user #290665
   ""  ""  [EMAIL PROTECTED]
""
 ""
   "
  "I just know I know nothing"
 (Ortega y Gasset)

___



Compaq Evo N150 XF86Config

2002-12-17 Por tema bro

Ricardo, perdón por la tardanzaaquí tienes el XF86Config
# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA 
extensionEndSubSection


# This loads the Type1 and FreeType font modules
Load"type1"
Load"freetype"

# This loads the GLX module
#Load   "glx"

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).


#FontPath   "/usr/X11R6/lib/X11/fonts/local/"
FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#ModulePath "/usr/X11R6/lib/modules"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option "NoTrapSignals"

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#Option "DontZap"

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#Option "AllowNonLocalModInDev"

EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section "InputDevice"

Identifier  "Keyboard1"
Driver  "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#Option "Protocol"  "Xqueue"

Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#Option "Xleds"  "1 2 3"

#Option "LeftAlt" "Meta"
#Option "RightAlt""ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#Option "XkbModel""pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#Option "XkbModel""microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#Option "XkbLayout"   "de"
# or:
#Option "XkbLayout"   "de"
#Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions o

Re: Eterm

2002-11-11 Por tema bro

Servicio Tecnico Internet wrote:


Ok... muchas gracias... quedo barbaro... muy bueno lo de la hora...


El lun, 11-11-2002 a las 16:51, bro escribió:
 


Servicio Tecnico Internet wrote:

   


Hola...tengo una duda como hago para ver colores en una eterm... me
refiaro a cuendo hago por ej. un ls -l ... que me muestre todo en
colores como en una xterm






 


Te pongo aquí mi .bash_profile y mi .bashrc por si son de tu agrado...

**
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

umask 022

# the rest of this file is commented out.

# include .bashrc if it exists

if [ -f ~/.bashrc ]; then
   source ~/.bashrc
fi

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
   PATH=~/bin:"${PATH}"
fi

# do the same with MANPATH
if [ -d ~/man ]; then
   MANPATH=~/man:"${MANPATH}"
fi
~
~


# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If running interactively, then:
if [ "$PS1" ]; then

   # don't put duplicate lines in the history. See bash(1) for more options
   # export HISTCONTROL=ignoredups

   # enable color support of ls and also add handy aliases
   eval `dircolors -b`
   alias ls='ls --color=auto'
   alias dir='ls --color=auto --format=vertical'
   alias vdir='ls --color=auto --format=long'

   # some more ls aliases
   alias ll='ls -l'
   alias la='ls -A'
   alias l='ls -a -l'

   # set a fancy prompt
   PS1='`date +%X`>>[EMAIL PROTECTED]:\w\$ '

   # If this is an xterm set the title to [EMAIL PROTECTED]:dir
   #case $TERM in
   #xterm*)
   #PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD}\007"'
   #;;
   #*)
   #;;
   #esac

   # enable programmable completion features (you don't need to enable
   # this, if it's already enabled in /etc/bash.bashrc).



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

   





 


Nada.a mandar!
saludos




Re: Eterm

2002-11-11 Por tema bro

Servicio Tecnico Internet wrote:


Hola...tengo una duda como hago para ver colores en una eterm... me
refiaro a cuendo hago por ej. un ls -l ... que me muestre todo en
colores como en una xterm




 


Te pongo aquí mi .bash_profile y mi .bashrc por si son de tu agrado...

**
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

umask 022

# the rest of this file is commented out.

# include .bashrc if it exists

if [ -f ~/.bashrc ]; then
   source ~/.bashrc
fi

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
   PATH=~/bin:"${PATH}"
fi

# do the same with MANPATH
if [ -d ~/man ]; then
   MANPATH=~/man:"${MANPATH}"
fi
~
~


# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If running interactively, then:
if [ "$PS1" ]; then

   # don't put duplicate lines in the history. See bash(1) for more options
   # export HISTCONTROL=ignoredups

   # enable color support of ls and also add handy aliases
   eval `dircolors -b`
   alias ls='ls --color=auto'
   alias dir='ls --color=auto --format=vertical'
   alias vdir='ls --color=auto --format=long'

   # some more ls aliases
   alias ll='ls -l'
   alias la='ls -A'
   alias l='ls -a -l'

   # set a fancy prompt
   PS1='`date +%X`>>[EMAIL PROTECTED]:\w\$ '

   # If this is an xterm set the title to [EMAIL PROTECTED]:dir
   #case $TERM in
   #xterm*)
   #PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD}\007"'
   #;;
   #*)
   #;;
   #esac

   # enable programmable completion features (you don't need to enable
   # this, if it's already enabled in /etc/bash.bashrc).




ayuda con lexmark z23

2002-10-28 Por tema bro

Hola debianeros:
Hay alguien que haya hecho funcionar su Lexmark z23
Me he bajado el driver de lexmark y el paquete lexmark-foomaticpero 
nadaando estancado en la cola de impresión...

Alguna sugerencia???



Re: rtl8139

2002-10-23 Por tema bro

Santiago Vila wrote:


CANDIDO MANUEL ALVAREZ DIEGUEZ wrote:
 


he instalado una tarjeta realtek con el modulo 8139too en la
carpeta /lib/modules.
al hacer un lspci,scanpci ,etc.. me detecta dicha tarjeta,
al hacer dmesg no me dice nada de la existencia de dicho
dispositivo,eth0,  pero si hago un reinicio presenta unas lineas que
pasan demsiado rapido para verlas, y eso que lo he intentado varias
veces, con errores   , en /dev no existe eth0
   



Ni tiene por qué existir.

 


y en /etc/modules.conf
tampoco hay ninguna linea con el driver, hago un update-modules y nada
   



Carga el módulo con modconf. modconf se encargará del resto.
Después pon algo en /etc/network/interfaces que tenga sentido.


 


Esas lineas que pasan demasiado deprisa las puedes ver en /var/log/syslog