On 25/10/2012 14:26, Gorka wrote:
On 25/10/2012 13:19, Gorka wrote:
On 25/10/2012 12:48, Lars Nooden wrote:
On Thu, 25 Oct 2012, Gorka wrote:
I've put my .htaccess under /var/www with this lonely line ...
IndexIgnore *
... also there is in /etc/apache2/sites-available/defaul
On 25/10/2012 13:19, Gorka wrote:
On 25/10/2012 12:48, Lars Nooden wrote:
On Thu, 25 Oct 2012, Gorka wrote:
I've put my .htaccess under /var/www with this lonely line ...
IndexIgnore *
... also there is in /etc/apache2/sites-available/default the following
content ...
Server
On 25/10/2012 12:48, Lars Nooden wrote:
On Thu, 25 Oct 2012, Gorka wrote:
I've put my .htaccess under /var/www with this lonely line ...
IndexIgnore *
... also there is in /etc/apache2/sites-available/default the following
content ...
ServerAdmin webmaster@loca
On 25/10/2012 12:37, Gorka wrote:
I've put my .htaccess under /var/www with this lonely line ...
IndexIgnore *
... also there is in /etc/apache2/sites-available/default the
following content ...
ServerAdmin webmaster@localhost
DocumentRoot /va
I've put my .htaccess under /var/www with this lonely line ...
IndexIgnore *
... also there is in /etc/apache2/sites-available/default the following
content ...
ServerAdmin webmaster@localhost
DocumentRoot /var/www
Options FollowSymLinks
Excuse me.
How could I virtualize a Debian Lenny physical machine to run in VMware.
Converter Standalone crashed on 4%. I need a free way to virtualize it in
order to avoid disasters. By the way, it must be virtualized while it runs,
can't stop it.
Any idea?
> -Mensaje original-
> De: Camaleón [mailto:noela...@gmail.com]
> Enviado el: viernes, 23 de septiembre de 2011 13:46
> Para: debian-user@lists.debian.org
> Asunto: Re: Error restarting apache2
>
> On Fri, 23 Sep 2011 10:25:12 +0200, Gorka wrote:
>
> >
By the time I restart apache2 there is the following output ...
Restarting web server: apache2[Fri Sep 23 10:05:38 2011] [warn]
NameVirtualHost *:80 has no VirtualHosts
... waiting [Fri Sep 23 10:05:39 2011] [warn] NameVirtualHost *:80 has no
VirtualHosts
.
Everything seems to work properly, but
> -Mensaje original-
> De: Gorka [mailto:gorkali...@yahoo.es]
> Enviado el: jueves, 26 de mayo de 2011 17:09
> Para: debian-user@lists.debian.org
> Asunto: Problema Suma de Tamaños
>
>
> Buenas.
>
> Ando buscando la mejor forma de concatenar comandos
mayo de 2011 23:51
> Para: debian-user@lists.debian.org
> Asunto: Re: Problem with the global weigh of several files
>
> >> On Thu, 26 May 2011 17:12:25 +0200,
> >> "Gorka" said:
>
> G> I am looking for the best way of appending commands to obt
Hi.
I am looking for the best way of appending commands to obtain the global
amount of Mb of the modified files of my PC.
Something like this:
find ./ -mtime -7 | du -Sch
Any idea?
Buenas.
Ando buscando la mejor forma de concatenar comandos para obtener la suma de
los tamaños (es decir, los Mb) de todos los ficheros modificados en mi
ordenador en la última semana. Algo tipo:
find ./ -mtime -7 | du -Sch
¿Alguna idea?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists
> De: robo...@news.nic.it [mailto:robo...@news.nic.it] En nombre de
> Chris Davies
> Enviado el: martes, 10 de mayo de 2011 15:21
>
> Gorka wrote:
> > I have got Ubuntu 11.04 installed on my pendrive. In /ME folder I have
> > got some files.bin to upgrade the BIO
Parent directory is /
Aparently it changes permissions to 777, but suddenly they turn into 7001
again. There is some kind of persistency. Chown works well, but chmod works so.
De: Kousik Maiti [mailto:kousiks...@gmail.com]
Enviado el: martes, 10 de mayo de 2011 13:17
Para: Gorka
CC
Hi.
I have got Ubuntu 11.04 installed on my pendrive. In /ME folder I have got
some files.bin to upgrade the BIOS an so.
The problem is that I can't execute them. It says I have no
permissions.These are 7001 (last number refers back to the sticky bit)
I'm trying to set 'sudo chmod 777 *', but I ca
> -Mensaje original-
> De: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] En
> nombre de Eero Volotinen
> Enviado el: miércoles, 07 de julio de 2010 10:04
> Para: Gorka
> CC: LINUX EN
> Asunto: Re: Installing Java on Lenny
>
> 2010/7/7 G
Hi linux friends. I've got Debian Lenny 5.0.5.
I'm trying to install mirth, whose requires Java 1.5 or 1.6.
The fact is that Lenny had Java somehow on it before installing it manually,
because it says:
# java -version
java version "1.5.0"
gij (GNU libgcj) version 4.3.2
Anyway it doesn't let me
>-Mensaje original-
>De: Jon Dowland [mailto:jon+debian-u...@alcopop.org]
>Enviado el: jueves, 17 de septiembre de 2009 11:18
>Para: debian-user@lists.debian.org
>Asunto: Re: How to bounce several messages with mutt
>
>On Thu, Sep 17, 2009 at 10:18:18AM +0200, Gor
Hi everybody,
Can I bounce several messages with mutt?
I kwon I can mark matching mails with 'T'.
I also know I can bounce one mail with 'b'.
But, how could I bounce all matching messages?
Thank you!
> -Mensaje original-
> De: Ron Johnson [mailto:ron.l.john...@cox.net]
> Enviado el: jueves, 05 de febrero de 2009 3:30
> Para: debian-user@lists.debian.org
> Asunto: Re: Slow Script
>
> On 02/04/2009 08:04 PM, Alex Samad wrote:
> > On Wed, Feb 04, 2009 at 08:45:35PM -0500, Chris Jones wr
Hi! I've got a perl script with this for:
for (my $j=0;$j<=$#fichero1;$j++)
{
if (@fichero1[$j] eq $valor1)
{
$token = 1;
}
}
The problem is that fichero1 has 32 millions of records and moreover I've
got to repeat this for several millions times, so this way it would take
ir de ahí estoy en vuestras manos.
Anticipándome a las respuestas. Ya he leído muchos documentos sobre wu-ftpd
anónimo e invitado, y me atasco en todos. La ayuda de
/usr/share/doc/wu-ftpd/ no la entiendo.
Muchas gracias.
Thanks.
____
Gorka ->
Tengo un coñazo de estos de tarjeta gráfica integrada, una "Intel 8281OE"
de 0Mb (se los roba a la RAM he leído por ahí).
También he leído que al instalar el X Server se puede configurar con los
drivers "vesa", le he dado 16 bits ó 8 bits para colores, lo de la memoria
lo dejo vacío ó pon
23 matches
Mail list logo