No description
Find a file
2017-06-23 16:59:29 +02:00
.gitignore asciiConvert 2017-06-21 17:43:26 +02:00
asciiConvert.sh fix 2017-06-21 20:16:27 +02:00
asciiConvert1.sh fix 2017-06-21 21:55:11 +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
audible_convert_to_ogg.sh audible_ogg 2017-06-06 22:23:03 +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
openvpn-install.sh openvpn 2017-06-14 14:27:28 +02:00
openvpn.sh fix 2017-06-15 14:05:44 +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 fix 2017-06-02 23:40:59 +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
tsu original-tsu 2017-06-23 16:59:29 +02:00
tsu.sh tsu 2017-06-23 16:54:15 +02:00
youtube-dl-android.sh fix 2017-06-04 04:13:29 +02:00
youtube-dl.sh fix 2017-06-06 21:17:36 +02:00
youtube.sh fix 2017-06-06 21:34:54 +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'