Gui gia customized entoli
Nektarios A. Kteniadakis
nekten at hellug.gr
Sat Jun 3 02:05:42 EEST 2006
>#!/bin/bash
>PASSWORD=`zenity --title "Give the password" --entry --hide-text\
>--text "Enter the password please"`
>truecrypt -u /home/nekten/TrueCrypt/Documents /home/nekten/Documents\
>-p $PASSWORD
Για κάποιο λόγο δεν έτρεχε. Τελικά δούλεψε με το εξής:
# Set some variables used in the script
gui=`which zenity`
mount=`which truecrypt`
passwd=`$gui --entry \
--title="TrueCrypt Mount Volume" \
--text="Enter your password:" \
--entry-text "" \
--hide-text`
# Function to mount encrypted (TrueCrypt) file.
$mount -u /home/nekten/TrueCrypt/Documents /home/nekten/Documents -p
$passwd
>Φάνης
Σε ευχαριστώ πολύ. Eίναι η πρώτη φορά που κάνω κάποιο script και η
απάντηση σου με βοήθησε να καταλάβω τι περίπου παίζει...
--
Nektarios A. Kteniadakis, M.D.
Department of Anesthesiology
Aristotles University of Thessaloniki
GREECE
Tel: +30 6974423344
GPG/PGP: 0xD2A57DE2
SIP URL: sip:nekten at ekiga.net
Jabber ID: nekten at gmail.com
"What is the difference between genius and stupidity?
Genius has limits. - Albert Einstein."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Αυτό το σημείο του μηνύματος είναι ψηφιακά υπογεγραμμένο
URL: <http://lists.hellug.gr/pipermail/linux-greek-users/attachments/20060603/05c85bc3/attachment.pgp>
More information about the Linux-greek-users
mailing list