No description
Find a file
Your Name 90c3f4fd8c fix
2017-06-01 01:38:37 +02:00
audible_convert_to_audio.sh fix 2017-05-29 06:43:15 +02:00
audible_convert_to_audio_windows.sh fix 2017-05-29 06:43:15 +02:00
compile chmod 2017-05-16 13:59:59 +02:00
convert_to_audio.sh final_fix 2017-05-29 06:19:13 +02:00
convert_to_flac_flac.sh fix+opus 2017-05-29 22:20:42 +02:00
convert_to_ogg.sh final_fix 2017-05-29 06:19:13 +02:00
convert_to_ogg_oggenc.sh fix 2017-05-14 15:17:07 +02:00
convert_to_opus.sh opus 2017-05-29 22:55:45 +02:00
convert_to_opus_opusenc.sh fix 2017-05-29 22:22:24 +02:00
image.sh chmod 2017-05-16 13:59:59 +02:00
image2.sh chmod 2017-05-16 13:59:59 +02:00
image3.sh chmod 2017-05-16 13:59:59 +02:00
image4.sh chmod 2017-05-16 13:59:59 +02:00
LICENSE chmod 2017-05-16 13:59:59 +02:00
packages.txt fix 2017-05-20 16:55:08 +02:00
read.sh read 2017-05-22 00:25:49 +02:00
README.md chmod 2017-05-16 13:59:59 +02:00
shellinabox.service chmod 2017-05-16 13:59:59 +02:00
shellinabox_sshwrapper.sh shellinabox_key 2017-05-16 18:08:15 +02:00
shellscripte.sh final_fix 2017-05-29 06:19:13 +02:00
ssh_tunnel.png final_fix 2017-05-29 06:19:13 +02:00
sshtunnel.service fix 2017-05-21 02:56:22 +02:00
sshtunnel1.service fix 2017-05-21 02:56:22 +02:00
sshtunnel_bind.sh final_fix 2017-05-29 06:19:13 +02:00
start.sh chmod 2017-05-16 13:59:59 +02:00
start2.sh chmod 2017-05-16 13:59:59 +02:00
start_shellinabox.sh chmod 2017-05-16 13:59:59 +02:00
test_flac_files.sh test 2017-05-14 15:40:11 +02:00
texttoecho.py chmod 2017-05-16 13:59:59 +02:00
youtube-dl-android.sh fix 2017-06-01 01:38:37 +02:00
youtube-dl.sh Update youtube-dl.sh 2017-05-31 13:16:28 +02:00
youtube.sh youtube+fix 2017-05-18 00:09:58 +02:00

shell-scripte

Nützliche shell-scripte

ssh tunnel vom server oder zum server einrichten mit:

ssh-keygen -t rsa -b 4096

ssh-copy-id -i ~/.ssh/id_rsa.pub user@server

oder

cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'