<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-16182034</id><updated>2011-12-14T00:56:26.527-03:00</updated><title type='text'>/var/blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16182034.post-6548323711187287066</id><published>2008-11-12T08:39:00.000-03:00</published><updated>2008-11-12T08:39:18.254-03:00</updated><title type='text'></title><summary type='text'>bash #!/bin/bashserver_cmd=serverpid_file=$(basename $server_cmd .sh).pidlog_file=$(basename $server_cmd .sh).log(    echo "Starting server"    echo "Doing some init work"    $server_cmd   # server becomes a daemon    while true    do        if [[ -f $pid_file ]]; then            sleep 15        else            break        fi    done    mail -s "Server exitted" joe@blow.com &lt;&lt;) 2&gt;&amp;1 &gt;&gt; $log_file</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/6548323711187287066/comments/default' title='Comentarios de la entrada'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/6548323711187287066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/6548323711187287066'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-114444415312508184</id><published>2006-04-07T17:09:00.000-04:00</published><updated>2006-04-07T17:11:21.926-04:00</updated><title type='text'>pg_dumpall</title><summary type='text'>Utilizar con el usuario postgres% pg_dumpall } db.out% psql -e template1 { db.out(cambiar llaves por menor y mayor)</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/114444415312508184/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=114444415312508184' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114444415312508184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114444415312508184'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/04/pgdumpall.html' title='pg_dumpall'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-114437134120527343</id><published>2006-04-06T20:54:00.000-04:00</published><updated>2006-04-06T20:55:41.230-04:00</updated><title type='text'>rsync</title><summary type='text'>rsync -v -a -e ssh user@host:/origen  /path/to/destino</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/114437134120527343/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=114437134120527343' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114437134120527343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114437134120527343'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/04/rsync.html' title='rsync'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-114133834429515370</id><published>2006-03-02T19:13:00.000-03:00</published><updated>2006-03-12T20:58:34.473-04:00</updated><title type='text'>php4 y php5 juntos</title><summary type='text'>se supone que ya estan funcionando php4 y apache2# apt-get install php5 php5-cli php5-cgiactivar cgi:(dpkg -l | grep mpm ) para saber cual mpm esta instaladoa) If using the prefork MPM, use    # a2enmod cgib) If using a threaded MPM, use    # a2enmod cgidactivar mod_actions# a2enmod actionsagregar a apache2.conf  lo siguiente:----------------AddType application/x-httpd-php5 .php5{IfModule </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/114133834429515370/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=114133834429515370' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114133834429515370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/114133834429515370'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/03/php4-y-php5-juntos.html' title='php4 y php5 juntos'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-113684383174655377</id><published>2006-01-09T18:55:00.000-03:00</published><updated>2006-01-09T18:57:11.746-03:00</updated><title type='text'>entrar en más de una sesión X</title><summary type='text'>$ startx -- :N# donde N = {1,2...}</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/113684383174655377/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=113684383174655377' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684383174655377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684383174655377'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/01/entrar-en-ms-de-una-sesin-x.html' title='entrar en más de una sesión X'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-113684370374423968</id><published>2006-01-09T18:53:00.000-03:00</published><updated>2006-01-09T18:55:03.743-03:00</updated><title type='text'>crear gif animado apartir de otras imagenes</title><summary type='text'>convert -delay 25 *.jpg  animado.gifconvert -delay 15 {lista de archivos separados por espacios} animado.gif# dalay es en milisegundos</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/113684370374423968/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=113684370374423968' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684370374423968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684370374423968'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/01/crear-gif-animado-apartir-de-otras.html' title='crear gif animado apartir de otras imagenes'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-113684359544292186</id><published>2006-01-09T18:50:00.000-03:00</published><updated>2006-01-09T18:53:15.453-03:00</updated><title type='text'>ripea cd de audio</title><summary type='text'>#pasar de CD a wav:cdparanoia -B --#grava a cd todos los wav del directorio actual:cdrecord dev=2,0,0 speed=8 -v -eject -pad -audio *.wav</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/113684359544292186/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=113684359544292186' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684359544292186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113684359544292186'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2006/01/ripea-cd-de-audio.html' title='ripea cd de audio'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-113441842790644742</id><published>2005-12-12T17:13:00.000-03:00</published><updated>2005-12-12T17:35:19.136-03:00</updated><title type='text'>bash, sed,..</title><summary type='text'>sed -e 's/.*/"&amp;"/' file # agrega comillas a c/lineased -n "N"p archivo #imprimir la linea N de un archivosed -n "N,M"p archivo # imprime desde la linea N a la M  #separar stderr de stdout hacia archivos comando &amp;&gt; /tmp/errores  1&gt; /tmp/salida  --------------------------  #  Imprime una lista de archivos de algun tipo entrecomillados #input field separator IFS=" "  lista=($(find /algun/directorio </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/113441842790644742/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=113441842790644742' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113441842790644742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/113441842790644742'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/12/bash-sed.html' title='bash, sed,..'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112837142816847195</id><published>2005-10-03T16:16:00.000-04:00</published><updated>2005-10-03T16:42:39.596-04:00</updated><title type='text'>NTP (mantener hora sincronizada)</title><summary type='text'># apt-get install ntp-servereditar/crear /etc/ntp.conf:----------------------------------------------------------&lt;&lt;  driftfile /var/lib/ntp/ntp.driftstatsdir /var/log/ntpstats/statistics loopstats peerstats clockstatsfilegen loopstats file loopstats type day enablefilegen peerstats file peerstats type day enablefilegen clockstats file clockstats type day enableserver ntp.impsat.clserver ntp2.</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112837142816847195/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112837142816847195' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112837142816847195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112837142816847195'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/10/ntp-mantener-hora-sincronizada.html' title='NTP (mantener hora sincronizada)'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112616589782173601</id><published>2005-09-08T03:51:00.000-04:00</published><updated>2006-04-06T21:02:44.303-04:00</updated><title type='text'>Aplicaciones gráficas remotas</title><summary type='text'>en el servidor, editar el archivo /etc/ssh/sshd_config, luego buscar el string X11Forwarding y cambiar "no" por "yes". Luego reiniciar el servidor ssh.En los clientes, editar /etc/ssh/ssh_config  (no sshd_config) y agregar/cambiar:ForwardX11 yesreiniciar el ssh en el cliente.para testear. Por ejemplo ejecutar nedit en el servidor:pablo@client $ ssh pablo@server -X neditpassword:y eso es todo.El </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112616589782173601/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112616589782173601' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112616589782173601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112616589782173601'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/aplicaciones-grficas-remotas.html' title='Aplicaciones gráficas remotas'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569744931511946</id><published>2005-09-02T17:42:00.000-04:00</published><updated>2005-09-02T17:44:09.316-04:00</updated><title type='text'>programar tareas con at</title><summary type='text'>mas simple que un cron.... si se va a ejecutar solo 1 vez...en script.sh poner los comandos a ejecutar.  $ at -f script.sh + 15 minutes </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569744931511946/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569744931511946' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569744931511946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569744931511946'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/programar-tareas-con-at.html' title='programar tareas con at'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569735756284730</id><published>2005-09-02T17:41:00.000-04:00</published><updated>2005-09-02T17:42:37.566-04:00</updated><title type='text'>mp3 a track</title><summary type='text'>con este script, se convierte de mp3 a wav  ------ mp32wav.sh ------ for f in *.mp3 do   mplayer "${f}" -ao pcm   mv audiodump.wav "${f}".wav done -------  con este se genera el archivo .toc:  ------- genera_toc.sh ------------- #!/bin/sh # Usage: env DATA=1 generate_toc.sh stuff.iso # generate_toc.sh *.wav IFS=" " [ "$DATA" = "" ] &amp;&amp; DATA=0 (  if [ $DATA -eq 1 ]  then   echo CD_ROM  else   echo </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569735756284730/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569735756284730' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569735756284730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569735756284730'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/mp3-track.html' title='mp3 a track'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569728905090326</id><published>2005-09-02T17:40:00.000-04:00</published><updated>2005-09-02T17:41:29.050-04:00</updated><title type='text'>nfs en debian</title><summary type='text'>aparte de instalar nfs-kernel-server y sus dependencias, hay que insertar los modulos fs/nfs y fs/nfsd (se puede con  modconf). tanto en el server como en el cliente  formato de /etc/exports /carpeta hostcliente (rw, ... opciones...)  en el cliente: mount server:/carpeta /mount/point </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569728905090326/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569728905090326' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569728905090326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569728905090326'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/nfs-en-debian.html' title='nfs en debian'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569721192252639</id><published>2005-09-02T17:38:00.000-04:00</published><updated>2005-09-08T04:09:13.626-04:00</updated><title type='text'>apt-proxy</title><summary type='text'>apt-proxy sirve para centralizar un repositorio de paquetes para debian (y supongo que para derivados de debian tambien). Si hay varias maquinas en la red interna con debian, todas ellas se configurarán para que su repositorio sea la maquina con apt-proxy instalado (lo llamo master). El master tambien se configura para que utilice el proxy, y no un repositorio directo de internet. Este programa </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569721192252639/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569721192252639' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569721192252639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569721192252639'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/apt-proxy.html' title='apt-proxy'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569696306651337</id><published>2005-09-02T17:35:00.000-04:00</published><updated>2005-09-02T17:36:03.070-04:00</updated><title type='text'>touchpad en debian testing</title><summary type='text'>instalar el paquete xfree86-driver-synaptics  archivo de configuracion de X:  ############################# ...  Section "Module"  ....   Load "synaptics" EndSection  ....  Section "InputDevice"   Driver        "synaptics"   Identifier    "Mouse[1]"   Option        "Device"        "/dev/psaux"   Option        "Protocol"      "auto-dev"   Option        "LeftEdge"      "1700"   Option        "</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569696306651337/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569696306651337' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569696306651337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569696306651337'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/touchpad-en-debian-testing.html' title='touchpad en debian testing'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569690033178830</id><published>2005-09-02T17:34:00.000-04:00</published><updated>2005-09-02T17:35:00.333-04:00</updated><title type='text'>fijar volumen</title><summary type='text'>previamente se han fijado el volumen deseado con aumix -S con cualquier usuario, luego, como root cp ~/.aumixrc /etc/aumixrc  crear el archivo /etc/rc2.d/S99z_aumix  con:  #!/bin/sh  aumix -L</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569690033178830/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569690033178830' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569690033178830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569690033178830'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/fijar-volumen.html' title='fijar volumen'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569685066325907</id><published>2005-09-02T17:33:00.000-04:00</published><updated>2005-09-02T17:34:10.663-04:00</updated><title type='text'>apagar sin ser root</title><summary type='text'># addgroup apagado # chgrp apagado /sbin/shutdown /sbin/reboot /sbin/halt # chmod u+s,o-rwx /sbin/shutdown /sbin/reboot /sbin/halt # ln -s /sbin/halt /usr/bin/halt  # ln -s /sbin/reboot /usr/bin/reboot  # ln -s /sbin/shutdown /usr/bin/shutdown  cada usuario que se agregue al grupo "apagado" (adduser usuario apagado) puede ocupar los comandos halt reboot y shutdown.</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569685066325907/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569685066325907' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569685066325907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569685066325907'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/apagar-sin-ser-root.html' title='apagar sin ser root'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569596127198493</id><published>2005-09-02T17:16:00.001-04:00</published><updated>2005-12-13T00:17:56.556-03:00</updated><title type='text'>Virtual host (apache)</title><summary type='text'>se agregara la ip 15.99... sera la ip para el dominio agrouls... la ip 15.94 es la que se tiene actualmente.auto eth0 eth0:1iface eth0 inet static   address 10.16.15.94   network 10.16.0.0   netmask 255.240.0.0   broadcast 10.16.255.255iface eth0:1 inet static   address 10.16.15.99   network 10.16.0.0   netmask 255.240.0.0----------------agregar la  IP 15.99 a /etc/hosts (importante)10.16.15.99</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569596127198493/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569596127198493' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569596127198493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569596127198493'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/virtual-host-apache_02.html' title='Virtual host (apache)'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569564901347264</id><published>2005-09-02T17:10:00.000-04:00</published><updated>2005-10-02T22:10:26.753-04:00</updated><title type='text'>ssh sin pasword</title><summary type='text'>generar clave pública en el cliente:pablo@client$ ssh-keygen -t dsaimportante: cuando pida passphrase dejar en blanco (solo enter)copiar ~/ssh/id_dsa.pub al servidor:pablo@client$ scp ~/.ssh/id_dsa.pub pablo@server:/tmpahora en la maquina server (a la cual se quiere acceder sin password):pablo@server$ cat /tmp/id_dsa.pub &gt;&gt; ~/.ssh/authorized_keys pablo@server$ chmod 0600 $HOME/.ssh/</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569564901347264/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569564901347264' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569564901347264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569564901347264'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/ssh-sin-pasword.html' title='ssh sin pasword'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569538276601375</id><published>2005-09-02T17:08:00.000-04:00</published><updated>2005-10-06T23:31:20.783-04:00</updated><title type='text'>samba</title><summary type='text'>para compartir la carpeta /tmp, en smb.conf del servidor: [global]...   security = share               # needed for guest services to work...[TMP]path = /tmp/guest ok = yesread only = yes en clientes unix:(siempre cuando pida contraseña, dejar en blanco )para ver recursos compartidos:  smbclient -L nombre_servidorpara explorar carpeta: smbclient //nombre_servidor/directorio_compartidopara montar </summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569538276601375/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569538276601375' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569538276601375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569538276601375'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/samba.html' title='samba'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569528179415246</id><published>2005-09-02T17:07:00.000-04:00</published><updated>2005-09-02T17:08:01.793-04:00</updated><title type='text'>autodetectar configuración de X</title><summary type='text'>apt-get install mdetect read-edid</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569528179415246/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569528179415246' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569528179415246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569528179415246'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/autodetectar-configuracin-de-x.html' title='autodetectar configuración de X'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569512710432978</id><published>2005-09-02T17:05:00.000-04:00</published><updated>2005-09-02T17:05:27.103-04:00</updated><title type='text'>dns</title><summary type='text'>en resolv.conf:nameserver 146.83.237.3nameserver 146.83.183.94en /etc/nsswitch.confdebe haber una linea:hosts: files dns</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569512710432978/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569512710432978' title='1 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569512710432978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569512710432978'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/dns.html' title='dns'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112569751992675079</id><published>2005-09-02T15:44:00.000-04:00</published><updated>2005-09-02T18:24:41.166-04:00</updated><title type='text'>tutos</title><summary type='text'>1. crear usuario tutos del sistema.2. crear un usuarios tutos de la BD.3. crear una BD tutos con el usuario tutos de la BD.4. apt-get install tutos (ignorar mensajes de error en la creacion de BD, y BD ya existente)4.1 cuando pide servername no poner localchost.5. llamar a http://servername/tutos/php/scheme.php con el browser.6. quitar permisos a scheme.php7. logearse en http://servername/tutos/</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112569751992675079/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112569751992675079' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569751992675079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112569751992675079'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/tutos.html' title='tutos'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16182034.post-112563571386307095</id><published>2005-09-02T00:34:00.000-04:00</published><updated>2005-09-02T19:07:00.963-04:00</updated><title type='text'>Para empezar...</title><summary type='text'>unas fotitos de los Maestros...</summary><link rel='replies' type='application/atom+xml' href='http://mamalluca.blogspot.com/feeds/112563571386307095/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16182034&amp;postID=112563571386307095' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112563571386307095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16182034/posts/default/112563571386307095'/><link rel='alternate' type='text/html' href='http://mamalluca.blogspot.com/2005/09/para-empezar.html' title='Para empezar...'/><author><name>Pablo</name><uri>http://www.blogger.com/profile/08108978723318800300</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
