-

 -

   Linux_Loader

 -

 LiveInternet.ru:
: 20.04.2008
: 743
: 2542
: 7716

:

(0)

0.21

, 28 2010 . 17:18 +
0.20 , . , / - ))). , : scriptus-idiotus
. , , ))).

, scriptus-idiotus 0.21:

#!/bin/bash
# scriptus-idiotus 0.21
# (, 13 2010).
# wahnbild@yandex.ru
# GNU GPL v2
# http://www.gnu.org/licenses/gpl-2.0.txt
#
# Script using instructions http://www.liveinternet.ru/users/linux_loader/post119297532/
# http://www.liveinternet.ru/users/linux_loader/post119297532/
until [ -z "$1" ] # ...
do
numb=0;
while [ $numb -lt 1000 ];
do
numb=$(( $numb + 1 ));
filename="$1($numb)";
if [ ! -e "$filename" ]
then
cp -rl "$1" "$filename"
numb=1001;
fi
done
shift
done


http://www.liveinternet.ru/users/linux_loader/post119297532/ . changelog.

1. , .
2. , , :
file-name --> file-name(1)
, file-name(1), file-name(2), file-name(3), file-name(4)... - 1000. ( , - , , ?).

:D.

: . kino.avi kino.avi(1) . , , FAT NTFS :). . 0.22 : file-name --> file-name . , , ... - ...

. :).



:  
(0)

Ƹ ,

, 24 2010 . 18:18 +
, . , ... , ))). .

~/.gnome2/nautilus-scripts/ . , . . . :

#!/bin/bash
sdate=`date +%Y-%m-%d\ %H-%M-%S`;
mkdir "links $sdate";
cp -rl "$*" "links $sdate"/;

" ", . :
 (498x341, 5Kb)

, "links _-- --" . . , . .

.

  1. . , . , . ))). .

  2. /. , . , , temp . temp , ))).

, . , :

#!/bin/bash


new.sh, ~/ ~/.config/user-dirs.dirs . . , , , .

P.S. GPL v2 . , . 3/

howto


:  
(12)

.

, 13 2009 . 00:35 +
, , . , . -



, . , ( ) , .

# nautilus --no-desktop --browser

--no-desktop . , , , , ...

, , . , , . - . ~/.gconf , .

, . ( --> --> , gconf-editor ). , , ))). /apps/nautilus/preferences/



always_use_browser . , media_autorun_never media_automount_open, -. , .



, , show_advanced_permissions .



, , , .



---------------------------------------------------------------------------------------------------

P.S. Leonardo19 - . , ( --> --> )



, , , , :).

howto

:  
(2)

.

, 27 2009 . 20:26 +
, , , , :).


:  

 : [1]