enricorossi.org

Enrico Rossi


Articles tagged with tips

Ipn2220 Debian Lenny

Tags: debian, howto, linux, tips

Ok, if you think about upgrade from Debian etch to Lenny and you computer use an INPROCOMM IPN2220 wireless adapter then I suggest you stay with Etch or simply change you old PC.

You can find many bugs report in Ubuntu about this topic, in sort windows driver inside ndiswrapper …

Read more...

Gprs tim

Tags: debian, howto, phone, tips, vcs
# This chatfile was generated by pppconfig 2.0.10.
# Please do not delete any of the comments.  Pppconfig needs them.
# 
# ispauth CHAP
# abortstring
ABORT ERROR
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
#gprs string
OK-AT-OK at …
Read more...

Gprs wind

Tags: debian, howto, linux, phone, tips, vcs

ppp chatscript

# This chatfile was generated by pppconfig 2.3.18.
# Please do not delete any of the comments.  Pppconfig needs them.
# 
# ispauth PAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
#gprs string
OK-AT-OK at …
Read more...

Appunti configurazione xen sotto Debian etch

Tags: howto, debian, xen, linux, tips, italian

IT flag

in /etc/xen/xend-config.sxp

se c'e' solo 1 ethernet

(network-script 'network-bridge netdev=eth0')

con 2 ethernet

add scripts/my-network-bridge

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh

# In /etc/xen/xend-config.sxp:
# (network-script my-network-script)
# they become translated into
# "$dir/network-bridge" start/stop vifnum=0/1 …
Read more...

Appunti installazione NIS

Tags: howto, debian, linux, tips, italian

IT flag

Installazione NIS NON usando le directory di sistema.

Solo sul server primario (i file li mettiamo in /etc/ypfiles):

/etc/defaults/nis

# Location of the master NIS password file (for yppasswdd).
# If you change this make sure it matches with /var/yp/Makefile.
YPPWDDIR=/etc/ypfiles

Modifiche a /var/yp …

Read more...
← Previous Page 7 / 8 Next →