Re: No ejecuta directamente ningún .sh

2014-04-13 Thread Tino Sino
Solamente nautilus, sin exec?

Robottinosino

On 27 Mar 2014, at 16:22, listascor...@msjs.co listascor...@msjs.co wrote:

 El 27/03/14 09:56, Camaleón escribió:
 ls -la
 
 Es que es con cualquier .sh por ej:
 
 ~$
  cat /home/usuario/Desktop/asd.sh
 #!/bin/sh
 
 exec nautilus
 
 exit 0
 
 
 ls -la  /home/usuario/Desktop/asd.sh
 -rwxr-xr-x 1 usuario usuario 34 mar 26 16:31 /home/usuario/Desktop/asd.sh*
 
 y con cualquier .sh no ejecuta, ya ensaye con varios y no ejecuta, solo lo 
 abre con gedit así le haya dado permisos de ejecución y haya seleccionado en 
 abrir con:  ejecutar como programa
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/53344241.7000...@msjs.co
 


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/19dd401d-6a2f-4e57-92c5-9bcb8dabb...@gmail.com



Re: No ejecuta directamente ningún .sh

2014-04-13 Thread Tino Sino
Desde bash, mejor type -p que which. 

Robottinosino

On 26 Mar 2014, at 22:29, listascor...@msjs.co listascor...@msjs.co wrote:

 El 26/03/14 16:11, El Ale... escribió:
 podrias verificar la ruta de tu bach
 
 Listo ya:
 ~$
  which bash
 /bin/bash
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/5333469c.7000...@msjs.co
 


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/d7f314c4-27b5-4e10-8729-cfa667807...@gmail.com



Get list of installed packages

2014-02-06 Thread Tino Sino

It has been asked before, but with different answers, e.g.:
1) dpkg-query --list | awk '/^ii +/ { print $2; }'
2) dpkg --get-selections | cut -f 1
3) ... etc ...
Given that the output is the same:
$ diff \
   (dpkg --get-selections | cut -f 1) \
   (dpkg-query --list | awk '/^ii +/ { print $2; }') \
   echo same-output
same-output
I wonder, what's the golden way to do this and why?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52f388e4.6000...@gmail.com



Disk partitioning/encryption wizard

2014-02-05 Thread Tino Sino
Can I invoke the CLI disk partitioning/encryption wizard I used to 
install the OS to configure a new external USB drive? How?



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/52f2abd8.3010...@gmail.com