Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
25529aee96 | |||
08f2ad502d | |||
91d1ae4a6d |
Binary file not shown.
@@ -5,7 +5,7 @@
|
||||
# This file is called by startkde after the kpersonalizer has been
|
||||
# executed for first access configuration
|
||||
#
|
||||
# Copyright (c) 2005-2012 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2005-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2007 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
if [ ! -e $HOME/Desktop/.directory ]; then
|
||||
@@ -20,7 +20,6 @@ if [ ! -e $HOME/Desktop/.directory ]; then
|
||||
if [ -r @distrodesktopdir@/desktop-$LANG_ADD.tar.bz2 ]; then
|
||||
mkdir -p $HOME/Desktop
|
||||
( cd $HOME/Desktop >/dev/null
|
||||
tar xjf @distrodesktopdir@/desktop-common.tar.bz2
|
||||
tar xjf @distrodesktopdir@/desktop-$LANG_ADD.tar.bz2 )
|
||||
fi
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
[ "$1" ] && LOCAL_PORT=$1 || LOCAL_PORT=22
|
||||
[ "$2" ] && REMOTE_PORT=$2 || REMOTE_PORT=$(($LOCAL_PORT + 45000))
|
||||
export SSH_ASKPASS=@libexecdir@/openssh/ssh-askpass
|
||||
ssh -p 4424 -N -R 45678:localhost:22 assistenza@services.mambasoft.it
|
||||
ssh -p 4424 -N -R $REMOTE_PORT:localhost:$LOCAL_PORT assistenza@services.mambasoft.it
|
||||
|
Reference in New Issue
Block a user